@umbraco-ui/uui 1.0.0-rc.0 → 1.0.0-rc.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.
- package/custom-elements.json +128 -76
- package/dist/uui.min.js +39 -33
- package/dist/uui.min.js.map +1 -1
- package/package.json +74 -74
package/custom-elements.json
CHANGED
|
@@ -130,9 +130,15 @@
|
|
|
130
130
|
"attributes": [
|
|
131
131
|
{
|
|
132
132
|
"name": "color",
|
|
133
|
-
"description": "Changes the look of the
|
|
134
|
-
"type": "\"\" | \"
|
|
135
|
-
"default": "\"default\""
|
|
133
|
+
"description": "Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.",
|
|
134
|
+
"type": "\"default\" | \"positive\" | \"warning\" | \"danger\"",
|
|
135
|
+
"default": "\"\\\"default\\\"\""
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "look",
|
|
139
|
+
"description": "Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.",
|
|
140
|
+
"type": "\"default\" | \"primary\" | \"secondary\" | \"outline\" | \"placeholder\"",
|
|
141
|
+
"default": "\"\\\"default\\\"\""
|
|
136
142
|
},
|
|
137
143
|
{
|
|
138
144
|
"name": "attention",
|
|
@@ -150,9 +156,16 @@
|
|
|
150
156
|
{
|
|
151
157
|
"name": "color",
|
|
152
158
|
"attribute": "color",
|
|
153
|
-
"description": "Changes the look of the
|
|
154
|
-
"type": "\"\" | \"
|
|
155
|
-
"default": "\"default\""
|
|
159
|
+
"description": "Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.",
|
|
160
|
+
"type": "\"default\" | \"positive\" | \"warning\" | \"danger\"",
|
|
161
|
+
"default": "\"\\\"default\\\"\""
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"name": "look",
|
|
165
|
+
"attribute": "look",
|
|
166
|
+
"description": "Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.",
|
|
167
|
+
"type": "\"default\" | \"primary\" | \"secondary\" | \"outline\" | \"placeholder\"",
|
|
168
|
+
"default": "\"\\\"default\\\"\""
|
|
156
169
|
},
|
|
157
170
|
{
|
|
158
171
|
"name": "attention",
|
|
@@ -486,7 +499,7 @@
|
|
|
486
499
|
},
|
|
487
500
|
{
|
|
488
501
|
"name": "label",
|
|
489
|
-
"description": "Label to be used for aria-label and
|
|
502
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
490
503
|
"type": "string"
|
|
491
504
|
}
|
|
492
505
|
],
|
|
@@ -617,7 +630,7 @@
|
|
|
617
630
|
{
|
|
618
631
|
"name": "label",
|
|
619
632
|
"attribute": "label",
|
|
620
|
-
"description": "Label to be used for aria-label and
|
|
633
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
621
634
|
"type": "string"
|
|
622
635
|
}
|
|
623
636
|
],
|
|
@@ -1242,7 +1255,7 @@
|
|
|
1242
1255
|
},
|
|
1243
1256
|
{
|
|
1244
1257
|
"name": "label",
|
|
1245
|
-
"description": "Label to be used for aria-label and
|
|
1258
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
1246
1259
|
"type": "string"
|
|
1247
1260
|
}
|
|
1248
1261
|
],
|
|
@@ -1338,7 +1351,7 @@
|
|
|
1338
1351
|
{
|
|
1339
1352
|
"name": "label",
|
|
1340
1353
|
"attribute": "label",
|
|
1341
|
-
"description": "Label to be used for aria-label and
|
|
1354
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
1342
1355
|
"type": "string"
|
|
1343
1356
|
}
|
|
1344
1357
|
],
|
|
@@ -1774,7 +1787,7 @@
|
|
|
1774
1787
|
},
|
|
1775
1788
|
{
|
|
1776
1789
|
"name": "label",
|
|
1777
|
-
"description": "Label to be used for aria-label and
|
|
1790
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
1778
1791
|
"type": "string"
|
|
1779
1792
|
}
|
|
1780
1793
|
],
|
|
@@ -1801,7 +1814,7 @@
|
|
|
1801
1814
|
{
|
|
1802
1815
|
"name": "label",
|
|
1803
1816
|
"attribute": "label",
|
|
1804
|
-
"description": "Label to be used for aria-label and
|
|
1817
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
1805
1818
|
"type": "string"
|
|
1806
1819
|
}
|
|
1807
1820
|
],
|
|
@@ -2197,11 +2210,6 @@
|
|
|
2197
2210
|
"type": "boolean",
|
|
2198
2211
|
"default": "true"
|
|
2199
2212
|
},
|
|
2200
|
-
{
|
|
2201
|
-
"name": "label",
|
|
2202
|
-
"description": "Label for input element.",
|
|
2203
|
-
"type": "string"
|
|
2204
|
-
},
|
|
2205
2213
|
{
|
|
2206
2214
|
"name": "placeholder",
|
|
2207
2215
|
"description": "Defines the input placeholder.",
|
|
@@ -2261,6 +2269,11 @@
|
|
|
2261
2269
|
"description": "Custom error message.",
|
|
2262
2270
|
"type": "string",
|
|
2263
2271
|
"default": "\"This field is invalid\""
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"name": "label",
|
|
2275
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
2276
|
+
"type": "string"
|
|
2264
2277
|
}
|
|
2265
2278
|
],
|
|
2266
2279
|
"properties": [
|
|
@@ -2316,12 +2329,6 @@
|
|
|
2316
2329
|
"type": "boolean",
|
|
2317
2330
|
"default": "true"
|
|
2318
2331
|
},
|
|
2319
|
-
{
|
|
2320
|
-
"name": "label",
|
|
2321
|
-
"attribute": "label",
|
|
2322
|
-
"description": "Label for input element.",
|
|
2323
|
-
"type": "string"
|
|
2324
|
-
},
|
|
2325
2332
|
{
|
|
2326
2333
|
"name": "placeholder",
|
|
2327
2334
|
"attribute": "placeholder",
|
|
@@ -2404,6 +2411,12 @@
|
|
|
2404
2411
|
},
|
|
2405
2412
|
{
|
|
2406
2413
|
"name": "validationMessage"
|
|
2414
|
+
},
|
|
2415
|
+
{
|
|
2416
|
+
"name": "label",
|
|
2417
|
+
"attribute": "label",
|
|
2418
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
2419
|
+
"type": "string"
|
|
2407
2420
|
}
|
|
2408
2421
|
],
|
|
2409
2422
|
"events": [
|
|
@@ -2421,10 +2434,6 @@
|
|
|
2421
2434
|
}
|
|
2422
2435
|
],
|
|
2423
2436
|
"slots": [
|
|
2424
|
-
{
|
|
2425
|
-
"name": "",
|
|
2426
|
-
"description": "input label - for the input label text."
|
|
2427
|
-
},
|
|
2428
2437
|
{
|
|
2429
2438
|
"name": "prepend",
|
|
2430
2439
|
"description": "for components to render to the left of the input."
|
|
@@ -2432,6 +2441,10 @@
|
|
|
2432
2441
|
{
|
|
2433
2442
|
"name": "append",
|
|
2434
2443
|
"description": "for components to render to the right of the input."
|
|
2444
|
+
},
|
|
2445
|
+
{
|
|
2446
|
+
"name": "",
|
|
2447
|
+
"description": "Override the default label"
|
|
2435
2448
|
}
|
|
2436
2449
|
]
|
|
2437
2450
|
},
|
|
@@ -2473,11 +2486,6 @@
|
|
|
2473
2486
|
"type": "boolean",
|
|
2474
2487
|
"default": "\"false\""
|
|
2475
2488
|
},
|
|
2476
|
-
{
|
|
2477
|
-
"name": "label",
|
|
2478
|
-
"description": "Label for input element.",
|
|
2479
|
-
"type": "string"
|
|
2480
|
-
},
|
|
2481
2489
|
{
|
|
2482
2490
|
"name": "placeholder",
|
|
2483
2491
|
"description": "Defines the input placeholder.",
|
|
@@ -2537,6 +2545,11 @@
|
|
|
2537
2545
|
"description": "Custom error message.",
|
|
2538
2546
|
"type": "string",
|
|
2539
2547
|
"default": "\"This field is invalid\""
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
"name": "label",
|
|
2551
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
2552
|
+
"type": "string"
|
|
2540
2553
|
}
|
|
2541
2554
|
],
|
|
2542
2555
|
"properties": [
|
|
@@ -2585,12 +2598,6 @@
|
|
|
2585
2598
|
"type": "boolean",
|
|
2586
2599
|
"default": "\"false\""
|
|
2587
2600
|
},
|
|
2588
|
-
{
|
|
2589
|
-
"name": "label",
|
|
2590
|
-
"attribute": "label",
|
|
2591
|
-
"description": "Label for input element.",
|
|
2592
|
-
"type": "string"
|
|
2593
|
-
},
|
|
2594
2601
|
{
|
|
2595
2602
|
"name": "placeholder",
|
|
2596
2603
|
"attribute": "placeholder",
|
|
@@ -2673,6 +2680,12 @@
|
|
|
2673
2680
|
},
|
|
2674
2681
|
{
|
|
2675
2682
|
"name": "validationMessage"
|
|
2683
|
+
},
|
|
2684
|
+
{
|
|
2685
|
+
"name": "label",
|
|
2686
|
+
"attribute": "label",
|
|
2687
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
2688
|
+
"type": "string"
|
|
2676
2689
|
}
|
|
2677
2690
|
],
|
|
2678
2691
|
"events": [
|
|
@@ -2690,10 +2703,6 @@
|
|
|
2690
2703
|
}
|
|
2691
2704
|
],
|
|
2692
2705
|
"slots": [
|
|
2693
|
-
{
|
|
2694
|
-
"name": "",
|
|
2695
|
-
"description": "input label - for the input label text."
|
|
2696
|
-
},
|
|
2697
2706
|
{
|
|
2698
2707
|
"name": "prepend",
|
|
2699
2708
|
"description": "for components to render to the left of the input."
|
|
@@ -2701,6 +2710,10 @@
|
|
|
2701
2710
|
{
|
|
2702
2711
|
"name": "append",
|
|
2703
2712
|
"description": "for components to render to the right of the input."
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"name": "",
|
|
2716
|
+
"description": "Override the default label"
|
|
2704
2717
|
}
|
|
2705
2718
|
]
|
|
2706
2719
|
},
|
|
@@ -2743,11 +2756,6 @@
|
|
|
2743
2756
|
"type": "boolean",
|
|
2744
2757
|
"default": "\"false\""
|
|
2745
2758
|
},
|
|
2746
|
-
{
|
|
2747
|
-
"name": "label",
|
|
2748
|
-
"description": "Label for input element.",
|
|
2749
|
-
"type": "string"
|
|
2750
|
-
},
|
|
2751
2759
|
{
|
|
2752
2760
|
"name": "placeholder",
|
|
2753
2761
|
"description": "Defines the input placeholder.",
|
|
@@ -2807,6 +2815,11 @@
|
|
|
2807
2815
|
"description": "Custom error message.",
|
|
2808
2816
|
"type": "string",
|
|
2809
2817
|
"default": "\"This field is invalid\""
|
|
2818
|
+
},
|
|
2819
|
+
{
|
|
2820
|
+
"name": "label",
|
|
2821
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
2822
|
+
"type": "string"
|
|
2810
2823
|
}
|
|
2811
2824
|
],
|
|
2812
2825
|
"properties": [
|
|
@@ -2855,12 +2868,6 @@
|
|
|
2855
2868
|
"type": "boolean",
|
|
2856
2869
|
"default": "\"false\""
|
|
2857
2870
|
},
|
|
2858
|
-
{
|
|
2859
|
-
"name": "label",
|
|
2860
|
-
"attribute": "label",
|
|
2861
|
-
"description": "Label for input element.",
|
|
2862
|
-
"type": "string"
|
|
2863
|
-
},
|
|
2864
2871
|
{
|
|
2865
2872
|
"name": "placeholder",
|
|
2866
2873
|
"attribute": "placeholder",
|
|
@@ -2943,6 +2950,12 @@
|
|
|
2943
2950
|
},
|
|
2944
2951
|
{
|
|
2945
2952
|
"name": "validationMessage"
|
|
2953
|
+
},
|
|
2954
|
+
{
|
|
2955
|
+
"name": "label",
|
|
2956
|
+
"attribute": "label",
|
|
2957
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
2958
|
+
"type": "string"
|
|
2946
2959
|
}
|
|
2947
2960
|
],
|
|
2948
2961
|
"events": [
|
|
@@ -2960,10 +2973,6 @@
|
|
|
2960
2973
|
}
|
|
2961
2974
|
],
|
|
2962
2975
|
"slots": [
|
|
2963
|
-
{
|
|
2964
|
-
"name": "",
|
|
2965
|
-
"description": "input label - for the input label text."
|
|
2966
|
-
},
|
|
2967
2976
|
{
|
|
2968
2977
|
"name": "prepend",
|
|
2969
2978
|
"description": "for components to render to the left of the input."
|
|
@@ -2971,6 +2980,10 @@
|
|
|
2971
2980
|
{
|
|
2972
2981
|
"name": "append",
|
|
2973
2982
|
"description": "for components to render to the right of the input."
|
|
2983
|
+
},
|
|
2984
|
+
{
|
|
2985
|
+
"name": "",
|
|
2986
|
+
"description": "Override the default label"
|
|
2974
2987
|
}
|
|
2975
2988
|
]
|
|
2976
2989
|
},
|
|
@@ -3223,7 +3236,7 @@
|
|
|
3223
3236
|
},
|
|
3224
3237
|
{
|
|
3225
3238
|
"name": "label",
|
|
3226
|
-
"description": "Label to be used for aria-label and
|
|
3239
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
3227
3240
|
"type": "string"
|
|
3228
3241
|
}
|
|
3229
3242
|
],
|
|
@@ -3304,7 +3317,7 @@
|
|
|
3304
3317
|
{
|
|
3305
3318
|
"name": "label",
|
|
3306
3319
|
"attribute": "label",
|
|
3307
|
-
"description": "Label to be used for aria-label and
|
|
3320
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
3308
3321
|
"type": "string"
|
|
3309
3322
|
}
|
|
3310
3323
|
],
|
|
@@ -5240,7 +5253,7 @@
|
|
|
5240
5253
|
{
|
|
5241
5254
|
"name": "uui-symbol-expand",
|
|
5242
5255
|
"path": "./../uui-symbol-expand/lib/uui-symbol-expand.element.ts",
|
|
5243
|
-
"description": "A symbol indicating
|
|
5256
|
+
"description": "A symbol indicating whether related composition is expanded or collapsed",
|
|
5244
5257
|
"attributes": [
|
|
5245
5258
|
{
|
|
5246
5259
|
"name": "open",
|
|
@@ -5534,6 +5547,16 @@
|
|
|
5534
5547
|
"name": "",
|
|
5535
5548
|
"description": "slot for table cell content"
|
|
5536
5549
|
}
|
|
5550
|
+
],
|
|
5551
|
+
"cssProperties": [
|
|
5552
|
+
{
|
|
5553
|
+
"name": "--uui-table-cell-padding",
|
|
5554
|
+
"description": "overwrite the table cell padding"
|
|
5555
|
+
},
|
|
5556
|
+
{
|
|
5557
|
+
"name": "--uui-table-cell-height",
|
|
5558
|
+
"description": "overwrite the table cell height"
|
|
5559
|
+
}
|
|
5537
5560
|
]
|
|
5538
5561
|
},
|
|
5539
5562
|
{
|
|
@@ -5605,6 +5628,16 @@
|
|
|
5605
5628
|
"name": "",
|
|
5606
5629
|
"description": "slot for table cell content"
|
|
5607
5630
|
}
|
|
5631
|
+
],
|
|
5632
|
+
"cssProperties": [
|
|
5633
|
+
{
|
|
5634
|
+
"name": "--uui-table-cell-padding",
|
|
5635
|
+
"description": "overwrite the table cell padding"
|
|
5636
|
+
},
|
|
5637
|
+
{
|
|
5638
|
+
"name": "--uui-table-cell-height",
|
|
5639
|
+
"description": "overwrite the table cell height"
|
|
5640
|
+
}
|
|
5608
5641
|
]
|
|
5609
5642
|
},
|
|
5610
5643
|
{
|
|
@@ -5688,6 +5721,12 @@
|
|
|
5688
5721
|
"name": "",
|
|
5689
5722
|
"description": "for <uui-table-cell> elements that should be in the row."
|
|
5690
5723
|
}
|
|
5724
|
+
],
|
|
5725
|
+
"cssProperties": [
|
|
5726
|
+
{
|
|
5727
|
+
"name": "--uui-table-row-color-selected",
|
|
5728
|
+
"description": "overwrite the color of the selected row"
|
|
5729
|
+
}
|
|
5691
5730
|
]
|
|
5692
5731
|
},
|
|
5693
5732
|
{
|
|
@@ -5756,7 +5795,7 @@
|
|
|
5756
5795
|
},
|
|
5757
5796
|
{
|
|
5758
5797
|
"name": "label",
|
|
5759
|
-
"description": "Label to be used for aria-label and
|
|
5798
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
5760
5799
|
"type": "string"
|
|
5761
5800
|
}
|
|
5762
5801
|
],
|
|
@@ -5797,7 +5836,7 @@
|
|
|
5797
5836
|
{
|
|
5798
5837
|
"name": "label",
|
|
5799
5838
|
"attribute": "label",
|
|
5800
|
-
"description": "Label to be used for aria-label and
|
|
5839
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
5801
5840
|
"type": "string"
|
|
5802
5841
|
}
|
|
5803
5842
|
],
|
|
@@ -5873,7 +5912,7 @@
|
|
|
5873
5912
|
},
|
|
5874
5913
|
{
|
|
5875
5914
|
"name": "label",
|
|
5876
|
-
"description": "Label to be used for aria-label and
|
|
5915
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
5877
5916
|
"type": "string"
|
|
5878
5917
|
}
|
|
5879
5918
|
],
|
|
@@ -5914,7 +5953,7 @@
|
|
|
5914
5953
|
{
|
|
5915
5954
|
"name": "label",
|
|
5916
5955
|
"attribute": "label",
|
|
5917
|
-
"description": "Label to be used for aria-label and
|
|
5956
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
5918
5957
|
"type": "string"
|
|
5919
5958
|
}
|
|
5920
5959
|
],
|
|
@@ -5965,9 +6004,15 @@
|
|
|
5965
6004
|
"attributes": [
|
|
5966
6005
|
{
|
|
5967
6006
|
"name": "color",
|
|
5968
|
-
"description": "
|
|
5969
|
-
"type": "
|
|
5970
|
-
"default": "\"
|
|
6007
|
+
"description": "Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.",
|
|
6008
|
+
"type": "\"default\" | \"positive\" | \"warning\" | \"danger\"",
|
|
6009
|
+
"default": "\"\\\"default\\\"\""
|
|
6010
|
+
},
|
|
6011
|
+
{
|
|
6012
|
+
"name": "look",
|
|
6013
|
+
"description": "Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.",
|
|
6014
|
+
"type": "\"default\" | \"primary\" | \"secondary\" | \"outline\" | \"placeholder\"",
|
|
6015
|
+
"default": "\"\\\"default\\\"\""
|
|
5971
6016
|
}
|
|
5972
6017
|
],
|
|
5973
6018
|
"properties": [
|
|
@@ -5979,9 +6024,16 @@
|
|
|
5979
6024
|
{
|
|
5980
6025
|
"name": "color",
|
|
5981
6026
|
"attribute": "color",
|
|
5982
|
-
"description": "
|
|
5983
|
-
"type": "
|
|
5984
|
-
"default": "\"
|
|
6027
|
+
"description": "Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.",
|
|
6028
|
+
"type": "\"default\" | \"positive\" | \"warning\" | \"danger\"",
|
|
6029
|
+
"default": "\"\\\"default\\\"\""
|
|
6030
|
+
},
|
|
6031
|
+
{
|
|
6032
|
+
"name": "look",
|
|
6033
|
+
"attribute": "look",
|
|
6034
|
+
"description": "Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.",
|
|
6035
|
+
"type": "\"default\" | \"primary\" | \"secondary\" | \"outline\" | \"placeholder\"",
|
|
6036
|
+
"default": "\"\\\"default\\\"\""
|
|
5985
6037
|
}
|
|
5986
6038
|
],
|
|
5987
6039
|
"slots": [
|
|
@@ -6326,8 +6378,8 @@
|
|
|
6326
6378
|
"attributes": [
|
|
6327
6379
|
{
|
|
6328
6380
|
"name": "color",
|
|
6329
|
-
"description": "Changes the
|
|
6330
|
-
"type": "
|
|
6381
|
+
"description": "Changes the color of the notification to one of the predefined, symbolic colors. Example: set this to danger to indicate errors.",
|
|
6382
|
+
"type": "'' | 'default' | 'positive' | 'warning' | 'danger'",
|
|
6331
6383
|
"default": "\"\\\"\\\"\""
|
|
6332
6384
|
},
|
|
6333
6385
|
{
|
|
@@ -6352,8 +6404,8 @@
|
|
|
6352
6404
|
{
|
|
6353
6405
|
"name": "color",
|
|
6354
6406
|
"attribute": "color",
|
|
6355
|
-
"description": "Changes the
|
|
6356
|
-
"type": "
|
|
6407
|
+
"description": "Changes the color of the notification to one of the predefined, symbolic colors. Example: set this to danger to indicate errors.",
|
|
6408
|
+
"type": "'' | 'default' | 'positive' | 'warning' | 'danger'",
|
|
6357
6409
|
"default": "\"\\\"\\\"\""
|
|
6358
6410
|
},
|
|
6359
6411
|
{
|
|
@@ -6463,7 +6515,7 @@
|
|
|
6463
6515
|
},
|
|
6464
6516
|
{
|
|
6465
6517
|
"name": "label",
|
|
6466
|
-
"description": "Label to be used for aria-label and
|
|
6518
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
6467
6519
|
"type": "string"
|
|
6468
6520
|
}
|
|
6469
6521
|
],
|
|
@@ -6559,7 +6611,7 @@
|
|
|
6559
6611
|
{
|
|
6560
6612
|
"name": "label",
|
|
6561
6613
|
"attribute": "label",
|
|
6562
|
-
"description": "Label to be used for aria-label and
|
|
6614
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
6563
6615
|
"type": "string"
|
|
6564
6616
|
}
|
|
6565
6617
|
],
|