@digipair/skill-web-spectrum 0.74.5 → 0.75.2
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 +110 -320
- package/schema.json +110 -320
package/schema.fr.json
CHANGED
|
@@ -10,10 +10,7 @@
|
|
|
10
10
|
"paths": {
|
|
11
11
|
"/sp-accordion": {
|
|
12
12
|
"post": {
|
|
13
|
-
"tags": [
|
|
14
|
-
"web",
|
|
15
|
-
"needPins"
|
|
16
|
-
],
|
|
13
|
+
"tags": ["web", "needPins"],
|
|
17
14
|
"summary": "sp-accordion",
|
|
18
15
|
"parameters": [
|
|
19
16
|
{
|
|
@@ -92,10 +89,7 @@
|
|
|
92
89
|
},
|
|
93
90
|
"/sp-accordion-item": {
|
|
94
91
|
"post": {
|
|
95
|
-
"tags": [
|
|
96
|
-
"web",
|
|
97
|
-
"needPins"
|
|
98
|
-
],
|
|
92
|
+
"tags": ["web", "needPins"],
|
|
99
93
|
"summary": "sp-accordion-item",
|
|
100
94
|
"parameters": [
|
|
101
95
|
{
|
|
@@ -203,10 +197,7 @@
|
|
|
203
197
|
},
|
|
204
198
|
"/sp-action-bar": {
|
|
205
199
|
"post": {
|
|
206
|
-
"tags": [
|
|
207
|
-
"web",
|
|
208
|
-
"needPins"
|
|
209
|
-
],
|
|
200
|
+
"tags": ["web", "needPins"],
|
|
210
201
|
"summary": "sp-action-bar",
|
|
211
202
|
"parameters": [
|
|
212
203
|
{
|
|
@@ -314,10 +305,7 @@
|
|
|
314
305
|
},
|
|
315
306
|
"/sp-action-button": {
|
|
316
307
|
"post": {
|
|
317
|
-
"tags": [
|
|
318
|
-
"web",
|
|
319
|
-
"needPins"
|
|
320
|
-
],
|
|
308
|
+
"tags": ["web", "needPins"],
|
|
321
309
|
"summary": "sp-action-button",
|
|
322
310
|
"parameters": [
|
|
323
311
|
{
|
|
@@ -374,6 +362,15 @@
|
|
|
374
362
|
"type": "string"
|
|
375
363
|
}
|
|
376
364
|
},
|
|
365
|
+
{
|
|
366
|
+
"name": "size",
|
|
367
|
+
"summary": "Size",
|
|
368
|
+
"description": "Size the element.",
|
|
369
|
+
"required": false,
|
|
370
|
+
"schema": {
|
|
371
|
+
"type": "string"
|
|
372
|
+
}
|
|
373
|
+
},
|
|
377
374
|
{
|
|
378
375
|
"name": "active",
|
|
379
376
|
"summary": "active",
|
|
@@ -543,16 +540,25 @@
|
|
|
543
540
|
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
544
541
|
}
|
|
545
542
|
}
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"name": "click",
|
|
546
|
+
"summary": "click",
|
|
547
|
+
"description": "Announces a click event on the action button",
|
|
548
|
+
"required": false,
|
|
549
|
+
"schema": {
|
|
550
|
+
"type": "array",
|
|
551
|
+
"items": {
|
|
552
|
+
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
553
|
+
}
|
|
554
|
+
}
|
|
546
555
|
}
|
|
547
556
|
]
|
|
548
557
|
}
|
|
549
558
|
},
|
|
550
559
|
"/sp-action-group": {
|
|
551
560
|
"post": {
|
|
552
|
-
"tags": [
|
|
553
|
-
"web",
|
|
554
|
-
"needPins"
|
|
555
|
-
],
|
|
561
|
+
"tags": ["web", "needPins"],
|
|
556
562
|
"summary": "sp-action-group",
|
|
557
563
|
"parameters": [
|
|
558
564
|
{
|
|
@@ -609,6 +615,15 @@
|
|
|
609
615
|
"type": "string"
|
|
610
616
|
}
|
|
611
617
|
},
|
|
618
|
+
{
|
|
619
|
+
"name": "size",
|
|
620
|
+
"summary": "Size",
|
|
621
|
+
"description": "Size the element.",
|
|
622
|
+
"required": false,
|
|
623
|
+
"schema": {
|
|
624
|
+
"type": "string"
|
|
625
|
+
}
|
|
626
|
+
},
|
|
612
627
|
{
|
|
613
628
|
"name": "compact",
|
|
614
629
|
"summary": "compact",
|
|
@@ -692,10 +707,7 @@
|
|
|
692
707
|
},
|
|
693
708
|
"/sp-action-menu": {
|
|
694
709
|
"post": {
|
|
695
|
-
"tags": [
|
|
696
|
-
"web",
|
|
697
|
-
"needPins"
|
|
698
|
-
],
|
|
710
|
+
"tags": ["web", "needPins"],
|
|
699
711
|
"summary": "sp-action-menu",
|
|
700
712
|
"parameters": [
|
|
701
713
|
{
|
|
@@ -915,10 +927,7 @@
|
|
|
915
927
|
},
|
|
916
928
|
"/sp-alert-banner": {
|
|
917
929
|
"post": {
|
|
918
|
-
"tags": [
|
|
919
|
-
"web",
|
|
920
|
-
"needPins"
|
|
921
|
-
],
|
|
930
|
+
"tags": ["web", "needPins"],
|
|
922
931
|
"summary": "sp-alert-banner",
|
|
923
932
|
"parameters": [
|
|
924
933
|
{
|
|
@@ -1018,10 +1027,7 @@
|
|
|
1018
1027
|
},
|
|
1019
1028
|
"/sp-alert-dialog": {
|
|
1020
1029
|
"post": {
|
|
1021
|
-
"tags": [
|
|
1022
|
-
"web",
|
|
1023
|
-
"needPins"
|
|
1024
|
-
],
|
|
1030
|
+
"tags": ["web", "needPins"],
|
|
1025
1031
|
"summary": "sp-alert-dialog",
|
|
1026
1032
|
"parameters": [
|
|
1027
1033
|
{
|
|
@@ -1092,10 +1098,7 @@
|
|
|
1092
1098
|
},
|
|
1093
1099
|
"/sp-asset": {
|
|
1094
1100
|
"post": {
|
|
1095
|
-
"tags": [
|
|
1096
|
-
"web",
|
|
1097
|
-
"needPins"
|
|
1098
|
-
],
|
|
1101
|
+
"tags": ["web", "needPins"],
|
|
1099
1102
|
"summary": "sp-asset",
|
|
1100
1103
|
"parameters": [
|
|
1101
1104
|
{
|
|
@@ -1174,10 +1177,7 @@
|
|
|
1174
1177
|
},
|
|
1175
1178
|
"/sp-avatar": {
|
|
1176
1179
|
"post": {
|
|
1177
|
-
"tags": [
|
|
1178
|
-
"web",
|
|
1179
|
-
"needPins"
|
|
1180
|
-
],
|
|
1180
|
+
"tags": ["web", "needPins"],
|
|
1181
1181
|
"summary": "sp-avatar",
|
|
1182
1182
|
"parameters": [
|
|
1183
1183
|
{
|
|
@@ -1320,10 +1320,7 @@
|
|
|
1320
1320
|
},
|
|
1321
1321
|
"/sp-badge": {
|
|
1322
1322
|
"post": {
|
|
1323
|
-
"tags": [
|
|
1324
|
-
"web",
|
|
1325
|
-
"needPins"
|
|
1326
|
-
],
|
|
1323
|
+
"tags": ["web", "needPins"],
|
|
1327
1324
|
"summary": "sp-badge",
|
|
1328
1325
|
"parameters": [
|
|
1329
1326
|
{
|
|
@@ -1402,10 +1399,7 @@
|
|
|
1402
1399
|
},
|
|
1403
1400
|
"/sp-breadcrumbs": {
|
|
1404
1401
|
"post": {
|
|
1405
|
-
"tags": [
|
|
1406
|
-
"web",
|
|
1407
|
-
"needPins"
|
|
1408
|
-
],
|
|
1402
|
+
"tags": ["web", "needPins"],
|
|
1409
1403
|
"summary": "sp-breadcrumbs",
|
|
1410
1404
|
"parameters": [
|
|
1411
1405
|
{
|
|
@@ -1513,10 +1507,7 @@
|
|
|
1513
1507
|
},
|
|
1514
1508
|
"/sp-breadcrumb-item": {
|
|
1515
1509
|
"post": {
|
|
1516
|
-
"tags": [
|
|
1517
|
-
"web",
|
|
1518
|
-
"needPins"
|
|
1519
|
-
],
|
|
1510
|
+
"tags": ["web", "needPins"],
|
|
1520
1511
|
"summary": "sp-breadcrumb-item",
|
|
1521
1512
|
"parameters": [
|
|
1522
1513
|
{
|
|
@@ -1651,10 +1642,7 @@
|
|
|
1651
1642
|
},
|
|
1652
1643
|
"/sp-button": {
|
|
1653
1644
|
"post": {
|
|
1654
|
-
"tags": [
|
|
1655
|
-
"web",
|
|
1656
|
-
"needPins"
|
|
1657
|
-
],
|
|
1645
|
+
"tags": ["web", "needPins"],
|
|
1658
1646
|
"summary": "sp-button",
|
|
1659
1647
|
"parameters": [
|
|
1660
1648
|
{
|
|
@@ -1866,10 +1854,7 @@
|
|
|
1866
1854
|
},
|
|
1867
1855
|
"/sp-button-group": {
|
|
1868
1856
|
"post": {
|
|
1869
|
-
"tags": [
|
|
1870
|
-
"web",
|
|
1871
|
-
"needPins"
|
|
1872
|
-
],
|
|
1857
|
+
"tags": ["web", "needPins"],
|
|
1873
1858
|
"summary": "sp-button-group",
|
|
1874
1859
|
"parameters": [
|
|
1875
1860
|
{
|
|
@@ -1940,10 +1925,7 @@
|
|
|
1940
1925
|
},
|
|
1941
1926
|
"/sp-card": {
|
|
1942
1927
|
"post": {
|
|
1943
|
-
"tags": [
|
|
1944
|
-
"web",
|
|
1945
|
-
"needPins"
|
|
1946
|
-
],
|
|
1928
|
+
"tags": ["web", "needPins"],
|
|
1947
1929
|
"summary": "sp-card",
|
|
1948
1930
|
"parameters": [
|
|
1949
1931
|
{
|
|
@@ -2143,10 +2125,7 @@
|
|
|
2143
2125
|
},
|
|
2144
2126
|
"/sp-checkbox": {
|
|
2145
2127
|
"post": {
|
|
2146
|
-
"tags": [
|
|
2147
|
-
"web",
|
|
2148
|
-
"needPins"
|
|
2149
|
-
],
|
|
2128
|
+
"tags": ["web", "needPins"],
|
|
2150
2129
|
"summary": "sp-checkbox",
|
|
2151
2130
|
"parameters": [
|
|
2152
2131
|
{
|
|
@@ -2286,10 +2265,7 @@
|
|
|
2286
2265
|
},
|
|
2287
2266
|
"/sp-coachmark": {
|
|
2288
2267
|
"post": {
|
|
2289
|
-
"tags": [
|
|
2290
|
-
"web",
|
|
2291
|
-
"needPins"
|
|
2292
|
-
],
|
|
2268
|
+
"tags": ["web", "needPins"],
|
|
2293
2269
|
"summary": "sp-coachmark",
|
|
2294
2270
|
"parameters": [
|
|
2295
2271
|
{
|
|
@@ -2449,10 +2425,7 @@
|
|
|
2449
2425
|
},
|
|
2450
2426
|
"/sp-coach-indicator": {
|
|
2451
2427
|
"post": {
|
|
2452
|
-
"tags": [
|
|
2453
|
-
"web",
|
|
2454
|
-
"needPins"
|
|
2455
|
-
],
|
|
2428
|
+
"tags": ["web", "needPins"],
|
|
2456
2429
|
"summary": "sp-coach-indicator",
|
|
2457
2430
|
"parameters": [
|
|
2458
2431
|
{
|
|
@@ -2531,10 +2504,7 @@
|
|
|
2531
2504
|
},
|
|
2532
2505
|
"/sp-color-area": {
|
|
2533
2506
|
"post": {
|
|
2534
|
-
"tags": [
|
|
2535
|
-
"web",
|
|
2536
|
-
"needPins"
|
|
2537
|
-
],
|
|
2507
|
+
"tags": ["web", "needPins"],
|
|
2538
2508
|
"summary": "sp-color-area",
|
|
2539
2509
|
"parameters": [
|
|
2540
2510
|
{
|
|
@@ -2702,10 +2672,7 @@
|
|
|
2702
2672
|
},
|
|
2703
2673
|
"/sp-color-field": {
|
|
2704
2674
|
"post": {
|
|
2705
|
-
"tags": [
|
|
2706
|
-
"web",
|
|
2707
|
-
"needPins"
|
|
2708
|
-
],
|
|
2675
|
+
"tags": ["web", "needPins"],
|
|
2709
2676
|
"summary": "sp-color-field",
|
|
2710
2677
|
"parameters": [
|
|
2711
2678
|
{
|
|
@@ -2945,10 +2912,7 @@
|
|
|
2945
2912
|
},
|
|
2946
2913
|
"/sp-color-handle": {
|
|
2947
2914
|
"post": {
|
|
2948
|
-
"tags": [
|
|
2949
|
-
"web",
|
|
2950
|
-
"needPins"
|
|
2951
|
-
],
|
|
2915
|
+
"tags": ["web", "needPins"],
|
|
2952
2916
|
"summary": "sp-color-handle",
|
|
2953
2917
|
"parameters": [
|
|
2954
2918
|
{
|
|
@@ -3043,10 +3007,7 @@
|
|
|
3043
3007
|
},
|
|
3044
3008
|
"/sp-color-loupe": {
|
|
3045
3009
|
"post": {
|
|
3046
|
-
"tags": [
|
|
3047
|
-
"web",
|
|
3048
|
-
"needPins"
|
|
3049
|
-
],
|
|
3010
|
+
"tags": ["web", "needPins"],
|
|
3050
3011
|
"summary": "sp-color-loupe",
|
|
3051
3012
|
"parameters": [
|
|
3052
3013
|
{
|
|
@@ -3125,10 +3086,7 @@
|
|
|
3125
3086
|
},
|
|
3126
3087
|
"/sp-color-slider": {
|
|
3127
3088
|
"post": {
|
|
3128
|
-
"tags": [
|
|
3129
|
-
"web",
|
|
3130
|
-
"needPins"
|
|
3131
|
-
],
|
|
3089
|
+
"tags": ["web", "needPins"],
|
|
3132
3090
|
"summary": "sp-color-slider",
|
|
3133
3091
|
"parameters": [
|
|
3134
3092
|
{
|
|
@@ -3280,10 +3238,7 @@
|
|
|
3280
3238
|
},
|
|
3281
3239
|
"/sp-color-wheel": {
|
|
3282
3240
|
"post": {
|
|
3283
|
-
"tags": [
|
|
3284
|
-
"web",
|
|
3285
|
-
"needPins"
|
|
3286
|
-
],
|
|
3241
|
+
"tags": ["web", "needPins"],
|
|
3287
3242
|
"summary": "sp-color-wheel",
|
|
3288
3243
|
"parameters": [
|
|
3289
3244
|
{
|
|
@@ -3427,10 +3382,7 @@
|
|
|
3427
3382
|
},
|
|
3428
3383
|
"/sp-combobox": {
|
|
3429
3384
|
"post": {
|
|
3430
|
-
"tags": [
|
|
3431
|
-
"web",
|
|
3432
|
-
"needPins"
|
|
3433
|
-
],
|
|
3385
|
+
"tags": ["web", "needPins"],
|
|
3434
3386
|
"summary": "sp-combobox",
|
|
3435
3387
|
"parameters": [
|
|
3436
3388
|
{
|
|
@@ -3694,10 +3646,7 @@
|
|
|
3694
3646
|
},
|
|
3695
3647
|
"/sp-contextual-help": {
|
|
3696
3648
|
"post": {
|
|
3697
|
-
"tags": [
|
|
3698
|
-
"web",
|
|
3699
|
-
"needPins"
|
|
3700
|
-
],
|
|
3649
|
+
"tags": ["web", "needPins"],
|
|
3701
3650
|
"summary": "sp-contextual-help",
|
|
3702
3651
|
"parameters": [
|
|
3703
3652
|
{
|
|
@@ -3792,10 +3741,7 @@
|
|
|
3792
3741
|
},
|
|
3793
3742
|
"/sp-dialog": {
|
|
3794
3743
|
"post": {
|
|
3795
|
-
"tags": [
|
|
3796
|
-
"web",
|
|
3797
|
-
"needPins"
|
|
3798
|
-
],
|
|
3744
|
+
"tags": ["web", "needPins"],
|
|
3799
3745
|
"summary": "sp-dialog",
|
|
3800
3746
|
"parameters": [
|
|
3801
3747
|
{
|
|
@@ -3927,10 +3873,7 @@
|
|
|
3927
3873
|
},
|
|
3928
3874
|
"/sp-dialog-base": {
|
|
3929
3875
|
"post": {
|
|
3930
|
-
"tags": [
|
|
3931
|
-
"web",
|
|
3932
|
-
"needPins"
|
|
3933
|
-
],
|
|
3876
|
+
"tags": ["web", "needPins"],
|
|
3934
3877
|
"summary": "sp-dialog-base",
|
|
3935
3878
|
"parameters": [
|
|
3936
3879
|
{
|
|
@@ -4058,10 +4001,7 @@
|
|
|
4058
4001
|
},
|
|
4059
4002
|
"/sp-dialog-wrapper": {
|
|
4060
4003
|
"post": {
|
|
4061
|
-
"tags": [
|
|
4062
|
-
"web",
|
|
4063
|
-
"needPins"
|
|
4064
|
-
],
|
|
4004
|
+
"tags": ["web", "needPins"],
|
|
4065
4005
|
"summary": "sp-dialog-wrapper",
|
|
4066
4006
|
"parameters": [
|
|
4067
4007
|
{
|
|
@@ -4321,10 +4261,7 @@
|
|
|
4321
4261
|
},
|
|
4322
4262
|
"/sp-divider": {
|
|
4323
4263
|
"post": {
|
|
4324
|
-
"tags": [
|
|
4325
|
-
"web",
|
|
4326
|
-
"needPins"
|
|
4327
|
-
],
|
|
4264
|
+
"tags": ["web", "needPins"],
|
|
4328
4265
|
"summary": "sp-divider",
|
|
4329
4266
|
"parameters": [
|
|
4330
4267
|
{
|
|
@@ -4395,10 +4332,7 @@
|
|
|
4395
4332
|
},
|
|
4396
4333
|
"/sp-dropzone": {
|
|
4397
4334
|
"post": {
|
|
4398
|
-
"tags": [
|
|
4399
|
-
"web",
|
|
4400
|
-
"needPins"
|
|
4401
|
-
],
|
|
4335
|
+
"tags": ["web", "needPins"],
|
|
4402
4336
|
"summary": "sp-dropzone",
|
|
4403
4337
|
"parameters": [
|
|
4404
4338
|
{
|
|
@@ -4534,10 +4468,7 @@
|
|
|
4534
4468
|
},
|
|
4535
4469
|
"/sp-field-group": {
|
|
4536
4470
|
"post": {
|
|
4537
|
-
"tags": [
|
|
4538
|
-
"web",
|
|
4539
|
-
"needPins"
|
|
4540
|
-
],
|
|
4471
|
+
"tags": ["web", "needPins"],
|
|
4541
4472
|
"summary": "sp-field-group",
|
|
4542
4473
|
"parameters": [
|
|
4543
4474
|
{
|
|
@@ -4632,10 +4563,7 @@
|
|
|
4632
4563
|
},
|
|
4633
4564
|
"/sp-field-label": {
|
|
4634
4565
|
"post": {
|
|
4635
|
-
"tags": [
|
|
4636
|
-
"web",
|
|
4637
|
-
"needPins"
|
|
4638
|
-
],
|
|
4566
|
+
"tags": ["web", "needPins"],
|
|
4639
4567
|
"summary": "sp-field-label",
|
|
4640
4568
|
"parameters": [
|
|
4641
4569
|
{
|
|
@@ -4738,10 +4666,7 @@
|
|
|
4738
4666
|
},
|
|
4739
4667
|
"/sp-help-text": {
|
|
4740
4668
|
"post": {
|
|
4741
|
-
"tags": [
|
|
4742
|
-
"web",
|
|
4743
|
-
"needPins"
|
|
4744
|
-
],
|
|
4669
|
+
"tags": ["web", "needPins"],
|
|
4745
4670
|
"summary": "sp-help-text",
|
|
4746
4671
|
"parameters": [
|
|
4747
4672
|
{
|
|
@@ -4820,10 +4745,7 @@
|
|
|
4820
4745
|
},
|
|
4821
4746
|
"/sp-icon": {
|
|
4822
4747
|
"post": {
|
|
4823
|
-
"tags": [
|
|
4824
|
-
"web",
|
|
4825
|
-
"needPins"
|
|
4826
|
-
],
|
|
4748
|
+
"tags": ["web", "needPins"],
|
|
4827
4749
|
"summary": "sp-icon",
|
|
4828
4750
|
"parameters": [
|
|
4829
4751
|
{
|
|
@@ -4931,10 +4853,7 @@
|
|
|
4931
4853
|
},
|
|
4932
4854
|
"/sp-illustrated-message": {
|
|
4933
4855
|
"post": {
|
|
4934
|
-
"tags": [
|
|
4935
|
-
"web",
|
|
4936
|
-
"needPins"
|
|
4937
|
-
],
|
|
4856
|
+
"tags": ["web", "needPins"],
|
|
4938
4857
|
"summary": "sp-illustrated-message",
|
|
4939
4858
|
"parameters": [
|
|
4940
4859
|
{
|
|
@@ -5013,10 +4932,7 @@
|
|
|
5013
4932
|
},
|
|
5014
4933
|
"/sp-infield-button": {
|
|
5015
4934
|
"post": {
|
|
5016
|
-
"tags": [
|
|
5017
|
-
"web",
|
|
5018
|
-
"needPins"
|
|
5019
|
-
],
|
|
4935
|
+
"tags": ["web", "needPins"],
|
|
5020
4936
|
"summary": "sp-infield-button",
|
|
5021
4937
|
"parameters": [
|
|
5022
4938
|
{
|
|
@@ -5159,10 +5075,7 @@
|
|
|
5159
5075
|
},
|
|
5160
5076
|
"/sp-link": {
|
|
5161
5077
|
"post": {
|
|
5162
|
-
"tags": [
|
|
5163
|
-
"web",
|
|
5164
|
-
"needPins"
|
|
5165
|
-
],
|
|
5078
|
+
"tags": ["web", "needPins"],
|
|
5166
5079
|
"summary": "sp-link",
|
|
5167
5080
|
"parameters": [
|
|
5168
5081
|
{
|
|
@@ -5313,10 +5226,7 @@
|
|
|
5313
5226
|
},
|
|
5314
5227
|
"/sp-menu": {
|
|
5315
5228
|
"post": {
|
|
5316
|
-
"tags": [
|
|
5317
|
-
"web",
|
|
5318
|
-
"needPins"
|
|
5319
|
-
],
|
|
5229
|
+
"tags": ["web", "needPins"],
|
|
5320
5230
|
"summary": "sp-menu",
|
|
5321
5231
|
"parameters": [
|
|
5322
5232
|
{
|
|
@@ -5444,10 +5354,7 @@
|
|
|
5444
5354
|
},
|
|
5445
5355
|
"/sp-menu-group": {
|
|
5446
5356
|
"post": {
|
|
5447
|
-
"tags": [
|
|
5448
|
-
"web",
|
|
5449
|
-
"needPins"
|
|
5450
|
-
],
|
|
5357
|
+
"tags": ["web", "needPins"],
|
|
5451
5358
|
"summary": "sp-menu-group",
|
|
5452
5359
|
"parameters": [
|
|
5453
5360
|
{
|
|
@@ -5575,10 +5482,7 @@
|
|
|
5575
5482
|
},
|
|
5576
5483
|
"/sp-menu-item": {
|
|
5577
5484
|
"post": {
|
|
5578
|
-
"tags": [
|
|
5579
|
-
"web",
|
|
5580
|
-
"needPins"
|
|
5581
|
-
],
|
|
5485
|
+
"tags": ["web", "needPins"],
|
|
5582
5486
|
"summary": "sp-menu-item",
|
|
5583
5487
|
"parameters": [
|
|
5584
5488
|
{
|
|
@@ -5810,10 +5714,7 @@
|
|
|
5810
5714
|
},
|
|
5811
5715
|
"/sp-meter": {
|
|
5812
5716
|
"post": {
|
|
5813
|
-
"tags": [
|
|
5814
|
-
"web",
|
|
5815
|
-
"needPins"
|
|
5816
|
-
],
|
|
5717
|
+
"tags": ["web", "needPins"],
|
|
5817
5718
|
"summary": "sp-meter",
|
|
5818
5719
|
"parameters": [
|
|
5819
5720
|
{
|
|
@@ -5916,10 +5817,7 @@
|
|
|
5916
5817
|
},
|
|
5917
5818
|
"/sp-number-field": {
|
|
5918
5819
|
"post": {
|
|
5919
|
-
"tags": [
|
|
5920
|
-
"web",
|
|
5921
|
-
"needPins"
|
|
5922
|
-
],
|
|
5820
|
+
"tags": ["web", "needPins"],
|
|
5923
5821
|
"summary": "sp-number-field",
|
|
5924
5822
|
"parameters": [
|
|
5925
5823
|
{
|
|
@@ -6215,10 +6113,7 @@
|
|
|
6215
6113
|
},
|
|
6216
6114
|
"/sp-overlay": {
|
|
6217
6115
|
"post": {
|
|
6218
|
-
"tags": [
|
|
6219
|
-
"web",
|
|
6220
|
-
"needPins"
|
|
6221
|
-
],
|
|
6116
|
+
"tags": ["web", "needPins"],
|
|
6222
6117
|
"summary": "sp-overlay",
|
|
6223
6118
|
"parameters": [
|
|
6224
6119
|
{
|
|
@@ -6318,10 +6213,7 @@
|
|
|
6318
6213
|
},
|
|
6319
6214
|
"/overlay-trigger": {
|
|
6320
6215
|
"post": {
|
|
6321
|
-
"tags": [
|
|
6322
|
-
"web",
|
|
6323
|
-
"needPins"
|
|
6324
|
-
],
|
|
6216
|
+
"tags": ["web", "needPins"],
|
|
6325
6217
|
"summary": "overlay-trigger",
|
|
6326
6218
|
"parameters": [
|
|
6327
6219
|
{
|
|
@@ -6465,10 +6357,7 @@
|
|
|
6465
6357
|
},
|
|
6466
6358
|
"/sp-picker": {
|
|
6467
6359
|
"post": {
|
|
6468
|
-
"tags": [
|
|
6469
|
-
"web",
|
|
6470
|
-
"needPins"
|
|
6471
|
-
],
|
|
6360
|
+
"tags": ["web", "needPins"],
|
|
6472
6361
|
"summary": "sp-picker",
|
|
6473
6362
|
"parameters": [
|
|
6474
6363
|
{
|
|
@@ -6672,10 +6561,7 @@
|
|
|
6672
6561
|
},
|
|
6673
6562
|
"/sp-picker-button": {
|
|
6674
6563
|
"post": {
|
|
6675
|
-
"tags": [
|
|
6676
|
-
"web",
|
|
6677
|
-
"needPins"
|
|
6678
|
-
],
|
|
6564
|
+
"tags": ["web", "needPins"],
|
|
6679
6565
|
"summary": "sp-picker-button",
|
|
6680
6566
|
"parameters": [
|
|
6681
6567
|
{
|
|
@@ -6818,10 +6704,7 @@
|
|
|
6818
6704
|
},
|
|
6819
6705
|
"/sp-popover": {
|
|
6820
6706
|
"post": {
|
|
6821
|
-
"tags": [
|
|
6822
|
-
"web",
|
|
6823
|
-
"needPins"
|
|
6824
|
-
],
|
|
6707
|
+
"tags": ["web", "needPins"],
|
|
6825
6708
|
"summary": "sp-popover",
|
|
6826
6709
|
"parameters": [
|
|
6827
6710
|
{
|
|
@@ -6908,10 +6791,7 @@
|
|
|
6908
6791
|
},
|
|
6909
6792
|
"/sp-progress-bar": {
|
|
6910
6793
|
"post": {
|
|
6911
|
-
"tags": [
|
|
6912
|
-
"web",
|
|
6913
|
-
"needPins"
|
|
6914
|
-
],
|
|
6794
|
+
"tags": ["web", "needPins"],
|
|
6915
6795
|
"summary": "sp-progress-bar",
|
|
6916
6796
|
"parameters": [
|
|
6917
6797
|
{
|
|
@@ -7022,10 +6902,7 @@
|
|
|
7022
6902
|
},
|
|
7023
6903
|
"/sp-progress-circle": {
|
|
7024
6904
|
"post": {
|
|
7025
|
-
"tags": [
|
|
7026
|
-
"web",
|
|
7027
|
-
"needPins"
|
|
7028
|
-
],
|
|
6905
|
+
"tags": ["web", "needPins"],
|
|
7029
6906
|
"summary": "sp-progress-circle",
|
|
7030
6907
|
"parameters": [
|
|
7031
6908
|
{
|
|
@@ -7120,10 +6997,7 @@
|
|
|
7120
6997
|
},
|
|
7121
6998
|
"/sp-radio": {
|
|
7122
6999
|
"post": {
|
|
7123
|
-
"tags": [
|
|
7124
|
-
"web",
|
|
7125
|
-
"needPins"
|
|
7126
|
-
],
|
|
7000
|
+
"tags": ["web", "needPins"],
|
|
7127
7001
|
"summary": "sp-radio",
|
|
7128
7002
|
"parameters": [
|
|
7129
7003
|
{
|
|
@@ -7247,10 +7121,7 @@
|
|
|
7247
7121
|
},
|
|
7248
7122
|
"/sp-radio-group": {
|
|
7249
7123
|
"post": {
|
|
7250
|
-
"tags": [
|
|
7251
|
-
"web",
|
|
7252
|
-
"needPins"
|
|
7253
|
-
],
|
|
7124
|
+
"tags": ["web", "needPins"],
|
|
7254
7125
|
"summary": "sp-radio-group",
|
|
7255
7126
|
"parameters": [
|
|
7256
7127
|
{
|
|
@@ -7374,10 +7245,7 @@
|
|
|
7374
7245
|
},
|
|
7375
7246
|
"/sp-search": {
|
|
7376
7247
|
"post": {
|
|
7377
|
-
"tags": [
|
|
7378
|
-
"web",
|
|
7379
|
-
"needPins"
|
|
7380
|
-
],
|
|
7248
|
+
"tags": ["web", "needPins"],
|
|
7381
7249
|
"summary": "sp-search",
|
|
7382
7250
|
"parameters": [
|
|
7383
7251
|
{
|
|
@@ -7645,10 +7513,7 @@
|
|
|
7645
7513
|
},
|
|
7646
7514
|
"/sp-sidenav": {
|
|
7647
7515
|
"post": {
|
|
7648
|
-
"tags": [
|
|
7649
|
-
"web",
|
|
7650
|
-
"needPins"
|
|
7651
|
-
],
|
|
7516
|
+
"tags": ["web", "needPins"],
|
|
7652
7517
|
"summary": "sp-sidenav",
|
|
7653
7518
|
"parameters": [
|
|
7654
7519
|
{
|
|
@@ -7772,10 +7637,7 @@
|
|
|
7772
7637
|
},
|
|
7773
7638
|
"/sp-sidenav-item": {
|
|
7774
7639
|
"post": {
|
|
7775
|
-
"tags": [
|
|
7776
|
-
"web",
|
|
7777
|
-
"needPins"
|
|
7778
|
-
],
|
|
7640
|
+
"tags": ["web", "needPins"],
|
|
7779
7641
|
"summary": "sp-sidenav-item",
|
|
7780
7642
|
"parameters": [
|
|
7781
7643
|
{
|
|
@@ -7926,10 +7788,7 @@
|
|
|
7926
7788
|
},
|
|
7927
7789
|
"/sp-slider": {
|
|
7928
7790
|
"post": {
|
|
7929
|
-
"tags": [
|
|
7930
|
-
"web",
|
|
7931
|
-
"needPins"
|
|
7932
|
-
],
|
|
7791
|
+
"tags": ["web", "needPins"],
|
|
7933
7792
|
"summary": "sp-slider",
|
|
7934
7793
|
"parameters": [
|
|
7935
7794
|
{
|
|
@@ -8205,10 +8064,7 @@
|
|
|
8205
8064
|
},
|
|
8206
8065
|
"/sp-slider-handle": {
|
|
8207
8066
|
"post": {
|
|
8208
|
-
"tags": [
|
|
8209
|
-
"web",
|
|
8210
|
-
"needPins"
|
|
8211
|
-
],
|
|
8067
|
+
"tags": ["web", "needPins"],
|
|
8212
8068
|
"summary": "sp-slider-handle",
|
|
8213
8069
|
"parameters": [
|
|
8214
8070
|
{
|
|
@@ -8404,10 +8260,7 @@
|
|
|
8404
8260
|
},
|
|
8405
8261
|
"/sp-split-view": {
|
|
8406
8262
|
"post": {
|
|
8407
|
-
"tags": [
|
|
8408
|
-
"web",
|
|
8409
|
-
"needPins"
|
|
8410
|
-
],
|
|
8263
|
+
"tags": ["web", "needPins"],
|
|
8411
8264
|
"summary": "sp-split-view",
|
|
8412
8265
|
"parameters": [
|
|
8413
8266
|
{
|
|
@@ -8571,10 +8424,7 @@
|
|
|
8571
8424
|
},
|
|
8572
8425
|
"/sp-status-light": {
|
|
8573
8426
|
"post": {
|
|
8574
|
-
"tags": [
|
|
8575
|
-
"web",
|
|
8576
|
-
"needPins"
|
|
8577
|
-
],
|
|
8427
|
+
"tags": ["web", "needPins"],
|
|
8578
8428
|
"summary": "sp-status-light",
|
|
8579
8429
|
"parameters": [
|
|
8580
8430
|
{
|
|
@@ -8653,10 +8503,7 @@
|
|
|
8653
8503
|
},
|
|
8654
8504
|
"/sp-swatch": {
|
|
8655
8505
|
"post": {
|
|
8656
|
-
"tags": [
|
|
8657
|
-
"web",
|
|
8658
|
-
"needPins"
|
|
8659
|
-
],
|
|
8506
|
+
"tags": ["web", "needPins"],
|
|
8660
8507
|
"summary": "sp-swatch",
|
|
8661
8508
|
"parameters": [
|
|
8662
8509
|
{
|
|
@@ -8820,10 +8667,7 @@
|
|
|
8820
8667
|
},
|
|
8821
8668
|
"/sp-swatch-group": {
|
|
8822
8669
|
"post": {
|
|
8823
|
-
"tags": [
|
|
8824
|
-
"web",
|
|
8825
|
-
"needPins"
|
|
8826
|
-
],
|
|
8670
|
+
"tags": ["web", "needPins"],
|
|
8827
8671
|
"summary": "sp-swatch-group",
|
|
8828
8672
|
"parameters": [
|
|
8829
8673
|
{
|
|
@@ -8947,10 +8791,7 @@
|
|
|
8947
8791
|
},
|
|
8948
8792
|
"/sp-switch": {
|
|
8949
8793
|
"post": {
|
|
8950
|
-
"tags": [
|
|
8951
|
-
"web",
|
|
8952
|
-
"needPins"
|
|
8953
|
-
],
|
|
8794
|
+
"tags": ["web", "needPins"],
|
|
8954
8795
|
"summary": "sp-switch",
|
|
8955
8796
|
"parameters": [
|
|
8956
8797
|
{
|
|
@@ -9074,10 +8915,7 @@
|
|
|
9074
8915
|
},
|
|
9075
8916
|
"/sp-table": {
|
|
9076
8917
|
"post": {
|
|
9077
|
-
"tags": [
|
|
9078
|
-
"web",
|
|
9079
|
-
"needPins"
|
|
9080
|
-
],
|
|
8918
|
+
"tags": ["web", "needPins"],
|
|
9081
8919
|
"summary": "sp-table",
|
|
9082
8920
|
"parameters": [
|
|
9083
8921
|
{
|
|
@@ -9249,10 +9087,7 @@
|
|
|
9249
9087
|
},
|
|
9250
9088
|
"/sp-tabs": {
|
|
9251
9089
|
"post": {
|
|
9252
|
-
"tags": [
|
|
9253
|
-
"web",
|
|
9254
|
-
"needPins"
|
|
9255
|
-
],
|
|
9090
|
+
"tags": ["web", "needPins"],
|
|
9256
9091
|
"summary": "sp-tabs",
|
|
9257
9092
|
"parameters": [
|
|
9258
9093
|
{
|
|
@@ -9400,10 +9235,7 @@
|
|
|
9400
9235
|
},
|
|
9401
9236
|
"/sp-tab-panel": {
|
|
9402
9237
|
"post": {
|
|
9403
|
-
"tags": [
|
|
9404
|
-
"web",
|
|
9405
|
-
"needPins"
|
|
9406
|
-
],
|
|
9238
|
+
"tags": ["web", "needPins"],
|
|
9407
9239
|
"summary": "sp-tab-panel",
|
|
9408
9240
|
"parameters": [
|
|
9409
9241
|
{
|
|
@@ -9482,10 +9314,7 @@
|
|
|
9482
9314
|
},
|
|
9483
9315
|
"/sp-tab": {
|
|
9484
9316
|
"post": {
|
|
9485
|
-
"tags": [
|
|
9486
|
-
"web",
|
|
9487
|
-
"needPins"
|
|
9488
|
-
],
|
|
9317
|
+
"tags": ["web", "needPins"],
|
|
9489
9318
|
"summary": "sp-tab",
|
|
9490
9319
|
"parameters": [
|
|
9491
9320
|
{
|
|
@@ -9588,10 +9417,7 @@
|
|
|
9588
9417
|
},
|
|
9589
9418
|
"/sp-tabs-overflow": {
|
|
9590
9419
|
"post": {
|
|
9591
|
-
"tags": [
|
|
9592
|
-
"web",
|
|
9593
|
-
"needPins"
|
|
9594
|
-
],
|
|
9420
|
+
"tags": ["web", "needPins"],
|
|
9595
9421
|
"summary": "sp-tabs-overflow",
|
|
9596
9422
|
"parameters": [
|
|
9597
9423
|
{
|
|
@@ -9678,10 +9504,7 @@
|
|
|
9678
9504
|
},
|
|
9679
9505
|
"/sp-tags": {
|
|
9680
9506
|
"post": {
|
|
9681
|
-
"tags": [
|
|
9682
|
-
"web",
|
|
9683
|
-
"needPins"
|
|
9684
|
-
],
|
|
9507
|
+
"tags": ["web", "needPins"],
|
|
9685
9508
|
"summary": "sp-tags",
|
|
9686
9509
|
"parameters": [
|
|
9687
9510
|
{
|
|
@@ -9744,10 +9567,7 @@
|
|
|
9744
9567
|
},
|
|
9745
9568
|
"/sp-tag": {
|
|
9746
9569
|
"post": {
|
|
9747
|
-
"tags": [
|
|
9748
|
-
"web",
|
|
9749
|
-
"needPins"
|
|
9750
|
-
],
|
|
9570
|
+
"tags": ["web", "needPins"],
|
|
9751
9571
|
"summary": "sp-tag",
|
|
9752
9572
|
"parameters": [
|
|
9753
9573
|
{
|
|
@@ -9847,10 +9667,7 @@
|
|
|
9847
9667
|
},
|
|
9848
9668
|
"/sp-textfield": {
|
|
9849
9669
|
"post": {
|
|
9850
|
-
"tags": [
|
|
9851
|
-
"web",
|
|
9852
|
-
"needPins"
|
|
9853
|
-
],
|
|
9670
|
+
"tags": ["web", "needPins"],
|
|
9854
9671
|
"summary": "sp-textfield",
|
|
9855
9672
|
"parameters": [
|
|
9856
9673
|
{
|
|
@@ -10082,10 +9899,7 @@
|
|
|
10082
9899
|
},
|
|
10083
9900
|
"/sp-thumbnail": {
|
|
10084
9901
|
"post": {
|
|
10085
|
-
"tags": [
|
|
10086
|
-
"web",
|
|
10087
|
-
"needPins"
|
|
10088
|
-
],
|
|
9902
|
+
"tags": ["web", "needPins"],
|
|
10089
9903
|
"summary": "sp-thumbnail",
|
|
10090
9904
|
"parameters": [
|
|
10091
9905
|
{
|
|
@@ -10180,10 +9994,7 @@
|
|
|
10180
9994
|
},
|
|
10181
9995
|
"/sp-toast": {
|
|
10182
9996
|
"post": {
|
|
10183
|
-
"tags": [
|
|
10184
|
-
"web",
|
|
10185
|
-
"needPins"
|
|
10186
|
-
],
|
|
9997
|
+
"tags": ["web", "needPins"],
|
|
10187
9998
|
"summary": "sp-toast",
|
|
10188
9999
|
"parameters": [
|
|
10189
10000
|
{
|
|
@@ -10291,10 +10102,7 @@
|
|
|
10291
10102
|
},
|
|
10292
10103
|
"/sp-tooltip": {
|
|
10293
10104
|
"post": {
|
|
10294
|
-
"tags": [
|
|
10295
|
-
"web",
|
|
10296
|
-
"needPins"
|
|
10297
|
-
],
|
|
10105
|
+
"tags": ["web", "needPins"],
|
|
10298
10106
|
"summary": "sp-tooltip",
|
|
10299
10107
|
"parameters": [
|
|
10300
10108
|
{
|
|
@@ -10418,10 +10226,7 @@
|
|
|
10418
10226
|
},
|
|
10419
10227
|
"/sp-top-nav": {
|
|
10420
10228
|
"post": {
|
|
10421
|
-
"tags": [
|
|
10422
|
-
"web",
|
|
10423
|
-
"needPins"
|
|
10424
|
-
],
|
|
10229
|
+
"tags": ["web", "needPins"],
|
|
10425
10230
|
"summary": "sp-top-nav",
|
|
10426
10231
|
"parameters": [
|
|
10427
10232
|
{
|
|
@@ -10524,10 +10329,7 @@
|
|
|
10524
10329
|
},
|
|
10525
10330
|
"/sp-tray": {
|
|
10526
10331
|
"post": {
|
|
10527
|
-
"tags": [
|
|
10528
|
-
"web",
|
|
10529
|
-
"needPins"
|
|
10530
|
-
],
|
|
10332
|
+
"tags": ["web", "needPins"],
|
|
10531
10333
|
"summary": "sp-tray",
|
|
10532
10334
|
"parameters": [
|
|
10533
10335
|
{
|
|
@@ -10611,10 +10413,7 @@
|
|
|
10611
10413
|
},
|
|
10612
10414
|
"/sp-underlay": {
|
|
10613
10415
|
"post": {
|
|
10614
|
-
"tags": [
|
|
10615
|
-
"web",
|
|
10616
|
-
"needPins"
|
|
10617
|
-
],
|
|
10416
|
+
"tags": ["web", "needPins"],
|
|
10618
10417
|
"summary": "sp-underlay",
|
|
10619
10418
|
"parameters": [
|
|
10620
10419
|
{
|
|
@@ -10698,10 +10497,7 @@
|
|
|
10698
10497
|
},
|
|
10699
10498
|
"/sp-grid": {
|
|
10700
10499
|
"post": {
|
|
10701
|
-
"tags": [
|
|
10702
|
-
"web",
|
|
10703
|
-
"needPins"
|
|
10704
|
-
],
|
|
10500
|
+
"tags": ["web", "needPins"],
|
|
10705
10501
|
"summary": "sp-grid",
|
|
10706
10502
|
"parameters": [
|
|
10707
10503
|
{
|
|
@@ -10825,10 +10621,7 @@
|
|
|
10825
10621
|
},
|
|
10826
10622
|
"/sp-theme": {
|
|
10827
10623
|
"post": {
|
|
10828
|
-
"tags": [
|
|
10829
|
-
"web",
|
|
10830
|
-
"needPins"
|
|
10831
|
-
],
|
|
10624
|
+
"tags": ["web", "needPins"],
|
|
10832
10625
|
"summary": "sp-theme",
|
|
10833
10626
|
"parameters": [
|
|
10834
10627
|
{
|
|
@@ -10918,10 +10711,7 @@
|
|
|
10918
10711
|
},
|
|
10919
10712
|
"/sp-truncated": {
|
|
10920
10713
|
"post": {
|
|
10921
|
-
"tags": [
|
|
10922
|
-
"web",
|
|
10923
|
-
"needPins"
|
|
10924
|
-
],
|
|
10714
|
+
"tags": ["web", "needPins"],
|
|
10925
10715
|
"summary": "sp-truncated",
|
|
10926
10716
|
"parameters": [
|
|
10927
10717
|
{
|