@nysds/components 1.16.0-alpha-3 → 1.16.0-alpha4
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 +389 -15
- package/dist/.vscode/vscode.html-custom-data.json +3 -4
- package/dist/custom-elements.json +751 -363
- package/dist/nysds.es.js +1379 -1105
- package/dist/nysds.es.js.map +1 -1
- package/dist/nysds.js +208 -136
- package/dist/nysds.js.map +1 -1
- package/dist/packages/nys-button/src/nys-button.d.ts +8 -5
- package/dist/packages/nys-checkbox/src/nys-checkboxgroup.d.ts +1 -0
- package/dist/packages/nys-globalheader/src/nys-globalheader.d.ts +4 -2
- package/dist/packages/nys-radiobutton/src/nys-radiobutton.d.ts +1 -0
- package/dist/packages/nys-radiobutton/src/nys-radiogroup.d.ts +2 -0
- package/dist/packages/nys-table/src/nys-table.d.ts +12 -1
- package/dist/packages/nys-video/src/nys-video.d.ts +26 -7
- package/dist/src/index.d.ts +1 -0
- package/package.json +7 -6
- package/packages/react/NysTable.d.ts +4 -0
- package/packages/react/NysTable.js +1 -0
- package/packages/react/NysVideo.d.ts +77 -0
- package/packages/react/NysVideo.js +40 -0
- package/packages/react/index.d.ts +10 -9
- package/packages/react/index.js +10 -9
- package/packages/react/react-utils.js +0 -2
|
@@ -125,7 +125,8 @@
|
|
|
125
125
|
},
|
|
126
126
|
"default": "\"\"",
|
|
127
127
|
"description": "Unique identifier. Auto-generated if not provided.",
|
|
128
|
-
"fieldName": "id"
|
|
128
|
+
"fieldName": "id",
|
|
129
|
+
"propName": "id"
|
|
129
130
|
},
|
|
130
131
|
{
|
|
131
132
|
"name": "singleSelect",
|
|
@@ -134,7 +135,8 @@
|
|
|
134
135
|
},
|
|
135
136
|
"default": "false",
|
|
136
137
|
"description": "Only one item can be expanded at a time. Expanding one collapses others.",
|
|
137
|
-
"fieldName": "singleSelect"
|
|
138
|
+
"fieldName": "singleSelect",
|
|
139
|
+
"propName": "singleselect"
|
|
138
140
|
},
|
|
139
141
|
{
|
|
140
142
|
"name": "bordered",
|
|
@@ -143,7 +145,8 @@
|
|
|
143
145
|
},
|
|
144
146
|
"default": "false",
|
|
145
147
|
"description": "Adds borders around each accordion item. Propagates to all children.",
|
|
146
|
-
"fieldName": "bordered"
|
|
148
|
+
"fieldName": "bordered",
|
|
149
|
+
"propName": "bordered"
|
|
147
150
|
}
|
|
148
151
|
],
|
|
149
152
|
"superclass": {
|
|
@@ -292,7 +295,8 @@
|
|
|
292
295
|
},
|
|
293
296
|
"default": "\"\"",
|
|
294
297
|
"description": "Unique identifier. Auto-generated if not provided.",
|
|
295
|
-
"fieldName": "id"
|
|
298
|
+
"fieldName": "id",
|
|
299
|
+
"propName": "id"
|
|
296
300
|
},
|
|
297
301
|
{
|
|
298
302
|
"name": "heading",
|
|
@@ -301,7 +305,8 @@
|
|
|
301
305
|
},
|
|
302
306
|
"default": "\"\"",
|
|
303
307
|
"description": "Heading text displayed in the clickable toggle button.",
|
|
304
|
-
"fieldName": "heading"
|
|
308
|
+
"fieldName": "heading",
|
|
309
|
+
"propName": "heading"
|
|
305
310
|
},
|
|
306
311
|
{
|
|
307
312
|
"name": "expanded",
|
|
@@ -310,7 +315,8 @@
|
|
|
310
315
|
},
|
|
311
316
|
"default": "false",
|
|
312
317
|
"description": "Whether the content panel is visible. Toggle via click or keyboard.",
|
|
313
|
-
"fieldName": "expanded"
|
|
318
|
+
"fieldName": "expanded",
|
|
319
|
+
"propName": "expanded"
|
|
314
320
|
},
|
|
315
321
|
{
|
|
316
322
|
"name": "bordered",
|
|
@@ -319,7 +325,8 @@
|
|
|
319
325
|
},
|
|
320
326
|
"default": "false",
|
|
321
327
|
"description": "Adds border styling. Set by parent `nys-accordion`, not directly.",
|
|
322
|
-
"fieldName": "bordered"
|
|
328
|
+
"fieldName": "bordered",
|
|
329
|
+
"propName": "bordered"
|
|
323
330
|
}
|
|
324
331
|
],
|
|
325
332
|
"superclass": {
|
|
@@ -585,7 +592,8 @@
|
|
|
585
592
|
},
|
|
586
593
|
"default": "\"\"",
|
|
587
594
|
"description": "Unique identifier. Auto-generated if not provided.",
|
|
588
|
-
"fieldName": "id"
|
|
595
|
+
"fieldName": "id",
|
|
596
|
+
"propName": "id"
|
|
589
597
|
},
|
|
590
598
|
{
|
|
591
599
|
"name": "heading",
|
|
@@ -594,7 +602,8 @@
|
|
|
594
602
|
},
|
|
595
603
|
"default": "\"\"",
|
|
596
604
|
"description": "Bold heading text displayed at the top of the alert.",
|
|
597
|
-
"fieldName": "heading"
|
|
605
|
+
"fieldName": "heading",
|
|
606
|
+
"propName": "heading"
|
|
598
607
|
},
|
|
599
608
|
{
|
|
600
609
|
"name": "icon",
|
|
@@ -603,7 +612,8 @@
|
|
|
603
612
|
},
|
|
604
613
|
"default": "\"\"",
|
|
605
614
|
"description": "Custom icon name. Defaults to type-appropriate icon if not set.",
|
|
606
|
-
"fieldName": "icon"
|
|
615
|
+
"fieldName": "icon",
|
|
616
|
+
"propName": "icon"
|
|
607
617
|
},
|
|
608
618
|
{
|
|
609
619
|
"name": "dismissible",
|
|
@@ -612,7 +622,8 @@
|
|
|
612
622
|
},
|
|
613
623
|
"default": "false",
|
|
614
624
|
"description": "Shows close button allowing users to dismiss the alert.",
|
|
615
|
-
"fieldName": "dismissible"
|
|
625
|
+
"fieldName": "dismissible",
|
|
626
|
+
"propName": "dismissible"
|
|
616
627
|
},
|
|
617
628
|
{
|
|
618
629
|
"name": "duration",
|
|
@@ -621,7 +632,8 @@
|
|
|
621
632
|
},
|
|
622
633
|
"default": "0",
|
|
623
634
|
"description": "Auto-dismiss after specified milliseconds. Set to 0 to disable.",
|
|
624
|
-
"fieldName": "duration"
|
|
635
|
+
"fieldName": "duration",
|
|
636
|
+
"propName": "duration"
|
|
625
637
|
},
|
|
626
638
|
{
|
|
627
639
|
"name": "text",
|
|
@@ -630,7 +642,8 @@
|
|
|
630
642
|
},
|
|
631
643
|
"default": "\"\"",
|
|
632
644
|
"description": "Body text content. Ignored if slot content is provided.",
|
|
633
|
-
"fieldName": "text"
|
|
645
|
+
"fieldName": "text",
|
|
646
|
+
"propName": "text"
|
|
634
647
|
},
|
|
635
648
|
{
|
|
636
649
|
"name": "primaryAction",
|
|
@@ -639,7 +652,8 @@
|
|
|
639
652
|
},
|
|
640
653
|
"default": "\"\"",
|
|
641
654
|
"description": "URL for the primary action link.",
|
|
642
|
-
"fieldName": "primaryAction"
|
|
655
|
+
"fieldName": "primaryAction",
|
|
656
|
+
"propName": "primaryaction"
|
|
643
657
|
},
|
|
644
658
|
{
|
|
645
659
|
"name": "secondaryAction",
|
|
@@ -648,7 +662,8 @@
|
|
|
648
662
|
},
|
|
649
663
|
"default": "\"\"",
|
|
650
664
|
"description": "URL for the secondary action link.",
|
|
651
|
-
"fieldName": "secondaryAction"
|
|
665
|
+
"fieldName": "secondaryAction",
|
|
666
|
+
"propName": "secondaryaction"
|
|
652
667
|
},
|
|
653
668
|
{
|
|
654
669
|
"name": "primaryLabel",
|
|
@@ -657,7 +672,8 @@
|
|
|
657
672
|
},
|
|
658
673
|
"default": "\"Learn more\"",
|
|
659
674
|
"description": "Label text for primary action link.",
|
|
660
|
-
"fieldName": "primaryLabel"
|
|
675
|
+
"fieldName": "primaryLabel",
|
|
676
|
+
"propName": "primarylabel"
|
|
661
677
|
},
|
|
662
678
|
{
|
|
663
679
|
"name": "secondaryLabel",
|
|
@@ -666,7 +682,8 @@
|
|
|
666
682
|
},
|
|
667
683
|
"default": "\"Dismiss\"",
|
|
668
684
|
"description": "Label text for secondary action link.",
|
|
669
|
-
"fieldName": "secondaryLabel"
|
|
685
|
+
"fieldName": "secondaryLabel",
|
|
686
|
+
"propName": "secondarylabel"
|
|
670
687
|
},
|
|
671
688
|
{
|
|
672
689
|
"name": "type",
|
|
@@ -675,7 +692,8 @@
|
|
|
675
692
|
},
|
|
676
693
|
"default": "\"base\"",
|
|
677
694
|
"description": "Semantic alert type affecting color and ARIA role. `danger`/`emergency` use assertive live region.",
|
|
678
|
-
"fieldName": "type"
|
|
695
|
+
"fieldName": "type",
|
|
696
|
+
"propName": "type"
|
|
679
697
|
}
|
|
680
698
|
],
|
|
681
699
|
"superclass": {
|
|
@@ -864,7 +882,8 @@
|
|
|
864
882
|
},
|
|
865
883
|
"default": "\"\"",
|
|
866
884
|
"description": "Unique identifier. Auto-generated if not provided.",
|
|
867
|
-
"fieldName": "id"
|
|
885
|
+
"fieldName": "id",
|
|
886
|
+
"propName": "id"
|
|
868
887
|
},
|
|
869
888
|
{
|
|
870
889
|
"name": "ariaLabel",
|
|
@@ -873,7 +892,8 @@
|
|
|
873
892
|
},
|
|
874
893
|
"default": "\"\"",
|
|
875
894
|
"description": "Accessible label for screen readers. Required when no image `alt` is available.",
|
|
876
|
-
"fieldName": "ariaLabel"
|
|
895
|
+
"fieldName": "ariaLabel",
|
|
896
|
+
"propName": "arialabel"
|
|
877
897
|
},
|
|
878
898
|
{
|
|
879
899
|
"name": "image",
|
|
@@ -882,7 +902,8 @@
|
|
|
882
902
|
},
|
|
883
903
|
"default": "\"\"",
|
|
884
904
|
"description": "Image URL. Takes priority over initials and icon.",
|
|
885
|
-
"fieldName": "image"
|
|
905
|
+
"fieldName": "image",
|
|
906
|
+
"propName": "image"
|
|
886
907
|
},
|
|
887
908
|
{
|
|
888
909
|
"name": "initials",
|
|
@@ -891,7 +912,8 @@
|
|
|
891
912
|
},
|
|
892
913
|
"default": "\"\"",
|
|
893
914
|
"description": "1-2 character initials. Used when no image is provided.",
|
|
894
|
-
"fieldName": "initials"
|
|
915
|
+
"fieldName": "initials",
|
|
916
|
+
"propName": "initials"
|
|
895
917
|
},
|
|
896
918
|
{
|
|
897
919
|
"name": "icon",
|
|
@@ -900,7 +922,8 @@
|
|
|
900
922
|
},
|
|
901
923
|
"default": "\"\"",
|
|
902
924
|
"description": "Custom icon name. Falls back to `account_circle` if not set.",
|
|
903
|
-
"fieldName": "icon"
|
|
925
|
+
"fieldName": "icon",
|
|
926
|
+
"propName": "icon"
|
|
904
927
|
},
|
|
905
928
|
{
|
|
906
929
|
"name": "color",
|
|
@@ -909,7 +932,8 @@
|
|
|
909
932
|
},
|
|
910
933
|
"default": "\"\"",
|
|
911
934
|
"description": "Background color. Foreground auto-adjusts for contrast. Accepts CSS values or variables.",
|
|
912
|
-
"fieldName": "color"
|
|
935
|
+
"fieldName": "color",
|
|
936
|
+
"propName": "color"
|
|
913
937
|
},
|
|
914
938
|
{
|
|
915
939
|
"name": "interactive",
|
|
@@ -918,7 +942,8 @@
|
|
|
918
942
|
},
|
|
919
943
|
"default": "false",
|
|
920
944
|
"description": "Makes avatar clickable with button role and focus ring.",
|
|
921
|
-
"fieldName": "interactive"
|
|
945
|
+
"fieldName": "interactive",
|
|
946
|
+
"propName": "interactive"
|
|
922
947
|
},
|
|
923
948
|
{
|
|
924
949
|
"name": "disabled",
|
|
@@ -927,7 +952,8 @@
|
|
|
927
952
|
},
|
|
928
953
|
"default": "false",
|
|
929
954
|
"description": "Prevents interaction when `interactive` is true.",
|
|
930
|
-
"fieldName": "disabled"
|
|
955
|
+
"fieldName": "disabled",
|
|
956
|
+
"propName": "disabled"
|
|
931
957
|
},
|
|
932
958
|
{
|
|
933
959
|
"name": "lazy",
|
|
@@ -936,7 +962,8 @@
|
|
|
936
962
|
},
|
|
937
963
|
"default": "false",
|
|
938
964
|
"description": "Enables lazy loading for the image.",
|
|
939
|
-
"fieldName": "lazy"
|
|
965
|
+
"fieldName": "lazy",
|
|
966
|
+
"propName": "lazy"
|
|
940
967
|
}
|
|
941
968
|
],
|
|
942
969
|
"superclass": {
|
|
@@ -1063,7 +1090,8 @@
|
|
|
1063
1090
|
},
|
|
1064
1091
|
"default": "\"right\"",
|
|
1065
1092
|
"description": "Horizontal position: `left` or `right`.",
|
|
1066
|
-
"fieldName": "position"
|
|
1093
|
+
"fieldName": "position",
|
|
1094
|
+
"propName": "position"
|
|
1067
1095
|
},
|
|
1068
1096
|
{
|
|
1069
1097
|
"name": "visible",
|
|
@@ -1072,7 +1100,8 @@
|
|
|
1072
1100
|
},
|
|
1073
1101
|
"default": "false",
|
|
1074
1102
|
"description": "Force button visibility. Overrides auto-show scroll behavior.",
|
|
1075
|
-
"fieldName": "visible"
|
|
1103
|
+
"fieldName": "visible",
|
|
1104
|
+
"propName": "visible"
|
|
1076
1105
|
}
|
|
1077
1106
|
],
|
|
1078
1107
|
"superclass": {
|
|
@@ -1276,7 +1305,8 @@
|
|
|
1276
1305
|
},
|
|
1277
1306
|
"default": "\"\"",
|
|
1278
1307
|
"description": "Unique identifier.",
|
|
1279
|
-
"fieldName": "id"
|
|
1308
|
+
"fieldName": "id",
|
|
1309
|
+
"propName": "id"
|
|
1280
1310
|
},
|
|
1281
1311
|
{
|
|
1282
1312
|
"name": "name",
|
|
@@ -1285,7 +1315,8 @@
|
|
|
1285
1315
|
},
|
|
1286
1316
|
"default": "\"\"",
|
|
1287
1317
|
"description": "Name attribute for form association.",
|
|
1288
|
-
"fieldName": "name"
|
|
1318
|
+
"fieldName": "name",
|
|
1319
|
+
"propName": "name"
|
|
1289
1320
|
},
|
|
1290
1321
|
{
|
|
1291
1322
|
"name": "size",
|
|
@@ -1294,7 +1325,8 @@
|
|
|
1294
1325
|
},
|
|
1295
1326
|
"default": "\"md\"",
|
|
1296
1327
|
"description": "Badge size: `sm` (smaller text) or `md` (default).",
|
|
1297
|
-
"fieldName": "size"
|
|
1328
|
+
"fieldName": "size",
|
|
1329
|
+
"propName": "size"
|
|
1298
1330
|
},
|
|
1299
1331
|
{
|
|
1300
1332
|
"name": "intent",
|
|
@@ -1303,7 +1335,8 @@
|
|
|
1303
1335
|
},
|
|
1304
1336
|
"default": "\"neutral\"",
|
|
1305
1337
|
"description": "Semantic intent affecting color: `neutral`, `error`, `success`, or `warning`.",
|
|
1306
|
-
"fieldName": "intent"
|
|
1338
|
+
"fieldName": "intent",
|
|
1339
|
+
"propName": "intent"
|
|
1307
1340
|
},
|
|
1308
1341
|
{
|
|
1309
1342
|
"name": "prefixLabel",
|
|
@@ -1312,7 +1345,8 @@
|
|
|
1312
1345
|
},
|
|
1313
1346
|
"default": "\"\"",
|
|
1314
1347
|
"description": "Secondary label displayed before the main label.",
|
|
1315
|
-
"fieldName": "prefixLabel"
|
|
1348
|
+
"fieldName": "prefixLabel",
|
|
1349
|
+
"propName": "prefixlabel"
|
|
1316
1350
|
},
|
|
1317
1351
|
{
|
|
1318
1352
|
"name": "label",
|
|
@@ -1321,7 +1355,8 @@
|
|
|
1321
1355
|
},
|
|
1322
1356
|
"default": "\"\"",
|
|
1323
1357
|
"description": "Primary label text displayed in the badge.",
|
|
1324
|
-
"fieldName": "label"
|
|
1358
|
+
"fieldName": "label",
|
|
1359
|
+
"propName": "label"
|
|
1325
1360
|
},
|
|
1326
1361
|
{
|
|
1327
1362
|
"name": "variant",
|
|
@@ -1329,21 +1364,24 @@
|
|
|
1329
1364
|
"text": "\"strong\" | \"\""
|
|
1330
1365
|
},
|
|
1331
1366
|
"default": "\"\"",
|
|
1332
|
-
"fieldName": "variant"
|
|
1367
|
+
"fieldName": "variant",
|
|
1368
|
+
"propName": "variant"
|
|
1333
1369
|
},
|
|
1334
1370
|
{
|
|
1335
1371
|
"name": "prefixicon",
|
|
1336
1372
|
"type": {
|
|
1337
1373
|
"text": "string | boolean"
|
|
1338
1374
|
},
|
|
1339
|
-
"fieldName": "prefixIcon"
|
|
1375
|
+
"fieldName": "prefixIcon",
|
|
1376
|
+
"propName": "prefixicon"
|
|
1340
1377
|
},
|
|
1341
1378
|
{
|
|
1342
1379
|
"name": "suffixicon",
|
|
1343
1380
|
"type": {
|
|
1344
1381
|
"text": "string | boolean"
|
|
1345
1382
|
},
|
|
1346
|
-
"fieldName": "suffixIcon"
|
|
1383
|
+
"fieldName": "suffixIcon",
|
|
1384
|
+
"propName": "suffixicon"
|
|
1347
1385
|
}
|
|
1348
1386
|
],
|
|
1349
1387
|
"superclass": {
|
|
@@ -1679,16 +1717,6 @@
|
|
|
1679
1717
|
"attribute": "target",
|
|
1680
1718
|
"reflects": true
|
|
1681
1719
|
},
|
|
1682
|
-
{
|
|
1683
|
-
"kind": "method",
|
|
1684
|
-
"name": "getButtonElement",
|
|
1685
|
-
"privacy": "public",
|
|
1686
|
-
"return": {
|
|
1687
|
-
"type": {
|
|
1688
|
-
"text": "Promise<HTMLElement | null>"
|
|
1689
|
-
}
|
|
1690
|
-
}
|
|
1691
|
-
},
|
|
1692
1720
|
{
|
|
1693
1721
|
"kind": "field",
|
|
1694
1722
|
"name": "_internals",
|
|
@@ -1759,7 +1787,7 @@
|
|
|
1759
1787
|
"kind": "method",
|
|
1760
1788
|
"name": "_handleAnyAttributeFunction",
|
|
1761
1789
|
"privacy": "private",
|
|
1762
|
-
"description": "Vanilla JS & Native HTML keydown
|
|
1790
|
+
"description": "A Solution to the Vanilla JS & Native HTML keydown:\n\nHandles inline onClick attributes set as strings in vanilla HTML\n(e.g. <nys-button onClick=\"doSomething()\">).\n\nWhen onClick is set this way, it is a DOM attribute (not a property)\nso this.onClick remains null. Native clicks execute the attribute\nautomatically, but keydown events do not, so we invoke it manually here."
|
|
1763
1791
|
},
|
|
1764
1792
|
{
|
|
1765
1793
|
"kind": "method",
|
|
@@ -1807,7 +1835,8 @@
|
|
|
1807
1835
|
},
|
|
1808
1836
|
"default": "\"\"",
|
|
1809
1837
|
"description": "Unique identifier. Auto-generated if not provided.",
|
|
1810
|
-
"fieldName": "id"
|
|
1838
|
+
"fieldName": "id",
|
|
1839
|
+
"propName": "id"
|
|
1811
1840
|
},
|
|
1812
1841
|
{
|
|
1813
1842
|
"name": "name",
|
|
@@ -1816,7 +1845,8 @@
|
|
|
1816
1845
|
},
|
|
1817
1846
|
"default": "\"\"",
|
|
1818
1847
|
"description": "Name for form submission.",
|
|
1819
|
-
"fieldName": "name"
|
|
1848
|
+
"fieldName": "name",
|
|
1849
|
+
"propName": "name"
|
|
1820
1850
|
},
|
|
1821
1851
|
{
|
|
1822
1852
|
"name": "size",
|
|
@@ -1825,7 +1855,8 @@
|
|
|
1825
1855
|
},
|
|
1826
1856
|
"default": "\"md\"",
|
|
1827
1857
|
"description": "Button height: `sm` (40px) for dense UIs, `md` (48px, default) for standard use, `lg` (56px) for prominent CTAs.",
|
|
1828
|
-
"fieldName": "size"
|
|
1858
|
+
"fieldName": "size",
|
|
1859
|
+
"propName": "size"
|
|
1829
1860
|
},
|
|
1830
1861
|
{
|
|
1831
1862
|
"name": "fullWidth",
|
|
@@ -1834,7 +1865,8 @@
|
|
|
1834
1865
|
},
|
|
1835
1866
|
"default": "false",
|
|
1836
1867
|
"description": "Expands button to fill container width. Use for mobile layouts or stacked button groups.",
|
|
1837
|
-
"fieldName": "fullWidth"
|
|
1868
|
+
"fieldName": "fullWidth",
|
|
1869
|
+
"propName": "fullwidth"
|
|
1838
1870
|
},
|
|
1839
1871
|
{
|
|
1840
1872
|
"name": "variant",
|
|
@@ -1843,7 +1875,8 @@
|
|
|
1843
1875
|
},
|
|
1844
1876
|
"default": "\"filled\"",
|
|
1845
1877
|
"description": "Visual style: `filled` for primary (one per section), `outline` for secondary, `ghost` for tertiary, `text` for inline actions. Avoid `text` for navigation.",
|
|
1846
|
-
"fieldName": "variant"
|
|
1878
|
+
"fieldName": "variant",
|
|
1879
|
+
"propName": "variant"
|
|
1847
1880
|
},
|
|
1848
1881
|
{
|
|
1849
1882
|
"name": "inverted",
|
|
@@ -1852,7 +1885,8 @@
|
|
|
1852
1885
|
},
|
|
1853
1886
|
"default": "false",
|
|
1854
1887
|
"description": "Adjusts colors for dark backgrounds.",
|
|
1855
|
-
"fieldName": "inverted"
|
|
1888
|
+
"fieldName": "inverted",
|
|
1889
|
+
"propName": "inverted"
|
|
1856
1890
|
},
|
|
1857
1891
|
{
|
|
1858
1892
|
"name": "label",
|
|
@@ -1861,7 +1895,8 @@
|
|
|
1861
1895
|
},
|
|
1862
1896
|
"default": "\"\"",
|
|
1863
1897
|
"description": "Visible button text. Use sentence case, action-oriented text (e.g., \"Save Draft\"). Becomes aria-label in `circle` mode.",
|
|
1864
|
-
"fieldName": "label"
|
|
1898
|
+
"fieldName": "label",
|
|
1899
|
+
"propName": "label"
|
|
1865
1900
|
},
|
|
1866
1901
|
{
|
|
1867
1902
|
"name": "ariaLabel",
|
|
@@ -1870,7 +1905,8 @@
|
|
|
1870
1905
|
},
|
|
1871
1906
|
"default": "\"\"",
|
|
1872
1907
|
"description": "Screen reader label. Required for icon-only buttons if `label` is not set.",
|
|
1873
|
-
"fieldName": "ariaLabel"
|
|
1908
|
+
"fieldName": "ariaLabel",
|
|
1909
|
+
"propName": "arialabel"
|
|
1874
1910
|
},
|
|
1875
1911
|
{
|
|
1876
1912
|
"name": "ariaControls",
|
|
@@ -1879,7 +1915,8 @@
|
|
|
1879
1915
|
},
|
|
1880
1916
|
"default": "\"\"",
|
|
1881
1917
|
"description": "ID of controlled element (e.g., dropdown or modal). Sets `aria-controls`.",
|
|
1882
|
-
"fieldName": "ariaControls"
|
|
1918
|
+
"fieldName": "ariaControls",
|
|
1919
|
+
"propName": "ariacontrols"
|
|
1883
1920
|
},
|
|
1884
1921
|
{
|
|
1885
1922
|
"name": "prefixIcon",
|
|
@@ -1888,7 +1925,8 @@
|
|
|
1888
1925
|
},
|
|
1889
1926
|
"default": "\"\"",
|
|
1890
1927
|
"description": "Material Symbol icon before label. Not shown for `text` variant or `circle` mode.",
|
|
1891
|
-
"fieldName": "prefixIcon"
|
|
1928
|
+
"fieldName": "prefixIcon",
|
|
1929
|
+
"propName": "prefixicon"
|
|
1892
1930
|
},
|
|
1893
1931
|
{
|
|
1894
1932
|
"name": "suffixIcon",
|
|
@@ -1897,7 +1935,8 @@
|
|
|
1897
1935
|
},
|
|
1898
1936
|
"default": "\"\"",
|
|
1899
1937
|
"description": "Material Symbol icon after label. Use `chevron_down` for dropdowns, `open_in_new` for external links. Not shown for `text` variant or `circle` mode.",
|
|
1900
|
-
"fieldName": "suffixIcon"
|
|
1938
|
+
"fieldName": "suffixIcon",
|
|
1939
|
+
"propName": "suffixicon"
|
|
1901
1940
|
},
|
|
1902
1941
|
{
|
|
1903
1942
|
"name": "circle",
|
|
@@ -1906,7 +1945,8 @@
|
|
|
1906
1945
|
},
|
|
1907
1946
|
"default": "false",
|
|
1908
1947
|
"description": "Renders circular icon-only button. Requires `icon` prop. `label` becomes aria-label.",
|
|
1909
|
-
"fieldName": "circle"
|
|
1948
|
+
"fieldName": "circle",
|
|
1949
|
+
"propName": "circle"
|
|
1910
1950
|
},
|
|
1911
1951
|
{
|
|
1912
1952
|
"name": "icon",
|
|
@@ -1915,7 +1955,8 @@
|
|
|
1915
1955
|
},
|
|
1916
1956
|
"default": "\"\"",
|
|
1917
1957
|
"description": "Icon for circle mode. Required when `circle` is true. Scales with size (sm=24px, md=32px, lg=40px).",
|
|
1918
|
-
"fieldName": "icon"
|
|
1958
|
+
"fieldName": "icon",
|
|
1959
|
+
"propName": "icon"
|
|
1919
1960
|
},
|
|
1920
1961
|
{
|
|
1921
1962
|
"name": "disabled",
|
|
@@ -1924,7 +1965,8 @@
|
|
|
1924
1965
|
},
|
|
1925
1966
|
"default": "false",
|
|
1926
1967
|
"description": "Prevents interaction. Avoid disabling without explanation—show validation errors instead.",
|
|
1927
|
-
"fieldName": "disabled"
|
|
1968
|
+
"fieldName": "disabled",
|
|
1969
|
+
"propName": "disabled"
|
|
1928
1970
|
},
|
|
1929
1971
|
{
|
|
1930
1972
|
"name": "form",
|
|
@@ -1933,7 +1975,8 @@
|
|
|
1933
1975
|
},
|
|
1934
1976
|
"default": "null",
|
|
1935
1977
|
"description": "Form `id` to associate with. Use when button is outside the form element.",
|
|
1936
|
-
"fieldName": "form"
|
|
1978
|
+
"fieldName": "form",
|
|
1979
|
+
"propName": "form"
|
|
1937
1980
|
},
|
|
1938
1981
|
{
|
|
1939
1982
|
"name": "value",
|
|
@@ -1942,7 +1985,8 @@
|
|
|
1942
1985
|
},
|
|
1943
1986
|
"default": "\"\"",
|
|
1944
1987
|
"description": "Value submitted with form data. Only used when `type=\"submit\"`.",
|
|
1945
|
-
"fieldName": "value"
|
|
1988
|
+
"fieldName": "value",
|
|
1989
|
+
"propName": "value"
|
|
1946
1990
|
},
|
|
1947
1991
|
{
|
|
1948
1992
|
"name": "ariaDescription",
|
|
@@ -1951,7 +1995,8 @@
|
|
|
1951
1995
|
},
|
|
1952
1996
|
"default": "\"\"",
|
|
1953
1997
|
"description": "Additional screen reader description. Sets `aria-description`.",
|
|
1954
|
-
"fieldName": "ariaDescription"
|
|
1998
|
+
"fieldName": "ariaDescription",
|
|
1999
|
+
"propName": "ariadescription"
|
|
1955
2000
|
},
|
|
1956
2001
|
{
|
|
1957
2002
|
"name": "type",
|
|
@@ -1960,7 +2005,8 @@
|
|
|
1960
2005
|
},
|
|
1961
2006
|
"default": "\"button\"",
|
|
1962
2007
|
"description": "Form behavior: `button` (default, no form action), `submit` (submits form), `reset` (resets form). Always set explicitly to avoid unintended submissions.",
|
|
1963
|
-
"fieldName": "type"
|
|
2008
|
+
"fieldName": "type",
|
|
2009
|
+
"propName": "type"
|
|
1964
2010
|
},
|
|
1965
2011
|
{
|
|
1966
2012
|
"name": "href",
|
|
@@ -1969,7 +2015,8 @@
|
|
|
1969
2015
|
},
|
|
1970
2016
|
"default": "\"\"",
|
|
1971
2017
|
"description": "URL to navigate to. Renders as `<a>` tag. Omit for action buttons.",
|
|
1972
|
-
"fieldName": "href"
|
|
2018
|
+
"fieldName": "href",
|
|
2019
|
+
"propName": "href"
|
|
1973
2020
|
},
|
|
1974
2021
|
{
|
|
1975
2022
|
"name": "target",
|
|
@@ -1978,7 +2025,8 @@
|
|
|
1978
2025
|
},
|
|
1979
2026
|
"default": "\"_self\"",
|
|
1980
2027
|
"description": "Link target: `_self` (same tab), `_blank` (new tab—add `suffixIcon=\"open_in_new\"`), `_parent`, `_top`, or frame name.",
|
|
1981
|
-
"fieldName": "target"
|
|
2028
|
+
"fieldName": "target",
|
|
2029
|
+
"propName": "target"
|
|
1982
2030
|
}
|
|
1983
2031
|
],
|
|
1984
2032
|
"superclass": {
|
|
@@ -2486,7 +2534,8 @@
|
|
|
2486
2534
|
},
|
|
2487
2535
|
"default": "false",
|
|
2488
2536
|
"description": "Whether checkbox is checked.",
|
|
2489
|
-
"fieldName": "checked"
|
|
2537
|
+
"fieldName": "checked",
|
|
2538
|
+
"propName": "checked"
|
|
2490
2539
|
},
|
|
2491
2540
|
{
|
|
2492
2541
|
"name": "disabled",
|
|
@@ -2495,7 +2544,8 @@
|
|
|
2495
2544
|
},
|
|
2496
2545
|
"default": "false",
|
|
2497
2546
|
"description": "Prevents interaction.",
|
|
2498
|
-
"fieldName": "disabled"
|
|
2547
|
+
"fieldName": "disabled",
|
|
2548
|
+
"propName": "disabled"
|
|
2499
2549
|
},
|
|
2500
2550
|
{
|
|
2501
2551
|
"name": "required",
|
|
@@ -2504,7 +2554,8 @@
|
|
|
2504
2554
|
},
|
|
2505
2555
|
"default": "false",
|
|
2506
2556
|
"description": "Marks as required. Validates that checkbox is checked.",
|
|
2507
|
-
"fieldName": "required"
|
|
2557
|
+
"fieldName": "required",
|
|
2558
|
+
"propName": "required"
|
|
2508
2559
|
},
|
|
2509
2560
|
{
|
|
2510
2561
|
"name": "label",
|
|
@@ -2513,7 +2564,8 @@
|
|
|
2513
2564
|
},
|
|
2514
2565
|
"default": "\"\"",
|
|
2515
2566
|
"description": "Visible label text. Required for accessibility.",
|
|
2516
|
-
"fieldName": "label"
|
|
2567
|
+
"fieldName": "label",
|
|
2568
|
+
"propName": "label"
|
|
2517
2569
|
},
|
|
2518
2570
|
{
|
|
2519
2571
|
"name": "description",
|
|
@@ -2522,7 +2574,8 @@
|
|
|
2522
2574
|
},
|
|
2523
2575
|
"default": "\"\"",
|
|
2524
2576
|
"description": "Helper text below label. Use slot for custom HTML.",
|
|
2525
|
-
"fieldName": "description"
|
|
2577
|
+
"fieldName": "description",
|
|
2578
|
+
"propName": "description"
|
|
2526
2579
|
},
|
|
2527
2580
|
{
|
|
2528
2581
|
"name": "id",
|
|
@@ -2531,7 +2584,8 @@
|
|
|
2531
2584
|
},
|
|
2532
2585
|
"default": "\"\"",
|
|
2533
2586
|
"description": "Unique identifier. Auto-generated if not provided.",
|
|
2534
|
-
"fieldName": "id"
|
|
2587
|
+
"fieldName": "id",
|
|
2588
|
+
"propName": "id"
|
|
2535
2589
|
},
|
|
2536
2590
|
{
|
|
2537
2591
|
"name": "name",
|
|
@@ -2540,7 +2594,8 @@
|
|
|
2540
2594
|
},
|
|
2541
2595
|
"default": "\"\"",
|
|
2542
2596
|
"description": "Name for form submission. Use same name for grouped checkboxes.",
|
|
2543
|
-
"fieldName": "name"
|
|
2597
|
+
"fieldName": "name",
|
|
2598
|
+
"propName": "name"
|
|
2544
2599
|
},
|
|
2545
2600
|
{
|
|
2546
2601
|
"name": "value",
|
|
@@ -2549,7 +2604,8 @@
|
|
|
2549
2604
|
},
|
|
2550
2605
|
"default": "\"\"",
|
|
2551
2606
|
"description": "Value submitted when checked.",
|
|
2552
|
-
"fieldName": "value"
|
|
2607
|
+
"fieldName": "value",
|
|
2608
|
+
"propName": "value"
|
|
2553
2609
|
},
|
|
2554
2610
|
{
|
|
2555
2611
|
"name": "form",
|
|
@@ -2558,7 +2614,8 @@
|
|
|
2558
2614
|
},
|
|
2559
2615
|
"default": "null",
|
|
2560
2616
|
"description": "Form `id` to associate with when checkbox is outside form element.",
|
|
2561
|
-
"fieldName": "form"
|
|
2617
|
+
"fieldName": "form",
|
|
2618
|
+
"propName": "form"
|
|
2562
2619
|
},
|
|
2563
2620
|
{
|
|
2564
2621
|
"name": "showError",
|
|
@@ -2567,7 +2624,8 @@
|
|
|
2567
2624
|
},
|
|
2568
2625
|
"default": "false",
|
|
2569
2626
|
"description": "Shows error message when true.",
|
|
2570
|
-
"fieldName": "showError"
|
|
2627
|
+
"fieldName": "showError",
|
|
2628
|
+
"propName": "showerror"
|
|
2571
2629
|
},
|
|
2572
2630
|
{
|
|
2573
2631
|
"name": "errorMessage",
|
|
@@ -2576,7 +2634,8 @@
|
|
|
2576
2634
|
},
|
|
2577
2635
|
"default": "\"\"",
|
|
2578
2636
|
"description": "Error message text. Shown only when `showError` is true.",
|
|
2579
|
-
"fieldName": "errorMessage"
|
|
2637
|
+
"fieldName": "errorMessage",
|
|
2638
|
+
"propName": "errormessage"
|
|
2580
2639
|
},
|
|
2581
2640
|
{
|
|
2582
2641
|
"name": "groupExist",
|
|
@@ -2585,7 +2644,8 @@
|
|
|
2585
2644
|
},
|
|
2586
2645
|
"default": "false",
|
|
2587
2646
|
"description": "Internal: Set by parent checkboxgroup. Do not set manually.",
|
|
2588
|
-
"fieldName": "groupExist"
|
|
2647
|
+
"fieldName": "groupExist",
|
|
2648
|
+
"propName": "groupexist"
|
|
2589
2649
|
},
|
|
2590
2650
|
{
|
|
2591
2651
|
"name": "tile",
|
|
@@ -2594,7 +2654,8 @@
|
|
|
2594
2654
|
},
|
|
2595
2655
|
"default": "false",
|
|
2596
2656
|
"description": "Renders as tile with larger clickable area. Apply to group for consistency.",
|
|
2597
|
-
"fieldName": "tile"
|
|
2657
|
+
"fieldName": "tile",
|
|
2658
|
+
"propName": "tile"
|
|
2598
2659
|
},
|
|
2599
2660
|
{
|
|
2600
2661
|
"name": "inverted",
|
|
@@ -2603,7 +2664,8 @@
|
|
|
2603
2664
|
},
|
|
2604
2665
|
"default": "false",
|
|
2605
2666
|
"description": "Adjusts colors for dark backgrounds.",
|
|
2606
|
-
"fieldName": "inverted"
|
|
2667
|
+
"fieldName": "inverted",
|
|
2668
|
+
"propName": "inverted"
|
|
2607
2669
|
},
|
|
2608
2670
|
{
|
|
2609
2671
|
"name": "tooltip",
|
|
@@ -2612,7 +2674,8 @@
|
|
|
2612
2674
|
},
|
|
2613
2675
|
"default": "\"\"",
|
|
2614
2676
|
"description": "Tooltip text shown on hover/focus of info icon.",
|
|
2615
|
-
"fieldName": "tooltip"
|
|
2677
|
+
"fieldName": "tooltip",
|
|
2678
|
+
"propName": "tooltip"
|
|
2616
2679
|
},
|
|
2617
2680
|
{
|
|
2618
2681
|
"name": "size",
|
|
@@ -2621,7 +2684,8 @@
|
|
|
2621
2684
|
},
|
|
2622
2685
|
"default": "\"md\"",
|
|
2623
2686
|
"description": "Checkbox size: `sm` (24px) or `md` (32px, default).",
|
|
2624
|
-
"fieldName": "size"
|
|
2687
|
+
"fieldName": "size",
|
|
2688
|
+
"propName": "size"
|
|
2625
2689
|
},
|
|
2626
2690
|
{
|
|
2627
2691
|
"name": "other",
|
|
@@ -2629,7 +2693,8 @@
|
|
|
2629
2693
|
"text": "boolean"
|
|
2630
2694
|
},
|
|
2631
2695
|
"default": "false",
|
|
2632
|
-
"fieldName": "other"
|
|
2696
|
+
"fieldName": "other",
|
|
2697
|
+
"propName": "other"
|
|
2633
2698
|
},
|
|
2634
2699
|
{
|
|
2635
2700
|
"name": "showOtherError",
|
|
@@ -2637,7 +2702,8 @@
|
|
|
2637
2702
|
"text": "boolean"
|
|
2638
2703
|
},
|
|
2639
2704
|
"default": "false",
|
|
2640
|
-
"fieldName": "showOtherError"
|
|
2705
|
+
"fieldName": "showOtherError",
|
|
2706
|
+
"propName": "showothererror"
|
|
2641
2707
|
}
|
|
2642
2708
|
],
|
|
2643
2709
|
"superclass": {
|
|
@@ -2994,6 +3060,11 @@
|
|
|
2994
3060
|
}
|
|
2995
3061
|
]
|
|
2996
3062
|
},
|
|
3063
|
+
{
|
|
3064
|
+
"kind": "method",
|
|
3065
|
+
"name": "_handleOtherInput",
|
|
3066
|
+
"privacy": "private"
|
|
3067
|
+
},
|
|
2997
3068
|
{
|
|
2998
3069
|
"kind": "method",
|
|
2999
3070
|
"name": "_checkOtherInputs",
|
|
@@ -3016,7 +3087,8 @@
|
|
|
3016
3087
|
},
|
|
3017
3088
|
"default": "\"\"",
|
|
3018
3089
|
"description": "Unique identifier. Auto-generated if not provided.",
|
|
3019
|
-
"fieldName": "id"
|
|
3090
|
+
"fieldName": "id",
|
|
3091
|
+
"propName": "id"
|
|
3020
3092
|
},
|
|
3021
3093
|
{
|
|
3022
3094
|
"name": "name",
|
|
@@ -3025,7 +3097,8 @@
|
|
|
3025
3097
|
},
|
|
3026
3098
|
"default": "\"\"",
|
|
3027
3099
|
"description": "Name for form submission. Set on group, not individual checkboxes.",
|
|
3028
|
-
"fieldName": "name"
|
|
3100
|
+
"fieldName": "name",
|
|
3101
|
+
"propName": "name"
|
|
3029
3102
|
},
|
|
3030
3103
|
{
|
|
3031
3104
|
"name": "required",
|
|
@@ -3034,7 +3107,8 @@
|
|
|
3034
3107
|
},
|
|
3035
3108
|
"default": "false",
|
|
3036
3109
|
"description": "Requires at least one checkbox to be checked.",
|
|
3037
|
-
"fieldName": "required"
|
|
3110
|
+
"fieldName": "required",
|
|
3111
|
+
"propName": "required"
|
|
3038
3112
|
},
|
|
3039
3113
|
{
|
|
3040
3114
|
"name": "optional",
|
|
@@ -3043,7 +3117,8 @@
|
|
|
3043
3117
|
},
|
|
3044
3118
|
"default": "false",
|
|
3045
3119
|
"description": "Shows \"Optional\" flag.",
|
|
3046
|
-
"fieldName": "optional"
|
|
3120
|
+
"fieldName": "optional",
|
|
3121
|
+
"propName": "optional"
|
|
3047
3122
|
},
|
|
3048
3123
|
{
|
|
3049
3124
|
"name": "showError",
|
|
@@ -3052,7 +3127,8 @@
|
|
|
3052
3127
|
},
|
|
3053
3128
|
"default": "false",
|
|
3054
3129
|
"description": "Shows error message when true.",
|
|
3055
|
-
"fieldName": "showError"
|
|
3130
|
+
"fieldName": "showError",
|
|
3131
|
+
"propName": "showerror"
|
|
3056
3132
|
},
|
|
3057
3133
|
{
|
|
3058
3134
|
"name": "errorMessage",
|
|
@@ -3061,7 +3137,8 @@
|
|
|
3061
3137
|
},
|
|
3062
3138
|
"default": "\"\"",
|
|
3063
3139
|
"description": "Error message text. Shown only when `showError` is true.",
|
|
3064
|
-
"fieldName": "errorMessage"
|
|
3140
|
+
"fieldName": "errorMessage",
|
|
3141
|
+
"propName": "errormessage"
|
|
3065
3142
|
},
|
|
3066
3143
|
{
|
|
3067
3144
|
"name": "label",
|
|
@@ -3070,7 +3147,8 @@
|
|
|
3070
3147
|
},
|
|
3071
3148
|
"default": "\"\"",
|
|
3072
3149
|
"description": "Visible label text for the group.",
|
|
3073
|
-
"fieldName": "label"
|
|
3150
|
+
"fieldName": "label",
|
|
3151
|
+
"propName": "label"
|
|
3074
3152
|
},
|
|
3075
3153
|
{
|
|
3076
3154
|
"name": "description",
|
|
@@ -3079,7 +3157,8 @@
|
|
|
3079
3157
|
},
|
|
3080
3158
|
"default": "\"\"",
|
|
3081
3159
|
"description": "Helper text below label. Use slot for custom HTML.",
|
|
3082
|
-
"fieldName": "description"
|
|
3160
|
+
"fieldName": "description",
|
|
3161
|
+
"propName": "description"
|
|
3083
3162
|
},
|
|
3084
3163
|
{
|
|
3085
3164
|
"name": "tile",
|
|
@@ -3088,7 +3167,8 @@
|
|
|
3088
3167
|
},
|
|
3089
3168
|
"default": "false",
|
|
3090
3169
|
"description": "Renders all checkboxes as tiles with larger clickable area.",
|
|
3091
|
-
"fieldName": "tile"
|
|
3170
|
+
"fieldName": "tile",
|
|
3171
|
+
"propName": "tile"
|
|
3092
3172
|
},
|
|
3093
3173
|
{
|
|
3094
3174
|
"name": "tooltip",
|
|
@@ -3097,7 +3177,8 @@
|
|
|
3097
3177
|
},
|
|
3098
3178
|
"default": "\"\"",
|
|
3099
3179
|
"description": "Tooltip text shown on hover/focus of info icon.",
|
|
3100
|
-
"fieldName": "tooltip"
|
|
3180
|
+
"fieldName": "tooltip",
|
|
3181
|
+
"propName": "tooltip"
|
|
3101
3182
|
},
|
|
3102
3183
|
{
|
|
3103
3184
|
"name": "inverted",
|
|
@@ -3106,7 +3187,8 @@
|
|
|
3106
3187
|
},
|
|
3107
3188
|
"default": "false",
|
|
3108
3189
|
"description": "Adjusts colors for dark backgrounds. Applied to all children.",
|
|
3109
|
-
"fieldName": "inverted"
|
|
3190
|
+
"fieldName": "inverted",
|
|
3191
|
+
"propName": "inverted"
|
|
3110
3192
|
},
|
|
3111
3193
|
{
|
|
3112
3194
|
"name": "form",
|
|
@@ -3115,7 +3197,8 @@
|
|
|
3115
3197
|
},
|
|
3116
3198
|
"default": "null",
|
|
3117
3199
|
"description": "Form `id` to associate with. Applied to all children.",
|
|
3118
|
-
"fieldName": "form"
|
|
3200
|
+
"fieldName": "form",
|
|
3201
|
+
"propName": "form"
|
|
3119
3202
|
},
|
|
3120
3203
|
{
|
|
3121
3204
|
"name": "size",
|
|
@@ -3124,7 +3207,8 @@
|
|
|
3124
3207
|
},
|
|
3125
3208
|
"default": "\"md\"",
|
|
3126
3209
|
"description": "Checkbox size for all children: `sm` (24px) or `md` (32px, default).",
|
|
3127
|
-
"fieldName": "size"
|
|
3210
|
+
"fieldName": "size",
|
|
3211
|
+
"propName": "size"
|
|
3128
3212
|
}
|
|
3129
3213
|
],
|
|
3130
3214
|
"superclass": {
|
|
@@ -3724,7 +3808,8 @@
|
|
|
3724
3808
|
"text": "string"
|
|
3725
3809
|
},
|
|
3726
3810
|
"default": "\"\"",
|
|
3727
|
-
"fieldName": "id"
|
|
3811
|
+
"fieldName": "id",
|
|
3812
|
+
"propName": "id"
|
|
3728
3813
|
},
|
|
3729
3814
|
{
|
|
3730
3815
|
"name": "name",
|
|
@@ -3732,7 +3817,8 @@
|
|
|
3732
3817
|
"text": "string"
|
|
3733
3818
|
},
|
|
3734
3819
|
"default": "\"\"",
|
|
3735
|
-
"fieldName": "name"
|
|
3820
|
+
"fieldName": "name",
|
|
3821
|
+
"propName": "name"
|
|
3736
3822
|
},
|
|
3737
3823
|
{
|
|
3738
3824
|
"name": "label",
|
|
@@ -3740,7 +3826,8 @@
|
|
|
3740
3826
|
"text": "string"
|
|
3741
3827
|
},
|
|
3742
3828
|
"default": "\"\"",
|
|
3743
|
-
"fieldName": "label"
|
|
3829
|
+
"fieldName": "label",
|
|
3830
|
+
"propName": "label"
|
|
3744
3831
|
},
|
|
3745
3832
|
{
|
|
3746
3833
|
"name": "description",
|
|
@@ -3748,7 +3835,8 @@
|
|
|
3748
3835
|
"text": "string"
|
|
3749
3836
|
},
|
|
3750
3837
|
"default": "\"\"",
|
|
3751
|
-
"fieldName": "description"
|
|
3838
|
+
"fieldName": "description",
|
|
3839
|
+
"propName": "description"
|
|
3752
3840
|
},
|
|
3753
3841
|
{
|
|
3754
3842
|
"name": "value",
|
|
@@ -3756,7 +3844,8 @@
|
|
|
3756
3844
|
"text": "string"
|
|
3757
3845
|
},
|
|
3758
3846
|
"default": "\"\"",
|
|
3759
|
-
"fieldName": "value"
|
|
3847
|
+
"fieldName": "value",
|
|
3848
|
+
"propName": "value"
|
|
3760
3849
|
},
|
|
3761
3850
|
{
|
|
3762
3851
|
"name": "disabled",
|
|
@@ -3764,7 +3853,8 @@
|
|
|
3764
3853
|
"text": "boolean"
|
|
3765
3854
|
},
|
|
3766
3855
|
"default": "false",
|
|
3767
|
-
"fieldName": "disabled"
|
|
3856
|
+
"fieldName": "disabled",
|
|
3857
|
+
"propName": "disabled"
|
|
3768
3858
|
},
|
|
3769
3859
|
{
|
|
3770
3860
|
"name": "required",
|
|
@@ -3772,7 +3862,8 @@
|
|
|
3772
3862
|
"text": "boolean"
|
|
3773
3863
|
},
|
|
3774
3864
|
"default": "false",
|
|
3775
|
-
"fieldName": "required"
|
|
3865
|
+
"fieldName": "required",
|
|
3866
|
+
"propName": "required"
|
|
3776
3867
|
},
|
|
3777
3868
|
{
|
|
3778
3869
|
"name": "optional",
|
|
@@ -3780,7 +3871,8 @@
|
|
|
3780
3871
|
"text": "boolean"
|
|
3781
3872
|
},
|
|
3782
3873
|
"default": "false",
|
|
3783
|
-
"fieldName": "optional"
|
|
3874
|
+
"fieldName": "optional",
|
|
3875
|
+
"propName": "optional"
|
|
3784
3876
|
},
|
|
3785
3877
|
{
|
|
3786
3878
|
"name": "tooltip",
|
|
@@ -3788,7 +3880,8 @@
|
|
|
3788
3880
|
"text": "string"
|
|
3789
3881
|
},
|
|
3790
3882
|
"default": "\"\"",
|
|
3791
|
-
"fieldName": "tooltip"
|
|
3883
|
+
"fieldName": "tooltip",
|
|
3884
|
+
"propName": "tooltip"
|
|
3792
3885
|
},
|
|
3793
3886
|
{
|
|
3794
3887
|
"name": "form",
|
|
@@ -3796,7 +3889,8 @@
|
|
|
3796
3889
|
"text": "string | null"
|
|
3797
3890
|
},
|
|
3798
3891
|
"default": "null",
|
|
3799
|
-
"fieldName": "form"
|
|
3892
|
+
"fieldName": "form",
|
|
3893
|
+
"propName": "form"
|
|
3800
3894
|
},
|
|
3801
3895
|
{
|
|
3802
3896
|
"name": "width",
|
|
@@ -3804,7 +3898,8 @@
|
|
|
3804
3898
|
"text": "\"md\" | \"lg\" | \"full\""
|
|
3805
3899
|
},
|
|
3806
3900
|
"default": "\"full\"",
|
|
3807
|
-
"fieldName": "width"
|
|
3901
|
+
"fieldName": "width",
|
|
3902
|
+
"propName": "width"
|
|
3808
3903
|
},
|
|
3809
3904
|
{
|
|
3810
3905
|
"name": "inverted",
|
|
@@ -3812,7 +3907,8 @@
|
|
|
3812
3907
|
"text": "boolean"
|
|
3813
3908
|
},
|
|
3814
3909
|
"default": "false",
|
|
3815
|
-
"fieldName": "inverted"
|
|
3910
|
+
"fieldName": "inverted",
|
|
3911
|
+
"propName": "inverted"
|
|
3816
3912
|
},
|
|
3817
3913
|
{
|
|
3818
3914
|
"name": "showError",
|
|
@@ -3820,7 +3916,8 @@
|
|
|
3820
3916
|
"text": "boolean"
|
|
3821
3917
|
},
|
|
3822
3918
|
"default": "false",
|
|
3823
|
-
"fieldName": "showError"
|
|
3919
|
+
"fieldName": "showError",
|
|
3920
|
+
"propName": "showerror"
|
|
3824
3921
|
},
|
|
3825
3922
|
{
|
|
3826
3923
|
"name": "errorMessage",
|
|
@@ -3828,7 +3925,8 @@
|
|
|
3828
3925
|
"text": "string"
|
|
3829
3926
|
},
|
|
3830
3927
|
"default": "\"\"",
|
|
3831
|
-
"fieldName": "errorMessage"
|
|
3928
|
+
"fieldName": "errorMessage",
|
|
3929
|
+
"propName": "errormessage"
|
|
3832
3930
|
}
|
|
3833
3931
|
],
|
|
3834
3932
|
"superclass": {
|
|
@@ -4395,7 +4493,8 @@
|
|
|
4395
4493
|
},
|
|
4396
4494
|
"default": "\"\"",
|
|
4397
4495
|
"description": "Unique identifier. Auto-generated if not provided.",
|
|
4398
|
-
"fieldName": "id"
|
|
4496
|
+
"fieldName": "id",
|
|
4497
|
+
"propName": "id"
|
|
4399
4498
|
},
|
|
4400
4499
|
{
|
|
4401
4500
|
"name": "name",
|
|
@@ -4404,7 +4503,8 @@
|
|
|
4404
4503
|
},
|
|
4405
4504
|
"default": "\"\"",
|
|
4406
4505
|
"description": "Name for form submission.",
|
|
4407
|
-
"fieldName": "name"
|
|
4506
|
+
"fieldName": "name",
|
|
4507
|
+
"propName": "name"
|
|
4408
4508
|
},
|
|
4409
4509
|
{
|
|
4410
4510
|
"name": "width",
|
|
@@ -4413,7 +4513,8 @@
|
|
|
4413
4513
|
},
|
|
4414
4514
|
"default": "\"md\"",
|
|
4415
4515
|
"description": "Input width: `md` (200px), `lg` (384px), `full` (100%).",
|
|
4416
|
-
"fieldName": "width"
|
|
4516
|
+
"fieldName": "width",
|
|
4517
|
+
"propName": "width"
|
|
4417
4518
|
},
|
|
4418
4519
|
{
|
|
4419
4520
|
"name": "hideTodayButton",
|
|
@@ -4422,7 +4523,8 @@
|
|
|
4422
4523
|
},
|
|
4423
4524
|
"default": "false",
|
|
4424
4525
|
"description": "Hide the \"Today\" button in calendar popup.",
|
|
4425
|
-
"fieldName": "hideTodayButton"
|
|
4526
|
+
"fieldName": "hideTodayButton",
|
|
4527
|
+
"propName": "hidetodaybutton"
|
|
4426
4528
|
},
|
|
4427
4529
|
{
|
|
4428
4530
|
"name": "hideClearButton",
|
|
@@ -4431,7 +4533,8 @@
|
|
|
4431
4533
|
},
|
|
4432
4534
|
"default": "false",
|
|
4433
4535
|
"description": "Hide the \"Clear\" button in calendar popup.",
|
|
4434
|
-
"fieldName": "hideClearButton"
|
|
4536
|
+
"fieldName": "hideClearButton",
|
|
4537
|
+
"propName": "hideclearbutton"
|
|
4435
4538
|
},
|
|
4436
4539
|
{
|
|
4437
4540
|
"name": "disabled",
|
|
@@ -4440,7 +4543,8 @@
|
|
|
4440
4543
|
},
|
|
4441
4544
|
"default": "false",
|
|
4442
4545
|
"description": "Disable interaction.",
|
|
4443
|
-
"fieldName": "disabled"
|
|
4546
|
+
"fieldName": "disabled",
|
|
4547
|
+
"propName": "disabled"
|
|
4444
4548
|
},
|
|
4445
4549
|
{
|
|
4446
4550
|
"name": "required",
|
|
@@ -4449,7 +4553,8 @@
|
|
|
4449
4553
|
},
|
|
4450
4554
|
"default": "false",
|
|
4451
4555
|
"description": "Mark as required. Shows \"Required\" flag and validates on blur.",
|
|
4452
|
-
"fieldName": "required"
|
|
4556
|
+
"fieldName": "required",
|
|
4557
|
+
"propName": "required"
|
|
4453
4558
|
},
|
|
4454
4559
|
{
|
|
4455
4560
|
"name": "optional",
|
|
@@ -4458,7 +4563,8 @@
|
|
|
4458
4563
|
},
|
|
4459
4564
|
"default": "false",
|
|
4460
4565
|
"description": "Show \"Optional\" flag. Use when most fields are required.",
|
|
4461
|
-
"fieldName": "optional"
|
|
4566
|
+
"fieldName": "optional",
|
|
4567
|
+
"propName": "optional"
|
|
4462
4568
|
},
|
|
4463
4569
|
{
|
|
4464
4570
|
"name": "showError",
|
|
@@ -4467,7 +4573,8 @@
|
|
|
4467
4573
|
},
|
|
4468
4574
|
"default": "false",
|
|
4469
4575
|
"description": "Show error state.",
|
|
4470
|
-
"fieldName": "showError"
|
|
4576
|
+
"fieldName": "showError",
|
|
4577
|
+
"propName": "showerror"
|
|
4471
4578
|
},
|
|
4472
4579
|
{
|
|
4473
4580
|
"name": "errorMessage",
|
|
@@ -4476,7 +4583,8 @@
|
|
|
4476
4583
|
},
|
|
4477
4584
|
"default": "\"\"",
|
|
4478
4585
|
"description": "Error message text.",
|
|
4479
|
-
"fieldName": "errorMessage"
|
|
4586
|
+
"fieldName": "errorMessage",
|
|
4587
|
+
"propName": "errormessage"
|
|
4480
4588
|
},
|
|
4481
4589
|
{
|
|
4482
4590
|
"name": "form",
|
|
@@ -4485,7 +4593,8 @@
|
|
|
4485
4593
|
},
|
|
4486
4594
|
"default": "null",
|
|
4487
4595
|
"description": "Form `id` to associate with when input is outside form.",
|
|
4488
|
-
"fieldName": "form"
|
|
4596
|
+
"fieldName": "form",
|
|
4597
|
+
"propName": "form"
|
|
4489
4598
|
},
|
|
4490
4599
|
{
|
|
4491
4600
|
"name": "tooltip",
|
|
@@ -4494,7 +4603,8 @@
|
|
|
4494
4603
|
},
|
|
4495
4604
|
"default": "\"\"",
|
|
4496
4605
|
"description": "Tooltip text on info icon hover.",
|
|
4497
|
-
"fieldName": "tooltip"
|
|
4606
|
+
"fieldName": "tooltip",
|
|
4607
|
+
"propName": "tooltip"
|
|
4498
4608
|
},
|
|
4499
4609
|
{
|
|
4500
4610
|
"name": "type",
|
|
@@ -4503,7 +4613,8 @@
|
|
|
4503
4613
|
},
|
|
4504
4614
|
"default": "\"date\"",
|
|
4505
4615
|
"description": "Input type. Currently only supports `date`.",
|
|
4506
|
-
"fieldName": "type"
|
|
4616
|
+
"fieldName": "type",
|
|
4617
|
+
"propName": "type"
|
|
4507
4618
|
},
|
|
4508
4619
|
{
|
|
4509
4620
|
"name": "label",
|
|
@@ -4512,7 +4623,8 @@
|
|
|
4512
4623
|
},
|
|
4513
4624
|
"default": "\"\"",
|
|
4514
4625
|
"description": "Label text. Required for accessibility.",
|
|
4515
|
-
"fieldName": "label"
|
|
4626
|
+
"fieldName": "label",
|
|
4627
|
+
"propName": "label"
|
|
4516
4628
|
},
|
|
4517
4629
|
{
|
|
4518
4630
|
"name": "description",
|
|
@@ -4521,7 +4633,8 @@
|
|
|
4521
4633
|
},
|
|
4522
4634
|
"default": "\"\"",
|
|
4523
4635
|
"description": "Helper text below label.",
|
|
4524
|
-
"fieldName": "description"
|
|
4636
|
+
"fieldName": "description",
|
|
4637
|
+
"propName": "description"
|
|
4525
4638
|
},
|
|
4526
4639
|
{
|
|
4527
4640
|
"name": "startDate",
|
|
@@ -4530,7 +4643,8 @@
|
|
|
4530
4643
|
},
|
|
4531
4644
|
"default": "\"\"",
|
|
4532
4645
|
"description": "Initial date when calendar opens (YYYY-MM-DD).",
|
|
4533
|
-
"fieldName": "startDate"
|
|
4646
|
+
"fieldName": "startDate",
|
|
4647
|
+
"propName": "startdate"
|
|
4534
4648
|
},
|
|
4535
4649
|
{
|
|
4536
4650
|
"name": "inverted",
|
|
@@ -4539,7 +4653,8 @@
|
|
|
4539
4653
|
},
|
|
4540
4654
|
"default": "false",
|
|
4541
4655
|
"description": "Dark background mode.",
|
|
4542
|
-
"fieldName": "inverted"
|
|
4656
|
+
"fieldName": "inverted",
|
|
4657
|
+
"propName": "inverted"
|
|
4543
4658
|
},
|
|
4544
4659
|
{
|
|
4545
4660
|
"name": "value",
|
|
@@ -4548,7 +4663,8 @@
|
|
|
4548
4663
|
},
|
|
4549
4664
|
"default": "undefined",
|
|
4550
4665
|
"description": "Selected date. Accepts Date object or ISO string (YYYY-MM-DD).",
|
|
4551
|
-
"fieldName": "value"
|
|
4666
|
+
"fieldName": "value",
|
|
4667
|
+
"propName": "value"
|
|
4552
4668
|
}
|
|
4553
4669
|
],
|
|
4554
4670
|
"superclass": {
|
|
@@ -4637,7 +4753,8 @@
|
|
|
4637
4753
|
},
|
|
4638
4754
|
"default": "false",
|
|
4639
4755
|
"description": "Adjusts colors for dark backgrounds.",
|
|
4640
|
-
"fieldName": "inverted"
|
|
4756
|
+
"fieldName": "inverted",
|
|
4757
|
+
"propName": "inverted"
|
|
4641
4758
|
}
|
|
4642
4759
|
],
|
|
4643
4760
|
"superclass": {
|
|
@@ -4999,7 +5116,8 @@
|
|
|
4999
5116
|
"text": "string"
|
|
5000
5117
|
},
|
|
5001
5118
|
"default": "\"\"",
|
|
5002
|
-
"fieldName": "for"
|
|
5119
|
+
"fieldName": "for",
|
|
5120
|
+
"propName": "for"
|
|
5003
5121
|
},
|
|
5004
5122
|
{
|
|
5005
5123
|
"name": "showDropdown",
|
|
@@ -5007,7 +5125,8 @@
|
|
|
5007
5125
|
"text": "boolean"
|
|
5008
5126
|
},
|
|
5009
5127
|
"default": "false",
|
|
5010
|
-
"fieldName": "showDropdown"
|
|
5128
|
+
"fieldName": "showDropdown",
|
|
5129
|
+
"propName": "showdropdown"
|
|
5011
5130
|
},
|
|
5012
5131
|
{
|
|
5013
5132
|
"name": "position",
|
|
@@ -5016,7 +5135,8 @@
|
|
|
5016
5135
|
},
|
|
5017
5136
|
"default": "null",
|
|
5018
5137
|
"description": "Preferred position relative to trigger.",
|
|
5019
|
-
"fieldName": "position"
|
|
5138
|
+
"fieldName": "position",
|
|
5139
|
+
"propName": "position"
|
|
5020
5140
|
}
|
|
5021
5141
|
],
|
|
5022
5142
|
"superclass": {
|
|
@@ -5148,7 +5268,8 @@
|
|
|
5148
5268
|
"text": "string"
|
|
5149
5269
|
},
|
|
5150
5270
|
"default": "\"\"",
|
|
5151
|
-
"fieldName": "label"
|
|
5271
|
+
"fieldName": "label",
|
|
5272
|
+
"propName": "label"
|
|
5152
5273
|
},
|
|
5153
5274
|
{
|
|
5154
5275
|
"name": "href",
|
|
@@ -5156,7 +5277,8 @@
|
|
|
5156
5277
|
"text": "string"
|
|
5157
5278
|
},
|
|
5158
5279
|
"default": "\"\"",
|
|
5159
|
-
"fieldName": "href"
|
|
5280
|
+
"fieldName": "href",
|
|
5281
|
+
"propName": "href"
|
|
5160
5282
|
},
|
|
5161
5283
|
{
|
|
5162
5284
|
"name": "disabled",
|
|
@@ -5164,7 +5286,8 @@
|
|
|
5164
5286
|
"text": "boolean"
|
|
5165
5287
|
},
|
|
5166
5288
|
"default": "false",
|
|
5167
|
-
"fieldName": "disabled"
|
|
5289
|
+
"fieldName": "disabled",
|
|
5290
|
+
"propName": "disabled"
|
|
5168
5291
|
},
|
|
5169
5292
|
{
|
|
5170
5293
|
"name": "target",
|
|
@@ -5172,7 +5295,8 @@
|
|
|
5172
5295
|
"text": "string"
|
|
5173
5296
|
},
|
|
5174
5297
|
"default": "\"_self\"",
|
|
5175
|
-
"fieldName": "target"
|
|
5298
|
+
"fieldName": "target",
|
|
5299
|
+
"propName": "target"
|
|
5176
5300
|
},
|
|
5177
5301
|
{
|
|
5178
5302
|
"name": "prefixIcon",
|
|
@@ -5180,7 +5304,8 @@
|
|
|
5180
5304
|
"text": "string"
|
|
5181
5305
|
},
|
|
5182
5306
|
"default": "\"\"",
|
|
5183
|
-
"fieldName": "prefixIcon"
|
|
5307
|
+
"fieldName": "prefixIcon",
|
|
5308
|
+
"propName": "prefixicon"
|
|
5184
5309
|
},
|
|
5185
5310
|
{
|
|
5186
5311
|
"name": "divider",
|
|
@@ -5188,7 +5313,8 @@
|
|
|
5188
5313
|
"text": "string"
|
|
5189
5314
|
},
|
|
5190
5315
|
"default": "\"\"",
|
|
5191
|
-
"fieldName": "divider"
|
|
5316
|
+
"fieldName": "divider",
|
|
5317
|
+
"propName": "divider"
|
|
5192
5318
|
}
|
|
5193
5319
|
],
|
|
5194
5320
|
"superclass": {
|
|
@@ -5301,7 +5427,8 @@
|
|
|
5301
5427
|
},
|
|
5302
5428
|
"default": "false",
|
|
5303
5429
|
"description": "Whether to display the error message.",
|
|
5304
|
-
"fieldName": "showError"
|
|
5430
|
+
"fieldName": "showError",
|
|
5431
|
+
"propName": "showerror"
|
|
5305
5432
|
},
|
|
5306
5433
|
{
|
|
5307
5434
|
"name": "errorMessage",
|
|
@@ -5310,7 +5437,8 @@
|
|
|
5310
5437
|
},
|
|
5311
5438
|
"default": "\"\"",
|
|
5312
5439
|
"description": "Error text to display. Falls back to native validation message if available.",
|
|
5313
|
-
"fieldName": "errorMessage"
|
|
5440
|
+
"fieldName": "errorMessage",
|
|
5441
|
+
"propName": "errormessage"
|
|
5314
5442
|
},
|
|
5315
5443
|
{
|
|
5316
5444
|
"name": "showDivider",
|
|
@@ -5319,7 +5447,8 @@
|
|
|
5319
5447
|
},
|
|
5320
5448
|
"default": "false",
|
|
5321
5449
|
"description": "Shows a divider line above the error message.",
|
|
5322
|
-
"fieldName": "showDivider"
|
|
5450
|
+
"fieldName": "showDivider",
|
|
5451
|
+
"propName": "showdivider"
|
|
5323
5452
|
}
|
|
5324
5453
|
],
|
|
5325
5454
|
"superclass": {
|
|
@@ -5818,7 +5947,8 @@
|
|
|
5818
5947
|
},
|
|
5819
5948
|
"default": "\"\"",
|
|
5820
5949
|
"description": "Unique identifier. Auto-generated if not provided.",
|
|
5821
|
-
"fieldName": "id"
|
|
5950
|
+
"fieldName": "id",
|
|
5951
|
+
"propName": "id"
|
|
5822
5952
|
},
|
|
5823
5953
|
{
|
|
5824
5954
|
"name": "name",
|
|
@@ -5827,7 +5957,8 @@
|
|
|
5827
5957
|
},
|
|
5828
5958
|
"default": "\"\"",
|
|
5829
5959
|
"description": "Name for form submission.",
|
|
5830
|
-
"fieldName": "name"
|
|
5960
|
+
"fieldName": "name",
|
|
5961
|
+
"propName": "name"
|
|
5831
5962
|
},
|
|
5832
5963
|
{
|
|
5833
5964
|
"name": "label",
|
|
@@ -5836,7 +5967,8 @@
|
|
|
5836
5967
|
},
|
|
5837
5968
|
"default": "\"\"",
|
|
5838
5969
|
"description": "Visible label text.",
|
|
5839
|
-
"fieldName": "label"
|
|
5970
|
+
"fieldName": "label",
|
|
5971
|
+
"propName": "label"
|
|
5840
5972
|
},
|
|
5841
5973
|
{
|
|
5842
5974
|
"name": "description",
|
|
@@ -5845,7 +5977,8 @@
|
|
|
5845
5977
|
},
|
|
5846
5978
|
"default": "\"\"",
|
|
5847
5979
|
"description": "Helper text below label. Use slot for custom HTML.",
|
|
5848
|
-
"fieldName": "description"
|
|
5980
|
+
"fieldName": "description",
|
|
5981
|
+
"propName": "description"
|
|
5849
5982
|
},
|
|
5850
5983
|
{
|
|
5851
5984
|
"name": "multiple",
|
|
@@ -5854,7 +5987,8 @@
|
|
|
5854
5987
|
},
|
|
5855
5988
|
"default": "false",
|
|
5856
5989
|
"description": "Allows selecting multiple files.",
|
|
5857
|
-
"fieldName": "multiple"
|
|
5990
|
+
"fieldName": "multiple",
|
|
5991
|
+
"propName": "multiple"
|
|
5858
5992
|
},
|
|
5859
5993
|
{
|
|
5860
5994
|
"name": "form",
|
|
@@ -5863,7 +5997,8 @@
|
|
|
5863
5997
|
},
|
|
5864
5998
|
"default": "null",
|
|
5865
5999
|
"description": "Form `id` to associate with.",
|
|
5866
|
-
"fieldName": "form"
|
|
6000
|
+
"fieldName": "form",
|
|
6001
|
+
"propName": "form"
|
|
5867
6002
|
},
|
|
5868
6003
|
{
|
|
5869
6004
|
"name": "tooltip",
|
|
@@ -5872,7 +6007,8 @@
|
|
|
5872
6007
|
},
|
|
5873
6008
|
"default": "\"\"",
|
|
5874
6009
|
"description": "Tooltip text shown on hover/focus of info icon.",
|
|
5875
|
-
"fieldName": "tooltip"
|
|
6010
|
+
"fieldName": "tooltip",
|
|
6011
|
+
"propName": "tooltip"
|
|
5876
6012
|
},
|
|
5877
6013
|
{
|
|
5878
6014
|
"name": "accept",
|
|
@@ -5881,7 +6017,8 @@
|
|
|
5881
6017
|
},
|
|
5882
6018
|
"default": "\"\"",
|
|
5883
6019
|
"description": "Accepted file types. Use MIME types (`image/*`) or extensions (`.pdf`). Validated via magic bytes.",
|
|
5884
|
-
"fieldName": "accept"
|
|
6020
|
+
"fieldName": "accept",
|
|
6021
|
+
"propName": "accept"
|
|
5885
6022
|
},
|
|
5886
6023
|
{
|
|
5887
6024
|
"name": "disabled",
|
|
@@ -5890,7 +6027,8 @@
|
|
|
5890
6027
|
},
|
|
5891
6028
|
"default": "false",
|
|
5892
6029
|
"description": "Prevents interaction.",
|
|
5893
|
-
"fieldName": "disabled"
|
|
6030
|
+
"fieldName": "disabled",
|
|
6031
|
+
"propName": "disabled"
|
|
5894
6032
|
},
|
|
5895
6033
|
{
|
|
5896
6034
|
"name": "required",
|
|
@@ -5899,7 +6037,8 @@
|
|
|
5899
6037
|
},
|
|
5900
6038
|
"default": "false",
|
|
5901
6039
|
"description": "Requires at least one file to be uploaded.",
|
|
5902
|
-
"fieldName": "required"
|
|
6040
|
+
"fieldName": "required",
|
|
6041
|
+
"propName": "required"
|
|
5903
6042
|
},
|
|
5904
6043
|
{
|
|
5905
6044
|
"name": "optional",
|
|
@@ -5908,7 +6047,8 @@
|
|
|
5908
6047
|
},
|
|
5909
6048
|
"default": "false",
|
|
5910
6049
|
"description": "Shows \"Optional\" flag.",
|
|
5911
|
-
"fieldName": "optional"
|
|
6050
|
+
"fieldName": "optional",
|
|
6051
|
+
"propName": "optional"
|
|
5912
6052
|
},
|
|
5913
6053
|
{
|
|
5914
6054
|
"name": "showError",
|
|
@@ -5917,7 +6057,8 @@
|
|
|
5917
6057
|
},
|
|
5918
6058
|
"default": "false",
|
|
5919
6059
|
"description": "Shows error message when true.",
|
|
5920
|
-
"fieldName": "showError"
|
|
6060
|
+
"fieldName": "showError",
|
|
6061
|
+
"propName": "showerror"
|
|
5921
6062
|
},
|
|
5922
6063
|
{
|
|
5923
6064
|
"name": "errorMessage",
|
|
@@ -5926,7 +6067,8 @@
|
|
|
5926
6067
|
},
|
|
5927
6068
|
"default": "\"\"",
|
|
5928
6069
|
"description": "Error message text. Shown only when `showError` is true.",
|
|
5929
|
-
"fieldName": "errorMessage"
|
|
6070
|
+
"fieldName": "errorMessage",
|
|
6071
|
+
"propName": "errormessage"
|
|
5930
6072
|
},
|
|
5931
6073
|
{
|
|
5932
6074
|
"name": "dropzone",
|
|
@@ -5935,7 +6077,8 @@
|
|
|
5935
6077
|
},
|
|
5936
6078
|
"default": "false",
|
|
5937
6079
|
"description": "Enables drag-and-drop zone UI.",
|
|
5938
|
-
"fieldName": "dropzone"
|
|
6080
|
+
"fieldName": "dropzone",
|
|
6081
|
+
"propName": "dropzone"
|
|
5939
6082
|
},
|
|
5940
6083
|
{
|
|
5941
6084
|
"name": "width",
|
|
@@ -5944,7 +6087,8 @@
|
|
|
5944
6087
|
},
|
|
5945
6088
|
"default": "\"full\"",
|
|
5946
6089
|
"description": "Component width: `lg` (384px) or `full` (100%, default).",
|
|
5947
|
-
"fieldName": "width"
|
|
6090
|
+
"fieldName": "width",
|
|
6091
|
+
"propName": "width"
|
|
5948
6092
|
},
|
|
5949
6093
|
{
|
|
5950
6094
|
"name": "inverted",
|
|
@@ -5953,7 +6097,8 @@
|
|
|
5953
6097
|
},
|
|
5954
6098
|
"default": "false",
|
|
5955
6099
|
"description": "Adjusts colors for dark backgrounds.",
|
|
5956
|
-
"fieldName": "inverted"
|
|
6100
|
+
"fieldName": "inverted",
|
|
6101
|
+
"propName": "inverted"
|
|
5957
6102
|
}
|
|
5958
6103
|
],
|
|
5959
6104
|
"superclass": {
|
|
@@ -6078,7 +6223,8 @@
|
|
|
6078
6223
|
},
|
|
6079
6224
|
"default": "\"\"",
|
|
6080
6225
|
"description": "Name of the file being displayed.",
|
|
6081
|
-
"fieldName": "filename"
|
|
6226
|
+
"fieldName": "filename",
|
|
6227
|
+
"propName": "filename"
|
|
6082
6228
|
},
|
|
6083
6229
|
{
|
|
6084
6230
|
"name": "status",
|
|
@@ -6087,7 +6233,8 @@
|
|
|
6087
6233
|
},
|
|
6088
6234
|
"default": "\"pending\"",
|
|
6089
6235
|
"description": "Upload status: `pending` (queued), `processing` (uploading), `done` (complete), `error` (failed).",
|
|
6090
|
-
"fieldName": "status"
|
|
6236
|
+
"fieldName": "status",
|
|
6237
|
+
"propName": "status"
|
|
6091
6238
|
},
|
|
6092
6239
|
{
|
|
6093
6240
|
"name": "progress",
|
|
@@ -6096,7 +6243,8 @@
|
|
|
6096
6243
|
},
|
|
6097
6244
|
"default": "0",
|
|
6098
6245
|
"description": "Upload progress percentage (0-100). Only shown when status is `processing`.",
|
|
6099
|
-
"fieldName": "progress"
|
|
6246
|
+
"fieldName": "progress",
|
|
6247
|
+
"propName": "progress"
|
|
6100
6248
|
},
|
|
6101
6249
|
{
|
|
6102
6250
|
"name": "errorMessage",
|
|
@@ -6105,7 +6253,8 @@
|
|
|
6105
6253
|
},
|
|
6106
6254
|
"default": "\"\"",
|
|
6107
6255
|
"description": "Error message displayed when status is `error`.",
|
|
6108
|
-
"fieldName": "errorMessage"
|
|
6256
|
+
"fieldName": "errorMessage",
|
|
6257
|
+
"propName": "errormessage"
|
|
6109
6258
|
}
|
|
6110
6259
|
],
|
|
6111
6260
|
"superclass": {
|
|
@@ -6249,7 +6398,8 @@
|
|
|
6249
6398
|
},
|
|
6250
6399
|
"default": "\"\"",
|
|
6251
6400
|
"description": "Agency name displayed as the footer heading.",
|
|
6252
|
-
"fieldName": "agencyName"
|
|
6401
|
+
"fieldName": "agencyName",
|
|
6402
|
+
"propName": "agencyname"
|
|
6253
6403
|
},
|
|
6254
6404
|
{
|
|
6255
6405
|
"name": "homepageLink",
|
|
@@ -6258,7 +6408,8 @@
|
|
|
6258
6408
|
},
|
|
6259
6409
|
"default": "\"\"",
|
|
6260
6410
|
"description": "URL for the agency name link. If empty, name is not clickable.",
|
|
6261
|
-
"fieldName": "homepageLink"
|
|
6411
|
+
"fieldName": "homepageLink",
|
|
6412
|
+
"propName": "homepagelink"
|
|
6262
6413
|
}
|
|
6263
6414
|
],
|
|
6264
6415
|
"superclass": {
|
|
@@ -6351,21 +6502,23 @@
|
|
|
6351
6502
|
},
|
|
6352
6503
|
{
|
|
6353
6504
|
"kind": "field",
|
|
6354
|
-
"name": "
|
|
6505
|
+
"name": "_isMobileMenuOpen",
|
|
6355
6506
|
"type": {
|
|
6356
6507
|
"text": "boolean"
|
|
6357
6508
|
},
|
|
6358
6509
|
"privacy": "private",
|
|
6359
|
-
"default": "false"
|
|
6510
|
+
"default": "false",
|
|
6511
|
+
"description": "Internal state to track mobile menu open/closed status."
|
|
6360
6512
|
},
|
|
6361
6513
|
{
|
|
6362
6514
|
"kind": "field",
|
|
6363
|
-
"name": "
|
|
6515
|
+
"name": "_hasLinkContent",
|
|
6364
6516
|
"type": {
|
|
6365
6517
|
"text": "boolean"
|
|
6366
6518
|
},
|
|
6367
6519
|
"privacy": "private",
|
|
6368
|
-
"default": "false"
|
|
6520
|
+
"default": "false",
|
|
6521
|
+
"description": "Internal state to track if any navigation links are present in the slot."
|
|
6369
6522
|
},
|
|
6370
6523
|
{
|
|
6371
6524
|
"kind": "method",
|
|
@@ -6423,7 +6576,8 @@
|
|
|
6423
6576
|
},
|
|
6424
6577
|
"default": "\"\"",
|
|
6425
6578
|
"description": "Application name displayed prominently.",
|
|
6426
|
-
"fieldName": "appName"
|
|
6579
|
+
"fieldName": "appName",
|
|
6580
|
+
"propName": "appname"
|
|
6427
6581
|
},
|
|
6428
6582
|
{
|
|
6429
6583
|
"name": "agencyName",
|
|
@@ -6432,7 +6586,8 @@
|
|
|
6432
6586
|
},
|
|
6433
6587
|
"default": "\"\"",
|
|
6434
6588
|
"description": "Agency name displayed below app name (or as main title if no appName).",
|
|
6435
|
-
"fieldName": "agencyName"
|
|
6589
|
+
"fieldName": "agencyName",
|
|
6590
|
+
"propName": "agencyname"
|
|
6436
6591
|
},
|
|
6437
6592
|
{
|
|
6438
6593
|
"name": "homepageLink",
|
|
@@ -6441,7 +6596,8 @@
|
|
|
6441
6596
|
},
|
|
6442
6597
|
"default": "\"\"",
|
|
6443
6598
|
"description": "URL for the header title link. If empty, title is not clickable.",
|
|
6444
|
-
"fieldName": "homepageLink"
|
|
6599
|
+
"fieldName": "homepageLink",
|
|
6600
|
+
"propName": "homepagelink"
|
|
6445
6601
|
}
|
|
6446
6602
|
],
|
|
6447
6603
|
"superclass": {
|
|
@@ -6577,7 +6733,8 @@
|
|
|
6577
6733
|
},
|
|
6578
6734
|
"default": "\"\"",
|
|
6579
6735
|
"description": "Icon name from Material Symbols library. Required.",
|
|
6580
|
-
"fieldName": "name"
|
|
6736
|
+
"fieldName": "name",
|
|
6737
|
+
"propName": "name"
|
|
6581
6738
|
},
|
|
6582
6739
|
{
|
|
6583
6740
|
"name": "ariaLabel",
|
|
@@ -6586,7 +6743,8 @@
|
|
|
6586
6743
|
},
|
|
6587
6744
|
"default": "\"\"",
|
|
6588
6745
|
"description": "Accessible label. When set, removes `aria-hidden` and adds `aria-label` to the SVG.",
|
|
6589
|
-
"fieldName": "ariaLabel"
|
|
6746
|
+
"fieldName": "ariaLabel",
|
|
6747
|
+
"propName": "arialabel"
|
|
6590
6748
|
},
|
|
6591
6749
|
{
|
|
6592
6750
|
"name": "rotate",
|
|
@@ -6595,7 +6753,8 @@
|
|
|
6595
6753
|
},
|
|
6596
6754
|
"default": "\"0\"",
|
|
6597
6755
|
"description": "Rotation in degrees. Applied via CSS `rotate`.",
|
|
6598
|
-
"fieldName": "rotate"
|
|
6756
|
+
"fieldName": "rotate",
|
|
6757
|
+
"propName": "rotate"
|
|
6599
6758
|
},
|
|
6600
6759
|
{
|
|
6601
6760
|
"name": "flip",
|
|
@@ -6604,7 +6763,8 @@
|
|
|
6604
6763
|
},
|
|
6605
6764
|
"default": "\"\"",
|
|
6606
6765
|
"description": "Flip direction: `horizontal`, `vertical`, or empty for none.",
|
|
6607
|
-
"fieldName": "flip"
|
|
6766
|
+
"fieldName": "flip",
|
|
6767
|
+
"propName": "flip"
|
|
6608
6768
|
},
|
|
6609
6769
|
{
|
|
6610
6770
|
"name": "color",
|
|
@@ -6613,7 +6773,8 @@
|
|
|
6613
6773
|
},
|
|
6614
6774
|
"default": "\"\"",
|
|
6615
6775
|
"description": "Icon color. Accepts any CSS color value. Defaults to `currentcolor`.",
|
|
6616
|
-
"fieldName": "color"
|
|
6776
|
+
"fieldName": "color",
|
|
6777
|
+
"propName": "color"
|
|
6617
6778
|
},
|
|
6618
6779
|
{
|
|
6619
6780
|
"name": "size",
|
|
@@ -6622,7 +6783,8 @@
|
|
|
6622
6783
|
},
|
|
6623
6784
|
"default": "\"md\"",
|
|
6624
6785
|
"description": "Icon size. Semantic sizes: `xs`-`5xl`. Pixel sizes: `12`-`50`.",
|
|
6625
|
-
"fieldName": "size"
|
|
6786
|
+
"fieldName": "size",
|
|
6787
|
+
"propName": "size"
|
|
6626
6788
|
}
|
|
6627
6789
|
],
|
|
6628
6790
|
"superclass": {
|
|
@@ -6772,7 +6934,8 @@
|
|
|
6772
6934
|
},
|
|
6773
6935
|
"default": "\"\"",
|
|
6774
6936
|
"description": "ID of the form element this label is associated with.",
|
|
6775
|
-
"fieldName": "for"
|
|
6937
|
+
"fieldName": "for",
|
|
6938
|
+
"propName": "for"
|
|
6776
6939
|
},
|
|
6777
6940
|
{
|
|
6778
6941
|
"name": "label",
|
|
@@ -6781,7 +6944,8 @@
|
|
|
6781
6944
|
},
|
|
6782
6945
|
"default": "\"\"",
|
|
6783
6946
|
"description": "Label text displayed above the form field.",
|
|
6784
|
-
"fieldName": "label"
|
|
6947
|
+
"fieldName": "label",
|
|
6948
|
+
"propName": "label"
|
|
6785
6949
|
},
|
|
6786
6950
|
{
|
|
6787
6951
|
"name": "description",
|
|
@@ -6790,7 +6954,8 @@
|
|
|
6790
6954
|
},
|
|
6791
6955
|
"default": "\"\"",
|
|
6792
6956
|
"description": "Helper text displayed below the label.",
|
|
6793
|
-
"fieldName": "description"
|
|
6957
|
+
"fieldName": "description",
|
|
6958
|
+
"propName": "description"
|
|
6794
6959
|
},
|
|
6795
6960
|
{
|
|
6796
6961
|
"name": "flag",
|
|
@@ -6799,7 +6964,8 @@
|
|
|
6799
6964
|
},
|
|
6800
6965
|
"default": "\"\"",
|
|
6801
6966
|
"description": "Flag type: `required` shows asterisk, `optional` shows \"(Optional)\".",
|
|
6802
|
-
"fieldName": "flag"
|
|
6967
|
+
"fieldName": "flag",
|
|
6968
|
+
"propName": "flag"
|
|
6803
6969
|
},
|
|
6804
6970
|
{
|
|
6805
6971
|
"name": "inverted",
|
|
@@ -6808,12 +6974,14 @@
|
|
|
6808
6974
|
},
|
|
6809
6975
|
"default": "false",
|
|
6810
6976
|
"description": "Adjusts colors for dark backgrounds.",
|
|
6811
|
-
"fieldName": "inverted"
|
|
6977
|
+
"fieldName": "inverted",
|
|
6978
|
+
"propName": "inverted"
|
|
6812
6979
|
},
|
|
6813
6980
|
{
|
|
6814
6981
|
"name": "tooltip",
|
|
6815
6982
|
"description": "Tooltip text shown on hover/focus of info icon next to label.",
|
|
6816
|
-
"fieldName": "tooltip"
|
|
6983
|
+
"fieldName": "tooltip",
|
|
6984
|
+
"propName": "tooltip"
|
|
6817
6985
|
}
|
|
6818
6986
|
],
|
|
6819
6987
|
"superclass": {
|
|
@@ -7093,7 +7261,8 @@
|
|
|
7093
7261
|
},
|
|
7094
7262
|
"default": "\"\"",
|
|
7095
7263
|
"description": "Unique identifier. Auto-generated if not provided.",
|
|
7096
|
-
"fieldName": "id"
|
|
7264
|
+
"fieldName": "id",
|
|
7265
|
+
"propName": "id"
|
|
7097
7266
|
},
|
|
7098
7267
|
{
|
|
7099
7268
|
"name": "heading",
|
|
@@ -7102,7 +7271,8 @@
|
|
|
7102
7271
|
},
|
|
7103
7272
|
"default": "\"\"",
|
|
7104
7273
|
"description": "Modal heading text. Required for accessibility.",
|
|
7105
|
-
"fieldName": "heading"
|
|
7274
|
+
"fieldName": "heading",
|
|
7275
|
+
"propName": "heading"
|
|
7106
7276
|
},
|
|
7107
7277
|
{
|
|
7108
7278
|
"name": "subheading",
|
|
@@ -7111,7 +7281,8 @@
|
|
|
7111
7281
|
},
|
|
7112
7282
|
"default": "\"\"",
|
|
7113
7283
|
"description": "Secondary heading below the main heading.",
|
|
7114
|
-
"fieldName": "subheading"
|
|
7284
|
+
"fieldName": "subheading",
|
|
7285
|
+
"propName": "subheading"
|
|
7115
7286
|
},
|
|
7116
7287
|
{
|
|
7117
7288
|
"name": "open",
|
|
@@ -7120,7 +7291,8 @@
|
|
|
7120
7291
|
},
|
|
7121
7292
|
"default": "false",
|
|
7122
7293
|
"description": "Controls modal visibility. Set to `true` to show.",
|
|
7123
|
-
"fieldName": "open"
|
|
7294
|
+
"fieldName": "open",
|
|
7295
|
+
"propName": "open"
|
|
7124
7296
|
},
|
|
7125
7297
|
{
|
|
7126
7298
|
"name": "mandatory",
|
|
@@ -7129,7 +7301,8 @@
|
|
|
7129
7301
|
},
|
|
7130
7302
|
"default": "false",
|
|
7131
7303
|
"description": "Prevents dismissal via close button or Escape key. User must take an action.",
|
|
7132
|
-
"fieldName": "mandatory"
|
|
7304
|
+
"fieldName": "mandatory",
|
|
7305
|
+
"propName": "mandatory"
|
|
7133
7306
|
},
|
|
7134
7307
|
{
|
|
7135
7308
|
"name": "width",
|
|
@@ -7138,7 +7311,8 @@
|
|
|
7138
7311
|
},
|
|
7139
7312
|
"default": "\"md\"",
|
|
7140
7313
|
"description": "Modal width: `sm` (400px), `md` (600px), or `lg` (800px).",
|
|
7141
|
-
"fieldName": "width"
|
|
7314
|
+
"fieldName": "width",
|
|
7315
|
+
"propName": "width"
|
|
7142
7316
|
}
|
|
7143
7317
|
],
|
|
7144
7318
|
"superclass": {
|
|
@@ -7304,7 +7478,8 @@
|
|
|
7304
7478
|
},
|
|
7305
7479
|
"default": "\"\"",
|
|
7306
7480
|
"description": "Unique identifier. Auto-generated if not provided.",
|
|
7307
|
-
"fieldName": "id"
|
|
7481
|
+
"fieldName": "id",
|
|
7482
|
+
"propName": "id"
|
|
7308
7483
|
},
|
|
7309
7484
|
{
|
|
7310
7485
|
"name": "name",
|
|
@@ -7313,7 +7488,8 @@
|
|
|
7313
7488
|
},
|
|
7314
7489
|
"default": "\"\"",
|
|
7315
7490
|
"description": "Name attribute for form association.",
|
|
7316
|
-
"fieldName": "name"
|
|
7491
|
+
"fieldName": "name",
|
|
7492
|
+
"propName": "name"
|
|
7317
7493
|
},
|
|
7318
7494
|
{
|
|
7319
7495
|
"name": "currentPage",
|
|
@@ -7322,7 +7498,8 @@
|
|
|
7322
7498
|
},
|
|
7323
7499
|
"default": "1",
|
|
7324
7500
|
"description": "Currently active page (1-indexed). Clamped to valid range.",
|
|
7325
|
-
"fieldName": "currentPage"
|
|
7501
|
+
"fieldName": "currentPage",
|
|
7502
|
+
"propName": "currentpage"
|
|
7326
7503
|
},
|
|
7327
7504
|
{
|
|
7328
7505
|
"name": "totalPages",
|
|
@@ -7331,7 +7508,8 @@
|
|
|
7331
7508
|
},
|
|
7332
7509
|
"default": "1",
|
|
7333
7510
|
"description": "Total number of pages. Must be at least 1.",
|
|
7334
|
-
"fieldName": "totalPages"
|
|
7511
|
+
"fieldName": "totalPages",
|
|
7512
|
+
"propName": "totalpages"
|
|
7335
7513
|
},
|
|
7336
7514
|
{
|
|
7337
7515
|
"name": "_twoBeforeLast",
|
|
@@ -7340,7 +7518,8 @@
|
|
|
7340
7518
|
},
|
|
7341
7519
|
"default": "false",
|
|
7342
7520
|
"description": "Internal state for layout adjustments near the end.",
|
|
7343
|
-
"fieldName": "_twoBeforeLast"
|
|
7521
|
+
"fieldName": "_twoBeforeLast",
|
|
7522
|
+
"propName": "_twobeforelast"
|
|
7344
7523
|
}
|
|
7345
7524
|
],
|
|
7346
7525
|
"superclass": {
|
|
@@ -7615,6 +7794,11 @@
|
|
|
7615
7794
|
"name": "_clearOtherState",
|
|
7616
7795
|
"privacy": "private"
|
|
7617
7796
|
},
|
|
7797
|
+
{
|
|
7798
|
+
"kind": "method",
|
|
7799
|
+
"name": "_dispatchClearErrorEvent",
|
|
7800
|
+
"privacy": "private"
|
|
7801
|
+
},
|
|
7618
7802
|
{
|
|
7619
7803
|
"kind": "method",
|
|
7620
7804
|
"name": "_emitChangeEvent",
|
|
@@ -7733,7 +7917,8 @@
|
|
|
7733
7917
|
},
|
|
7734
7918
|
"default": "false",
|
|
7735
7919
|
"description": "Whether this radio is selected. Only one per group can be checked.",
|
|
7736
|
-
"fieldName": "checked"
|
|
7920
|
+
"fieldName": "checked",
|
|
7921
|
+
"propName": "checked"
|
|
7737
7922
|
},
|
|
7738
7923
|
{
|
|
7739
7924
|
"name": "disabled",
|
|
@@ -7742,7 +7927,8 @@
|
|
|
7742
7927
|
},
|
|
7743
7928
|
"default": "false",
|
|
7744
7929
|
"description": "Prevents interaction.",
|
|
7745
|
-
"fieldName": "disabled"
|
|
7930
|
+
"fieldName": "disabled",
|
|
7931
|
+
"propName": "disabled"
|
|
7746
7932
|
},
|
|
7747
7933
|
{
|
|
7748
7934
|
"name": "required",
|
|
@@ -7751,7 +7937,8 @@
|
|
|
7751
7937
|
},
|
|
7752
7938
|
"default": "false",
|
|
7753
7939
|
"description": "Marks group as required. Set on radiogroup, not individual radios.",
|
|
7754
|
-
"fieldName": "required"
|
|
7940
|
+
"fieldName": "required",
|
|
7941
|
+
"propName": "required"
|
|
7755
7942
|
},
|
|
7756
7943
|
{
|
|
7757
7944
|
"name": "label",
|
|
@@ -7760,7 +7947,8 @@
|
|
|
7760
7947
|
},
|
|
7761
7948
|
"default": "\"\"",
|
|
7762
7949
|
"description": "Visible label text. Required for accessibility.",
|
|
7763
|
-
"fieldName": "label"
|
|
7950
|
+
"fieldName": "label",
|
|
7951
|
+
"propName": "label"
|
|
7764
7952
|
},
|
|
7765
7953
|
{
|
|
7766
7954
|
"name": "description",
|
|
@@ -7769,7 +7957,8 @@
|
|
|
7769
7957
|
},
|
|
7770
7958
|
"default": "\"\"",
|
|
7771
7959
|
"description": "Helper text below label. Use slot for custom HTML.",
|
|
7772
|
-
"fieldName": "description"
|
|
7960
|
+
"fieldName": "description",
|
|
7961
|
+
"propName": "description"
|
|
7773
7962
|
},
|
|
7774
7963
|
{
|
|
7775
7964
|
"name": "id",
|
|
@@ -7778,7 +7967,8 @@
|
|
|
7778
7967
|
},
|
|
7779
7968
|
"default": "\"\"",
|
|
7780
7969
|
"description": "Unique identifier. Auto-generated if not provided.",
|
|
7781
|
-
"fieldName": "id"
|
|
7970
|
+
"fieldName": "id",
|
|
7971
|
+
"propName": "id"
|
|
7782
7972
|
},
|
|
7783
7973
|
{
|
|
7784
7974
|
"name": "name",
|
|
@@ -7787,7 +7977,8 @@
|
|
|
7787
7977
|
},
|
|
7788
7978
|
"default": "\"\"",
|
|
7789
7979
|
"description": "Group name. Radios with same name are mutually exclusive.",
|
|
7790
|
-
"fieldName": "name"
|
|
7980
|
+
"fieldName": "name",
|
|
7981
|
+
"propName": "name"
|
|
7791
7982
|
},
|
|
7792
7983
|
{
|
|
7793
7984
|
"name": "value",
|
|
@@ -7796,7 +7987,8 @@
|
|
|
7796
7987
|
},
|
|
7797
7988
|
"default": "\"\"",
|
|
7798
7989
|
"description": "Value submitted when this radio is selected.",
|
|
7799
|
-
"fieldName": "value"
|
|
7990
|
+
"fieldName": "value",
|
|
7991
|
+
"propName": "value"
|
|
7800
7992
|
},
|
|
7801
7993
|
{
|
|
7802
7994
|
"name": "inverted",
|
|
@@ -7805,7 +7997,8 @@
|
|
|
7805
7997
|
},
|
|
7806
7998
|
"default": "false",
|
|
7807
7999
|
"description": "Adjusts colors for dark backgrounds.",
|
|
7808
|
-
"fieldName": "inverted"
|
|
8000
|
+
"fieldName": "inverted",
|
|
8001
|
+
"propName": "inverted"
|
|
7809
8002
|
},
|
|
7810
8003
|
{
|
|
7811
8004
|
"name": "form",
|
|
@@ -7814,7 +8007,8 @@
|
|
|
7814
8007
|
},
|
|
7815
8008
|
"default": "null",
|
|
7816
8009
|
"description": "Form `id` to associate with.",
|
|
7817
|
-
"fieldName": "form"
|
|
8010
|
+
"fieldName": "form",
|
|
8011
|
+
"propName": "form"
|
|
7818
8012
|
},
|
|
7819
8013
|
{
|
|
7820
8014
|
"name": "size",
|
|
@@ -7823,7 +8017,8 @@
|
|
|
7823
8017
|
},
|
|
7824
8018
|
"default": "\"md\"",
|
|
7825
8019
|
"description": "Radio size: `sm` (24px) or `md` (32px, default).",
|
|
7826
|
-
"fieldName": "size"
|
|
8020
|
+
"fieldName": "size",
|
|
8021
|
+
"propName": "size"
|
|
7827
8022
|
},
|
|
7828
8023
|
{
|
|
7829
8024
|
"name": "tile",
|
|
@@ -7832,7 +8027,8 @@
|
|
|
7832
8027
|
},
|
|
7833
8028
|
"default": "false",
|
|
7834
8029
|
"description": "Renders as tile with larger clickable area.",
|
|
7835
|
-
"fieldName": "tile"
|
|
8030
|
+
"fieldName": "tile",
|
|
8031
|
+
"propName": "tile"
|
|
7836
8032
|
},
|
|
7837
8033
|
{
|
|
7838
8034
|
"name": "other",
|
|
@@ -7840,7 +8036,8 @@
|
|
|
7840
8036
|
"text": "boolean"
|
|
7841
8037
|
},
|
|
7842
8038
|
"default": "false",
|
|
7843
|
-
"fieldName": "other"
|
|
8039
|
+
"fieldName": "other",
|
|
8040
|
+
"propName": "other"
|
|
7844
8041
|
},
|
|
7845
8042
|
{
|
|
7846
8043
|
"name": "showOtherError",
|
|
@@ -7848,7 +8045,8 @@
|
|
|
7848
8045
|
"text": "boolean"
|
|
7849
8046
|
},
|
|
7850
8047
|
"default": "false",
|
|
7851
|
-
"fieldName": "showOtherError"
|
|
8048
|
+
"fieldName": "showOtherError",
|
|
8049
|
+
"propName": "showothererror"
|
|
7852
8050
|
}
|
|
7853
8051
|
],
|
|
7854
8052
|
"superclass": {
|
|
@@ -8210,6 +8408,24 @@
|
|
|
8210
8408
|
}
|
|
8211
8409
|
}
|
|
8212
8410
|
]
|
|
8411
|
+
},
|
|
8412
|
+
{
|
|
8413
|
+
"kind": "method",
|
|
8414
|
+
"name": "_handleChildErrorClear",
|
|
8415
|
+
"privacy": "private"
|
|
8416
|
+
},
|
|
8417
|
+
{
|
|
8418
|
+
"kind": "method",
|
|
8419
|
+
"name": "_handleOtherInput",
|
|
8420
|
+
"privacy": "private",
|
|
8421
|
+
"parameters": [
|
|
8422
|
+
{
|
|
8423
|
+
"name": "event",
|
|
8424
|
+
"type": {
|
|
8425
|
+
"text": "Event"
|
|
8426
|
+
}
|
|
8427
|
+
}
|
|
8428
|
+
]
|
|
8213
8429
|
}
|
|
8214
8430
|
],
|
|
8215
8431
|
"attributes": [
|
|
@@ -8220,7 +8436,8 @@
|
|
|
8220
8436
|
},
|
|
8221
8437
|
"default": "\"\"",
|
|
8222
8438
|
"description": "Unique identifier. Auto-generated if not provided.",
|
|
8223
|
-
"fieldName": "id"
|
|
8439
|
+
"fieldName": "id",
|
|
8440
|
+
"propName": "id"
|
|
8224
8441
|
},
|
|
8225
8442
|
{
|
|
8226
8443
|
"name": "name",
|
|
@@ -8229,7 +8446,8 @@
|
|
|
8229
8446
|
},
|
|
8230
8447
|
"default": "\"\"",
|
|
8231
8448
|
"description": "Name for form submission. Auto-populated from child radiobuttons.",
|
|
8232
|
-
"fieldName": "name"
|
|
8449
|
+
"fieldName": "name",
|
|
8450
|
+
"propName": "name"
|
|
8233
8451
|
},
|
|
8234
8452
|
{
|
|
8235
8453
|
"name": "required",
|
|
@@ -8238,7 +8456,8 @@
|
|
|
8238
8456
|
},
|
|
8239
8457
|
"default": "false",
|
|
8240
8458
|
"description": "Requires a selection before form submission.",
|
|
8241
|
-
"fieldName": "required"
|
|
8459
|
+
"fieldName": "required",
|
|
8460
|
+
"propName": "required"
|
|
8242
8461
|
},
|
|
8243
8462
|
{
|
|
8244
8463
|
"name": "optional",
|
|
@@ -8247,7 +8466,8 @@
|
|
|
8247
8466
|
},
|
|
8248
8467
|
"default": "false",
|
|
8249
8468
|
"description": "Shows \"Optional\" flag.",
|
|
8250
|
-
"fieldName": "optional"
|
|
8469
|
+
"fieldName": "optional",
|
|
8470
|
+
"propName": "optional"
|
|
8251
8471
|
},
|
|
8252
8472
|
{
|
|
8253
8473
|
"name": "showError",
|
|
@@ -8256,7 +8476,8 @@
|
|
|
8256
8476
|
},
|
|
8257
8477
|
"default": "false",
|
|
8258
8478
|
"description": "Shows error message when true.",
|
|
8259
|
-
"fieldName": "showError"
|
|
8479
|
+
"fieldName": "showError",
|
|
8480
|
+
"propName": "showerror"
|
|
8260
8481
|
},
|
|
8261
8482
|
{
|
|
8262
8483
|
"name": "errorMessage",
|
|
@@ -8265,7 +8486,8 @@
|
|
|
8265
8486
|
},
|
|
8266
8487
|
"default": "\"\"",
|
|
8267
8488
|
"description": "Error message text. Shown only when `showError` is true.",
|
|
8268
|
-
"fieldName": "errorMessage"
|
|
8489
|
+
"fieldName": "errorMessage",
|
|
8490
|
+
"propName": "errormessage"
|
|
8269
8491
|
},
|
|
8270
8492
|
{
|
|
8271
8493
|
"name": "label",
|
|
@@ -8274,7 +8496,8 @@
|
|
|
8274
8496
|
},
|
|
8275
8497
|
"default": "\"\"",
|
|
8276
8498
|
"description": "Visible label text for the group.",
|
|
8277
|
-
"fieldName": "label"
|
|
8499
|
+
"fieldName": "label",
|
|
8500
|
+
"propName": "label"
|
|
8278
8501
|
},
|
|
8279
8502
|
{
|
|
8280
8503
|
"name": "description",
|
|
@@ -8283,7 +8506,8 @@
|
|
|
8283
8506
|
},
|
|
8284
8507
|
"default": "\"\"",
|
|
8285
8508
|
"description": "Helper text below label. Use slot for custom HTML.",
|
|
8286
|
-
"fieldName": "description"
|
|
8509
|
+
"fieldName": "description",
|
|
8510
|
+
"propName": "description"
|
|
8287
8511
|
},
|
|
8288
8512
|
{
|
|
8289
8513
|
"name": "tile",
|
|
@@ -8292,7 +8516,8 @@
|
|
|
8292
8516
|
},
|
|
8293
8517
|
"default": "false",
|
|
8294
8518
|
"description": "Renders all radiobuttons as tiles with larger clickable area.",
|
|
8295
|
-
"fieldName": "tile"
|
|
8519
|
+
"fieldName": "tile",
|
|
8520
|
+
"propName": "tile"
|
|
8296
8521
|
},
|
|
8297
8522
|
{
|
|
8298
8523
|
"name": "tooltip",
|
|
@@ -8301,7 +8526,8 @@
|
|
|
8301
8526
|
},
|
|
8302
8527
|
"default": "\"\"",
|
|
8303
8528
|
"description": "Tooltip text shown on hover/focus of info icon.",
|
|
8304
|
-
"fieldName": "tooltip"
|
|
8529
|
+
"fieldName": "tooltip",
|
|
8530
|
+
"propName": "tooltip"
|
|
8305
8531
|
},
|
|
8306
8532
|
{
|
|
8307
8533
|
"name": "inverted",
|
|
@@ -8310,7 +8536,8 @@
|
|
|
8310
8536
|
},
|
|
8311
8537
|
"default": "false",
|
|
8312
8538
|
"description": "Adjusts colors for dark backgrounds. Applied to all children.",
|
|
8313
|
-
"fieldName": "inverted"
|
|
8539
|
+
"fieldName": "inverted",
|
|
8540
|
+
"propName": "inverted"
|
|
8314
8541
|
},
|
|
8315
8542
|
{
|
|
8316
8543
|
"name": "form",
|
|
@@ -8319,7 +8546,8 @@
|
|
|
8319
8546
|
},
|
|
8320
8547
|
"default": "null",
|
|
8321
8548
|
"description": "Form `id` to associate with. Applied to all children.",
|
|
8322
|
-
"fieldName": "form"
|
|
8549
|
+
"fieldName": "form",
|
|
8550
|
+
"propName": "form"
|
|
8323
8551
|
},
|
|
8324
8552
|
{
|
|
8325
8553
|
"name": "size",
|
|
@@ -8328,7 +8556,8 @@
|
|
|
8328
8556
|
},
|
|
8329
8557
|
"default": "\"md\"",
|
|
8330
8558
|
"description": "Radio size for all children: `sm` (24px) or `md` (32px, default).",
|
|
8331
|
-
"fieldName": "size"
|
|
8559
|
+
"fieldName": "size",
|
|
8560
|
+
"propName": "size"
|
|
8332
8561
|
}
|
|
8333
8562
|
],
|
|
8334
8563
|
"superclass": {
|
|
@@ -8459,7 +8688,8 @@
|
|
|
8459
8688
|
},
|
|
8460
8689
|
"default": "false",
|
|
8461
8690
|
"description": "Prevents selection of this option.",
|
|
8462
|
-
"fieldName": "disabled"
|
|
8691
|
+
"fieldName": "disabled",
|
|
8692
|
+
"propName": "disabled"
|
|
8463
8693
|
},
|
|
8464
8694
|
{
|
|
8465
8695
|
"name": "selected",
|
|
@@ -8468,7 +8698,8 @@
|
|
|
8468
8698
|
},
|
|
8469
8699
|
"default": "false",
|
|
8470
8700
|
"description": "Pre-selects this option.",
|
|
8471
|
-
"fieldName": "selected"
|
|
8701
|
+
"fieldName": "selected",
|
|
8702
|
+
"propName": "selected"
|
|
8472
8703
|
},
|
|
8473
8704
|
{
|
|
8474
8705
|
"name": "value",
|
|
@@ -8477,7 +8708,8 @@
|
|
|
8477
8708
|
},
|
|
8478
8709
|
"default": "\"\"",
|
|
8479
8710
|
"description": "Value submitted when this option is selected.",
|
|
8480
|
-
"fieldName": "value"
|
|
8711
|
+
"fieldName": "value",
|
|
8712
|
+
"propName": "value"
|
|
8481
8713
|
},
|
|
8482
8714
|
{
|
|
8483
8715
|
"name": "label",
|
|
@@ -8486,7 +8718,8 @@
|
|
|
8486
8718
|
},
|
|
8487
8719
|
"default": "\"\"",
|
|
8488
8720
|
"description": "Display text for the option. Auto-populated from slot content if not set.",
|
|
8489
|
-
"fieldName": "label"
|
|
8721
|
+
"fieldName": "label",
|
|
8722
|
+
"propName": "label"
|
|
8490
8723
|
},
|
|
8491
8724
|
{
|
|
8492
8725
|
"name": "hidden",
|
|
@@ -8495,7 +8728,8 @@
|
|
|
8495
8728
|
},
|
|
8496
8729
|
"default": "false",
|
|
8497
8730
|
"description": "Hides the option from the dropdown list.",
|
|
8498
|
-
"fieldName": "hidden"
|
|
8731
|
+
"fieldName": "hidden",
|
|
8732
|
+
"propName": "hidden"
|
|
8499
8733
|
}
|
|
8500
8734
|
],
|
|
8501
8735
|
"superclass": {
|
|
@@ -8858,7 +9092,8 @@
|
|
|
8858
9092
|
},
|
|
8859
9093
|
"default": "\"\"",
|
|
8860
9094
|
"description": "Unique identifier. Auto-generated if not provided.",
|
|
8861
|
-
"fieldName": "id"
|
|
9095
|
+
"fieldName": "id",
|
|
9096
|
+
"propName": "id"
|
|
8862
9097
|
},
|
|
8863
9098
|
{
|
|
8864
9099
|
"name": "name",
|
|
@@ -8867,7 +9102,8 @@
|
|
|
8867
9102
|
},
|
|
8868
9103
|
"default": "\"\"",
|
|
8869
9104
|
"description": "Name for form submission.",
|
|
8870
|
-
"fieldName": "name"
|
|
9105
|
+
"fieldName": "name",
|
|
9106
|
+
"propName": "name"
|
|
8871
9107
|
},
|
|
8872
9108
|
{
|
|
8873
9109
|
"name": "label",
|
|
@@ -8876,7 +9112,8 @@
|
|
|
8876
9112
|
},
|
|
8877
9113
|
"default": "\"\"",
|
|
8878
9114
|
"description": "Visible label text. Required for accessibility.",
|
|
8879
|
-
"fieldName": "label"
|
|
9115
|
+
"fieldName": "label",
|
|
9116
|
+
"propName": "label"
|
|
8880
9117
|
},
|
|
8881
9118
|
{
|
|
8882
9119
|
"name": "description",
|
|
@@ -8885,7 +9122,8 @@
|
|
|
8885
9122
|
},
|
|
8886
9123
|
"default": "\"\"",
|
|
8887
9124
|
"description": "Helper text below label. Use slot for custom HTML.",
|
|
8888
|
-
"fieldName": "description"
|
|
9125
|
+
"fieldName": "description",
|
|
9126
|
+
"propName": "description"
|
|
8889
9127
|
},
|
|
8890
9128
|
{
|
|
8891
9129
|
"name": "value",
|
|
@@ -8894,7 +9132,8 @@
|
|
|
8894
9132
|
},
|
|
8895
9133
|
"default": "\"\"",
|
|
8896
9134
|
"description": "Currently selected option value.",
|
|
8897
|
-
"fieldName": "value"
|
|
9135
|
+
"fieldName": "value",
|
|
9136
|
+
"propName": "value"
|
|
8898
9137
|
},
|
|
8899
9138
|
{
|
|
8900
9139
|
"name": "disabled",
|
|
@@ -8903,7 +9142,8 @@
|
|
|
8903
9142
|
},
|
|
8904
9143
|
"default": "false",
|
|
8905
9144
|
"description": "Prevents interaction.",
|
|
8906
|
-
"fieldName": "disabled"
|
|
9145
|
+
"fieldName": "disabled",
|
|
9146
|
+
"propName": "disabled"
|
|
8907
9147
|
},
|
|
8908
9148
|
{
|
|
8909
9149
|
"name": "required",
|
|
@@ -8912,7 +9152,8 @@
|
|
|
8912
9152
|
},
|
|
8913
9153
|
"default": "false",
|
|
8914
9154
|
"description": "Marks as required. Shows \"Required\" flag and validates on blur.",
|
|
8915
|
-
"fieldName": "required"
|
|
9155
|
+
"fieldName": "required",
|
|
9156
|
+
"propName": "required"
|
|
8916
9157
|
},
|
|
8917
9158
|
{
|
|
8918
9159
|
"name": "optional",
|
|
@@ -8921,7 +9162,8 @@
|
|
|
8921
9162
|
},
|
|
8922
9163
|
"default": "false",
|
|
8923
9164
|
"description": "Shows \"Optional\" flag. Use when most fields are required.",
|
|
8924
|
-
"fieldName": "optional"
|
|
9165
|
+
"fieldName": "optional",
|
|
9166
|
+
"propName": "optional"
|
|
8925
9167
|
},
|
|
8926
9168
|
{
|
|
8927
9169
|
"name": "tooltip",
|
|
@@ -8930,7 +9172,8 @@
|
|
|
8930
9172
|
},
|
|
8931
9173
|
"default": "\"\"",
|
|
8932
9174
|
"description": "Tooltip text shown on hover/focus of info icon.",
|
|
8933
|
-
"fieldName": "tooltip"
|
|
9175
|
+
"fieldName": "tooltip",
|
|
9176
|
+
"propName": "tooltip"
|
|
8934
9177
|
},
|
|
8935
9178
|
{
|
|
8936
9179
|
"name": "form",
|
|
@@ -8939,7 +9182,8 @@
|
|
|
8939
9182
|
},
|
|
8940
9183
|
"default": "null",
|
|
8941
9184
|
"description": "Form `id` to associate with when select is outside form element.",
|
|
8942
|
-
"fieldName": "form"
|
|
9185
|
+
"fieldName": "form",
|
|
9186
|
+
"propName": "form"
|
|
8943
9187
|
},
|
|
8944
9188
|
{
|
|
8945
9189
|
"name": "inverted",
|
|
@@ -8948,7 +9192,8 @@
|
|
|
8948
9192
|
},
|
|
8949
9193
|
"default": "false",
|
|
8950
9194
|
"description": "Adjusts colors for dark backgrounds.",
|
|
8951
|
-
"fieldName": "inverted"
|
|
9195
|
+
"fieldName": "inverted",
|
|
9196
|
+
"propName": "inverted"
|
|
8952
9197
|
},
|
|
8953
9198
|
{
|
|
8954
9199
|
"name": "showError",
|
|
@@ -8957,7 +9202,8 @@
|
|
|
8957
9202
|
},
|
|
8958
9203
|
"default": "false",
|
|
8959
9204
|
"description": "Shows error message when true. Set by validation or manually.",
|
|
8960
|
-
"fieldName": "showError"
|
|
9205
|
+
"fieldName": "showError",
|
|
9206
|
+
"propName": "showerror"
|
|
8961
9207
|
},
|
|
8962
9208
|
{
|
|
8963
9209
|
"name": "errorMessage",
|
|
@@ -8966,7 +9212,8 @@
|
|
|
8966
9212
|
},
|
|
8967
9213
|
"default": "\"\"",
|
|
8968
9214
|
"description": "Error message text. Shown only when `showError` is true.",
|
|
8969
|
-
"fieldName": "errorMessage"
|
|
9215
|
+
"fieldName": "errorMessage",
|
|
9216
|
+
"propName": "errormessage"
|
|
8970
9217
|
},
|
|
8971
9218
|
{
|
|
8972
9219
|
"name": "width",
|
|
@@ -8975,7 +9222,8 @@
|
|
|
8975
9222
|
},
|
|
8976
9223
|
"default": "\"full\"",
|
|
8977
9224
|
"description": "Select width: `sm` (88px), `md` (200px), `lg` (384px), `full` (100%, default).",
|
|
8978
|
-
"fieldName": "width"
|
|
9225
|
+
"fieldName": "width",
|
|
9226
|
+
"propName": "width"
|
|
8979
9227
|
}
|
|
8980
9228
|
],
|
|
8981
9229
|
"superclass": {
|
|
@@ -9076,7 +9324,8 @@
|
|
|
9076
9324
|
},
|
|
9077
9325
|
"default": "\"\"",
|
|
9078
9326
|
"description": "Unique identifier. Auto-generated if not provided.",
|
|
9079
|
-
"fieldName": "id"
|
|
9327
|
+
"fieldName": "id",
|
|
9328
|
+
"propName": "id"
|
|
9080
9329
|
},
|
|
9081
9330
|
{
|
|
9082
9331
|
"name": "href",
|
|
@@ -9085,7 +9334,8 @@
|
|
|
9085
9334
|
},
|
|
9086
9335
|
"default": "\"\"",
|
|
9087
9336
|
"description": "Target element ID (with `#`). Defaults to `#main-content`.",
|
|
9088
|
-
"fieldName": "href"
|
|
9337
|
+
"fieldName": "href",
|
|
9338
|
+
"propName": "href"
|
|
9089
9339
|
}
|
|
9090
9340
|
],
|
|
9091
9341
|
"superclass": {
|
|
@@ -9259,7 +9509,8 @@
|
|
|
9259
9509
|
},
|
|
9260
9510
|
"default": "false",
|
|
9261
9511
|
"description": "Whether this step is currently being viewed. Set by parent stepper.",
|
|
9262
|
-
"fieldName": "selected"
|
|
9512
|
+
"fieldName": "selected",
|
|
9513
|
+
"propName": "selected"
|
|
9263
9514
|
},
|
|
9264
9515
|
{
|
|
9265
9516
|
"name": "current",
|
|
@@ -9268,7 +9519,8 @@
|
|
|
9268
9519
|
},
|
|
9269
9520
|
"default": "false",
|
|
9270
9521
|
"description": "Marks the furthest reached step. Steps before this are navigable.",
|
|
9271
|
-
"fieldName": "current"
|
|
9522
|
+
"fieldName": "current",
|
|
9523
|
+
"propName": "current"
|
|
9272
9524
|
},
|
|
9273
9525
|
{
|
|
9274
9526
|
"name": "label",
|
|
@@ -9277,7 +9529,8 @@
|
|
|
9277
9529
|
},
|
|
9278
9530
|
"default": "\"\"",
|
|
9279
9531
|
"description": "Step label text displayed alongside the step number.",
|
|
9280
|
-
"fieldName": "label"
|
|
9532
|
+
"fieldName": "label",
|
|
9533
|
+
"propName": "label"
|
|
9281
9534
|
},
|
|
9282
9535
|
{
|
|
9283
9536
|
"name": "href",
|
|
@@ -9286,7 +9539,8 @@
|
|
|
9286
9539
|
},
|
|
9287
9540
|
"default": "\"\"",
|
|
9288
9541
|
"description": "URL for page navigation when step is clicked. Optional for SPA routing.",
|
|
9289
|
-
"fieldName": "href"
|
|
9542
|
+
"fieldName": "href",
|
|
9543
|
+
"propName": "href"
|
|
9290
9544
|
},
|
|
9291
9545
|
{
|
|
9292
9546
|
"name": "isCompactExpanded",
|
|
@@ -9295,7 +9549,8 @@
|
|
|
9295
9549
|
},
|
|
9296
9550
|
"default": "false",
|
|
9297
9551
|
"description": "Internal: Whether parent stepper's compact view is expanded.",
|
|
9298
|
-
"fieldName": "isCompactExpanded"
|
|
9552
|
+
"fieldName": "isCompactExpanded",
|
|
9553
|
+
"propName": "iscompactexpanded"
|
|
9299
9554
|
},
|
|
9300
9555
|
{
|
|
9301
9556
|
"name": "stepNumber",
|
|
@@ -9304,7 +9559,8 @@
|
|
|
9304
9559
|
},
|
|
9305
9560
|
"default": "0",
|
|
9306
9561
|
"description": "Step number (1-indexed). Auto-assigned by parent stepper.",
|
|
9307
|
-
"fieldName": "stepNumber"
|
|
9562
|
+
"fieldName": "stepNumber",
|
|
9563
|
+
"propName": "stepnumber"
|
|
9308
9564
|
}
|
|
9309
9565
|
],
|
|
9310
9566
|
"superclass": {
|
|
@@ -9471,7 +9727,8 @@
|
|
|
9471
9727
|
},
|
|
9472
9728
|
"default": "\"\"",
|
|
9473
9729
|
"description": "Unique identifier.",
|
|
9474
|
-
"fieldName": "id"
|
|
9730
|
+
"fieldName": "id",
|
|
9731
|
+
"propName": "id"
|
|
9475
9732
|
},
|
|
9476
9733
|
{
|
|
9477
9734
|
"name": "name",
|
|
@@ -9480,7 +9737,8 @@
|
|
|
9480
9737
|
},
|
|
9481
9738
|
"default": "\"\"",
|
|
9482
9739
|
"description": "Name attribute for form association.",
|
|
9483
|
-
"fieldName": "name"
|
|
9740
|
+
"fieldName": "name",
|
|
9741
|
+
"propName": "name"
|
|
9484
9742
|
},
|
|
9485
9743
|
{
|
|
9486
9744
|
"name": "label",
|
|
@@ -9489,7 +9747,8 @@
|
|
|
9489
9747
|
},
|
|
9490
9748
|
"default": "\"\"",
|
|
9491
9749
|
"description": "Title displayed above the step counter.",
|
|
9492
|
-
"fieldName": "label"
|
|
9750
|
+
"fieldName": "label",
|
|
9751
|
+
"propName": "label"
|
|
9493
9752
|
},
|
|
9494
9753
|
{
|
|
9495
9754
|
"name": "counterText",
|
|
@@ -9498,7 +9757,8 @@
|
|
|
9498
9757
|
},
|
|
9499
9758
|
"default": "\"initial\"",
|
|
9500
9759
|
"description": "Progress text (e.g., \"Step 2 of 5\"). Auto-updated based on selection.",
|
|
9501
|
-
"fieldName": "counterText"
|
|
9760
|
+
"fieldName": "counterText",
|
|
9761
|
+
"propName": "countertext"
|
|
9502
9762
|
},
|
|
9503
9763
|
{
|
|
9504
9764
|
"name": "isCompactExpanded",
|
|
@@ -9507,7 +9767,8 @@
|
|
|
9507
9767
|
},
|
|
9508
9768
|
"default": "false",
|
|
9509
9769
|
"description": "Whether compact mobile view is expanded to show all steps.",
|
|
9510
|
-
"fieldName": "isCompactExpanded"
|
|
9770
|
+
"fieldName": "isCompactExpanded",
|
|
9771
|
+
"propName": "iscompactexpanded"
|
|
9511
9772
|
}
|
|
9512
9773
|
],
|
|
9513
9774
|
"superclass": {
|
|
@@ -9698,6 +9959,7 @@
|
|
|
9698
9959
|
{
|
|
9699
9960
|
"kind": "method",
|
|
9700
9961
|
"name": "_onSortClick",
|
|
9962
|
+
"privacy": "private",
|
|
9701
9963
|
"parameters": [
|
|
9702
9964
|
{
|
|
9703
9965
|
"name": "columnIndex",
|
|
@@ -9752,12 +10014,50 @@
|
|
|
9752
10014
|
{
|
|
9753
10015
|
"kind": "method",
|
|
9754
10016
|
"name": "downloadFile"
|
|
10017
|
+
},
|
|
10018
|
+
{
|
|
10019
|
+
"kind": "method",
|
|
10020
|
+
"name": "_emitColumnSortEvent",
|
|
10021
|
+
"privacy": "private",
|
|
10022
|
+
"return": {
|
|
10023
|
+
"type": {
|
|
10024
|
+
"text": "boolean"
|
|
10025
|
+
}
|
|
10026
|
+
},
|
|
10027
|
+
"parameters": [
|
|
10028
|
+
{
|
|
10029
|
+
"name": "columnIndex",
|
|
10030
|
+
"type": {
|
|
10031
|
+
"text": "number"
|
|
10032
|
+
},
|
|
10033
|
+
"description": "Zero-based index of the sorted column."
|
|
10034
|
+
},
|
|
10035
|
+
{
|
|
10036
|
+
"name": "columnLabel",
|
|
10037
|
+
"type": {
|
|
10038
|
+
"text": "string"
|
|
10039
|
+
},
|
|
10040
|
+
"description": "The text label of the sorted column header."
|
|
10041
|
+
},
|
|
10042
|
+
{
|
|
10043
|
+
"name": "sortDirection",
|
|
10044
|
+
"type": {
|
|
10045
|
+
"text": "\"asc\" | \"desc\" | \"none\""
|
|
10046
|
+
},
|
|
10047
|
+
"description": "The new sort direction: \"asc\", \"desc\", or \"none\"."
|
|
10048
|
+
}
|
|
10049
|
+
],
|
|
10050
|
+
"description": "Dispatches the `nys-column-sort` custom event."
|
|
9755
10051
|
}
|
|
9756
10052
|
],
|
|
9757
10053
|
"events": [
|
|
9758
10054
|
{
|
|
9759
10055
|
"description": "Fired when the download button or sortable headers are clicked.",
|
|
9760
10056
|
"name": "nys-click"
|
|
10057
|
+
},
|
|
10058
|
+
{
|
|
10059
|
+
"description": "Fired when a sortable column header is clicked. Can be prevented by calling `event.preventDefault()` to override default sort behavior. Detail: { columnIndex: number, columnLabel: string, sortDirection: \"asc\" | \"desc\" | \"none\" }",
|
|
10060
|
+
"name": "nys-column-sort"
|
|
9761
10061
|
}
|
|
9762
10062
|
],
|
|
9763
10063
|
"attributes": [
|
|
@@ -9767,7 +10067,8 @@
|
|
|
9767
10067
|
"text": "string"
|
|
9768
10068
|
},
|
|
9769
10069
|
"default": "\"\"",
|
|
9770
|
-
"fieldName": "id"
|
|
10070
|
+
"fieldName": "id",
|
|
10071
|
+
"propName": "id"
|
|
9771
10072
|
},
|
|
9772
10073
|
{
|
|
9773
10074
|
"name": "name",
|
|
@@ -9775,7 +10076,8 @@
|
|
|
9775
10076
|
"text": "string"
|
|
9776
10077
|
},
|
|
9777
10078
|
"default": "\"\"",
|
|
9778
|
-
"fieldName": "name"
|
|
10079
|
+
"fieldName": "name",
|
|
10080
|
+
"propName": "name"
|
|
9779
10081
|
},
|
|
9780
10082
|
{
|
|
9781
10083
|
"name": "striped",
|
|
@@ -9783,7 +10085,8 @@
|
|
|
9783
10085
|
"text": "boolean"
|
|
9784
10086
|
},
|
|
9785
10087
|
"default": "false",
|
|
9786
|
-
"fieldName": "striped"
|
|
10088
|
+
"fieldName": "striped",
|
|
10089
|
+
"propName": "striped"
|
|
9787
10090
|
},
|
|
9788
10091
|
{
|
|
9789
10092
|
"name": "sortable",
|
|
@@ -9791,7 +10094,8 @@
|
|
|
9791
10094
|
"text": "boolean"
|
|
9792
10095
|
},
|
|
9793
10096
|
"default": "false",
|
|
9794
|
-
"fieldName": "sortable"
|
|
10097
|
+
"fieldName": "sortable",
|
|
10098
|
+
"propName": "sortable"
|
|
9795
10099
|
},
|
|
9796
10100
|
{
|
|
9797
10101
|
"name": "bordered",
|
|
@@ -9799,7 +10103,8 @@
|
|
|
9799
10103
|
"text": "boolean"
|
|
9800
10104
|
},
|
|
9801
10105
|
"default": "false",
|
|
9802
|
-
"fieldName": "bordered"
|
|
10106
|
+
"fieldName": "bordered",
|
|
10107
|
+
"propName": "bordered"
|
|
9803
10108
|
},
|
|
9804
10109
|
{
|
|
9805
10110
|
"name": "download",
|
|
@@ -9807,7 +10112,8 @@
|
|
|
9807
10112
|
"text": "string"
|
|
9808
10113
|
},
|
|
9809
10114
|
"default": "\"\"",
|
|
9810
|
-
"fieldName": "download"
|
|
10115
|
+
"fieldName": "download",
|
|
10116
|
+
"propName": "download"
|
|
9811
10117
|
}
|
|
9812
10118
|
],
|
|
9813
10119
|
"superclass": {
|
|
@@ -10257,7 +10563,8 @@
|
|
|
10257
10563
|
},
|
|
10258
10564
|
"default": "\"\"",
|
|
10259
10565
|
"description": "Unique identifier. Auto-generated if not provided.",
|
|
10260
|
-
"fieldName": "id"
|
|
10566
|
+
"fieldName": "id",
|
|
10567
|
+
"propName": "id"
|
|
10261
10568
|
},
|
|
10262
10569
|
{
|
|
10263
10570
|
"name": "name",
|
|
@@ -10266,7 +10573,8 @@
|
|
|
10266
10573
|
},
|
|
10267
10574
|
"default": "\"\"",
|
|
10268
10575
|
"description": "Name for form submission.",
|
|
10269
|
-
"fieldName": "name"
|
|
10576
|
+
"fieldName": "name",
|
|
10577
|
+
"propName": "name"
|
|
10270
10578
|
},
|
|
10271
10579
|
{
|
|
10272
10580
|
"name": "label",
|
|
@@ -10275,7 +10583,8 @@
|
|
|
10275
10583
|
},
|
|
10276
10584
|
"default": "\"\"",
|
|
10277
10585
|
"description": "Visible label text. Required for accessibility.",
|
|
10278
|
-
"fieldName": "label"
|
|
10586
|
+
"fieldName": "label",
|
|
10587
|
+
"propName": "label"
|
|
10279
10588
|
},
|
|
10280
10589
|
{
|
|
10281
10590
|
"name": "description",
|
|
@@ -10284,7 +10593,8 @@
|
|
|
10284
10593
|
},
|
|
10285
10594
|
"default": "\"\"",
|
|
10286
10595
|
"description": "Helper text below label. Use slot for custom HTML.",
|
|
10287
|
-
"fieldName": "description"
|
|
10596
|
+
"fieldName": "description",
|
|
10597
|
+
"propName": "description"
|
|
10288
10598
|
},
|
|
10289
10599
|
{
|
|
10290
10600
|
"name": "placeholder",
|
|
@@ -10293,7 +10603,8 @@
|
|
|
10293
10603
|
},
|
|
10294
10604
|
"default": "\"\"",
|
|
10295
10605
|
"description": "Placeholder text. Don't use as label replacement.",
|
|
10296
|
-
"fieldName": "placeholder"
|
|
10606
|
+
"fieldName": "placeholder",
|
|
10607
|
+
"propName": "placeholder"
|
|
10297
10608
|
},
|
|
10298
10609
|
{
|
|
10299
10610
|
"name": "value",
|
|
@@ -10302,7 +10613,8 @@
|
|
|
10302
10613
|
},
|
|
10303
10614
|
"default": "\"\"",
|
|
10304
10615
|
"description": "Current textarea value.",
|
|
10305
|
-
"fieldName": "value"
|
|
10616
|
+
"fieldName": "value",
|
|
10617
|
+
"propName": "value"
|
|
10306
10618
|
},
|
|
10307
10619
|
{
|
|
10308
10620
|
"name": "disabled",
|
|
@@ -10311,7 +10623,8 @@
|
|
|
10311
10623
|
},
|
|
10312
10624
|
"default": "false",
|
|
10313
10625
|
"description": "Prevents interaction.",
|
|
10314
|
-
"fieldName": "disabled"
|
|
10626
|
+
"fieldName": "disabled",
|
|
10627
|
+
"propName": "disabled"
|
|
10315
10628
|
},
|
|
10316
10629
|
{
|
|
10317
10630
|
"name": "readonly",
|
|
@@ -10320,7 +10633,8 @@
|
|
|
10320
10633
|
},
|
|
10321
10634
|
"default": "false",
|
|
10322
10635
|
"description": "Makes textarea read-only but focusable.",
|
|
10323
|
-
"fieldName": "readonly"
|
|
10636
|
+
"fieldName": "readonly",
|
|
10637
|
+
"propName": "readonly"
|
|
10324
10638
|
},
|
|
10325
10639
|
{
|
|
10326
10640
|
"name": "required",
|
|
@@ -10329,7 +10643,8 @@
|
|
|
10329
10643
|
},
|
|
10330
10644
|
"default": "false",
|
|
10331
10645
|
"description": "Marks as required. Shows \"Required\" flag and validates on blur.",
|
|
10332
|
-
"fieldName": "required"
|
|
10646
|
+
"fieldName": "required",
|
|
10647
|
+
"propName": "required"
|
|
10333
10648
|
},
|
|
10334
10649
|
{
|
|
10335
10650
|
"name": "optional",
|
|
@@ -10338,7 +10653,8 @@
|
|
|
10338
10653
|
},
|
|
10339
10654
|
"default": "false",
|
|
10340
10655
|
"description": "Shows \"Optional\" flag. Use when most fields are required.",
|
|
10341
|
-
"fieldName": "optional"
|
|
10656
|
+
"fieldName": "optional",
|
|
10657
|
+
"propName": "optional"
|
|
10342
10658
|
},
|
|
10343
10659
|
{
|
|
10344
10660
|
"name": "tooltip",
|
|
@@ -10347,7 +10663,8 @@
|
|
|
10347
10663
|
},
|
|
10348
10664
|
"default": "\"\"",
|
|
10349
10665
|
"description": "Tooltip text shown on hover/focus of info icon.",
|
|
10350
|
-
"fieldName": "tooltip"
|
|
10666
|
+
"fieldName": "tooltip",
|
|
10667
|
+
"propName": "tooltip"
|
|
10351
10668
|
},
|
|
10352
10669
|
{
|
|
10353
10670
|
"name": "inverted",
|
|
@@ -10356,7 +10673,8 @@
|
|
|
10356
10673
|
},
|
|
10357
10674
|
"default": "false",
|
|
10358
10675
|
"description": "Adjusts colors for dark backgrounds.",
|
|
10359
|
-
"fieldName": "inverted"
|
|
10676
|
+
"fieldName": "inverted",
|
|
10677
|
+
"propName": "inverted"
|
|
10360
10678
|
},
|
|
10361
10679
|
{
|
|
10362
10680
|
"name": "form",
|
|
@@ -10365,7 +10683,8 @@
|
|
|
10365
10683
|
},
|
|
10366
10684
|
"default": "null",
|
|
10367
10685
|
"description": "Form `id` to associate with when textarea is outside form element.",
|
|
10368
|
-
"fieldName": "form"
|
|
10686
|
+
"fieldName": "form",
|
|
10687
|
+
"propName": "form"
|
|
10369
10688
|
},
|
|
10370
10689
|
{
|
|
10371
10690
|
"name": "maxlength",
|
|
@@ -10374,7 +10693,8 @@
|
|
|
10374
10693
|
},
|
|
10375
10694
|
"default": "null",
|
|
10376
10695
|
"description": "Maximum character length.",
|
|
10377
|
-
"fieldName": "maxlength"
|
|
10696
|
+
"fieldName": "maxlength",
|
|
10697
|
+
"propName": "maxlength"
|
|
10378
10698
|
},
|
|
10379
10699
|
{
|
|
10380
10700
|
"name": "width",
|
|
@@ -10383,7 +10703,8 @@
|
|
|
10383
10703
|
},
|
|
10384
10704
|
"default": "\"full\"",
|
|
10385
10705
|
"description": "Textarea width: `sm` (88px), `md` (200px), `lg` (384px), `full` (100%, default).",
|
|
10386
|
-
"fieldName": "width"
|
|
10706
|
+
"fieldName": "width",
|
|
10707
|
+
"propName": "width"
|
|
10387
10708
|
},
|
|
10388
10709
|
{
|
|
10389
10710
|
"name": "rows",
|
|
@@ -10392,7 +10713,8 @@
|
|
|
10392
10713
|
},
|
|
10393
10714
|
"default": "4",
|
|
10394
10715
|
"description": "Visible height in lines.",
|
|
10395
|
-
"fieldName": "rows"
|
|
10716
|
+
"fieldName": "rows",
|
|
10717
|
+
"propName": "rows"
|
|
10396
10718
|
},
|
|
10397
10719
|
{
|
|
10398
10720
|
"name": "resize",
|
|
@@ -10401,7 +10723,8 @@
|
|
|
10401
10723
|
},
|
|
10402
10724
|
"default": "\"vertical\"",
|
|
10403
10725
|
"description": "Resize behavior: `vertical` (default, user can resize height), `none` (fixed size).",
|
|
10404
|
-
"fieldName": "resize"
|
|
10726
|
+
"fieldName": "resize",
|
|
10727
|
+
"propName": "resize"
|
|
10405
10728
|
},
|
|
10406
10729
|
{
|
|
10407
10730
|
"name": "showError",
|
|
@@ -10410,7 +10733,8 @@
|
|
|
10410
10733
|
},
|
|
10411
10734
|
"default": "false",
|
|
10412
10735
|
"description": "Shows error message when true. Set by validation or manually.",
|
|
10413
|
-
"fieldName": "showError"
|
|
10736
|
+
"fieldName": "showError",
|
|
10737
|
+
"propName": "showerror"
|
|
10414
10738
|
},
|
|
10415
10739
|
{
|
|
10416
10740
|
"name": "errorMessage",
|
|
@@ -10419,7 +10743,8 @@
|
|
|
10419
10743
|
},
|
|
10420
10744
|
"default": "\"\"",
|
|
10421
10745
|
"description": "Error message text. Shown only when `showError` is true.",
|
|
10422
|
-
"fieldName": "errorMessage"
|
|
10746
|
+
"fieldName": "errorMessage",
|
|
10747
|
+
"propName": "errormessage"
|
|
10423
10748
|
}
|
|
10424
10749
|
],
|
|
10425
10750
|
"superclass": {
|
|
@@ -10967,7 +11292,8 @@
|
|
|
10967
11292
|
},
|
|
10968
11293
|
"default": "\"\"",
|
|
10969
11294
|
"description": "Unique identifier. Auto-generated if not provided.",
|
|
10970
|
-
"fieldName": "id"
|
|
11295
|
+
"fieldName": "id",
|
|
11296
|
+
"propName": "id"
|
|
10971
11297
|
},
|
|
10972
11298
|
{
|
|
10973
11299
|
"name": "name",
|
|
@@ -10976,7 +11302,8 @@
|
|
|
10976
11302
|
},
|
|
10977
11303
|
"default": "\"\"",
|
|
10978
11304
|
"description": "Name for form submission.",
|
|
10979
|
-
"fieldName": "name"
|
|
11305
|
+
"fieldName": "name",
|
|
11306
|
+
"propName": "name"
|
|
10980
11307
|
},
|
|
10981
11308
|
{
|
|
10982
11309
|
"name": "type",
|
|
@@ -10985,7 +11312,8 @@
|
|
|
10985
11312
|
},
|
|
10986
11313
|
"default": "\"text\"",
|
|
10987
11314
|
"description": "Input type: `text` (default), `email`, `number`, `password`, `search`, `tel` (auto-masked), `url`.",
|
|
10988
|
-
"fieldName": "type"
|
|
11315
|
+
"fieldName": "type",
|
|
11316
|
+
"propName": "type"
|
|
10989
11317
|
},
|
|
10990
11318
|
{
|
|
10991
11319
|
"name": "label",
|
|
@@ -10994,7 +11322,8 @@
|
|
|
10994
11322
|
},
|
|
10995
11323
|
"default": "\"\"",
|
|
10996
11324
|
"description": "Visible label text. Required for accessibility.",
|
|
10997
|
-
"fieldName": "label"
|
|
11325
|
+
"fieldName": "label",
|
|
11326
|
+
"propName": "label"
|
|
10998
11327
|
},
|
|
10999
11328
|
{
|
|
11000
11329
|
"name": "description",
|
|
@@ -11003,7 +11332,8 @@
|
|
|
11003
11332
|
},
|
|
11004
11333
|
"default": "\"\"",
|
|
11005
11334
|
"description": "Helper text below label. Use slot for custom HTML.",
|
|
11006
|
-
"fieldName": "description"
|
|
11335
|
+
"fieldName": "description",
|
|
11336
|
+
"propName": "description"
|
|
11007
11337
|
},
|
|
11008
11338
|
{
|
|
11009
11339
|
"name": "placeholder",
|
|
@@ -11012,7 +11342,8 @@
|
|
|
11012
11342
|
},
|
|
11013
11343
|
"default": "\"\"",
|
|
11014
11344
|
"description": "Placeholder text. Don't use as label replacement.",
|
|
11015
|
-
"fieldName": "placeholder"
|
|
11345
|
+
"fieldName": "placeholder",
|
|
11346
|
+
"propName": "placeholder"
|
|
11016
11347
|
},
|
|
11017
11348
|
{
|
|
11018
11349
|
"name": "value",
|
|
@@ -11021,7 +11352,8 @@
|
|
|
11021
11352
|
},
|
|
11022
11353
|
"default": "\"\"",
|
|
11023
11354
|
"description": "Current input value.",
|
|
11024
|
-
"fieldName": "value"
|
|
11355
|
+
"fieldName": "value",
|
|
11356
|
+
"propName": "value"
|
|
11025
11357
|
},
|
|
11026
11358
|
{
|
|
11027
11359
|
"name": "disabled",
|
|
@@ -11030,7 +11362,8 @@
|
|
|
11030
11362
|
},
|
|
11031
11363
|
"default": "false",
|
|
11032
11364
|
"description": "Prevents interaction.",
|
|
11033
|
-
"fieldName": "disabled"
|
|
11365
|
+
"fieldName": "disabled",
|
|
11366
|
+
"propName": "disabled"
|
|
11034
11367
|
},
|
|
11035
11368
|
{
|
|
11036
11369
|
"name": "readonly",
|
|
@@ -11039,7 +11372,8 @@
|
|
|
11039
11372
|
},
|
|
11040
11373
|
"default": "false",
|
|
11041
11374
|
"description": "Makes input read-only but focusable.",
|
|
11042
|
-
"fieldName": "readonly"
|
|
11375
|
+
"fieldName": "readonly",
|
|
11376
|
+
"propName": "readonly"
|
|
11043
11377
|
},
|
|
11044
11378
|
{
|
|
11045
11379
|
"name": "required",
|
|
@@ -11048,7 +11382,8 @@
|
|
|
11048
11382
|
},
|
|
11049
11383
|
"default": "false",
|
|
11050
11384
|
"description": "Marks as required. Shows \"Required\" flag and validates on blur.",
|
|
11051
|
-
"fieldName": "required"
|
|
11385
|
+
"fieldName": "required",
|
|
11386
|
+
"propName": "required"
|
|
11052
11387
|
},
|
|
11053
11388
|
{
|
|
11054
11389
|
"name": "optional",
|
|
@@ -11057,7 +11392,8 @@
|
|
|
11057
11392
|
},
|
|
11058
11393
|
"default": "false",
|
|
11059
11394
|
"description": "Shows \"Optional\" flag. Use when most fields are required.",
|
|
11060
|
-
"fieldName": "optional"
|
|
11395
|
+
"fieldName": "optional",
|
|
11396
|
+
"propName": "optional"
|
|
11061
11397
|
},
|
|
11062
11398
|
{
|
|
11063
11399
|
"name": "tooltip",
|
|
@@ -11066,7 +11402,8 @@
|
|
|
11066
11402
|
},
|
|
11067
11403
|
"default": "\"\"",
|
|
11068
11404
|
"description": "Tooltip text shown on hover/focus of info icon.",
|
|
11069
|
-
"fieldName": "tooltip"
|
|
11405
|
+
"fieldName": "tooltip",
|
|
11406
|
+
"propName": "tooltip"
|
|
11070
11407
|
},
|
|
11071
11408
|
{
|
|
11072
11409
|
"name": "form",
|
|
@@ -11075,7 +11412,8 @@
|
|
|
11075
11412
|
},
|
|
11076
11413
|
"default": "null",
|
|
11077
11414
|
"description": "Form `id` to associate with when input is outside form element.",
|
|
11078
|
-
"fieldName": "form"
|
|
11415
|
+
"fieldName": "form",
|
|
11416
|
+
"propName": "form"
|
|
11079
11417
|
},
|
|
11080
11418
|
{
|
|
11081
11419
|
"name": "pattern",
|
|
@@ -11084,7 +11422,8 @@
|
|
|
11084
11422
|
},
|
|
11085
11423
|
"default": "\"\"",
|
|
11086
11424
|
"description": "Regex pattern for validation. Shows error on mismatch.",
|
|
11087
|
-
"fieldName": "pattern"
|
|
11425
|
+
"fieldName": "pattern",
|
|
11426
|
+
"propName": "pattern"
|
|
11088
11427
|
},
|
|
11089
11428
|
{
|
|
11090
11429
|
"name": "maxlength",
|
|
@@ -11093,7 +11432,8 @@
|
|
|
11093
11432
|
},
|
|
11094
11433
|
"default": "null",
|
|
11095
11434
|
"description": "Maximum character length.",
|
|
11096
|
-
"fieldName": "maxlength"
|
|
11435
|
+
"fieldName": "maxlength",
|
|
11436
|
+
"propName": "maxlength"
|
|
11097
11437
|
},
|
|
11098
11438
|
{
|
|
11099
11439
|
"name": "ariaLabel",
|
|
@@ -11102,7 +11442,8 @@
|
|
|
11102
11442
|
},
|
|
11103
11443
|
"default": "\"\"",
|
|
11104
11444
|
"description": "Accessible label. When set, assuming \"label\" isn't provided for private special cases (i.e., <checkbox other>).",
|
|
11105
|
-
"fieldName": "ariaLabel"
|
|
11445
|
+
"fieldName": "ariaLabel",
|
|
11446
|
+
"propName": "arialabel"
|
|
11106
11447
|
},
|
|
11107
11448
|
{
|
|
11108
11449
|
"name": "width",
|
|
@@ -11111,7 +11452,8 @@
|
|
|
11111
11452
|
},
|
|
11112
11453
|
"default": "\"full\"",
|
|
11113
11454
|
"description": "Input width: `sm` (88px), `md` (200px), `lg` (384px), `full` (100%, default).",
|
|
11114
|
-
"fieldName": "width"
|
|
11455
|
+
"fieldName": "width",
|
|
11456
|
+
"propName": "width"
|
|
11115
11457
|
},
|
|
11116
11458
|
{
|
|
11117
11459
|
"name": "step",
|
|
@@ -11120,7 +11462,8 @@
|
|
|
11120
11462
|
},
|
|
11121
11463
|
"default": "null",
|
|
11122
11464
|
"description": "Step increment for `type=\"number\"`.",
|
|
11123
|
-
"fieldName": "step"
|
|
11465
|
+
"fieldName": "step",
|
|
11466
|
+
"propName": "step"
|
|
11124
11467
|
},
|
|
11125
11468
|
{
|
|
11126
11469
|
"name": "min",
|
|
@@ -11129,7 +11472,8 @@
|
|
|
11129
11472
|
},
|
|
11130
11473
|
"default": "null",
|
|
11131
11474
|
"description": "Minimum value for `type=\"number\"`.",
|
|
11132
|
-
"fieldName": "min"
|
|
11475
|
+
"fieldName": "min",
|
|
11476
|
+
"propName": "min"
|
|
11133
11477
|
},
|
|
11134
11478
|
{
|
|
11135
11479
|
"name": "max",
|
|
@@ -11138,7 +11482,8 @@
|
|
|
11138
11482
|
},
|
|
11139
11483
|
"default": "null",
|
|
11140
11484
|
"description": "Maximum value for `type=\"number\"`.",
|
|
11141
|
-
"fieldName": "max"
|
|
11485
|
+
"fieldName": "max",
|
|
11486
|
+
"propName": "max"
|
|
11142
11487
|
},
|
|
11143
11488
|
{
|
|
11144
11489
|
"name": "inverted",
|
|
@@ -11147,7 +11492,8 @@
|
|
|
11147
11492
|
},
|
|
11148
11493
|
"default": "false",
|
|
11149
11494
|
"description": "Adjusts colors for dark backgrounds.",
|
|
11150
|
-
"fieldName": "inverted"
|
|
11495
|
+
"fieldName": "inverted",
|
|
11496
|
+
"propName": "inverted"
|
|
11151
11497
|
},
|
|
11152
11498
|
{
|
|
11153
11499
|
"name": "showError",
|
|
@@ -11156,7 +11502,8 @@
|
|
|
11156
11502
|
},
|
|
11157
11503
|
"default": "false",
|
|
11158
11504
|
"description": "Shows error message when true. Set by validation or manually.",
|
|
11159
|
-
"fieldName": "showError"
|
|
11505
|
+
"fieldName": "showError",
|
|
11506
|
+
"propName": "showerror"
|
|
11160
11507
|
},
|
|
11161
11508
|
{
|
|
11162
11509
|
"name": "errorMessage",
|
|
@@ -11165,7 +11512,8 @@
|
|
|
11165
11512
|
},
|
|
11166
11513
|
"default": "\"\"",
|
|
11167
11514
|
"description": "Error message text. Shown only when `showError` is true.",
|
|
11168
|
-
"fieldName": "errorMessage"
|
|
11515
|
+
"fieldName": "errorMessage",
|
|
11516
|
+
"propName": "errormessage"
|
|
11169
11517
|
}
|
|
11170
11518
|
],
|
|
11171
11519
|
"superclass": {
|
|
@@ -11454,7 +11802,8 @@
|
|
|
11454
11802
|
},
|
|
11455
11803
|
"default": "\"\"",
|
|
11456
11804
|
"description": "Unique identifier. Auto-generated if not provided.",
|
|
11457
|
-
"fieldName": "id"
|
|
11805
|
+
"fieldName": "id",
|
|
11806
|
+
"propName": "id"
|
|
11458
11807
|
},
|
|
11459
11808
|
{
|
|
11460
11809
|
"name": "name",
|
|
@@ -11463,7 +11812,8 @@
|
|
|
11463
11812
|
},
|
|
11464
11813
|
"default": "\"\"",
|
|
11465
11814
|
"description": "Name for form submission.",
|
|
11466
|
-
"fieldName": "name"
|
|
11815
|
+
"fieldName": "name",
|
|
11816
|
+
"propName": "name"
|
|
11467
11817
|
},
|
|
11468
11818
|
{
|
|
11469
11819
|
"name": "value",
|
|
@@ -11472,7 +11822,8 @@
|
|
|
11472
11822
|
},
|
|
11473
11823
|
"default": "\"\"",
|
|
11474
11824
|
"description": "Value submitted when toggle is on.",
|
|
11475
|
-
"fieldName": "value"
|
|
11825
|
+
"fieldName": "value",
|
|
11826
|
+
"propName": "value"
|
|
11476
11827
|
},
|
|
11477
11828
|
{
|
|
11478
11829
|
"name": "label",
|
|
@@ -11481,7 +11832,8 @@
|
|
|
11481
11832
|
},
|
|
11482
11833
|
"default": "\"\"",
|
|
11483
11834
|
"description": "Visible label text.",
|
|
11484
|
-
"fieldName": "label"
|
|
11835
|
+
"fieldName": "label",
|
|
11836
|
+
"propName": "label"
|
|
11485
11837
|
},
|
|
11486
11838
|
{
|
|
11487
11839
|
"name": "description",
|
|
@@ -11490,7 +11842,8 @@
|
|
|
11490
11842
|
},
|
|
11491
11843
|
"default": "\"\"",
|
|
11492
11844
|
"description": "Helper text below label. Use slot for custom HTML.",
|
|
11493
|
-
"fieldName": "description"
|
|
11845
|
+
"fieldName": "description",
|
|
11846
|
+
"propName": "description"
|
|
11494
11847
|
},
|
|
11495
11848
|
{
|
|
11496
11849
|
"name": "form",
|
|
@@ -11499,7 +11852,8 @@
|
|
|
11499
11852
|
},
|
|
11500
11853
|
"default": "null",
|
|
11501
11854
|
"description": "Form `id` to associate with.",
|
|
11502
|
-
"fieldName": "form"
|
|
11855
|
+
"fieldName": "form",
|
|
11856
|
+
"propName": "form"
|
|
11503
11857
|
},
|
|
11504
11858
|
{
|
|
11505
11859
|
"name": "checked",
|
|
@@ -11508,7 +11862,8 @@
|
|
|
11508
11862
|
},
|
|
11509
11863
|
"default": "false",
|
|
11510
11864
|
"description": "Whether toggle is on.",
|
|
11511
|
-
"fieldName": "checked"
|
|
11865
|
+
"fieldName": "checked",
|
|
11866
|
+
"propName": "checked"
|
|
11512
11867
|
},
|
|
11513
11868
|
{
|
|
11514
11869
|
"name": "disabled",
|
|
@@ -11517,7 +11872,8 @@
|
|
|
11517
11872
|
},
|
|
11518
11873
|
"default": "false",
|
|
11519
11874
|
"description": "Prevents interaction.",
|
|
11520
|
-
"fieldName": "disabled"
|
|
11875
|
+
"fieldName": "disabled",
|
|
11876
|
+
"propName": "disabled"
|
|
11521
11877
|
},
|
|
11522
11878
|
{
|
|
11523
11879
|
"name": "noIcon",
|
|
@@ -11526,7 +11882,8 @@
|
|
|
11526
11882
|
},
|
|
11527
11883
|
"default": "false",
|
|
11528
11884
|
"description": "Hides check/close icon inside toggle knob.",
|
|
11529
|
-
"fieldName": "noIcon"
|
|
11885
|
+
"fieldName": "noIcon",
|
|
11886
|
+
"propName": "noicon"
|
|
11530
11887
|
},
|
|
11531
11888
|
{
|
|
11532
11889
|
"name": "inverted",
|
|
@@ -11535,7 +11892,8 @@
|
|
|
11535
11892
|
},
|
|
11536
11893
|
"default": "false",
|
|
11537
11894
|
"description": "Adjusts colors for dark backgrounds.",
|
|
11538
|
-
"fieldName": "inverted"
|
|
11895
|
+
"fieldName": "inverted",
|
|
11896
|
+
"propName": "inverted"
|
|
11539
11897
|
},
|
|
11540
11898
|
{
|
|
11541
11899
|
"name": "size",
|
|
@@ -11544,7 +11902,8 @@
|
|
|
11544
11902
|
},
|
|
11545
11903
|
"default": "\"md\"",
|
|
11546
11904
|
"description": "Toggle size: `sm` or `md` (default).",
|
|
11547
|
-
"fieldName": "size"
|
|
11905
|
+
"fieldName": "size",
|
|
11906
|
+
"propName": "size"
|
|
11548
11907
|
}
|
|
11549
11908
|
],
|
|
11550
11909
|
"superclass": {
|
|
@@ -11905,7 +12264,8 @@
|
|
|
11905
12264
|
},
|
|
11906
12265
|
"default": "\"\"",
|
|
11907
12266
|
"description": "Unique identifier. Auto-generated if not provided.",
|
|
11908
|
-
"fieldName": "id"
|
|
12267
|
+
"fieldName": "id",
|
|
12268
|
+
"propName": "id"
|
|
11909
12269
|
},
|
|
11910
12270
|
{
|
|
11911
12271
|
"name": "text",
|
|
@@ -11914,7 +12274,8 @@
|
|
|
11914
12274
|
},
|
|
11915
12275
|
"default": "\"\"",
|
|
11916
12276
|
"description": "Tooltip content text. Required.",
|
|
11917
|
-
"fieldName": "text"
|
|
12277
|
+
"fieldName": "text",
|
|
12278
|
+
"propName": "text"
|
|
11918
12279
|
},
|
|
11919
12280
|
{
|
|
11920
12281
|
"name": "inverted",
|
|
@@ -11923,7 +12284,8 @@
|
|
|
11923
12284
|
},
|
|
11924
12285
|
"default": "false",
|
|
11925
12286
|
"description": "Adjusts colors for dark backgrounds.",
|
|
11926
|
-
"fieldName": "inverted"
|
|
12287
|
+
"fieldName": "inverted",
|
|
12288
|
+
"propName": "inverted"
|
|
11927
12289
|
},
|
|
11928
12290
|
{
|
|
11929
12291
|
"name": "for",
|
|
@@ -11932,13 +12294,15 @@
|
|
|
11932
12294
|
},
|
|
11933
12295
|
"default": "\"\"",
|
|
11934
12296
|
"description": "ID of the trigger element to attach this tooltip to. Required.",
|
|
11935
|
-
"fieldName": "for"
|
|
12297
|
+
"fieldName": "for",
|
|
12298
|
+
"propName": "for"
|
|
11936
12299
|
},
|
|
11937
12300
|
{
|
|
11938
12301
|
"name": "position",
|
|
11939
12302
|
"description": "Preferred position relative to trigger. Auto-adjusts if space is insufficient.",
|
|
11940
12303
|
"default": "null (auto-positioned based on available space)",
|
|
11941
|
-
"fieldName": "position"
|
|
12304
|
+
"fieldName": "position",
|
|
12305
|
+
"propName": "position"
|
|
11942
12306
|
}
|
|
11943
12307
|
],
|
|
11944
12308
|
"superclass": {
|
|
@@ -12233,7 +12597,8 @@
|
|
|
12233
12597
|
},
|
|
12234
12598
|
"default": "false",
|
|
12235
12599
|
"description": "Internal: Whether trust bar panel is expanded.",
|
|
12236
|
-
"fieldName": "trustbarVisible"
|
|
12600
|
+
"fieldName": "trustbarVisible",
|
|
12601
|
+
"propName": "trustbarvisible"
|
|
12237
12602
|
},
|
|
12238
12603
|
{
|
|
12239
12604
|
"name": "searchDropdownVisible",
|
|
@@ -12242,7 +12607,8 @@
|
|
|
12242
12607
|
},
|
|
12243
12608
|
"default": "false",
|
|
12244
12609
|
"description": "Internal: Whether search dropdown is visible (mobile).",
|
|
12245
|
-
"fieldName": "searchDropdownVisible"
|
|
12610
|
+
"fieldName": "searchDropdownVisible",
|
|
12611
|
+
"propName": "searchdropdownvisible"
|
|
12246
12612
|
},
|
|
12247
12613
|
{
|
|
12248
12614
|
"name": "languageVisible",
|
|
@@ -12251,7 +12617,8 @@
|
|
|
12251
12617
|
},
|
|
12252
12618
|
"default": "false",
|
|
12253
12619
|
"description": "Internal: Whether language dropdown is visible.",
|
|
12254
|
-
"fieldName": "languageVisible"
|
|
12620
|
+
"fieldName": "languageVisible",
|
|
12621
|
+
"propName": "languagevisible"
|
|
12255
12622
|
},
|
|
12256
12623
|
{
|
|
12257
12624
|
"name": "isSearchFocused",
|
|
@@ -12260,7 +12627,8 @@
|
|
|
12260
12627
|
},
|
|
12261
12628
|
"default": "false",
|
|
12262
12629
|
"description": "Internal: Whether search input is focused.",
|
|
12263
|
-
"fieldName": "isSearchFocused"
|
|
12630
|
+
"fieldName": "isSearchFocused",
|
|
12631
|
+
"propName": "issearchfocused"
|
|
12264
12632
|
},
|
|
12265
12633
|
{
|
|
12266
12634
|
"name": "hideTranslate",
|
|
@@ -12269,7 +12637,8 @@
|
|
|
12269
12637
|
},
|
|
12270
12638
|
"default": "false",
|
|
12271
12639
|
"description": "Hides the translation dropdown.",
|
|
12272
|
-
"fieldName": "hideTranslate"
|
|
12640
|
+
"fieldName": "hideTranslate",
|
|
12641
|
+
"propName": "hidetranslate"
|
|
12273
12642
|
},
|
|
12274
12643
|
{
|
|
12275
12644
|
"name": "hideSearch",
|
|
@@ -12278,7 +12647,8 @@
|
|
|
12278
12647
|
},
|
|
12279
12648
|
"default": "false",
|
|
12280
12649
|
"description": "Hides the search functionality.",
|
|
12281
|
-
"fieldName": "hideSearch"
|
|
12650
|
+
"fieldName": "hideSearch",
|
|
12651
|
+
"propName": "hidesearch"
|
|
12282
12652
|
},
|
|
12283
12653
|
{
|
|
12284
12654
|
"name": "searchUrl",
|
|
@@ -12287,7 +12657,8 @@
|
|
|
12287
12657
|
},
|
|
12288
12658
|
"default": "\"\"",
|
|
12289
12659
|
"description": "The URL endpoint of the search, make sure to include the query param.",
|
|
12290
|
-
"fieldName": "searchUrl"
|
|
12660
|
+
"fieldName": "searchUrl",
|
|
12661
|
+
"propName": "searchurl"
|
|
12291
12662
|
},
|
|
12292
12663
|
{
|
|
12293
12664
|
"name": "languages",
|
|
@@ -12296,7 +12667,8 @@
|
|
|
12296
12667
|
},
|
|
12297
12668
|
"default": "[ { code: \"en\", label: \"English\" }, { code: \"es\", label: \"Español\" }, { code: \"zh\", label: \"中文\" }, { code: \"zh-traditional\", label: \"繁體中文\" }, { code: \"yi\", label: \"יידיש\" }, { code: \"ru\", label: \"Русский\" }, { code: \"bn\", label: \"বাংলা\" }, { code: \"ko\", label: \"한국어\" }, { code: \"ht\", label: \"Kreyòl Ayisyen\" }, { code: \"it\", label: \"Italiano\" }, { code: \"ar\", label: \"العربية\" }, { code: \"pl\", label: \"Polski\" }, { code: \"fr\", label: \"Français\" }, { code: \"ur\", label: \"اردو\" }, ]",
|
|
12298
12669
|
"description": "The list of languages this site can be translated to, default to use Smartling",
|
|
12299
|
-
"fieldName": "languages"
|
|
12670
|
+
"fieldName": "languages",
|
|
12671
|
+
"propName": "languages"
|
|
12300
12672
|
}
|
|
12301
12673
|
],
|
|
12302
12674
|
"superclass": {
|
|
@@ -12386,7 +12758,7 @@
|
|
|
12386
12758
|
"kind": "field",
|
|
12387
12759
|
"name": "size",
|
|
12388
12760
|
"type": {
|
|
12389
|
-
"text": "
|
|
12761
|
+
"text": "\"full\" | \"md\" | \"sm\" | \"\""
|
|
12390
12762
|
},
|
|
12391
12763
|
"default": "\"\"",
|
|
12392
12764
|
"description": "Largest size for the video player.\nIf not set, size is determined automatically by viewport width.",
|
|
@@ -12399,7 +12771,7 @@
|
|
|
12399
12771
|
"type": {
|
|
12400
12772
|
"text": "\"lazy\" | \"eager\""
|
|
12401
12773
|
},
|
|
12402
|
-
"default": "\"
|
|
12774
|
+
"default": "\"lazy\"",
|
|
12403
12775
|
"attribute": "loading"
|
|
12404
12776
|
},
|
|
12405
12777
|
{
|
|
@@ -12455,34 +12827,23 @@
|
|
|
12455
12827
|
},
|
|
12456
12828
|
{
|
|
12457
12829
|
"kind": "field",
|
|
12458
|
-
"name": "
|
|
12830
|
+
"name": "_announcement",
|
|
12459
12831
|
"type": {
|
|
12460
|
-
"text": "
|
|
12832
|
+
"text": "string"
|
|
12461
12833
|
},
|
|
12462
12834
|
"privacy": "private",
|
|
12463
|
-
"default": "\"
|
|
12464
|
-
"description": "
|
|
12465
|
-
},
|
|
12466
|
-
{
|
|
12467
|
-
"kind": "field",
|
|
12468
|
-
"name": "_mediaFull",
|
|
12469
|
-
"privacy": "private"
|
|
12470
|
-
},
|
|
12471
|
-
{
|
|
12472
|
-
"kind": "field",
|
|
12473
|
-
"name": "_mediaMobileLarge",
|
|
12474
|
-
"privacy": "private"
|
|
12835
|
+
"default": "\"\"",
|
|
12836
|
+
"description": "Screen reader announcement text"
|
|
12475
12837
|
},
|
|
12476
12838
|
{
|
|
12477
12839
|
"kind": "field",
|
|
12478
|
-
"name": "
|
|
12479
|
-
"
|
|
12480
|
-
|
|
12481
|
-
|
|
12482
|
-
"kind": "method",
|
|
12483
|
-
"name": "_updateAutoSize",
|
|
12840
|
+
"name": "_adPlaying",
|
|
12841
|
+
"type": {
|
|
12842
|
+
"text": "boolean"
|
|
12843
|
+
},
|
|
12484
12844
|
"privacy": "private",
|
|
12485
|
-
"
|
|
12845
|
+
"default": "false",
|
|
12846
|
+
"description": "Tracks whether an ad is currently playing to suppress false \"Video is playing\" announcements"
|
|
12486
12847
|
},
|
|
12487
12848
|
{
|
|
12488
12849
|
"kind": "method",
|
|
@@ -12492,7 +12853,8 @@
|
|
|
12492
12853
|
"type": {
|
|
12493
12854
|
"text": "boolean"
|
|
12494
12855
|
}
|
|
12495
|
-
}
|
|
12856
|
+
},
|
|
12857
|
+
"description": "Functions\n--------------------------------------------------------------------------"
|
|
12496
12858
|
},
|
|
12497
12859
|
{
|
|
12498
12860
|
"kind": "method",
|
|
@@ -12509,11 +12871,28 @@
|
|
|
12509
12871
|
"name": "_getEmbedUrl",
|
|
12510
12872
|
"privacy": "private"
|
|
12511
12873
|
},
|
|
12874
|
+
{
|
|
12875
|
+
"kind": "method",
|
|
12876
|
+
"name": "_announceVideoVO",
|
|
12877
|
+
"privacy": "private",
|
|
12878
|
+
"description": "Because I need to know if Youtube ADs are playing, I need to call YT's API.\nHence, the YT API setup below. The VO has 2 types of announcements:\n- \"Advertisement is playing\"\n- \"Video is playing\"\n\nYT IFrame Player API: https://developers.google.com/youtube/iframe_api_reference"
|
|
12879
|
+
},
|
|
12512
12880
|
{
|
|
12513
12881
|
"kind": "method",
|
|
12514
12882
|
"name": "_handleThumbnailClick",
|
|
12515
12883
|
"privacy": "private",
|
|
12516
12884
|
"description": "Event Handlers\n--------------------------------------------------------------------------"
|
|
12885
|
+
},
|
|
12886
|
+
{
|
|
12887
|
+
"kind": "method",
|
|
12888
|
+
"name": "_renderAnnouncer",
|
|
12889
|
+
"privacy": "private",
|
|
12890
|
+
"description": "Render Helpers\n--------------------------------------------------------------------------"
|
|
12891
|
+
},
|
|
12892
|
+
{
|
|
12893
|
+
"kind": "method",
|
|
12894
|
+
"name": "_renderPlayIcon",
|
|
12895
|
+
"privacy": "private"
|
|
12517
12896
|
}
|
|
12518
12897
|
],
|
|
12519
12898
|
"attributes": [
|
|
@@ -12524,7 +12903,8 @@
|
|
|
12524
12903
|
},
|
|
12525
12904
|
"default": "\"\"",
|
|
12526
12905
|
"description": "Full YouTube URL — required. Component will not render if invalid.",
|
|
12527
|
-
"fieldName": "id"
|
|
12906
|
+
"fieldName": "id",
|
|
12907
|
+
"propName": "id"
|
|
12528
12908
|
},
|
|
12529
12909
|
{
|
|
12530
12910
|
"name": "titleText",
|
|
@@ -12533,7 +12913,8 @@
|
|
|
12533
12913
|
},
|
|
12534
12914
|
"default": "\"\"",
|
|
12535
12915
|
"description": "Title text for the thumbnail of the video",
|
|
12536
|
-
"fieldName": "titleText"
|
|
12916
|
+
"fieldName": "titleText",
|
|
12917
|
+
"propName": "titletext"
|
|
12537
12918
|
},
|
|
12538
12919
|
{
|
|
12539
12920
|
"name": "videourl",
|
|
@@ -12542,24 +12923,27 @@
|
|
|
12542
12923
|
},
|
|
12543
12924
|
"default": "\"\"",
|
|
12544
12925
|
"description": "Full YouTube URL — required. Component will not render if invalid.",
|
|
12545
|
-
"fieldName": "videourl"
|
|
12926
|
+
"fieldName": "videourl",
|
|
12927
|
+
"propName": "videourl"
|
|
12546
12928
|
},
|
|
12547
12929
|
{
|
|
12548
12930
|
"name": "size",
|
|
12549
12931
|
"type": {
|
|
12550
|
-
"text": "
|
|
12932
|
+
"text": "\"full\" | \"md\" | \"sm\" | \"\""
|
|
12551
12933
|
},
|
|
12552
12934
|
"default": "\"\"",
|
|
12553
12935
|
"description": "Largest size for the video player.\nIf not set, size is determined automatically by viewport width.",
|
|
12554
|
-
"fieldName": "size"
|
|
12936
|
+
"fieldName": "size",
|
|
12937
|
+
"propName": "size"
|
|
12555
12938
|
},
|
|
12556
12939
|
{
|
|
12557
12940
|
"name": "loading",
|
|
12558
12941
|
"type": {
|
|
12559
12942
|
"text": "\"lazy\" | \"eager\""
|
|
12560
12943
|
},
|
|
12561
|
-
"default": "\"
|
|
12562
|
-
"fieldName": "loading"
|
|
12944
|
+
"default": "\"lazy\"",
|
|
12945
|
+
"fieldName": "loading",
|
|
12946
|
+
"propName": "loading"
|
|
12563
12947
|
},
|
|
12564
12948
|
{
|
|
12565
12949
|
"name": "starttime",
|
|
@@ -12568,7 +12952,8 @@
|
|
|
12568
12952
|
},
|
|
12569
12953
|
"default": "0",
|
|
12570
12954
|
"description": "Time in seconds where playback begins. *",
|
|
12571
|
-
"fieldName": "starttime"
|
|
12955
|
+
"fieldName": "starttime",
|
|
12956
|
+
"propName": "starttime"
|
|
12572
12957
|
},
|
|
12573
12958
|
{
|
|
12574
12959
|
"name": "thumbnail",
|
|
@@ -12577,7 +12962,8 @@
|
|
|
12577
12962
|
},
|
|
12578
12963
|
"default": "null",
|
|
12579
12964
|
"description": "Custom thumbnail image path.\nFalls back to YouTube's auto-generated thumbnail if not provided.",
|
|
12580
|
-
"fieldName": "thumbnail"
|
|
12965
|
+
"fieldName": "thumbnail",
|
|
12966
|
+
"propName": "thumbnail"
|
|
12581
12967
|
},
|
|
12582
12968
|
{
|
|
12583
12969
|
"name": "autoplay",
|
|
@@ -12586,7 +12972,8 @@
|
|
|
12586
12972
|
},
|
|
12587
12973
|
"default": "false",
|
|
12588
12974
|
"description": "Triggers autoplay when the iframe loads",
|
|
12589
|
-
"fieldName": "autoplay"
|
|
12975
|
+
"fieldName": "autoplay",
|
|
12976
|
+
"propName": "autoplay"
|
|
12590
12977
|
},
|
|
12591
12978
|
{
|
|
12592
12979
|
"name": "disabled",
|
|
@@ -12595,7 +12982,8 @@
|
|
|
12595
12982
|
},
|
|
12596
12983
|
"default": "false",
|
|
12597
12984
|
"description": "Prevents the video from being played",
|
|
12598
|
-
"fieldName": "disabled"
|
|
12985
|
+
"fieldName": "disabled",
|
|
12986
|
+
"propName": "disabled"
|
|
12599
12987
|
}
|
|
12600
12988
|
],
|
|
12601
12989
|
"superclass": {
|