@@ -55,14 +55,14 @@ class ListboxConfigurableExample {
5555 kind : "directive" ,
5656 type : Listbox ,
5757 selector : "[ngListbox]" ,
58- inputs : [ "orientation" , "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
58+ inputs : [ "id" , " orientation", "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
5959 outputs : [ "valuesChange" ] ,
6060 exportAs : [ "ngListbox" ]
6161 } , {
6262 kind : "directive" ,
6363 type : Option ,
6464 selector : "[ngOption]" ,
65- inputs : [ "value" , "disabled" , "label" ] ,
65+ inputs : [ "id" , " value", "disabled" , "label" ] ,
6666 exportAs : [ "ngOption" ]
6767 } , {
6868 kind : "ngmodule" ,
@@ -165,14 +165,14 @@ class ListboxSingleSelectExample {
165165 kind : "directive" ,
166166 type : Listbox ,
167167 selector : "[ngListbox]" ,
168- inputs : [ "orientation" , "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
168+ inputs : [ "id" , " orientation", "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
169169 outputs : [ "valuesChange" ] ,
170170 exportAs : [ "ngListbox" ]
171171 } , {
172172 kind : "directive" ,
173173 type : Option ,
174174 selector : "[ngOption]" ,
175- inputs : [ "value" , "disabled" , "label" ] ,
175+ inputs : [ "id" , " value", "disabled" , "label" ] ,
176176 exportAs : [ "ngOption" ]
177177 } , {
178178 kind : "component" ,
@@ -221,14 +221,14 @@ class ListboxMultiSelectExample {
221221 kind : "directive" ,
222222 type : Listbox ,
223223 selector : "[ngListbox]" ,
224- inputs : [ "orientation" , "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
224+ inputs : [ "id" , " orientation", "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
225225 outputs : [ "valuesChange" ] ,
226226 exportAs : [ "ngListbox" ]
227227 } , {
228228 kind : "directive" ,
229229 type : Option ,
230230 selector : "[ngOption]" ,
231- inputs : [ "value" , "disabled" , "label" ] ,
231+ inputs : [ "id" , " value", "disabled" , "label" ] ,
232232 exportAs : [ "ngOption" ]
233233 } , {
234234 kind : "component" ,
@@ -277,14 +277,14 @@ class ListboxSingleSelectFollowFocusExample {
277277 kind : "directive" ,
278278 type : Listbox ,
279279 selector : "[ngListbox]" ,
280- inputs : [ "orientation" , "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
280+ inputs : [ "id" , " orientation", "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
281281 outputs : [ "valuesChange" ] ,
282282 exportAs : [ "ngListbox" ]
283283 } , {
284284 kind : "directive" ,
285285 type : Option ,
286286 selector : "[ngOption]" ,
287- inputs : [ "value" , "disabled" , "label" ] ,
287+ inputs : [ "id" , " value", "disabled" , "label" ] ,
288288 exportAs : [ "ngOption" ]
289289 } , {
290290 kind : "component" ,
@@ -333,14 +333,14 @@ class ListboxMultiSelectFollowFocusExample {
333333 kind : "directive" ,
334334 type : Listbox ,
335335 selector : "[ngListbox]" ,
336- inputs : [ "orientation" , "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
336+ inputs : [ "id" , " orientation", "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
337337 outputs : [ "valuesChange" ] ,
338338 exportAs : [ "ngListbox" ]
339339 } , {
340340 kind : "directive" ,
341341 type : Option ,
342342 selector : "[ngOption]" ,
343- inputs : [ "value" , "disabled" , "label" ] ,
343+ inputs : [ "id" , " value", "disabled" , "label" ] ,
344344 exportAs : [ "ngOption" ]
345345 } , {
346346 kind : "component" ,
@@ -389,14 +389,14 @@ class ListboxHorizontalExample {
389389 kind : "directive" ,
390390 type : Listbox ,
391391 selector : "[ngListbox]" ,
392- inputs : [ "orientation" , "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
392+ inputs : [ "id" , " orientation", "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
393393 outputs : [ "valuesChange" ] ,
394394 exportAs : [ "ngListbox" ]
395395 } , {
396396 kind : "directive" ,
397397 type : Option ,
398398 selector : "[ngOption]" ,
399- inputs : [ "value" , "disabled" , "label" ] ,
399+ inputs : [ "id" , " value", "disabled" , "label" ] ,
400400 exportAs : [ "ngOption" ]
401401 } , {
402402 kind : "component" ,
@@ -445,14 +445,14 @@ class ListboxRtlHorizontalExample {
445445 kind : "directive" ,
446446 type : Listbox ,
447447 selector : "[ngListbox]" ,
448- inputs : [ "orientation" , "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
448+ inputs : [ "id" , " orientation", "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
449449 outputs : [ "valuesChange" ] ,
450450 exportAs : [ "ngListbox" ]
451451 } , {
452452 kind : "directive" ,
453453 type : Option ,
454454 selector : "[ngOption]" ,
455- inputs : [ "value" , "disabled" , "label" ] ,
455+ inputs : [ "id" , " value", "disabled" , "label" ] ,
456456 exportAs : [ "ngOption" ]
457457 } , {
458458 kind : "directive" ,
@@ -508,14 +508,14 @@ class ListboxActiveDescendantExample {
508508 kind : "directive" ,
509509 type : Listbox ,
510510 selector : "[ngListbox]" ,
511- inputs : [ "orientation" , "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
511+ inputs : [ "id" , " orientation", "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
512512 outputs : [ "valuesChange" ] ,
513513 exportAs : [ "ngListbox" ]
514514 } , {
515515 kind : "directive" ,
516516 type : Option ,
517517 selector : "[ngOption]" ,
518- inputs : [ "value" , "disabled" , "label" ] ,
518+ inputs : [ "id" , " value", "disabled" , "label" ] ,
519519 exportAs : [ "ngOption" ]
520520 } , {
521521 kind : "component" ,
@@ -564,14 +564,14 @@ class ListboxDisabledFocusableExample {
564564 kind : "directive" ,
565565 type : Listbox ,
566566 selector : "[ngListbox]" ,
567- inputs : [ "orientation" , "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
567+ inputs : [ "id" , " orientation", "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
568568 outputs : [ "valuesChange" ] ,
569569 exportAs : [ "ngListbox" ]
570570 } , {
571571 kind : "directive" ,
572572 type : Option ,
573573 selector : "[ngOption]" ,
574- inputs : [ "value" , "disabled" , "label" ] ,
574+ inputs : [ "id" , " value", "disabled" , "label" ] ,
575575 exportAs : [ "ngOption" ]
576576 } , {
577577 kind : "component" ,
@@ -620,14 +620,14 @@ class ListboxDisabledSkippedExample {
620620 kind : "directive" ,
621621 type : Listbox ,
622622 selector : "[ngListbox]" ,
623- inputs : [ "orientation" , "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
623+ inputs : [ "id" , " orientation", "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
624624 outputs : [ "valuesChange" ] ,
625625 exportAs : [ "ngListbox" ]
626626 } , {
627627 kind : "directive" ,
628628 type : Option ,
629629 selector : "[ngOption]" ,
630- inputs : [ "value" , "disabled" , "label" ] ,
630+ inputs : [ "id" , " value", "disabled" , "label" ] ,
631631 exportAs : [ "ngOption" ]
632632 } , {
633633 kind : "component" ,
@@ -676,14 +676,14 @@ class ListboxReadonlyExample {
676676 kind : "directive" ,
677677 type : Listbox ,
678678 selector : "[ngListbox]" ,
679- inputs : [ "orientation" , "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
679+ inputs : [ "id" , " orientation", "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
680680 outputs : [ "valuesChange" ] ,
681681 exportAs : [ "ngListbox" ]
682682 } , {
683683 kind : "directive" ,
684684 type : Option ,
685685 selector : "[ngOption]" ,
686- inputs : [ "value" , "disabled" , "label" ] ,
686+ inputs : [ "id" , " value", "disabled" , "label" ] ,
687687 exportAs : [ "ngOption" ]
688688 } , {
689689 kind : "component" ,
@@ -732,14 +732,14 @@ class ListboxDisabledExample {
732732 kind : "directive" ,
733733 type : Listbox ,
734734 selector : "[ngListbox]" ,
735- inputs : [ "orientation" , "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
735+ inputs : [ "id" , " orientation", "multi" , "wrap" , "softDisabled" , "focusMode" , "selectionMode" , "typeaheadDelay" , "disabled" , "readonly" , "values" ] ,
736736 outputs : [ "valuesChange" ] ,
737737 exportAs : [ "ngListbox" ]
738738 } , {
739739 kind : "directive" ,
740740 type : Option ,
741741 selector : "[ngOption]" ,
742- inputs : [ "value" , "disabled" , "label" ] ,
742+ inputs : [ "id" , " value", "disabled" , "label" ] ,
743743 exportAs : [ "ngOption" ]
744744 } , {
745745 kind : "component" ,
0 commit comments