@salutejs/sdds-cs 0.335.0-canary.2358.19738569895.0 → 0.335.0-canary.2358.19757641000.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.
- package/components/Mask/Mask.d.ts +9 -9
- package/components/TextField/TextField.clear.config.js +1 -1
- package/components/TextField/TextField.d.ts +178 -10
- package/emotion/cjs/components/TextField/TextField.clear.config.js +1 -1
- package/emotion/es/components/TextField/TextField.clear.config.js +1 -1
- package/es/components/TextField/TextField.clear.config.js +1 -1
- package/package.json +4 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Маска
|
|
3
3
|
*/
|
|
4
|
-
export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
4
|
+
export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
5
5
|
view: {
|
|
6
6
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
7
7
|
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -62,7 +62,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
62
62
|
chipType?: never;
|
|
63
63
|
chipView?: never;
|
|
64
64
|
chipValidator?: never;
|
|
65
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
65
|
+
} & 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").MaskProps, "ref"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
66
66
|
view: {
|
|
67
67
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
68
68
|
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -125,7 +125,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
125
125
|
chipValidator?: (value: string) => {
|
|
126
126
|
view?: string;
|
|
127
127
|
};
|
|
128
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
128
|
+
} & 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").MaskProps, "ref"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
129
129
|
view: {
|
|
130
130
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
131
131
|
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -186,7 +186,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
186
186
|
chipType?: never;
|
|
187
187
|
chipView?: never;
|
|
188
188
|
chipValidator?: never;
|
|
189
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
189
|
+
} & 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").MaskProps, "ref"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
190
190
|
view: {
|
|
191
191
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
192
192
|
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -249,7 +249,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
249
249
|
chipValidator?: (value: string) => {
|
|
250
250
|
view?: string;
|
|
251
251
|
};
|
|
252
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
252
|
+
} & 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").MaskProps, "ref"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
253
253
|
view: {
|
|
254
254
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
255
255
|
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -310,7 +310,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
310
310
|
chipType?: never;
|
|
311
311
|
chipView?: never;
|
|
312
312
|
chipValidator?: never;
|
|
313
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
313
|
+
} & 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").MaskProps, "ref"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
314
314
|
view: {
|
|
315
315
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
316
316
|
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -373,7 +373,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
373
373
|
chipValidator?: (value: string) => {
|
|
374
374
|
view?: string;
|
|
375
375
|
};
|
|
376
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
376
|
+
} & 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").MaskProps, "ref"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
377
377
|
view: {
|
|
378
378
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
379
379
|
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -434,7 +434,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
434
434
|
chipType?: never;
|
|
435
435
|
chipView?: never;
|
|
436
436
|
chipValidator?: never;
|
|
437
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
437
|
+
} & 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").MaskProps, "ref"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
438
438
|
view: {
|
|
439
439
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
440
440
|
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -497,4 +497,4 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
497
497
|
chipValidator?: (value: string) => {
|
|
498
498
|
view?: string;
|
|
499
499
|
};
|
|
500
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref">) & import("react").RefAttributes<HTMLInputElement>>;
|
|
500
|
+
} & 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").MaskProps, "ref">) & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -656,7 +656,7 @@ export declare const TextFieldClear: import("react").FunctionComponent<import("@
|
|
|
656
656
|
view?: string;
|
|
657
657
|
};
|
|
658
658
|
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
|
|
659
|
-
export declare const TextField: import("react").
|
|
659
|
+
export declare const TextField: import("react").ForwardRefExoticComponent<(Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
660
660
|
view: {
|
|
661
661
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
662
662
|
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -680,7 +680,7 @@ export declare const TextField: import("react").FC<import("@salutejs/plasma-new-
|
|
|
680
680
|
readOnly: {
|
|
681
681
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
682
682
|
};
|
|
683
|
-
}> &
|
|
683
|
+
}> & {
|
|
684
684
|
appearance?: "default" | "clear";
|
|
685
685
|
size?: string;
|
|
686
686
|
view?: string;
|
|
@@ -717,7 +717,31 @@ export declare const TextField: import("react").FC<import("@salutejs/plasma-new-
|
|
|
717
717
|
chipType?: never;
|
|
718
718
|
chipView?: never;
|
|
719
719
|
chipValidator?: never;
|
|
720
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>
|
|
720
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
721
|
+
view: {
|
|
722
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
723
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
724
|
+
};
|
|
725
|
+
size: {
|
|
726
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
727
|
+
};
|
|
728
|
+
labelPlacement: {
|
|
729
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
730
|
+
};
|
|
731
|
+
hintView: {
|
|
732
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
733
|
+
};
|
|
734
|
+
hintSize: {
|
|
735
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
736
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
737
|
+
};
|
|
738
|
+
disabled: {
|
|
739
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
740
|
+
};
|
|
741
|
+
readOnly: {
|
|
742
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
743
|
+
};
|
|
744
|
+
}> & {
|
|
721
745
|
appearance?: "default" | "clear";
|
|
722
746
|
size?: string;
|
|
723
747
|
view?: string;
|
|
@@ -756,7 +780,31 @@ export declare const TextField: import("react").FC<import("@salutejs/plasma-new-
|
|
|
756
780
|
chipValidator?: (value: string) => {
|
|
757
781
|
view?: string;
|
|
758
782
|
};
|
|
759
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>
|
|
783
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
784
|
+
view: {
|
|
785
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
786
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
787
|
+
};
|
|
788
|
+
size: {
|
|
789
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
790
|
+
};
|
|
791
|
+
labelPlacement: {
|
|
792
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
793
|
+
};
|
|
794
|
+
hintView: {
|
|
795
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
796
|
+
};
|
|
797
|
+
hintSize: {
|
|
798
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
799
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
800
|
+
};
|
|
801
|
+
disabled: {
|
|
802
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
803
|
+
};
|
|
804
|
+
readOnly: {
|
|
805
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
806
|
+
};
|
|
807
|
+
}> & {
|
|
760
808
|
appearance?: "default" | "clear";
|
|
761
809
|
size?: string;
|
|
762
810
|
view?: string;
|
|
@@ -793,7 +841,31 @@ export declare const TextField: import("react").FC<import("@salutejs/plasma-new-
|
|
|
793
841
|
chipType?: never;
|
|
794
842
|
chipView?: never;
|
|
795
843
|
chipValidator?: never;
|
|
796
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>
|
|
844
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
845
|
+
view: {
|
|
846
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
847
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
848
|
+
};
|
|
849
|
+
size: {
|
|
850
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
851
|
+
};
|
|
852
|
+
labelPlacement: {
|
|
853
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
854
|
+
};
|
|
855
|
+
hintView: {
|
|
856
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
857
|
+
};
|
|
858
|
+
hintSize: {
|
|
859
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
860
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
861
|
+
};
|
|
862
|
+
disabled: {
|
|
863
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
864
|
+
};
|
|
865
|
+
readOnly: {
|
|
866
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
867
|
+
};
|
|
868
|
+
}> & {
|
|
797
869
|
appearance?: "default" | "clear";
|
|
798
870
|
size?: string;
|
|
799
871
|
view?: string;
|
|
@@ -832,7 +904,31 @@ export declare const TextField: import("react").FC<import("@salutejs/plasma-new-
|
|
|
832
904
|
chipValidator?: (value: string) => {
|
|
833
905
|
view?: string;
|
|
834
906
|
};
|
|
835
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>
|
|
907
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
908
|
+
view: {
|
|
909
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
910
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
911
|
+
};
|
|
912
|
+
size: {
|
|
913
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
914
|
+
};
|
|
915
|
+
labelPlacement: {
|
|
916
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
917
|
+
};
|
|
918
|
+
hintView: {
|
|
919
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
920
|
+
};
|
|
921
|
+
hintSize: {
|
|
922
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
923
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
924
|
+
};
|
|
925
|
+
disabled: {
|
|
926
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
927
|
+
};
|
|
928
|
+
readOnly: {
|
|
929
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
930
|
+
};
|
|
931
|
+
}> & {
|
|
836
932
|
appearance?: "default" | "clear";
|
|
837
933
|
size?: string;
|
|
838
934
|
view?: string;
|
|
@@ -869,7 +965,31 @@ export declare const TextField: import("react").FC<import("@salutejs/plasma-new-
|
|
|
869
965
|
chipType?: never;
|
|
870
966
|
chipView?: never;
|
|
871
967
|
chipValidator?: never;
|
|
872
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>
|
|
968
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
969
|
+
view: {
|
|
970
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
971
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
972
|
+
};
|
|
973
|
+
size: {
|
|
974
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
975
|
+
};
|
|
976
|
+
labelPlacement: {
|
|
977
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
978
|
+
};
|
|
979
|
+
hintView: {
|
|
980
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
981
|
+
};
|
|
982
|
+
hintSize: {
|
|
983
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
984
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
985
|
+
};
|
|
986
|
+
disabled: {
|
|
987
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
988
|
+
};
|
|
989
|
+
readOnly: {
|
|
990
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
991
|
+
};
|
|
992
|
+
}> & {
|
|
873
993
|
appearance?: "default" | "clear";
|
|
874
994
|
size?: string;
|
|
875
995
|
view?: string;
|
|
@@ -908,7 +1028,31 @@ export declare const TextField: import("react").FC<import("@salutejs/plasma-new-
|
|
|
908
1028
|
chipValidator?: (value: string) => {
|
|
909
1029
|
view?: string;
|
|
910
1030
|
};
|
|
911
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>
|
|
1031
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
1032
|
+
view: {
|
|
1033
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1034
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1035
|
+
};
|
|
1036
|
+
size: {
|
|
1037
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1038
|
+
};
|
|
1039
|
+
labelPlacement: {
|
|
1040
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1041
|
+
};
|
|
1042
|
+
hintView: {
|
|
1043
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1044
|
+
};
|
|
1045
|
+
hintSize: {
|
|
1046
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1047
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1048
|
+
};
|
|
1049
|
+
disabled: {
|
|
1050
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1051
|
+
};
|
|
1052
|
+
readOnly: {
|
|
1053
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1054
|
+
};
|
|
1055
|
+
}> & {
|
|
912
1056
|
appearance?: "default" | "clear";
|
|
913
1057
|
size?: string;
|
|
914
1058
|
view?: string;
|
|
@@ -945,7 +1089,31 @@ export declare const TextField: import("react").FC<import("@salutejs/plasma-new-
|
|
|
945
1089
|
chipType?: never;
|
|
946
1090
|
chipView?: never;
|
|
947
1091
|
chipValidator?: never;
|
|
948
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>
|
|
1092
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
1093
|
+
view: {
|
|
1094
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1095
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1096
|
+
};
|
|
1097
|
+
size: {
|
|
1098
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1099
|
+
};
|
|
1100
|
+
labelPlacement: {
|
|
1101
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1102
|
+
};
|
|
1103
|
+
hintView: {
|
|
1104
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1105
|
+
};
|
|
1106
|
+
hintSize: {
|
|
1107
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1108
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1109
|
+
};
|
|
1110
|
+
disabled: {
|
|
1111
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1112
|
+
};
|
|
1113
|
+
readOnly: {
|
|
1114
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1115
|
+
};
|
|
1116
|
+
}> & {
|
|
949
1117
|
appearance?: "default" | "clear";
|
|
950
1118
|
size?: string;
|
|
951
1119
|
view?: string;
|
|
@@ -984,4 +1152,4 @@ export declare const TextField: import("react").FC<import("@salutejs/plasma-new-
|
|
|
984
1152
|
chipValidator?: (value: string) => {
|
|
985
1153
|
view?: string;
|
|
986
1154
|
};
|
|
987
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))
|
|
1155
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref">) & import("react").RefAttributes<HTMLElement>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/sdds-cs",
|
|
3
|
-
"version": "0.335.0-canary.2358.
|
|
3
|
+
"version": "0.335.0-canary.2358.19757641000.0",
|
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS CS web applications",
|
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"directory": "packages/sdds-cs"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@salutejs/plasma-new-hope": "0.343.0-canary.2358.
|
|
34
|
+
"@salutejs/plasma-new-hope": "0.343.0-canary.2358.19757641000.0",
|
|
35
35
|
"@salutejs/sdds-themes": "0.49.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@salutejs/plasma-core": "1.210.0",
|
|
59
59
|
"@salutejs/plasma-cy-utils": "0.140.0",
|
|
60
60
|
"@salutejs/plasma-icons": "1.227.0",
|
|
61
|
-
"@salutejs/plasma-sb-utils": "0.211.0-canary.2358.
|
|
61
|
+
"@salutejs/plasma-sb-utils": "0.211.0-canary.2358.19757641000.0",
|
|
62
62
|
"@storybook/addon-docs": "8.6.14",
|
|
63
63
|
"@storybook/addon-essentials": "8.6.14",
|
|
64
64
|
"@storybook/manager-api": "8.6.14",
|
|
@@ -124,5 +124,5 @@
|
|
|
124
124
|
"Anton Vinogradov"
|
|
125
125
|
],
|
|
126
126
|
"sideEffects": false,
|
|
127
|
-
"gitHead": "
|
|
127
|
+
"gitHead": "3576e0ed652eba52ec979b960c94fd54b68d502c"
|
|
128
128
|
}
|