@@ -605,6 +605,202 @@ exports[`Select > :props > :size 1`] = `
605605</div >
606606` ;
607607
608+ exports [` Select > Select Option > :props > :disabled 1` ] = `
609+ <div
610+ class = " t-select__wrap"
611+ >
612+ <div
613+ class = " t-select-input t-select"
614+ >
615+ <div
616+ class = " t-input__wrap"
617+ >
618+ <div
619+ class = " t-input t-is-readonly t-input--prefix t-input--suffix"
620+ >
621+ <div
622+ class = " t-input__prefix"
623+ />
624+ <input
625+ autocomplete = " "
626+ class = " t-input__inner"
627+ placeholder = " 请选择"
628+ readonly = " readonly"
629+ type = " text"
630+ unselectable = " on"
631+ />
632+ <span
633+ class = " t-input__suffix t-input__suffix-icon"
634+ >
635+ <svg
636+ class = " t-fake-arrow t-select__right-icon"
637+ fill = " none"
638+ height = " 16"
639+ viewBox = " 0 0 16 16"
640+ width = " 16"
641+ xmlns = " http://www.w3.org/2000/svg"
642+ >
643+ <path
644+ d = " M3.75 5.7998L7.99274 10.0425L12.2361 5.79921"
645+ stroke = " black"
646+ stroke-opacity = " 0.9"
647+ stroke-width = " 1.3"
648+ />
649+ </svg >
650+ </span >
651+ </div >
652+ </div >
653+ </div >
654+ </div >
655+ ` ;
656+
657+ exports [` Select > Select Option > :props > :label 1` ] = `
658+ <div
659+ class = " t-select__wrap"
660+ >
661+ <div
662+ class = " t-select-input t-select"
663+ >
664+ <div
665+ class = " t-input__wrap"
666+ >
667+ <div
668+ class = " t-input t-is-readonly t-input--prefix t-input--suffix"
669+ >
670+ <div
671+ class = " t-input__prefix"
672+ />
673+ <input
674+ autocomplete = " "
675+ class = " t-input__inner"
676+ placeholder = " 请选择"
677+ readonly = " readonly"
678+ type = " text"
679+ unselectable = " on"
680+ />
681+ <span
682+ class = " t-input__suffix t-input__suffix-icon"
683+ >
684+ <svg
685+ class = " t-fake-arrow t-select__right-icon"
686+ fill = " none"
687+ height = " 16"
688+ viewBox = " 0 0 16 16"
689+ width = " 16"
690+ xmlns = " http://www.w3.org/2000/svg"
691+ >
692+ <path
693+ d = " M3.75 5.7998L7.99274 10.0425L12.2361 5.79921"
694+ stroke = " black"
695+ stroke-opacity = " 0.9"
696+ stroke-width = " 1.3"
697+ />
698+ </svg >
699+ </span >
700+ </div >
701+ </div >
702+ </div >
703+ </div >
704+ ` ;
705+
706+ exports [` Select > Select Option > :props > :value 1` ] = `
707+ <div
708+ class = " t-select__wrap"
709+ >
710+ <div
711+ class = " t-select-input t-select"
712+ >
713+ <div
714+ class = " t-input__wrap"
715+ >
716+ <div
717+ class = " t-input t-is-readonly t-input--prefix t-input--suffix"
718+ >
719+ <div
720+ class = " t-input__prefix"
721+ />
722+ <input
723+ autocomplete = " "
724+ class = " t-input__inner"
725+ placeholder = " 请选择"
726+ readonly = " readonly"
727+ type = " text"
728+ unselectable = " on"
729+ />
730+ <span
731+ class = " t-input__suffix t-input__suffix-icon"
732+ >
733+ <svg
734+ class = " t-fake-arrow t-select__right-icon"
735+ fill = " none"
736+ height = " 16"
737+ viewBox = " 0 0 16 16"
738+ width = " 16"
739+ xmlns = " http://www.w3.org/2000/svg"
740+ >
741+ <path
742+ d = " M3.75 5.7998L7.99274 10.0425L12.2361 5.79921"
743+ stroke = " black"
744+ stroke-opacity = " 0.9"
745+ stroke-width = " 1.3"
746+ />
747+ </svg >
748+ </span >
749+ </div >
750+ </div >
751+ </div >
752+ </div >
753+ ` ;
754+
755+ exports [` Select > Select OptionGroup > :props > :value 1` ] = `
756+ <div
757+ class = " t-select__wrap"
758+ >
759+ <div
760+ class = " t-select-input t-select"
761+ >
762+ <div
763+ class = " t-input__wrap"
764+ >
765+ <div
766+ class = " t-input t-is-readonly t-input--prefix t-input--suffix"
767+ >
768+ <div
769+ class = " t-input__prefix"
770+ />
771+ <input
772+ autocomplete = " "
773+ class = " t-input__inner"
774+ placeholder = " 请选择"
775+ readonly = " readonly"
776+ type = " text"
777+ unselectable = " on"
778+ />
779+ <span
780+ class = " t-input__suffix t-input__suffix-icon"
781+ >
782+ <svg
783+ class = " t-fake-arrow t-select__right-icon"
784+ fill = " none"
785+ height = " 16"
786+ viewBox = " 0 0 16 16"
787+ width = " 16"
788+ xmlns = " http://www.w3.org/2000/svg"
789+ >
790+ <path
791+ d = " M3.75 5.7998L7.99274 10.0425L12.2361 5.79921"
792+ stroke = " black"
793+ stroke-opacity = " 0.9"
794+ stroke-width = " 1.3"
795+ />
796+ </svg >
797+ </span >
798+ </div >
799+ </div >
800+ </div >
801+ </div >
802+ ` ;
803+
608804exports [` Select Option > :props > :disabled 1` ] = `
609805<div
610806 class = " t-select__wrap"
0 commit comments