@salutejs/sdds-dfa 0.346.0-next-sbcom.0 → 0.346.0

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.
Files changed (33) hide show
  1. package/dist/styled-components/cjs/components/Button/Button.js +2 -1
  2. package/dist/styled-components/cjs/components/DatePicker/DatePicker.js +8 -18
  3. package/dist/styled-components/cjs/components/Link/Link.config.js +28 -19
  4. package/dist/styled-components/cjs/components/Range/Range.js +4 -9
  5. package/dist/styled-components/cjs/components/Slider/Slider.config.js +15 -6
  6. package/dist/styled-components/cjs/components/TextArea/TextArea.js +4 -9
  7. package/dist/styled-components/cjs/components/TextField/TextField.js +4 -9
  8. package/dist/styled-components/cjs/components/TextFieldSlider/TextFieldSlider.js +4 -9
  9. package/dist/styled-components/cjs/components/Tour/Tour.config.js +7 -8
  10. package/dist/styled-components/es/components/Button/Button.js +2 -1
  11. package/dist/styled-components/es/components/DatePicker/DatePicker.js +8 -18
  12. package/dist/styled-components/es/components/Link/Link.config.js +28 -19
  13. package/dist/styled-components/es/components/Range/Range.js +4 -9
  14. package/dist/styled-components/es/components/Slider/Slider.config.js +15 -6
  15. package/dist/styled-components/es/components/TextArea/TextArea.js +4 -9
  16. package/dist/styled-components/es/components/TextField/TextField.js +4 -9
  17. package/dist/styled-components/es/components/TextFieldSlider/TextFieldSlider.js +4 -9
  18. package/dist/styled-components/es/components/Tour/Tour.config.js +8 -9
  19. package/package.json +8 -8
  20. package/types/components/Attach/Attach.d.ts +32 -32
  21. package/types/components/Button/Button.d.ts +10 -10
  22. package/types/components/DatePicker/DatePicker.d.ts +252 -7
  23. package/types/components/EmbedIconButton/EmbedIconButton.d.ts +4 -4
  24. package/types/components/IconButton/IconButton.d.ts +4 -4
  25. package/types/components/Mask/Mask.d.ts +657 -9
  26. package/types/components/Radiobox/Radiobox.d.ts +2 -2
  27. package/types/components/Range/Range.d.ts +977 -13
  28. package/types/components/Select/Select.d.ts +464 -285
  29. package/types/components/Select/index.d.ts +1 -1
  30. package/types/components/Slider/Slider.d.ts +43 -27
  31. package/types/components/TextArea/TextArea.d.ts +621 -9
  32. package/types/components/TextField/TextField.d.ts +629 -9
  33. package/types/components/TextFieldSlider/TextFieldSlider.d.ts +155 -3
