@salutejs/sdds-cs 0.232.1-canary.1712.12884408335.0 → 0.233.0-canary.1706.12883718367.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-cs.api.md +32 -600
- package/components/Autocomplete/Autocomplete.d.ts +80 -66
- package/components/Autocomplete/Autocomplete.js +11 -2
- package/components/Combobox/Combobox.d.ts +734 -25
- package/components/Mask/Mask.d.ts +21 -13
- package/components/Select/Select.d.ts +130 -1
- package/components/TextArea/TextArea.d.ts +4 -4
- package/components/TextField/TextField.d.ts +83 -69
- package/components/TextField/TextField.js +10 -1
- package/emotion/cjs/components/Autocomplete/Autocomplete.js +11 -2
- package/emotion/cjs/components/TextField/TextField.js +10 -1
- package/emotion/es/components/Autocomplete/Autocomplete.js +10 -2
- package/emotion/es/components/TextField/TextField.js +10 -2
- package/es/components/Autocomplete/Autocomplete.js +10 -2
- package/es/components/TextField/TextField.js +10 -2
- package/package.json +6 -6
package/api/sdds-cs.api.md
CHANGED
@@ -85,6 +85,7 @@ import { DatePickerRangeProps } from '@salutejs/plasma-new-hope/styled-component
|
|
85
85
|
import { datePickerTokens } from '@salutejs/plasma-new-hope/styled-components';
|
86
86
|
import { DatePickerVariationProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types';
|
87
87
|
import type { DistributiveOmit } from '@salutejs/plasma-new-hope';
|
88
|
+
import { DistributiveOmit as DistributiveOmit_2 } from '@salutejs/plasma-new-hope/styled-components';
|
88
89
|
import type { DistributivePick } from '@salutejs/plasma-new-hope';
|
89
90
|
import { DividerProps } from '@salutejs/plasma-new-hope/styled-components';
|
90
91
|
import { dividerTokens } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -488,274 +489,10 @@ buttonType?: "iconButton" | undefined;
|
|
488
489
|
icon?: ReactNode;
|
489
490
|
} & RefAttributes<HTMLDivElement>))>;
|
490
491
|
|
492
|
+
// Warning: (ae-forgotten-export) The symbol "AutocompleteProps" needs to be exported by the entry point index.d.ts
|
493
|
+
//
|
491
494
|
// @public (undocumented)
|
492
|
-
export const Autocomplete:
|
493
|
-
view: {
|
494
|
-
default: PolymorphicClassName;
|
495
|
-
negative: PolymorphicClassName;
|
496
|
-
};
|
497
|
-
size: {
|
498
|
-
s: PolymorphicClassName;
|
499
|
-
};
|
500
|
-
labelPlacement: {
|
501
|
-
inner: PolymorphicClassName;
|
502
|
-
outer: PolymorphicClassName;
|
503
|
-
};
|
504
|
-
disabled: {
|
505
|
-
true: PolymorphicClassName;
|
506
|
-
};
|
507
|
-
readOnly: {
|
508
|
-
true: PolymorphicClassName;
|
509
|
-
};
|
510
|
-
}> & ((BaseProps & Omit<{
|
511
|
-
titleCaption?: ReactNode;
|
512
|
-
leftHelper?: ReactNode;
|
513
|
-
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
514
|
-
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
515
|
-
textBefore?: string | undefined;
|
516
|
-
textAfter?: string | undefined;
|
517
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
518
|
-
} & LabelProps & RequiredProps & {
|
519
|
-
clear?: boolean | undefined;
|
520
|
-
hasDivider?: boolean | undefined;
|
521
|
-
} & {
|
522
|
-
hintText: string;
|
523
|
-
hintTrigger?: "click" | "hover" | undefined;
|
524
|
-
hintView?: string | undefined;
|
525
|
-
hintSize?: string | undefined;
|
526
|
-
hintTargetIcon?: ReactNode;
|
527
|
-
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
528
|
-
hintHasArrow?: boolean | undefined;
|
529
|
-
hintOffset?: [number, number] | undefined;
|
530
|
-
hintWidth?: string | undefined;
|
531
|
-
hintContentLeft?: ReactNode;
|
532
|
-
} & {
|
533
|
-
chips?: undefined;
|
534
|
-
onChangeChips?: undefined;
|
535
|
-
enumerationType?: "plain" | undefined;
|
536
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
537
|
-
chipType?: undefined;
|
538
|
-
chipView?: undefined;
|
539
|
-
chipValidator?: undefined;
|
540
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
541
|
-
titleCaption?: ReactNode;
|
542
|
-
leftHelper?: ReactNode;
|
543
|
-
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
544
|
-
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
545
|
-
textBefore?: string | undefined;
|
546
|
-
textAfter?: string | undefined;
|
547
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
548
|
-
} & LabelProps & RequiredProps & {
|
549
|
-
clear?: boolean | undefined;
|
550
|
-
hasDivider?: boolean | undefined;
|
551
|
-
} & {
|
552
|
-
hintText: string;
|
553
|
-
hintTrigger?: "click" | "hover" | undefined;
|
554
|
-
hintView?: string | undefined;
|
555
|
-
hintSize?: string | undefined;
|
556
|
-
hintTargetIcon?: ReactNode;
|
557
|
-
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
558
|
-
hintHasArrow?: boolean | undefined;
|
559
|
-
hintOffset?: [number, number] | undefined;
|
560
|
-
hintWidth?: string | undefined;
|
561
|
-
hintContentLeft?: ReactNode;
|
562
|
-
} & {
|
563
|
-
enumerationType: "chip";
|
564
|
-
onSearch?: undefined;
|
565
|
-
chips?: TextFieldPrimitiveValue[] | undefined;
|
566
|
-
onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
|
567
|
-
chipType?: "default" | "text" | undefined;
|
568
|
-
chipView?: string | undefined;
|
569
|
-
chipValidator?: ((value: string) => {
|
570
|
-
view?: string | undefined;
|
571
|
-
}) | undefined;
|
572
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
573
|
-
titleCaption?: ReactNode;
|
574
|
-
leftHelper?: ReactNode;
|
575
|
-
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
576
|
-
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
577
|
-
textBefore?: string | undefined;
|
578
|
-
textAfter?: string | undefined;
|
579
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
580
|
-
} & LabelProps & RequiredProps & {
|
581
|
-
clear?: boolean | undefined;
|
582
|
-
hasDivider?: boolean | undefined;
|
583
|
-
} & {
|
584
|
-
hintTrigger?: undefined;
|
585
|
-
hintText?: undefined;
|
586
|
-
hintView?: undefined;
|
587
|
-
hintSize?: undefined;
|
588
|
-
hintTargetIcon?: undefined;
|
589
|
-
hintPlacement?: undefined;
|
590
|
-
hintHasArrow?: undefined;
|
591
|
-
hintOffset?: undefined;
|
592
|
-
hintWidth?: undefined;
|
593
|
-
hintContentLeft?: undefined;
|
594
|
-
} & {
|
595
|
-
chips?: undefined;
|
596
|
-
onChangeChips?: undefined;
|
597
|
-
enumerationType?: "plain" | undefined;
|
598
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
599
|
-
chipType?: undefined;
|
600
|
-
chipView?: undefined;
|
601
|
-
chipValidator?: undefined;
|
602
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
603
|
-
titleCaption?: ReactNode;
|
604
|
-
leftHelper?: ReactNode;
|
605
|
-
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
606
|
-
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
607
|
-
textBefore?: string | undefined;
|
608
|
-
textAfter?: string | undefined;
|
609
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
610
|
-
} & LabelProps & RequiredProps & {
|
611
|
-
clear?: boolean | undefined;
|
612
|
-
hasDivider?: boolean | undefined;
|
613
|
-
} & {
|
614
|
-
hintTrigger?: undefined;
|
615
|
-
hintText?: undefined;
|
616
|
-
hintView?: undefined;
|
617
|
-
hintSize?: undefined;
|
618
|
-
hintTargetIcon?: undefined;
|
619
|
-
hintPlacement?: undefined;
|
620
|
-
hintHasArrow?: undefined;
|
621
|
-
hintOffset?: undefined;
|
622
|
-
hintWidth?: undefined;
|
623
|
-
hintContentLeft?: undefined;
|
624
|
-
} & {
|
625
|
-
enumerationType: "chip";
|
626
|
-
onSearch?: undefined;
|
627
|
-
chips?: TextFieldPrimitiveValue[] | undefined;
|
628
|
-
onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
|
629
|
-
chipType?: "default" | "text" | undefined;
|
630
|
-
chipView?: string | undefined;
|
631
|
-
chipValidator?: ((value: string) => {
|
632
|
-
view?: string | undefined;
|
633
|
-
}) | undefined;
|
634
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
635
|
-
titleCaption?: ReactNode;
|
636
|
-
leftHelper?: ReactNode;
|
637
|
-
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
638
|
-
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
639
|
-
textBefore?: string | undefined;
|
640
|
-
textAfter?: string | undefined;
|
641
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
642
|
-
} & LabelProps & RequiredProps & {
|
643
|
-
clear?: false | undefined;
|
644
|
-
hasDivider?: undefined;
|
645
|
-
} & {
|
646
|
-
hintText: string;
|
647
|
-
hintTrigger?: "click" | "hover" | undefined;
|
648
|
-
hintView?: string | undefined;
|
649
|
-
hintSize?: string | undefined;
|
650
|
-
hintTargetIcon?: ReactNode;
|
651
|
-
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
652
|
-
hintHasArrow?: boolean | undefined;
|
653
|
-
hintOffset?: [number, number] | undefined;
|
654
|
-
hintWidth?: string | undefined;
|
655
|
-
hintContentLeft?: ReactNode;
|
656
|
-
} & {
|
657
|
-
chips?: undefined;
|
658
|
-
onChangeChips?: undefined;
|
659
|
-
enumerationType?: "plain" | undefined;
|
660
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
661
|
-
chipType?: undefined;
|
662
|
-
chipView?: undefined;
|
663
|
-
chipValidator?: undefined;
|
664
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
665
|
-
titleCaption?: ReactNode;
|
666
|
-
leftHelper?: ReactNode;
|
667
|
-
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
668
|
-
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
669
|
-
textBefore?: string | undefined;
|
670
|
-
textAfter?: string | undefined;
|
671
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
672
|
-
} & LabelProps & RequiredProps & {
|
673
|
-
clear?: false | undefined;
|
674
|
-
hasDivider?: undefined;
|
675
|
-
} & {
|
676
|
-
hintText: string;
|
677
|
-
hintTrigger?: "click" | "hover" | undefined;
|
678
|
-
hintView?: string | undefined;
|
679
|
-
hintSize?: string | undefined;
|
680
|
-
hintTargetIcon?: ReactNode;
|
681
|
-
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
682
|
-
hintHasArrow?: boolean | undefined;
|
683
|
-
hintOffset?: [number, number] | undefined;
|
684
|
-
hintWidth?: string | undefined;
|
685
|
-
hintContentLeft?: ReactNode;
|
686
|
-
} & {
|
687
|
-
enumerationType: "chip";
|
688
|
-
onSearch?: undefined;
|
689
|
-
chips?: TextFieldPrimitiveValue[] | undefined;
|
690
|
-
onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
|
691
|
-
chipType?: "default" | "text" | undefined;
|
692
|
-
chipView?: string | undefined;
|
693
|
-
chipValidator?: ((value: string) => {
|
694
|
-
view?: string | undefined;
|
695
|
-
}) | undefined;
|
696
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
697
|
-
titleCaption?: ReactNode;
|
698
|
-
leftHelper?: ReactNode;
|
699
|
-
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
700
|
-
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
701
|
-
textBefore?: string | undefined;
|
702
|
-
textAfter?: string | undefined;
|
703
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
704
|
-
} & LabelProps & RequiredProps & {
|
705
|
-
clear?: false | undefined;
|
706
|
-
hasDivider?: undefined;
|
707
|
-
} & {
|
708
|
-
hintTrigger?: undefined;
|
709
|
-
hintText?: undefined;
|
710
|
-
hintView?: undefined;
|
711
|
-
hintSize?: undefined;
|
712
|
-
hintTargetIcon?: undefined;
|
713
|
-
hintPlacement?: undefined;
|
714
|
-
hintHasArrow?: undefined;
|
715
|
-
hintOffset?: undefined;
|
716
|
-
hintWidth?: undefined;
|
717
|
-
hintContentLeft?: undefined;
|
718
|
-
} & {
|
719
|
-
chips?: undefined;
|
720
|
-
onChangeChips?: undefined;
|
721
|
-
enumerationType?: "plain" | undefined;
|
722
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
723
|
-
chipType?: undefined;
|
724
|
-
chipView?: undefined;
|
725
|
-
chipValidator?: undefined;
|
726
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
727
|
-
titleCaption?: ReactNode;
|
728
|
-
leftHelper?: ReactNode;
|
729
|
-
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
730
|
-
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
731
|
-
textBefore?: string | undefined;
|
732
|
-
textAfter?: string | undefined;
|
733
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
734
|
-
} & LabelProps & RequiredProps & {
|
735
|
-
clear?: false | undefined;
|
736
|
-
hasDivider?: undefined;
|
737
|
-
} & {
|
738
|
-
hintTrigger?: undefined;
|
739
|
-
hintText?: undefined;
|
740
|
-
hintView?: undefined;
|
741
|
-
hintSize?: undefined;
|
742
|
-
hintTargetIcon?: undefined;
|
743
|
-
hintPlacement?: undefined;
|
744
|
-
hintHasArrow?: undefined;
|
745
|
-
hintOffset?: undefined;
|
746
|
-
hintWidth?: undefined;
|
747
|
-
hintContentLeft?: undefined;
|
748
|
-
} & {
|
749
|
-
enumerationType: "chip";
|
750
|
-
onSearch?: undefined;
|
751
|
-
chips?: TextFieldPrimitiveValue[] | undefined;
|
752
|
-
onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
|
753
|
-
chipType?: "default" | "text" | undefined;
|
754
|
-
chipView?: string | undefined;
|
755
|
-
chipValidator?: ((value: string) => {
|
756
|
-
view?: string | undefined;
|
757
|
-
}) | undefined;
|
758
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>))>;
|
495
|
+
export const Autocomplete: (props: AutocompleteProps & React_2.RefAttributes<HTMLInputElement>) => React_2.ReactElement<any, string | React_2.JSXElementConstructor<any>> | null;
|
759
496
|
|
760
497
|
// @public (undocumented)
|
761
498
|
export const Avatar: FunctionComponent<PropsType< {
|
@@ -1851,7 +1588,7 @@ true: PolymorphicClassName;
|
|
1851
1588
|
export type LinkProps = typeof LinkComponent;
|
1852
1589
|
|
1853
1590
|
// @public (undocumented)
|
1854
|
-
export const Mask: ForwardRefExoticComponent<(Omit<PropsType< {
|
1591
|
+
export const Mask: ForwardRefExoticComponent<(Omit<Omit<PropsType< {
|
1855
1592
|
view: {
|
1856
1593
|
default: PolymorphicClassName;
|
1857
1594
|
negative: PolymorphicClassName;
|
@@ -1896,10 +1633,11 @@ clear?: boolean | undefined;
|
|
1896
1633
|
hasDivider?: boolean | undefined;
|
1897
1634
|
} & {
|
1898
1635
|
hintText: string;
|
1899
|
-
hintTrigger?: "
|
1636
|
+
hintTrigger?: "hover" | "click" | undefined;
|
1900
1637
|
hintView?: string | undefined;
|
1901
1638
|
hintSize?: string | undefined;
|
1902
1639
|
hintTargetIcon?: ReactNode;
|
1640
|
+
hintTargetPlacement?: "outer" | "inner" | undefined;
|
1903
1641
|
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
1904
1642
|
hintHasArrow?: boolean | undefined;
|
1905
1643
|
hintOffset?: [number, number] | undefined;
|
@@ -1913,7 +1651,7 @@ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefine
|
|
1913
1651
|
chipType?: undefined;
|
1914
1652
|
chipView?: undefined;
|
1915
1653
|
chipValidator?: undefined;
|
1916
|
-
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
|
1654
|
+
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>, "hintText" | "hintTrigger" | "hintView" | "hintSize" | "hintTargetIcon" | "hintTargetPlacement" | "hintPlacement" | "hintHasArrow" | "hintOffset" | "hintWidth" | "hintContentLeft"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<Omit<PropsType< {
|
1917
1655
|
view: {
|
1918
1656
|
default: PolymorphicClassName;
|
1919
1657
|
negative: PolymorphicClassName;
|
@@ -1958,10 +1696,11 @@ clear?: boolean | undefined;
|
|
1958
1696
|
hasDivider?: boolean | undefined;
|
1959
1697
|
} & {
|
1960
1698
|
hintText: string;
|
1961
|
-
hintTrigger?: "
|
1699
|
+
hintTrigger?: "hover" | "click" | undefined;
|
1962
1700
|
hintView?: string | undefined;
|
1963
1701
|
hintSize?: string | undefined;
|
1964
1702
|
hintTargetIcon?: ReactNode;
|
1703
|
+
hintTargetPlacement?: "outer" | "inner" | undefined;
|
1965
1704
|
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
1966
1705
|
hintHasArrow?: boolean | undefined;
|
1967
1706
|
hintOffset?: [number, number] | undefined;
|
@@ -1977,7 +1716,7 @@ chipView?: string | undefined;
|
|
1977
1716
|
chipValidator?: ((value: string) => {
|
1978
1717
|
view?: string | undefined;
|
1979
1718
|
}) | undefined;
|
1980
|
-
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
|
1719
|
+
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>, "hintText" | "hintTrigger" | "hintView" | "hintSize" | "hintTargetIcon" | "hintTargetPlacement" | "hintPlacement" | "hintHasArrow" | "hintOffset" | "hintWidth" | "hintContentLeft"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<Omit<PropsType< {
|
1981
1720
|
view: {
|
1982
1721
|
default: PolymorphicClassName;
|
1983
1722
|
negative: PolymorphicClassName;
|
@@ -2026,6 +1765,7 @@ hintText?: undefined;
|
|
2026
1765
|
hintView?: undefined;
|
2027
1766
|
hintSize?: undefined;
|
2028
1767
|
hintTargetIcon?: undefined;
|
1768
|
+
hintTargetPlacement?: undefined;
|
2029
1769
|
hintPlacement?: undefined;
|
2030
1770
|
hintHasArrow?: undefined;
|
2031
1771
|
hintOffset?: undefined;
|
@@ -2039,7 +1779,7 @@ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefine
|
|
2039
1779
|
chipType?: undefined;
|
2040
1780
|
chipView?: undefined;
|
2041
1781
|
chipValidator?: undefined;
|
2042
|
-
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
|
1782
|
+
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>, "hintText" | "hintTrigger" | "hintView" | "hintSize" | "hintTargetIcon" | "hintTargetPlacement" | "hintPlacement" | "hintHasArrow" | "hintOffset" | "hintWidth" | "hintContentLeft"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<Omit<PropsType< {
|
2043
1783
|
view: {
|
2044
1784
|
default: PolymorphicClassName;
|
2045
1785
|
negative: PolymorphicClassName;
|
@@ -2088,6 +1828,7 @@ hintText?: undefined;
|
|
2088
1828
|
hintView?: undefined;
|
2089
1829
|
hintSize?: undefined;
|
2090
1830
|
hintTargetIcon?: undefined;
|
1831
|
+
hintTargetPlacement?: undefined;
|
2091
1832
|
hintPlacement?: undefined;
|
2092
1833
|
hintHasArrow?: undefined;
|
2093
1834
|
hintOffset?: undefined;
|
@@ -2103,7 +1844,7 @@ chipView?: string | undefined;
|
|
2103
1844
|
chipValidator?: ((value: string) => {
|
2104
1845
|
view?: string | undefined;
|
2105
1846
|
}) | undefined;
|
2106
|
-
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
|
1847
|
+
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>, "hintText" | "hintTrigger" | "hintView" | "hintSize" | "hintTargetIcon" | "hintTargetPlacement" | "hintPlacement" | "hintHasArrow" | "hintOffset" | "hintWidth" | "hintContentLeft"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<Omit<PropsType< {
|
2107
1848
|
view: {
|
2108
1849
|
default: PolymorphicClassName;
|
2109
1850
|
negative: PolymorphicClassName;
|
@@ -2148,10 +1889,11 @@ clear?: false | undefined;
|
|
2148
1889
|
hasDivider?: undefined;
|
2149
1890
|
} & {
|
2150
1891
|
hintText: string;
|
2151
|
-
hintTrigger?: "
|
1892
|
+
hintTrigger?: "hover" | "click" | undefined;
|
2152
1893
|
hintView?: string | undefined;
|
2153
1894
|
hintSize?: string | undefined;
|
2154
1895
|
hintTargetIcon?: ReactNode;
|
1896
|
+
hintTargetPlacement?: "outer" | "inner" | undefined;
|
2155
1897
|
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
2156
1898
|
hintHasArrow?: boolean | undefined;
|
2157
1899
|
hintOffset?: [number, number] | undefined;
|
@@ -2165,7 +1907,7 @@ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefine
|
|
2165
1907
|
chipType?: undefined;
|
2166
1908
|
chipView?: undefined;
|
2167
1909
|
chipValidator?: undefined;
|
2168
|
-
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
|
1910
|
+
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>, "hintText" | "hintTrigger" | "hintView" | "hintSize" | "hintTargetIcon" | "hintTargetPlacement" | "hintPlacement" | "hintHasArrow" | "hintOffset" | "hintWidth" | "hintContentLeft"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<Omit<PropsType< {
|
2169
1911
|
view: {
|
2170
1912
|
default: PolymorphicClassName;
|
2171
1913
|
negative: PolymorphicClassName;
|
@@ -2210,10 +1952,11 @@ clear?: false | undefined;
|
|
2210
1952
|
hasDivider?: undefined;
|
2211
1953
|
} & {
|
2212
1954
|
hintText: string;
|
2213
|
-
hintTrigger?: "
|
1955
|
+
hintTrigger?: "hover" | "click" | undefined;
|
2214
1956
|
hintView?: string | undefined;
|
2215
1957
|
hintSize?: string | undefined;
|
2216
1958
|
hintTargetIcon?: ReactNode;
|
1959
|
+
hintTargetPlacement?: "outer" | "inner" | undefined;
|
2217
1960
|
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
2218
1961
|
hintHasArrow?: boolean | undefined;
|
2219
1962
|
hintOffset?: [number, number] | undefined;
|
@@ -2229,7 +1972,7 @@ chipView?: string | undefined;
|
|
2229
1972
|
chipValidator?: ((value: string) => {
|
2230
1973
|
view?: string | undefined;
|
2231
1974
|
}) | undefined;
|
2232
|
-
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
|
1975
|
+
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>, "hintText" | "hintTrigger" | "hintView" | "hintSize" | "hintTargetIcon" | "hintTargetPlacement" | "hintPlacement" | "hintHasArrow" | "hintOffset" | "hintWidth" | "hintContentLeft"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<Omit<PropsType< {
|
2233
1976
|
view: {
|
2234
1977
|
default: PolymorphicClassName;
|
2235
1978
|
negative: PolymorphicClassName;
|
@@ -2278,6 +2021,7 @@ hintText?: undefined;
|
|
2278
2021
|
hintView?: undefined;
|
2279
2022
|
hintSize?: undefined;
|
2280
2023
|
hintTargetIcon?: undefined;
|
2024
|
+
hintTargetPlacement?: undefined;
|
2281
2025
|
hintPlacement?: undefined;
|
2282
2026
|
hintHasArrow?: undefined;
|
2283
2027
|
hintOffset?: undefined;
|
@@ -2291,7 +2035,7 @@ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefine
|
|
2291
2035
|
chipType?: undefined;
|
2292
2036
|
chipView?: undefined;
|
2293
2037
|
chipValidator?: undefined;
|
2294
|
-
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
|
2038
|
+
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>, "hintText" | "hintTrigger" | "hintView" | "hintSize" | "hintTargetIcon" | "hintTargetPlacement" | "hintPlacement" | "hintHasArrow" | "hintOffset" | "hintWidth" | "hintContentLeft"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<Omit<PropsType< {
|
2295
2039
|
view: {
|
2296
2040
|
default: PolymorphicClassName;
|
2297
2041
|
negative: PolymorphicClassName;
|
@@ -2340,6 +2084,7 @@ hintText?: undefined;
|
|
2340
2084
|
hintView?: undefined;
|
2341
2085
|
hintSize?: undefined;
|
2342
2086
|
hintTargetIcon?: undefined;
|
2087
|
+
hintTargetPlacement?: undefined;
|
2343
2088
|
hintPlacement?: undefined;
|
2344
2089
|
hintHasArrow?: undefined;
|
2345
2090
|
hintOffset?: undefined;
|
@@ -2355,7 +2100,7 @@ chipView?: string | undefined;
|
|
2355
2100
|
chipValidator?: ((value: string) => {
|
2356
2101
|
view?: string | undefined;
|
2357
2102
|
}) | undefined;
|
2358
|
-
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref">) & RefAttributes<HTMLInputElement>>;
|
2103
|
+
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>, "hintText" | "hintTrigger" | "hintView" | "hintSize" | "hintTargetIcon" | "hintTargetPlacement" | "hintPlacement" | "hintHasArrow" | "hintOffset" | "hintWidth" | "hintContentLeft"> & RefAttributes<HTMLInputElement> & MaskProps, "ref">) & RefAttributes<HTMLInputElement>>;
|
2359
2104
|
|
2360
2105
|
export { mediaQuery }
|
2361
2106
|
|
@@ -3097,7 +2842,7 @@ requiredPlacement?: "right" | "left" | undefined;
|
|
3097
2842
|
optional?: boolean | undefined;
|
3098
2843
|
} & {
|
3099
2844
|
hintText: string;
|
3100
|
-
hintTrigger?: "
|
2845
|
+
hintTrigger?: "hover" | "click" | undefined;
|
3101
2846
|
hintOpened?: boolean | undefined;
|
3102
2847
|
hintView?: string | undefined;
|
3103
2848
|
hintSize?: string | undefined;
|
@@ -3140,7 +2885,7 @@ requiredPlacement?: "right" | "left" | undefined;
|
|
3140
2885
|
optional?: boolean | undefined;
|
3141
2886
|
} & {
|
3142
2887
|
hintText: string;
|
3143
|
-
hintTrigger?: "
|
2888
|
+
hintTrigger?: "hover" | "click" | undefined;
|
3144
2889
|
hintOpened?: boolean | undefined;
|
3145
2890
|
hintView?: string | undefined;
|
3146
2891
|
hintSize?: string | undefined;
|
@@ -3183,7 +2928,7 @@ requiredPlacement?: "right" | "left" | undefined;
|
|
3183
2928
|
optional?: boolean | undefined;
|
3184
2929
|
} & {
|
3185
2930
|
hintText: string;
|
3186
|
-
hintTrigger?: "
|
2931
|
+
hintTrigger?: "hover" | "click" | undefined;
|
3187
2932
|
hintOpened?: boolean | undefined;
|
3188
2933
|
hintView?: string | undefined;
|
3189
2934
|
hintSize?: string | undefined;
|
@@ -3226,7 +2971,7 @@ requiredPlacement?: "right" | "left" | undefined;
|
|
3226
2971
|
optional?: boolean | undefined;
|
3227
2972
|
} & {
|
3228
2973
|
hintText: string;
|
3229
|
-
hintTrigger?: "
|
2974
|
+
hintTrigger?: "hover" | "click" | undefined;
|
3230
2975
|
hintOpened?: boolean | undefined;
|
3231
2976
|
hintView?: string | undefined;
|
3232
2977
|
hintSize?: string | undefined;
|
@@ -3426,323 +3171,10 @@ height?: undefined;
|
|
3426
3171
|
width?: undefined;
|
3427
3172
|
} & RefAttributes<HTMLTextAreaElement>))>;
|
3428
3173
|
|
3174
|
+
// Warning: (ae-forgotten-export) The symbol "TextFieldProps_2" needs to be exported by the entry point index.d.ts
|
3175
|
+
//
|
3429
3176
|
// @public
|
3430
|
-
export const TextField:
|
3431
|
-
view: {
|
3432
|
-
default: PolymorphicClassName;
|
3433
|
-
negative: PolymorphicClassName;
|
3434
|
-
};
|
3435
|
-
size: {
|
3436
|
-
s: PolymorphicClassName;
|
3437
|
-
};
|
3438
|
-
labelPlacement: {
|
3439
|
-
outer: PolymorphicClassName;
|
3440
|
-
};
|
3441
|
-
clear: {
|
3442
|
-
true: PolymorphicClassName;
|
3443
|
-
};
|
3444
|
-
hintView: {
|
3445
|
-
default: PolymorphicClassName;
|
3446
|
-
};
|
3447
|
-
hintSize: {
|
3448
|
-
m: PolymorphicClassName;
|
3449
|
-
s: PolymorphicClassName;
|
3450
|
-
};
|
3451
|
-
disabled: {
|
3452
|
-
true: PolymorphicClassName;
|
3453
|
-
};
|
3454
|
-
readOnly: {
|
3455
|
-
true: PolymorphicClassName;
|
3456
|
-
};
|
3457
|
-
}> & (({
|
3458
|
-
size?: string | undefined;
|
3459
|
-
view?: string | undefined;
|
3460
|
-
readOnly?: boolean | undefined;
|
3461
|
-
disabled?: boolean | undefined;
|
3462
|
-
} & {
|
3463
|
-
titleCaption?: ReactNode;
|
3464
|
-
leftHelper?: ReactNode;
|
3465
|
-
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3466
|
-
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3467
|
-
textBefore?: string | undefined;
|
3468
|
-
textAfter?: string | undefined;
|
3469
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
3470
|
-
} & LabelProps & RequiredProps & {
|
3471
|
-
clear?: boolean | undefined;
|
3472
|
-
hasDivider?: boolean | undefined;
|
3473
|
-
} & {
|
3474
|
-
hintText: string;
|
3475
|
-
hintTrigger?: "click" | "hover" | undefined;
|
3476
|
-
hintView?: string | undefined;
|
3477
|
-
hintSize?: string | undefined;
|
3478
|
-
hintTargetIcon?: ReactNode;
|
3479
|
-
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
3480
|
-
hintHasArrow?: boolean | undefined;
|
3481
|
-
hintOffset?: [number, number] | undefined;
|
3482
|
-
hintWidth?: string | undefined;
|
3483
|
-
hintContentLeft?: ReactNode;
|
3484
|
-
} & {
|
3485
|
-
chips?: undefined;
|
3486
|
-
onChangeChips?: undefined;
|
3487
|
-
enumerationType?: "plain" | undefined;
|
3488
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
3489
|
-
chipType?: undefined;
|
3490
|
-
chipView?: undefined;
|
3491
|
-
chipValidator?: undefined;
|
3492
|
-
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | ({
|
3493
|
-
size?: string | undefined;
|
3494
|
-
view?: string | undefined;
|
3495
|
-
readOnly?: boolean | undefined;
|
3496
|
-
disabled?: boolean | undefined;
|
3497
|
-
} & {
|
3498
|
-
titleCaption?: ReactNode;
|
3499
|
-
leftHelper?: ReactNode;
|
3500
|
-
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3501
|
-
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3502
|
-
textBefore?: string | undefined;
|
3503
|
-
textAfter?: string | undefined;
|
3504
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
3505
|
-
} & LabelProps & RequiredProps & {
|
3506
|
-
clear?: boolean | undefined;
|
3507
|
-
hasDivider?: boolean | undefined;
|
3508
|
-
} & {
|
3509
|
-
hintText: string;
|
3510
|
-
hintTrigger?: "click" | "hover" | undefined;
|
3511
|
-
hintView?: string | undefined;
|
3512
|
-
hintSize?: string | undefined;
|
3513
|
-
hintTargetIcon?: ReactNode;
|
3514
|
-
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
3515
|
-
hintHasArrow?: boolean | undefined;
|
3516
|
-
hintOffset?: [number, number] | undefined;
|
3517
|
-
hintWidth?: string | undefined;
|
3518
|
-
hintContentLeft?: ReactNode;
|
3519
|
-
} & {
|
3520
|
-
enumerationType: "chip";
|
3521
|
-
onSearch?: undefined;
|
3522
|
-
chips?: TextFieldPrimitiveValue[] | undefined;
|
3523
|
-
onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
|
3524
|
-
chipType?: "default" | "text" | undefined;
|
3525
|
-
chipView?: string | undefined;
|
3526
|
-
chipValidator?: ((value: string) => {
|
3527
|
-
view?: string | undefined;
|
3528
|
-
}) | undefined;
|
3529
|
-
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | ({
|
3530
|
-
size?: string | undefined;
|
3531
|
-
view?: string | undefined;
|
3532
|
-
readOnly?: boolean | undefined;
|
3533
|
-
disabled?: boolean | undefined;
|
3534
|
-
} & {
|
3535
|
-
titleCaption?: ReactNode;
|
3536
|
-
leftHelper?: ReactNode;
|
3537
|
-
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3538
|
-
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3539
|
-
textBefore?: string | undefined;
|
3540
|
-
textAfter?: string | undefined;
|
3541
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
3542
|
-
} & LabelProps & RequiredProps & {
|
3543
|
-
clear?: boolean | undefined;
|
3544
|
-
hasDivider?: boolean | undefined;
|
3545
|
-
} & {
|
3546
|
-
hintTrigger?: undefined;
|
3547
|
-
hintText?: undefined;
|
3548
|
-
hintView?: undefined;
|
3549
|
-
hintSize?: undefined;
|
3550
|
-
hintTargetIcon?: undefined;
|
3551
|
-
hintPlacement?: undefined;
|
3552
|
-
hintHasArrow?: undefined;
|
3553
|
-
hintOffset?: undefined;
|
3554
|
-
hintWidth?: undefined;
|
3555
|
-
hintContentLeft?: undefined;
|
3556
|
-
} & {
|
3557
|
-
chips?: undefined;
|
3558
|
-
onChangeChips?: undefined;
|
3559
|
-
enumerationType?: "plain" | undefined;
|
3560
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
3561
|
-
chipType?: undefined;
|
3562
|
-
chipView?: undefined;
|
3563
|
-
chipValidator?: undefined;
|
3564
|
-
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | ({
|
3565
|
-
size?: string | undefined;
|
3566
|
-
view?: string | undefined;
|
3567
|
-
readOnly?: boolean | undefined;
|
3568
|
-
disabled?: boolean | undefined;
|
3569
|
-
} & {
|
3570
|
-
titleCaption?: ReactNode;
|
3571
|
-
leftHelper?: ReactNode;
|
3572
|
-
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3573
|
-
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3574
|
-
textBefore?: string | undefined;
|
3575
|
-
textAfter?: string | undefined;
|
3576
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
3577
|
-
} & LabelProps & RequiredProps & {
|
3578
|
-
clear?: boolean | undefined;
|
3579
|
-
hasDivider?: boolean | undefined;
|
3580
|
-
} & {
|
3581
|
-
hintTrigger?: undefined;
|
3582
|
-
hintText?: undefined;
|
3583
|
-
hintView?: undefined;
|
3584
|
-
hintSize?: undefined;
|
3585
|
-
hintTargetIcon?: undefined;
|
3586
|
-
hintPlacement?: undefined;
|
3587
|
-
hintHasArrow?: undefined;
|
3588
|
-
hintOffset?: undefined;
|
3589
|
-
hintWidth?: undefined;
|
3590
|
-
hintContentLeft?: undefined;
|
3591
|
-
} & {
|
3592
|
-
enumerationType: "chip";
|
3593
|
-
onSearch?: undefined;
|
3594
|
-
chips?: TextFieldPrimitiveValue[] | undefined;
|
3595
|
-
onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
|
3596
|
-
chipType?: "default" | "text" | undefined;
|
3597
|
-
chipView?: string | undefined;
|
3598
|
-
chipValidator?: ((value: string) => {
|
3599
|
-
view?: string | undefined;
|
3600
|
-
}) | undefined;
|
3601
|
-
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | ({
|
3602
|
-
size?: string | undefined;
|
3603
|
-
view?: string | undefined;
|
3604
|
-
readOnly?: boolean | undefined;
|
3605
|
-
disabled?: boolean | undefined;
|
3606
|
-
} & {
|
3607
|
-
titleCaption?: ReactNode;
|
3608
|
-
leftHelper?: ReactNode;
|
3609
|
-
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3610
|
-
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3611
|
-
textBefore?: string | undefined;
|
3612
|
-
textAfter?: string | undefined;
|
3613
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
3614
|
-
} & LabelProps & RequiredProps & {
|
3615
|
-
clear?: false | undefined;
|
3616
|
-
hasDivider?: undefined;
|
3617
|
-
} & {
|
3618
|
-
hintText: string;
|
3619
|
-
hintTrigger?: "click" | "hover" | undefined;
|
3620
|
-
hintView?: string | undefined;
|
3621
|
-
hintSize?: string | undefined;
|
3622
|
-
hintTargetIcon?: ReactNode;
|
3623
|
-
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
3624
|
-
hintHasArrow?: boolean | undefined;
|
3625
|
-
hintOffset?: [number, number] | undefined;
|
3626
|
-
hintWidth?: string | undefined;
|
3627
|
-
hintContentLeft?: ReactNode;
|
3628
|
-
} & {
|
3629
|
-
chips?: undefined;
|
3630
|
-
onChangeChips?: undefined;
|
3631
|
-
enumerationType?: "plain" | undefined;
|
3632
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
3633
|
-
chipType?: undefined;
|
3634
|
-
chipView?: undefined;
|
3635
|
-
chipValidator?: undefined;
|
3636
|
-
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | ({
|
3637
|
-
size?: string | undefined;
|
3638
|
-
view?: string | undefined;
|
3639
|
-
readOnly?: boolean | undefined;
|
3640
|
-
disabled?: boolean | undefined;
|
3641
|
-
} & {
|
3642
|
-
titleCaption?: ReactNode;
|
3643
|
-
leftHelper?: ReactNode;
|
3644
|
-
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3645
|
-
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3646
|
-
textBefore?: string | undefined;
|
3647
|
-
textAfter?: string | undefined;
|
3648
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
3649
|
-
} & LabelProps & RequiredProps & {
|
3650
|
-
clear?: false | undefined;
|
3651
|
-
hasDivider?: undefined;
|
3652
|
-
} & {
|
3653
|
-
hintText: string;
|
3654
|
-
hintTrigger?: "click" | "hover" | undefined;
|
3655
|
-
hintView?: string | undefined;
|
3656
|
-
hintSize?: string | undefined;
|
3657
|
-
hintTargetIcon?: ReactNode;
|
3658
|
-
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
3659
|
-
hintHasArrow?: boolean | undefined;
|
3660
|
-
hintOffset?: [number, number] | undefined;
|
3661
|
-
hintWidth?: string | undefined;
|
3662
|
-
hintContentLeft?: ReactNode;
|
3663
|
-
} & {
|
3664
|
-
enumerationType: "chip";
|
3665
|
-
onSearch?: undefined;
|
3666
|
-
chips?: TextFieldPrimitiveValue[] | undefined;
|
3667
|
-
onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
|
3668
|
-
chipType?: "default" | "text" | undefined;
|
3669
|
-
chipView?: string | undefined;
|
3670
|
-
chipValidator?: ((value: string) => {
|
3671
|
-
view?: string | undefined;
|
3672
|
-
}) | undefined;
|
3673
|
-
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | ({
|
3674
|
-
size?: string | undefined;
|
3675
|
-
view?: string | undefined;
|
3676
|
-
readOnly?: boolean | undefined;
|
3677
|
-
disabled?: boolean | undefined;
|
3678
|
-
} & {
|
3679
|
-
titleCaption?: ReactNode;
|
3680
|
-
leftHelper?: ReactNode;
|
3681
|
-
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3682
|
-
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3683
|
-
textBefore?: string | undefined;
|
3684
|
-
textAfter?: string | undefined;
|
3685
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
3686
|
-
} & LabelProps & RequiredProps & {
|
3687
|
-
clear?: false | undefined;
|
3688
|
-
hasDivider?: undefined;
|
3689
|
-
} & {
|
3690
|
-
hintTrigger?: undefined;
|
3691
|
-
hintText?: undefined;
|
3692
|
-
hintView?: undefined;
|
3693
|
-
hintSize?: undefined;
|
3694
|
-
hintTargetIcon?: undefined;
|
3695
|
-
hintPlacement?: undefined;
|
3696
|
-
hintHasArrow?: undefined;
|
3697
|
-
hintOffset?: undefined;
|
3698
|
-
hintWidth?: undefined;
|
3699
|
-
hintContentLeft?: undefined;
|
3700
|
-
} & {
|
3701
|
-
chips?: undefined;
|
3702
|
-
onChangeChips?: undefined;
|
3703
|
-
enumerationType?: "plain" | undefined;
|
3704
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
3705
|
-
chipType?: undefined;
|
3706
|
-
chipView?: undefined;
|
3707
|
-
chipValidator?: undefined;
|
3708
|
-
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | ({
|
3709
|
-
size?: string | undefined;
|
3710
|
-
view?: string | undefined;
|
3711
|
-
readOnly?: boolean | undefined;
|
3712
|
-
disabled?: boolean | undefined;
|
3713
|
-
} & {
|
3714
|
-
titleCaption?: ReactNode;
|
3715
|
-
leftHelper?: ReactNode;
|
3716
|
-
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3717
|
-
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3718
|
-
textBefore?: string | undefined;
|
3719
|
-
textAfter?: string | undefined;
|
3720
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
3721
|
-
} & LabelProps & RequiredProps & {
|
3722
|
-
clear?: false | undefined;
|
3723
|
-
hasDivider?: undefined;
|
3724
|
-
} & {
|
3725
|
-
hintTrigger?: undefined;
|
3726
|
-
hintText?: undefined;
|
3727
|
-
hintView?: undefined;
|
3728
|
-
hintSize?: undefined;
|
3729
|
-
hintTargetIcon?: undefined;
|
3730
|
-
hintPlacement?: undefined;
|
3731
|
-
hintHasArrow?: undefined;
|
3732
|
-
hintOffset?: undefined;
|
3733
|
-
hintWidth?: undefined;
|
3734
|
-
hintContentLeft?: undefined;
|
3735
|
-
} & {
|
3736
|
-
enumerationType: "chip";
|
3737
|
-
onSearch?: undefined;
|
3738
|
-
chips?: TextFieldPrimitiveValue[] | undefined;
|
3739
|
-
onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
|
3740
|
-
chipType?: "default" | "text" | undefined;
|
3741
|
-
chipView?: string | undefined;
|
3742
|
-
chipValidator?: ((value: string) => {
|
3743
|
-
view?: string | undefined;
|
3744
|
-
}) | undefined;
|
3745
|
-
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>))>;
|
3177
|
+
export const TextField: (props: TextFieldProps_2 & React_2.RefAttributes<HTMLInputElement>) => React_2.ReactElement<any, string | React_2.JSXElementConstructor<any>> | null;
|
3746
3178
|
|
3747
3179
|
export { TextFieldProps }
|
3748
3180
|
|