@salutejs/plasma-new-hope 0.186.0-canary.1542.11726237853.0 → 0.186.0-canary.1542.11732695647.0
Sign up to get free protection for your applications and to get access to all the features.
- package/cjs/components/Combobox/ComboboxNew/Combobox.boundler.js +6 -3
- package/cjs/components/Combobox/ComboboxNew/Combobox.boundler.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/Combobox.css +4 -3
- package/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +7 -1
- package/cjs/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/{Combobox.styles_18a8p75.css → Combobox.styles_15nwy93.css} +1 -0
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +4 -3
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +4 -3
- package/cjs/components/Combobox/ComboboxNew/utils/getForm.css +39 -0
- package/cjs/components/Combobox/ComboboxNew/utils/getForm.js +14 -10
- package/cjs/components/Combobox/ComboboxNew/utils/getForm.js.map +1 -1
- package/cjs/index.css +4 -3
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.boundler.js +10 -5
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +15 -10
- package/emotion/cjs/components/Combobox/ComboboxNew/utils/getForm.js +14 -10
- package/emotion/cjs/examples/plasma_b2c/components/Combobox/Combobox.js +2 -3
- package/emotion/cjs/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +5 -61
- package/emotion/cjs/examples/plasma_web/components/Combobox/Combobox.js +2 -3
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.boundler.js +7 -4
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.styles.js +14 -9
- package/emotion/es/components/Combobox/ComboboxNew/utils/getForm.js +15 -11
- package/emotion/es/examples/plasma_b2c/components/Combobox/Combobox.js +2 -3
- package/emotion/es/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +5 -61
- package/emotion/es/examples/plasma_web/components/Combobox/Combobox.js +2 -3
- package/es/components/Combobox/ComboboxNew/Combobox.boundler.js +7 -4
- package/es/components/Combobox/ComboboxNew/Combobox.boundler.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/Combobox.css +4 -3
- package/es/components/Combobox/ComboboxNew/Combobox.styles.js +7 -2
- package/es/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/{Combobox.styles_18a8p75.css → Combobox.styles_15nwy93.css} +1 -0
- package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +4 -3
- package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +4 -3
- package/es/components/Combobox/ComboboxNew/utils/getForm.css +39 -0
- package/es/components/Combobox/ComboboxNew/utils/getForm.js +15 -11
- package/es/components/Combobox/ComboboxNew/utils/getForm.js.map +1 -1
- package/es/index.css +4 -3
- package/package.json +2 -2
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.boundler.js +10 -5
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +6 -2
- package/styled-components/cjs/components/Combobox/ComboboxNew/utils/getForm.js +14 -10
- package/styled-components/cjs/examples/plasma_b2c/components/Combobox/Combobox.js +2 -3
- package/styled-components/cjs/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +5 -61
- package/styled-components/cjs/examples/plasma_web/components/Combobox/Combobox.js +2 -3
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.boundler.js +7 -4
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.styles.js +5 -1
- package/styled-components/es/components/Combobox/ComboboxNew/utils/getForm.js +15 -11
- package/styled-components/es/examples/plasma_b2c/components/Combobox/Combobox.js +2 -3
- package/styled-components/es/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +5 -61
- package/styled-components/es/examples/plasma_web/components/Combobox/Combobox.js +2 -3
- package/types/components/Combobox/ComboboxNew/Combobox.boundler.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts +1 -0
- package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +8 -9
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/utils/getForm.d.ts +17 -3
- package/types/components/Combobox/ComboboxNew/utils/getForm.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +25 -459
- package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +25 -459
- package/types/examples/plasma_web/components/Combobox/Combobox.d.ts.map +1 -1
@@ -44,6 +44,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
44
44
|
size?: string | undefined;
|
45
45
|
view?: string | undefined;
|
46
46
|
labelPlacement?: "inner" | "outer" | undefined;
|
47
|
+
formType?: false | undefined;
|
47
48
|
} & {
|
48
49
|
readOnly?: boolean | undefined;
|
49
50
|
disabled?: true | undefined;
|
@@ -80,6 +81,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
80
81
|
size?: string | undefined;
|
81
82
|
view?: string | undefined;
|
82
83
|
labelPlacement?: "inner" | "outer" | undefined;
|
84
|
+
formType?: false | undefined;
|
83
85
|
} & {
|
84
86
|
readOnly?: boolean | undefined;
|
85
87
|
disabled?: true | undefined;
|
@@ -116,6 +118,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
116
118
|
size?: string | undefined;
|
117
119
|
view?: string | undefined;
|
118
120
|
labelPlacement?: "inner" | "outer" | undefined;
|
121
|
+
formType?: false | undefined;
|
119
122
|
} & {
|
120
123
|
readOnly?: boolean | undefined;
|
121
124
|
disabled?: true | undefined;
|
@@ -152,6 +155,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
152
155
|
size?: string | undefined;
|
153
156
|
view?: string | undefined;
|
154
157
|
labelPlacement?: "inner" | "outer" | undefined;
|
158
|
+
formType?: false | undefined;
|
155
159
|
} & {
|
156
160
|
readOnly?: boolean | undefined;
|
157
161
|
disabled?: true | undefined;
|
@@ -188,6 +192,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
188
192
|
size?: string | undefined;
|
189
193
|
view?: string | undefined;
|
190
194
|
labelPlacement?: "inner" | "outer" | undefined;
|
195
|
+
formType?: false | undefined;
|
191
196
|
} & {
|
192
197
|
readOnly?: true | undefined;
|
193
198
|
disabled?: boolean | undefined;
|
@@ -224,6 +229,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
224
229
|
size?: string | undefined;
|
225
230
|
view?: string | undefined;
|
226
231
|
labelPlacement?: "inner" | "outer" | undefined;
|
232
|
+
formType?: false | undefined;
|
227
233
|
} & {
|
228
234
|
readOnly?: true | undefined;
|
229
235
|
disabled?: boolean | undefined;
|
@@ -260,6 +266,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
260
266
|
size?: string | undefined;
|
261
267
|
view?: string | undefined;
|
262
268
|
labelPlacement?: "inner" | "outer" | undefined;
|
269
|
+
formType?: false | undefined;
|
263
270
|
} & {
|
264
271
|
readOnly?: true | undefined;
|
265
272
|
disabled?: boolean | undefined;
|
@@ -296,6 +303,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
296
303
|
size?: string | undefined;
|
297
304
|
view?: string | undefined;
|
298
305
|
labelPlacement?: "inner" | "outer" | undefined;
|
306
|
+
formType?: false | undefined;
|
299
307
|
} & {
|
300
308
|
readOnly?: true | undefined;
|
301
309
|
disabled?: boolean | undefined;
|
@@ -332,6 +340,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
332
340
|
size?: string | undefined;
|
333
341
|
view?: string | undefined;
|
334
342
|
labelPlacement?: "inner" | "outer" | undefined;
|
343
|
+
formType?: false | undefined;
|
335
344
|
} & {
|
336
345
|
readOnly?: false | undefined;
|
337
346
|
disabled?: false | undefined;
|
@@ -368,6 +377,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
368
377
|
size?: string | undefined;
|
369
378
|
view?: string | undefined;
|
370
379
|
labelPlacement?: "inner" | "outer" | undefined;
|
380
|
+
formType?: false | undefined;
|
371
381
|
} & {
|
372
382
|
readOnly?: false | undefined;
|
373
383
|
disabled?: false | undefined;
|
@@ -404,6 +414,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
404
414
|
size?: string | undefined;
|
405
415
|
view?: string | undefined;
|
406
416
|
labelPlacement?: "inner" | "outer" | undefined;
|
417
|
+
formType?: false | undefined;
|
407
418
|
} & {
|
408
419
|
readOnly?: false | undefined;
|
409
420
|
disabled?: false | undefined;
|
@@ -440,6 +451,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
440
451
|
size?: string | undefined;
|
441
452
|
view?: string | undefined;
|
442
453
|
labelPlacement?: "inner" | "outer" | undefined;
|
454
|
+
formType?: false | undefined;
|
443
455
|
} & {
|
444
456
|
readOnly?: false | undefined;
|
445
457
|
disabled?: false | undefined;
|
@@ -502,6 +514,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
502
514
|
size?: string | undefined;
|
503
515
|
view?: string | undefined;
|
504
516
|
labelPlacement?: "inner" | "outer" | undefined;
|
517
|
+
formType?: false | undefined;
|
505
518
|
} & {
|
506
519
|
readOnly?: boolean | undefined;
|
507
520
|
disabled?: true | undefined;
|
@@ -538,6 +551,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
538
551
|
size?: string | undefined;
|
539
552
|
view?: string | undefined;
|
540
553
|
labelPlacement?: "inner" | "outer" | undefined;
|
554
|
+
formType?: false | undefined;
|
541
555
|
} & {
|
542
556
|
readOnly?: boolean | undefined;
|
543
557
|
disabled?: true | undefined;
|
@@ -574,6 +588,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
574
588
|
size?: string | undefined;
|
575
589
|
view?: string | undefined;
|
576
590
|
labelPlacement?: "inner" | "outer" | undefined;
|
591
|
+
formType?: false | undefined;
|
577
592
|
} & {
|
578
593
|
readOnly?: boolean | undefined;
|
579
594
|
disabled?: true | undefined;
|
@@ -610,6 +625,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
610
625
|
size?: string | undefined;
|
611
626
|
view?: string | undefined;
|
612
627
|
labelPlacement?: "inner" | "outer" | undefined;
|
628
|
+
formType?: false | undefined;
|
613
629
|
} & {
|
614
630
|
readOnly?: boolean | undefined;
|
615
631
|
disabled?: true | undefined;
|
@@ -646,6 +662,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
646
662
|
size?: string | undefined;
|
647
663
|
view?: string | undefined;
|
648
664
|
labelPlacement?: "inner" | "outer" | undefined;
|
665
|
+
formType?: false | undefined;
|
649
666
|
} & {
|
650
667
|
readOnly?: true | undefined;
|
651
668
|
disabled?: boolean | undefined;
|
@@ -682,6 +699,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
682
699
|
size?: string | undefined;
|
683
700
|
view?: string | undefined;
|
684
701
|
labelPlacement?: "inner" | "outer" | undefined;
|
702
|
+
formType?: false | undefined;
|
685
703
|
} & {
|
686
704
|
readOnly?: true | undefined;
|
687
705
|
disabled?: boolean | undefined;
|
@@ -718,6 +736,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
718
736
|
size?: string | undefined;
|
719
737
|
view?: string | undefined;
|
720
738
|
labelPlacement?: "inner" | "outer" | undefined;
|
739
|
+
formType?: false | undefined;
|
721
740
|
} & {
|
722
741
|
readOnly?: true | undefined;
|
723
742
|
disabled?: boolean | undefined;
|
@@ -754,6 +773,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
754
773
|
size?: string | undefined;
|
755
774
|
view?: string | undefined;
|
756
775
|
labelPlacement?: "inner" | "outer" | undefined;
|
776
|
+
formType?: false | undefined;
|
757
777
|
} & {
|
758
778
|
readOnly?: true | undefined;
|
759
779
|
disabled?: boolean | undefined;
|
@@ -790,6 +810,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
790
810
|
size?: string | undefined;
|
791
811
|
view?: string | undefined;
|
792
812
|
labelPlacement?: "inner" | "outer" | undefined;
|
813
|
+
formType?: false | undefined;
|
793
814
|
} & {
|
794
815
|
readOnly?: false | undefined;
|
795
816
|
disabled?: false | undefined;
|
@@ -826,6 +847,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
826
847
|
size?: string | undefined;
|
827
848
|
view?: string | undefined;
|
828
849
|
labelPlacement?: "inner" | "outer" | undefined;
|
850
|
+
formType?: false | undefined;
|
829
851
|
} & {
|
830
852
|
readOnly?: false | undefined;
|
831
853
|
disabled?: false | undefined;
|
@@ -862,6 +884,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
862
884
|
size?: string | undefined;
|
863
885
|
view?: string | undefined;
|
864
886
|
labelPlacement?: "inner" | "outer" | undefined;
|
887
|
+
formType?: false | undefined;
|
865
888
|
} & {
|
866
889
|
readOnly?: false | undefined;
|
867
890
|
disabled?: false | undefined;
|
@@ -898,6 +921,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
898
921
|
size?: string | undefined;
|
899
922
|
view?: string | undefined;
|
900
923
|
labelPlacement?: "inner" | "outer" | undefined;
|
924
|
+
formType?: false | undefined;
|
901
925
|
} & {
|
902
926
|
readOnly?: false | undefined;
|
903
927
|
disabled?: false | undefined;
|
@@ -917,463 +941,5 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
917
941
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>)), "view" | "disabled" | "readOnly" | "size" | "labelPlacement"> & {
|
918
942
|
ref?: ForwardedRef<HTMLInputElement> | undefined;
|
919
943
|
}) => ReactElement | null;
|
920
|
-
|
921
|
-
view: {
|
922
|
-
default: import("@linaria/core").LinariaClassName;
|
923
|
-
positive: import("@linaria/core").LinariaClassName;
|
924
|
-
warning: import("@linaria/core").LinariaClassName;
|
925
|
-
negative: import("@linaria/core").LinariaClassName;
|
926
|
-
};
|
927
|
-
size: {
|
928
|
-
l: import("@linaria/core").LinariaClassName;
|
929
|
-
m: import("@linaria/core").LinariaClassName;
|
930
|
-
s: import("@linaria/core").LinariaClassName;
|
931
|
-
xs: import("@linaria/core").LinariaClassName;
|
932
|
-
};
|
933
|
-
labelPlacement: {
|
934
|
-
inner: import("@linaria/core").LinariaClassName;
|
935
|
-
outer: import("@linaria/core").LinariaClassName;
|
936
|
-
};
|
937
|
-
disabled: {
|
938
|
-
true: import("@linaria/core").LinariaClassName;
|
939
|
-
};
|
940
|
-
readOnly: {
|
941
|
-
true: import("@linaria/core").LinariaClassName;
|
942
|
-
};
|
943
|
-
}> & (({
|
944
|
-
items: ItemOption[];
|
945
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
946
|
-
label?: string | undefined;
|
947
|
-
placeholder?: string | undefined;
|
948
|
-
helperText?: string | undefined;
|
949
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
950
|
-
textBefore?: string | undefined;
|
951
|
-
textAfter?: string | undefined;
|
952
|
-
variant?: "normal" | "tight" | undefined;
|
953
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
954
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
955
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
956
|
-
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
957
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
958
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
959
|
-
closeAfterSelect?: boolean | undefined;
|
960
|
-
size?: string | undefined;
|
961
|
-
view?: string | undefined;
|
962
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
963
|
-
} & {
|
964
|
-
readOnly?: boolean | undefined;
|
965
|
-
disabled?: true | undefined;
|
966
|
-
alwaysOpened?: false | undefined;
|
967
|
-
} & {
|
968
|
-
multiple?: false | undefined;
|
969
|
-
value?: string | undefined;
|
970
|
-
onChange?: ((value: string) => void) | undefined;
|
971
|
-
isTargetAmount?: false | undefined;
|
972
|
-
targetAmount?: undefined;
|
973
|
-
renderValue?: undefined;
|
974
|
-
} & {
|
975
|
-
requiredPlacement?: "left" | "right" | undefined;
|
976
|
-
} & {
|
977
|
-
required: true;
|
978
|
-
optional?: false | undefined;
|
979
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
980
|
-
items: ItemOption[];
|
981
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
982
|
-
label?: string | undefined;
|
983
|
-
placeholder?: string | undefined;
|
984
|
-
helperText?: string | undefined;
|
985
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
986
|
-
textBefore?: string | undefined;
|
987
|
-
textAfter?: string | undefined;
|
988
|
-
variant?: "normal" | "tight" | undefined;
|
989
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
990
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
991
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
992
|
-
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
993
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
994
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
995
|
-
closeAfterSelect?: boolean | undefined;
|
996
|
-
size?: string | undefined;
|
997
|
-
view?: string | undefined;
|
998
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
999
|
-
} & {
|
1000
|
-
readOnly?: boolean | undefined;
|
1001
|
-
disabled?: true | undefined;
|
1002
|
-
alwaysOpened?: false | undefined;
|
1003
|
-
} & {
|
1004
|
-
multiple?: false | undefined;
|
1005
|
-
value?: string | undefined;
|
1006
|
-
onChange?: ((value: string) => void) | undefined;
|
1007
|
-
isTargetAmount?: false | undefined;
|
1008
|
-
targetAmount?: undefined;
|
1009
|
-
renderValue?: undefined;
|
1010
|
-
} & {
|
1011
|
-
requiredPlacement?: "left" | "right" | undefined;
|
1012
|
-
} & {
|
1013
|
-
optional?: true | undefined;
|
1014
|
-
required?: false | undefined;
|
1015
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1016
|
-
items: ItemOption[];
|
1017
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1018
|
-
label?: string | undefined;
|
1019
|
-
placeholder?: string | undefined;
|
1020
|
-
helperText?: string | undefined;
|
1021
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1022
|
-
textBefore?: string | undefined;
|
1023
|
-
textAfter?: string | undefined;
|
1024
|
-
variant?: "normal" | "tight" | undefined;
|
1025
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1026
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1027
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1028
|
-
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
1029
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1030
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1031
|
-
closeAfterSelect?: boolean | undefined;
|
1032
|
-
size?: string | undefined;
|
1033
|
-
view?: string | undefined;
|
1034
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
1035
|
-
} & {
|
1036
|
-
readOnly?: boolean | undefined;
|
1037
|
-
disabled?: true | undefined;
|
1038
|
-
alwaysOpened?: false | undefined;
|
1039
|
-
} & {
|
1040
|
-
multiple: true;
|
1041
|
-
value?: string[] | undefined;
|
1042
|
-
onChange?: ((value: string[]) => void) | undefined;
|
1043
|
-
isTargetAmount?: true | undefined;
|
1044
|
-
targetAmount?: number | undefined;
|
1045
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1046
|
-
} & {
|
1047
|
-
requiredPlacement?: "left" | "right" | undefined;
|
1048
|
-
} & {
|
1049
|
-
required: true;
|
1050
|
-
optional?: false | undefined;
|
1051
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1052
|
-
items: ItemOption[];
|
1053
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1054
|
-
label?: string | undefined;
|
1055
|
-
placeholder?: string | undefined;
|
1056
|
-
helperText?: string | undefined;
|
1057
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1058
|
-
textBefore?: string | undefined;
|
1059
|
-
textAfter?: string | undefined;
|
1060
|
-
variant?: "normal" | "tight" | undefined;
|
1061
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1062
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1063
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1064
|
-
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
1065
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1066
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1067
|
-
closeAfterSelect?: boolean | undefined;
|
1068
|
-
size?: string | undefined;
|
1069
|
-
view?: string | undefined;
|
1070
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
1071
|
-
} & {
|
1072
|
-
readOnly?: boolean | undefined;
|
1073
|
-
disabled?: true | undefined;
|
1074
|
-
alwaysOpened?: false | undefined;
|
1075
|
-
} & {
|
1076
|
-
multiple: true;
|
1077
|
-
value?: string[] | undefined;
|
1078
|
-
onChange?: ((value: string[]) => void) | undefined;
|
1079
|
-
isTargetAmount?: true | undefined;
|
1080
|
-
targetAmount?: number | undefined;
|
1081
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1082
|
-
} & {
|
1083
|
-
requiredPlacement?: "left" | "right" | undefined;
|
1084
|
-
} & {
|
1085
|
-
optional?: true | undefined;
|
1086
|
-
required?: false | undefined;
|
1087
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1088
|
-
items: ItemOption[];
|
1089
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1090
|
-
label?: string | undefined;
|
1091
|
-
placeholder?: string | undefined;
|
1092
|
-
helperText?: string | undefined;
|
1093
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1094
|
-
textBefore?: string | undefined;
|
1095
|
-
textAfter?: string | undefined;
|
1096
|
-
variant?: "normal" | "tight" | undefined;
|
1097
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1098
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1099
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1100
|
-
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
1101
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1102
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1103
|
-
closeAfterSelect?: boolean | undefined;
|
1104
|
-
size?: string | undefined;
|
1105
|
-
view?: string | undefined;
|
1106
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
1107
|
-
} & {
|
1108
|
-
readOnly?: true | undefined;
|
1109
|
-
disabled?: boolean | undefined;
|
1110
|
-
alwaysOpened?: false | undefined;
|
1111
|
-
} & {
|
1112
|
-
multiple?: false | undefined;
|
1113
|
-
value?: string | undefined;
|
1114
|
-
onChange?: ((value: string) => void) | undefined;
|
1115
|
-
isTargetAmount?: false | undefined;
|
1116
|
-
targetAmount?: undefined;
|
1117
|
-
renderValue?: undefined;
|
1118
|
-
} & {
|
1119
|
-
requiredPlacement?: "left" | "right" | undefined;
|
1120
|
-
} & {
|
1121
|
-
required: true;
|
1122
|
-
optional?: false | undefined;
|
1123
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1124
|
-
items: ItemOption[];
|
1125
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1126
|
-
label?: string | undefined;
|
1127
|
-
placeholder?: string | undefined;
|
1128
|
-
helperText?: string | undefined;
|
1129
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1130
|
-
textBefore?: string | undefined;
|
1131
|
-
textAfter?: string | undefined;
|
1132
|
-
variant?: "normal" | "tight" | undefined;
|
1133
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1134
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1135
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1136
|
-
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
1137
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1138
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1139
|
-
closeAfterSelect?: boolean | undefined;
|
1140
|
-
size?: string | undefined;
|
1141
|
-
view?: string | undefined;
|
1142
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
1143
|
-
} & {
|
1144
|
-
readOnly?: true | undefined;
|
1145
|
-
disabled?: boolean | undefined;
|
1146
|
-
alwaysOpened?: false | undefined;
|
1147
|
-
} & {
|
1148
|
-
multiple?: false | undefined;
|
1149
|
-
value?: string | undefined;
|
1150
|
-
onChange?: ((value: string) => void) | undefined;
|
1151
|
-
isTargetAmount?: false | undefined;
|
1152
|
-
targetAmount?: undefined;
|
1153
|
-
renderValue?: undefined;
|
1154
|
-
} & {
|
1155
|
-
requiredPlacement?: "left" | "right" | undefined;
|
1156
|
-
} & {
|
1157
|
-
optional?: true | undefined;
|
1158
|
-
required?: false | undefined;
|
1159
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1160
|
-
items: ItemOption[];
|
1161
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1162
|
-
label?: string | undefined;
|
1163
|
-
placeholder?: string | undefined;
|
1164
|
-
helperText?: string | undefined;
|
1165
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1166
|
-
textBefore?: string | undefined;
|
1167
|
-
textAfter?: string | undefined;
|
1168
|
-
variant?: "normal" | "tight" | undefined;
|
1169
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1170
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1171
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1172
|
-
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
1173
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1174
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1175
|
-
closeAfterSelect?: boolean | undefined;
|
1176
|
-
size?: string | undefined;
|
1177
|
-
view?: string | undefined;
|
1178
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
1179
|
-
} & {
|
1180
|
-
readOnly?: true | undefined;
|
1181
|
-
disabled?: boolean | undefined;
|
1182
|
-
alwaysOpened?: false | undefined;
|
1183
|
-
} & {
|
1184
|
-
multiple: true;
|
1185
|
-
value?: string[] | undefined;
|
1186
|
-
onChange?: ((value: string[]) => void) | undefined;
|
1187
|
-
isTargetAmount?: true | undefined;
|
1188
|
-
targetAmount?: number | undefined;
|
1189
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1190
|
-
} & {
|
1191
|
-
requiredPlacement?: "left" | "right" | undefined;
|
1192
|
-
} & {
|
1193
|
-
required: true;
|
1194
|
-
optional?: false | undefined;
|
1195
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1196
|
-
items: ItemOption[];
|
1197
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1198
|
-
label?: string | undefined;
|
1199
|
-
placeholder?: string | undefined;
|
1200
|
-
helperText?: string | undefined;
|
1201
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1202
|
-
textBefore?: string | undefined;
|
1203
|
-
textAfter?: string | undefined;
|
1204
|
-
variant?: "normal" | "tight" | undefined;
|
1205
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1206
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1207
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1208
|
-
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
1209
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1210
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1211
|
-
closeAfterSelect?: boolean | undefined;
|
1212
|
-
size?: string | undefined;
|
1213
|
-
view?: string | undefined;
|
1214
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
1215
|
-
} & {
|
1216
|
-
readOnly?: true | undefined;
|
1217
|
-
disabled?: boolean | undefined;
|
1218
|
-
alwaysOpened?: false | undefined;
|
1219
|
-
} & {
|
1220
|
-
multiple: true;
|
1221
|
-
value?: string[] | undefined;
|
1222
|
-
onChange?: ((value: string[]) => void) | undefined;
|
1223
|
-
isTargetAmount?: true | undefined;
|
1224
|
-
targetAmount?: number | undefined;
|
1225
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1226
|
-
} & {
|
1227
|
-
requiredPlacement?: "left" | "right" | undefined;
|
1228
|
-
} & {
|
1229
|
-
optional?: true | undefined;
|
1230
|
-
required?: false | undefined;
|
1231
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1232
|
-
items: ItemOption[];
|
1233
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1234
|
-
label?: string | undefined;
|
1235
|
-
placeholder?: string | undefined;
|
1236
|
-
helperText?: string | undefined;
|
1237
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1238
|
-
textBefore?: string | undefined;
|
1239
|
-
textAfter?: string | undefined;
|
1240
|
-
variant?: "normal" | "tight" | undefined;
|
1241
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1242
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1243
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1244
|
-
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
1245
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1246
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1247
|
-
closeAfterSelect?: boolean | undefined;
|
1248
|
-
size?: string | undefined;
|
1249
|
-
view?: string | undefined;
|
1250
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
1251
|
-
} & {
|
1252
|
-
readOnly?: false | undefined;
|
1253
|
-
disabled?: false | undefined;
|
1254
|
-
alwaysOpened?: true | undefined;
|
1255
|
-
} & {
|
1256
|
-
multiple?: false | undefined;
|
1257
|
-
value?: string | undefined;
|
1258
|
-
onChange?: ((value: string) => void) | undefined;
|
1259
|
-
isTargetAmount?: false | undefined;
|
1260
|
-
targetAmount?: undefined;
|
1261
|
-
renderValue?: undefined;
|
1262
|
-
} & {
|
1263
|
-
requiredPlacement?: "left" | "right" | undefined;
|
1264
|
-
} & {
|
1265
|
-
required: true;
|
1266
|
-
optional?: false | undefined;
|
1267
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1268
|
-
items: ItemOption[];
|
1269
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1270
|
-
label?: string | undefined;
|
1271
|
-
placeholder?: string | undefined;
|
1272
|
-
helperText?: string | undefined;
|
1273
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1274
|
-
textBefore?: string | undefined;
|
1275
|
-
textAfter?: string | undefined;
|
1276
|
-
variant?: "normal" | "tight" | undefined;
|
1277
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1278
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1279
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1280
|
-
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
1281
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1282
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1283
|
-
closeAfterSelect?: boolean | undefined;
|
1284
|
-
size?: string | undefined;
|
1285
|
-
view?: string | undefined;
|
1286
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
1287
|
-
} & {
|
1288
|
-
readOnly?: false | undefined;
|
1289
|
-
disabled?: false | undefined;
|
1290
|
-
alwaysOpened?: true | undefined;
|
1291
|
-
} & {
|
1292
|
-
multiple?: false | undefined;
|
1293
|
-
value?: string | undefined;
|
1294
|
-
onChange?: ((value: string) => void) | undefined;
|
1295
|
-
isTargetAmount?: false | undefined;
|
1296
|
-
targetAmount?: undefined;
|
1297
|
-
renderValue?: undefined;
|
1298
|
-
} & {
|
1299
|
-
requiredPlacement?: "left" | "right" | undefined;
|
1300
|
-
} & {
|
1301
|
-
optional?: true | undefined;
|
1302
|
-
required?: false | undefined;
|
1303
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1304
|
-
items: ItemOption[];
|
1305
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1306
|
-
label?: string | undefined;
|
1307
|
-
placeholder?: string | undefined;
|
1308
|
-
helperText?: string | undefined;
|
1309
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1310
|
-
textBefore?: string | undefined;
|
1311
|
-
textAfter?: string | undefined;
|
1312
|
-
variant?: "normal" | "tight" | undefined;
|
1313
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1314
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1315
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1316
|
-
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
1317
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1318
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1319
|
-
closeAfterSelect?: boolean | undefined;
|
1320
|
-
size?: string | undefined;
|
1321
|
-
view?: string | undefined;
|
1322
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
1323
|
-
} & {
|
1324
|
-
readOnly?: false | undefined;
|
1325
|
-
disabled?: false | undefined;
|
1326
|
-
alwaysOpened?: true | undefined;
|
1327
|
-
} & {
|
1328
|
-
multiple: true;
|
1329
|
-
value?: string[] | undefined;
|
1330
|
-
onChange?: ((value: string[]) => void) | undefined;
|
1331
|
-
isTargetAmount?: true | undefined;
|
1332
|
-
targetAmount?: number | undefined;
|
1333
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1334
|
-
} & {
|
1335
|
-
requiredPlacement?: "left" | "right" | undefined;
|
1336
|
-
} & {
|
1337
|
-
required: true;
|
1338
|
-
optional?: false | undefined;
|
1339
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1340
|
-
items: ItemOption[];
|
1341
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1342
|
-
label?: string | undefined;
|
1343
|
-
placeholder?: string | undefined;
|
1344
|
-
helperText?: string | undefined;
|
1345
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1346
|
-
textBefore?: string | undefined;
|
1347
|
-
textAfter?: string | undefined;
|
1348
|
-
variant?: "normal" | "tight" | undefined;
|
1349
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1350
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1351
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1352
|
-
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
1353
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1354
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1355
|
-
closeAfterSelect?: boolean | undefined;
|
1356
|
-
size?: string | undefined;
|
1357
|
-
view?: string | undefined;
|
1358
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
1359
|
-
} & {
|
1360
|
-
readOnly?: false | undefined;
|
1361
|
-
disabled?: false | undefined;
|
1362
|
-
alwaysOpened?: true | undefined;
|
1363
|
-
} & {
|
1364
|
-
multiple: true;
|
1365
|
-
value?: string[] | undefined;
|
1366
|
-
onChange?: ((value: string[]) => void) | undefined;
|
1367
|
-
isTargetAmount?: true | undefined;
|
1368
|
-
targetAmount?: number | undefined;
|
1369
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1370
|
-
} & {
|
1371
|
-
requiredPlacement?: "left" | "right" | undefined;
|
1372
|
-
} & {
|
1373
|
-
optional?: true | undefined;
|
1374
|
-
required?: false | undefined;
|
1375
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>)), "view" | "disabled" | "readOnly" | "size" | "labelPlacement"> & {
|
1376
|
-
ref?: ForwardedRef<HTMLInputElement> | undefined;
|
1377
|
-
}) => ReactElement | null;
|
1378
|
-
export { Combobox, ComboboxWithForm };
|
944
|
+
export { Combobox };
|
1379
945
|
//# sourceMappingURL=Combobox.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Combobox/Combobox.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,YAAY,EAAM,MAAM,OAAO,CAAC;AAI5E,OAAO,KAAK,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAEjF,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAG3C,QAAA,MAAM,iBAAiB
|
1
|
+
{"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Combobox/Combobox.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,YAAY,EAAM,MAAM,OAAO,CAAC;AAI5E,OAAO,KAAK,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAEjF,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAG3C,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2IAA0B,CAAC;AAElD,aAAK,eAAe,GAAG,MAAM,OAAO,MAAM,CAAC,YAAY,CAAC,CAAC;AAEzD,aAAK,QAAQ,CAAC,CAAC,SAAS,UAAU,IAAI,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,eAAe,CAAC,GACzE,IAAI,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,EAAE,eAAe,CAAC,CAAC;AAEpE,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAGiF,YAAY,GAAG,IAAI,CAAC;AAEnH,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|