@@ -1,4 +1,4 @@
1
- export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1
+ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2
2
  view: {
3
3
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
4
4
  positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -74,7 +74,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
74
74
  chipType?: never;
75
75
  chipView?: never;
76
76
  chipValidator?: never;
77
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
77
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref">, "appearance"> & {
78
+ appearance?: "default";
79
+ } & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
78
80
  view: {
79
81
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
80
82
  positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -152,7 +154,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
152
154
  chipValidator?: (value: string) => {
153
155
  view?: string;
154
156
  };
155
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
157
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref">, "appearance"> & {
158
+ appearance?: "default";
159
+ } & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
156
160
  view: {
157
161
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
158
162
  positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -228,7 +232,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
228
232
  chipType?: never;
229
233
  chipView?: never;
230
234
  chipValidator?: never;
231
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
235
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref">, "appearance"> & {
236
+ appearance?: "default";
237
+ } & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
232
238
  view: {
233
239
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
234
240
  positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -306,7 +312,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
306
312
  chipValidator?: (value: string) => {
307
313
  view?: string;
308
314
  };
309
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
315
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref">, "appearance"> & {
316
+ appearance?: "default";
317
+ } & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
310
318
  view: {
311
319
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
312
320
  positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -382,7 +390,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
382
390
  chipType?: never;
383
391
  chipView?: never;
384
392
  chipValidator?: never;
385
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
393
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref">, "appearance"> & {
394
+ appearance?: "default";
395
+ } & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
386
396
  view: {
387
397
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
388
398
  positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -460,7 +470,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
460
470
  chipValidator?: (value: string) => {
461
471
  view?: string;
462
472
  };
463
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
473
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref">, "appearance"> & {
474
+ appearance?: "default";
475
+ } & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
464
476
  view: {
465
477
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
466
478
  positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -536,7 +548,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
536
548
  chipType?: never;
537
549
  chipView?: never;
538
550
  chipValidator?: never;
539
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
551
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref">, "appearance"> & {
552
+ appearance?: "default";
553
+ } & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
540
554
  view: {
541
555
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
542
556
  positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -614,4 +628,638 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
614
628
  chipValidator?: (value: string) => {
615
629
  view?: string;
616
630
  };
617
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref">) & import("react").RefAttributes<HTMLInputElement>>;
631
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref">, "appearance"> & {
632
+ appearance?: "default";
633
+ } & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
634
+ view: {
635
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
636
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
637
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
638
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
639
+ };
640
+ size: {
641
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
642
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
643
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
644
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
645
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
646
+ };
647
+ labelPlacement: {
648
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
649
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
650
+ };
651
+ chipView: {
652
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
653
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
654
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
655
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
656
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
657
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
658
+ };
659
+ hintView: {
660
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
661
+ };
662
+ hintSize: {
663
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
664
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
665
+ };
666
+ disabled: {
667
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
668
+ };
669
+ readOnly: {
670
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
671
+ };
672
+ }> & {
673
+ appearance?: "default" | "clear";
674
+ size?: string;
675
+ view?: string;
676
+ readOnly?: boolean;
677
+ disabled?: boolean;
678
+ } & {
679
+ titleCaption?: import("react").ReactNode;
680
+ leftHelper?: import("react").ReactNode;
681
+ contentLeft?: React.ReactElement;
682
+ contentRight?: React.ReactElement;
683
+ textBefore?: string;
684
+ textAfter?: string;
685
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
686
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
687
+ clear?: boolean;
688
+ hasDivider?: boolean;
689
+ } & {
690
+ hintText: string;
691
+ hintTrigger?: "hover" | "click";
692
+ hintView?: string;
693
+ hintSize?: string;
694
+ hintTargetIcon?: import("react").ReactNode;
695
+ hintTargetPlacement?: "inner" | "outer";
696
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | Array<import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic>;
697
+ hintHasArrow?: boolean;
698
+ hintOffset?: [number, number];
699
+ hintWidth?: string;
700
+ hintContentLeft?: import("react").ReactNode;
701
+ } & {
702
+ chips?: never;
703
+ onChangeChips?: never;
704
+ enumerationType?: "plain";
705
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
706
+ chipType?: never;
707
+ chipView?: never;
708
+ chipValidator?: never;
709
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref">, "appearance"> & {
710
+ appearance: "clear";
711
+ } & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
712
+ view: {
713
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
714
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
715
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
716
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
717
+ };
718
+ size: {
719
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
720
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
721
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
722
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
723
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
724
+ };
725
+ labelPlacement: {
726
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
727
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
728
+ };
729
+ chipView: {
730
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
731
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
732
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
733
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
734
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
735
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
736
+ };
737
+ hintView: {
738
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
739
+ };
740
+ hintSize: {
741
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
742
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
743
+ };
744
+ disabled: {
745
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
746
+ };
747
+ readOnly: {
748
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
749
+ };
750
+ }> & {
751
+ appearance?: "default" | "clear";
752
+ size?: string;
753
+ view?: string;
754
+ readOnly?: boolean;
755
+ disabled?: boolean;
756
+ } & {
757
+ titleCaption?: import("react").ReactNode;
758
+ leftHelper?: import("react").ReactNode;
759
+ contentLeft?: React.ReactElement;
760
+ contentRight?: React.ReactElement;
761
+ textBefore?: string;
762
+ textAfter?: string;
763
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
764
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
765
+ clear?: boolean;
766
+ hasDivider?: boolean;
767
+ } & {
768
+ hintText: string;
769
+ hintTrigger?: "hover" | "click";
770
+ hintView?: string;
771
+ hintSize?: string;
772
+ hintTargetIcon?: import("react").ReactNode;
773
+ hintTargetPlacement?: "inner" | "outer";
774
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | Array<import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic>;
775
+ hintHasArrow?: boolean;
776
+ hintOffset?: [number, number];
777
+ hintWidth?: string;
778
+ hintContentLeft?: import("react").ReactNode;
779
+ } & {
780
+ enumerationType: "chip";
781
+ onSearch?: never;
782
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
783
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
784
+ chipType?: "default" | "text";
785
+ chipView?: string;
786
+ chipValidator?: (value: string) => {
787
+ view?: string;
788
+ };
789
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref">, "appearance"> & {
790
+ appearance: "clear";
791
+ } & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
792
+ view: {
793
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
794
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
795
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
796
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
797
+ };
798
+ size: {
799
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
800
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
801
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
802
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
803
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
804
+ };
805
+ labelPlacement: {
806
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
807
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
808
+ };
809
+ chipView: {
810
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
811
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
812
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
813
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
814
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
815
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
816
+ };
817
+ hintView: {
818
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
819
+ };
820
+ hintSize: {
821
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
822
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
823
+ };
824
+ disabled: {
825
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
826
+ };
827
+ readOnly: {
828
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
829
+ };
830
+ }> & {
831
+ appearance?: "default" | "clear";
832
+ size?: string;
833
+ view?: string;
834
+ readOnly?: boolean;
835
+ disabled?: boolean;
836
+ } & {
837
+ titleCaption?: import("react").ReactNode;
838
+ leftHelper?: import("react").ReactNode;
839
+ contentLeft?: React.ReactElement;
840
+ contentRight?: React.ReactElement;
841
+ textBefore?: string;
842
+ textAfter?: string;
843
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
844
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
845
+ clear?: boolean;
846
+ hasDivider?: boolean;
847
+ } & {
848
+ hintTrigger?: never;
849
+ hintText?: never;
850
+ hintView?: never;
851
+ hintSize?: never;
852
+ hintTargetIcon?: never;
853
+ hintTargetPlacement?: never;
854
+ hintPlacement?: never;
855
+ hintHasArrow?: never;
856
+ hintOffset?: never;
857
+ hintWidth?: never;
858
+ hintContentLeft?: never;
859
+ } & {
860
+ chips?: never;
861
+ onChangeChips?: never;
862
+ enumerationType?: "plain";
863
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
864
+ chipType?: never;
865
+ chipView?: never;
866
+ chipValidator?: never;
867
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref">, "appearance"> & {
868
+ appearance: "clear";
869
+ } & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
870
+ view: {
871
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
872
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
873
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
874
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
875
+ };
876
+ size: {
877
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
878
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
879
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
880
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
881
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
882
+ };
883
+ labelPlacement: {
884
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
885
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
886
+ };
887
+ chipView: {
888
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
889
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
890
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
891
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
892
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
893
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
894
+ };
895
+ hintView: {
896
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
897
+ };
898
+ hintSize: {
899
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
900
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
901
+ };
902
+ disabled: {
903
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
904
+ };
905
+ readOnly: {
906
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
907
+ };
908
+ }> & {
909
+ appearance?: "default" | "clear";
910
+ size?: string;
911
+ view?: string;
912
+ readOnly?: boolean;
913
+ disabled?: boolean;
914
+ } & {
915
+ titleCaption?: import("react").ReactNode;
916
+ leftHelper?: import("react").ReactNode;
917
+ contentLeft?: React.ReactElement;
918
+ contentRight?: React.ReactElement;
919
+ textBefore?: string;
920
+ textAfter?: string;
921
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
922
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
923
+ clear?: boolean;
924
+ hasDivider?: boolean;
925
+ } & {
926
+ hintTrigger?: never;
927
+ hintText?: never;
928
+ hintView?: never;
929
+ hintSize?: never;
930
+ hintTargetIcon?: never;
931
+ hintTargetPlacement?: never;
932
+ hintPlacement?: never;
933
+ hintHasArrow?: never;
934
+ hintOffset?: never;
935
+ hintWidth?: never;
936
+ hintContentLeft?: never;
937
+ } & {
938
+ enumerationType: "chip";
939
+ onSearch?: never;
940
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
941
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
942
+ chipType?: "default" | "text";
943
+ chipView?: string;
944
+ chipValidator?: (value: string) => {
945
+ view?: string;
946
+ };
947
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref">, "appearance"> & {
948
+ appearance: "clear";
949
+ } & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
950
+ view: {
951
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
952
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
953
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
954
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
955
+ };
956
+ size: {
957
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
958
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
959
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
960
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
961
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
962
+ };
963
+ labelPlacement: {
964
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
965
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
966
+ };
967
+ chipView: {
968
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
969
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
970
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
971
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
972
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
973
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
974
+ };
975
+ hintView: {
976
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
977
+ };
978
+ hintSize: {
979
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
980
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
981
+ };
982
+ disabled: {
983
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
984
+ };
985
+ readOnly: {
986
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
987
+ };
988
+ }> & {
989
+ appearance?: "default" | "clear";
990
+ size?: string;
991
+ view?: string;
992
+ readOnly?: boolean;
993
+ disabled?: boolean;
994
+ } & {
995
+ titleCaption?: import("react").ReactNode;
996
+ leftHelper?: import("react").ReactNode;
997
+ contentLeft?: React.ReactElement;
998
+ contentRight?: React.ReactElement;
999
+ textBefore?: string;
1000
+ textAfter?: string;
1001
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1002
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
1003
+ clear?: false;
1004
+ hasDivider?: never;
1005
+ } & {
1006
+ hintText: string;
1007
+ hintTrigger?: "hover" | "click";
1008
+ hintView?: string;
1009
+ hintSize?: string;
1010
+ hintTargetIcon?: import("react").ReactNode;
1011
+ hintTargetPlacement?: "inner" | "outer";
1012
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | Array<import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic>;
1013
+ hintHasArrow?: boolean;
1014
+ hintOffset?: [number, number];
1015
+ hintWidth?: string;
1016
+ hintContentLeft?: import("react").ReactNode;
1017
+ } & {
1018
+ chips?: never;
1019
+ onChangeChips?: never;
1020
+ enumerationType?: "plain";
1021
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1022
+ chipType?: never;
1023
+ chipView?: never;
1024
+ chipValidator?: never;
1025
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref">, "appearance"> & {
1026
+ appearance: "clear";
1027
+ } & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1028
+ view: {
1029
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1030
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1031
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1032
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1033
+ };
1034
+ size: {
1035
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1036
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1037
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1038
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1039
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1040
+ };
1041
+ labelPlacement: {
1042
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1043
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1044
+ };
1045
+ chipView: {
1046
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1047
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1048
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1049
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1050
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1051
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1052
+ };
1053
+ hintView: {
1054
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1055
+ };
1056
+ hintSize: {
1057
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1058
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1059
+ };
1060
+ disabled: {
1061
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1062
+ };
1063
+ readOnly: {
1064
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1065
+ };
1066
+ }> & {
1067
+ appearance?: "default" | "clear";
1068
+ size?: string;
1069
+ view?: string;
1070
+ readOnly?: boolean;
1071
+ disabled?: boolean;
1072
+ } & {
1073
+ titleCaption?: import("react").ReactNode;
1074
+ leftHelper?: import("react").ReactNode;
1075
+ contentLeft?: React.ReactElement;
1076
+ contentRight?: React.ReactElement;
1077
+ textBefore?: string;
1078
+ textAfter?: string;
1079
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1080
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
1081
+ clear?: false;
1082
+ hasDivider?: never;
1083
+ } & {
1084
+ hintText: string;
1085
+ hintTrigger?: "hover" | "click";
1086
+ hintView?: string;
1087
+ hintSize?: string;
1088
+ hintTargetIcon?: import("react").ReactNode;
1089
+ hintTargetPlacement?: "inner" | "outer";
1090
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | Array<import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic>;
1091
+ hintHasArrow?: boolean;
1092
+ hintOffset?: [number, number];
1093
+ hintWidth?: string;
1094
+ hintContentLeft?: import("react").ReactNode;
1095
+ } & {
1096
+ enumerationType: "chip";
1097
+ onSearch?: never;
1098
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
1099
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
1100
+ chipType?: "default" | "text";
1101
+ chipView?: string;
1102
+ chipValidator?: (value: string) => {
1103
+ view?: string;
1104
+ };
1105
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref">, "appearance"> & {
1106
+ appearance: "clear";
1107
+ } & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1108
+ view: {
1109
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1110
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1111
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1112
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1113
+ };
1114
+ size: {
1115
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1116
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1117
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1118
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1119
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1120
+ };
1121
+ labelPlacement: {
1122
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1123
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1124
+ };
1125
+ chipView: {
1126
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1127
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1128
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1129
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1130
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1131
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1132
+ };
1133
+ hintView: {
1134
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1135
+ };
1136
+ hintSize: {
1137
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1138
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1139
+ };
1140
+ disabled: {
1141
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1142
+ };
1143
+ readOnly: {
1144
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1145
+ };
1146
+ }> & {
1147
+ appearance?: "default" | "clear";
1148
+ size?: string;
1149
+ view?: string;
1150
+ readOnly?: boolean;
1151
+ disabled?: boolean;
1152
+ } & {
1153
+ titleCaption?: import("react").ReactNode;
1154
+ leftHelper?: import("react").ReactNode;
1155
+ contentLeft?: React.ReactElement;
1156
+ contentRight?: React.ReactElement;
1157
+ textBefore?: string;
1158
+ textAfter?: string;
1159
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1160
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
1161
+ clear?: false;
1162
+ hasDivider?: never;
1163
+ } & {
1164
+ hintTrigger?: never;
1165
+ hintText?: never;
1166
+ hintView?: never;
1167
+ hintSize?: never;
1168
+ hintTargetIcon?: never;
1169
+ hintTargetPlacement?: never;
1170
+ hintPlacement?: never;
1171
+ hintHasArrow?: never;
1172
+ hintOffset?: never;
1173
+ hintWidth?: never;
1174
+ hintContentLeft?: never;
1175
+ } & {
1176
+ chips?: never;
1177
+ onChangeChips?: never;
1178
+ enumerationType?: "plain";
1179
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1180
+ chipType?: never;
1181
+ chipView?: never;
1182
+ chipValidator?: never;
1183
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref">, "appearance"> & {
1184
+ appearance: "clear";
1185
+ } & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1186
+ view: {
1187
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1188
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1189
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1190
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1191
+ };
1192
+ size: {
1193
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1194
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1195
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1196
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1197
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1198
+ };
1199
+ labelPlacement: {
1200
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1201
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1202
+ };
1203
+ chipView: {
1204
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1205
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1206
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1207
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1208
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1209
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1210
+ };
1211
+ hintView: {
1212
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1213
+ };
1214
+ hintSize: {
1215
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1216
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1217
+ };
1218
+ disabled: {
1219
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1220
+ };
1221
+ readOnly: {
1222
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1223
+ };
1224
+ }> & {
1225
+ appearance?: "default" | "clear";
1226
+ size?: string;
1227
+ view?: string;
1228
+ readOnly?: boolean;
1229
+ disabled?: boolean;
1230
+ } & {
1231
+ titleCaption?: import("react").ReactNode;
1232
+ leftHelper?: import("react").ReactNode;
1233
+ contentLeft?: React.ReactElement;
1234
+ contentRight?: React.ReactElement;
1235
+ textBefore?: string;
1236
+ textAfter?: string;
1237
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1238
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
1239
+ clear?: false;
1240
+ hasDivider?: never;
1241
+ } & {
1242
+ hintTrigger?: never;
1243
+ hintText?: never;
1244
+ hintView?: never;
1245
+ hintSize?: never;
1246
+ hintTargetIcon?: never;
1247
+ hintTargetPlacement?: never;
1248
+ hintPlacement?: never;
1249
+ hintHasArrow?: never;
1250
+ hintOffset?: never;
1251
+ hintWidth?: never;
1252
+ hintContentLeft?: never;
1253
+ } & {
1254
+ enumerationType: "chip";
1255
+ onSearch?: never;
1256
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
1257
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
1258
+ chipType?: "default" | "text";
1259
+ chipView?: string;
1260
+ chipValidator?: (value: string) => {
1261
+ view?: string;
1262
+ };
1263
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref">, "appearance"> & {
1264
+ appearance: "clear";
1265
+ } & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref">) & import("react").RefAttributes<HTMLInputElement>>;