@alfalab/core-components-input-autocomplete 9.3.10 → 9.3.12
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/Component.mobile.js +1 -1
- package/autocomplete-field/Component.js +1 -1
- package/autocomplete-field/index.css +2 -2
- package/autocomplete-mobile-field/Component.js +1 -1
- package/autocomplete-mobile-field/index.css +8 -8
- package/cssm/index-bdb4c6b9.d.ts +1 -0
- package/cssm/index-e81c389f.d.ts +4 -4
- package/esm/Component.mobile.js +1 -1
- package/esm/autocomplete-field/Component.js +1 -1
- package/esm/autocomplete-field/index.css +2 -2
- package/esm/autocomplete-mobile-field/Component.js +1 -1
- package/esm/autocomplete-mobile-field/index.css +8 -8
- package/esm/index-bdb4c6b9.d.ts +1 -0
- package/esm/index-e81c389f.d.ts +4 -4
- package/esm/mobile.css +4 -4
- package/index-bdb4c6b9.d.ts +1 -0
- package/index-e81c389f.d.ts +4 -4
- package/mobile.css +4 -4
- package/modern/Component.mobile.js +1 -1
- package/modern/autocomplete-field/Component.js +1 -1
- package/modern/autocomplete-field/index.css +2 -2
- package/modern/autocomplete-mobile-field/Component.js +1 -1
- package/modern/autocomplete-mobile-field/index.css +8 -8
- package/modern/index-bdb4c6b9.d.ts +1 -0
- package/modern/index-e81c389f.d.ts +4 -4
- package/modern/mobile.css +4 -4
- package/package.json +4 -4
package/Component.mobile.js
CHANGED
|
@@ -19,7 +19,7 @@ var mergeRefs__default = /*#__PURE__*/_interopDefaultCompat(mergeRefs);
|
|
|
19
19
|
var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
|
|
20
20
|
var throttle__default = /*#__PURE__*/_interopDefaultCompat(throttle);
|
|
21
21
|
|
|
22
|
-
var styles = {"bottomSheetInput":"input-
|
|
22
|
+
var styles = {"bottomSheetInput":"input-autocomplete__bottomSheetInput_zbbvd","footer":"input-autocomplete__footer_zbbvd"};
|
|
23
23
|
require('./mobile.css')
|
|
24
24
|
|
|
25
25
|
var SELECTED = [];
|
|
@@ -12,7 +12,7 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
|
12
12
|
var mergeRefs__default = /*#__PURE__*/_interopDefaultCompat(mergeRefs);
|
|
13
13
|
var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
|
|
14
14
|
|
|
15
|
-
var styles = {"arrow":"input-
|
|
15
|
+
var styles = {"arrow":"input-autocomplete__arrow_150s0","error":"input-autocomplete__error_150s0"};
|
|
16
16
|
require('./index.css')
|
|
17
17
|
|
|
18
18
|
var AutocompleteField = function (_a) {
|
|
@@ -11,7 +11,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
11
11
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
12
12
|
var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
|
|
13
13
|
|
|
14
|
-
var styles = {"component":"input-
|
|
14
|
+
var styles = {"component":"input-autocomplete__component_vu7kq","field":"input-autocomplete__field_vu7kq","disabled":"input-autocomplete__disabled_vu7kq","placeholder":"input-autocomplete__placeholder_vu7kq","contentWrapper":"input-autocomplete__contentWrapper_vu7kq","value":"input-autocomplete__value_vu7kq","focusVisible":"input-autocomplete__focusVisible_vu7kq"};
|
|
15
15
|
require('./index.css')
|
|
16
16
|
|
|
17
17
|
var AutocompleteMobileField = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 8fvte */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-border-link: #007aff;
|
|
@@ -18,16 +18,16 @@
|
|
|
18
18
|
} :root {
|
|
19
19
|
--focus-color: var(--color-light-border-link);
|
|
20
20
|
--disabled-cursor: not-allowed;
|
|
21
|
-
} .input-
|
|
21
|
+
} .input-autocomplete__component_vu7kq {
|
|
22
22
|
width: 100%;
|
|
23
23
|
outline: none;
|
|
24
|
-
} .input-
|
|
24
|
+
} .input-autocomplete__field_vu7kq:not(.input-autocomplete__disabled_vu7kq) {
|
|
25
25
|
cursor: pointer;
|
|
26
|
-
} .input-
|
|
26
|
+
} .input-autocomplete__disabled_vu7kq {
|
|
27
27
|
cursor: var(--disabled-cursor);
|
|
28
|
-
} .input-
|
|
28
|
+
} .input-autocomplete__placeholder_vu7kq {
|
|
29
29
|
color: var(--color-light-text-secondary);
|
|
30
|
-
} .input-
|
|
30
|
+
} .input-autocomplete__contentWrapper_vu7kq {
|
|
31
31
|
font-size: 16px;
|
|
32
32
|
line-height: 20px;
|
|
33
33
|
font-weight: 400;
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
text-overflow: ellipsis;
|
|
37
37
|
overflow: hidden;
|
|
38
38
|
width: 100%;
|
|
39
|
-
} .input-
|
|
39
|
+
} .input-autocomplete__value_vu7kq {
|
|
40
40
|
overflow: hidden;
|
|
41
41
|
text-overflow: ellipsis;
|
|
42
42
|
text-align: left;
|
|
43
|
-
} .input-
|
|
43
|
+
} .input-autocomplete__focusVisible_vu7kq {
|
|
44
44
|
outline: 2px solid var(--focus-color);
|
|
45
45
|
outline-offset: 2px;
|
|
46
46
|
}
|
package/cssm/index-bdb4c6b9.d.ts
CHANGED
package/cssm/index-e81c389f.d.ts
CHANGED
|
@@ -132,9 +132,9 @@ type NavigationBarProps = {
|
|
|
132
132
|
*/
|
|
133
133
|
view: "desktop" | "mobile";
|
|
134
134
|
/**
|
|
135
|
-
* Ссылка на родительскую
|
|
135
|
+
* Ссылка на родительскую ноду overflow: auto
|
|
136
136
|
*/
|
|
137
|
-
|
|
137
|
+
scrollableParentRef?: React.RefObject<HTMLDivElement>;
|
|
138
138
|
};
|
|
139
139
|
declare const NavigationBar: FC<NavigationBarProps>;
|
|
140
140
|
interface BackArrowAddonProps extends React.HTMLAttributes<HTMLButtonElement> {
|
|
@@ -331,8 +331,8 @@ declare const IconButton: React.ForwardRefExoticComponent<{
|
|
|
331
331
|
icon: ElementType<{
|
|
332
332
|
className?: string;
|
|
333
333
|
}>;
|
|
334
|
-
view?: "
|
|
335
|
-
size?: "
|
|
334
|
+
view?: "negative" | "tertiary" | "secondary" | "primary" | "transparent" | undefined;
|
|
335
|
+
size?: "s" | "xs" | "xxs" | undefined;
|
|
336
336
|
className?: string | undefined;
|
|
337
337
|
dataTestId?: string | undefined;
|
|
338
338
|
colors?: "default" | "inverted" | undefined;
|
package/esm/Component.mobile.js
CHANGED
|
@@ -10,7 +10,7 @@ import { AutocompleteMobileField } from './autocomplete-mobile-field/Component.j
|
|
|
10
10
|
import '@alfalab/core-components-form-control/esm';
|
|
11
11
|
import '@alfalab/hooks';
|
|
12
12
|
|
|
13
|
-
var styles = {"bottomSheetInput":"input-
|
|
13
|
+
var styles = {"bottomSheetInput":"input-autocomplete__bottomSheetInput_zbbvd","footer":"input-autocomplete__footer_zbbvd"};
|
|
14
14
|
require('./mobile.css')
|
|
15
15
|
|
|
16
16
|
var SELECTED = [];
|
|
@@ -4,7 +4,7 @@ import mergeRefs from 'react-merge-refs';
|
|
|
4
4
|
import cn from 'classnames';
|
|
5
5
|
import { Input } from '@alfalab/core-components-input/esm';
|
|
6
6
|
|
|
7
|
-
var styles = {"arrow":"input-
|
|
7
|
+
var styles = {"arrow":"input-autocomplete__arrow_150s0","error":"input-autocomplete__error_150s0"};
|
|
8
8
|
require('./index.css')
|
|
9
9
|
|
|
10
10
|
var AutocompleteField = function (_a) {
|
|
@@ -4,7 +4,7 @@ import cn from 'classnames';
|
|
|
4
4
|
import { FormControl } from '@alfalab/core-components-form-control/esm';
|
|
5
5
|
import { useFocus } from '@alfalab/hooks';
|
|
6
6
|
|
|
7
|
-
var styles = {"component":"input-
|
|
7
|
+
var styles = {"component":"input-autocomplete__component_vu7kq","field":"input-autocomplete__field_vu7kq","disabled":"input-autocomplete__disabled_vu7kq","placeholder":"input-autocomplete__placeholder_vu7kq","contentWrapper":"input-autocomplete__contentWrapper_vu7kq","value":"input-autocomplete__value_vu7kq","focusVisible":"input-autocomplete__focusVisible_vu7kq"};
|
|
8
8
|
require('./index.css')
|
|
9
9
|
|
|
10
10
|
var AutocompleteMobileField = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 8fvte */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-border-link: #007aff;
|
|
@@ -18,16 +18,16 @@
|
|
|
18
18
|
} :root {
|
|
19
19
|
--focus-color: var(--color-light-border-link);
|
|
20
20
|
--disabled-cursor: not-allowed;
|
|
21
|
-
} .input-
|
|
21
|
+
} .input-autocomplete__component_vu7kq {
|
|
22
22
|
width: 100%;
|
|
23
23
|
outline: none;
|
|
24
|
-
} .input-
|
|
24
|
+
} .input-autocomplete__field_vu7kq:not(.input-autocomplete__disabled_vu7kq) {
|
|
25
25
|
cursor: pointer;
|
|
26
|
-
} .input-
|
|
26
|
+
} .input-autocomplete__disabled_vu7kq {
|
|
27
27
|
cursor: var(--disabled-cursor);
|
|
28
|
-
} .input-
|
|
28
|
+
} .input-autocomplete__placeholder_vu7kq {
|
|
29
29
|
color: var(--color-light-text-secondary);
|
|
30
|
-
} .input-
|
|
30
|
+
} .input-autocomplete__contentWrapper_vu7kq {
|
|
31
31
|
font-size: 16px;
|
|
32
32
|
line-height: 20px;
|
|
33
33
|
font-weight: 400;
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
text-overflow: ellipsis;
|
|
37
37
|
overflow: hidden;
|
|
38
38
|
width: 100%;
|
|
39
|
-
} .input-
|
|
39
|
+
} .input-autocomplete__value_vu7kq {
|
|
40
40
|
overflow: hidden;
|
|
41
41
|
text-overflow: ellipsis;
|
|
42
42
|
text-align: left;
|
|
43
|
-
} .input-
|
|
43
|
+
} .input-autocomplete__focusVisible_vu7kq {
|
|
44
44
|
outline: 2px solid var(--focus-color);
|
|
45
45
|
outline-offset: 2px;
|
|
46
46
|
}
|
package/esm/index-bdb4c6b9.d.ts
CHANGED
package/esm/index-e81c389f.d.ts
CHANGED
|
@@ -132,9 +132,9 @@ type NavigationBarProps = {
|
|
|
132
132
|
*/
|
|
133
133
|
view: "desktop" | "mobile";
|
|
134
134
|
/**
|
|
135
|
-
* Ссылка на родительскую
|
|
135
|
+
* Ссылка на родительскую ноду overflow: auto
|
|
136
136
|
*/
|
|
137
|
-
|
|
137
|
+
scrollableParentRef?: React.RefObject<HTMLDivElement>;
|
|
138
138
|
};
|
|
139
139
|
declare const NavigationBar: FC<NavigationBarProps>;
|
|
140
140
|
interface BackArrowAddonProps extends React.HTMLAttributes<HTMLButtonElement> {
|
|
@@ -331,8 +331,8 @@ declare const IconButton: React.ForwardRefExoticComponent<{
|
|
|
331
331
|
icon: ElementType<{
|
|
332
332
|
className?: string;
|
|
333
333
|
}>;
|
|
334
|
-
view?: "
|
|
335
|
-
size?: "
|
|
334
|
+
view?: "negative" | "tertiary" | "secondary" | "primary" | "transparent" | undefined;
|
|
335
|
+
size?: "s" | "xs" | "xxs" | undefined;
|
|
336
336
|
className?: string | undefined;
|
|
337
337
|
dataTestId?: string | undefined;
|
|
338
338
|
colors?: "default" | "inverted" | undefined;
|
package/esm/mobile.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 13zs6 */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
} :root {
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
--gap-m: 16px;
|
|
17
17
|
} :root {
|
|
18
18
|
} :root {
|
|
19
|
-
} .input-
|
|
19
|
+
} .input-autocomplete__bottomSheetInput_zbbvd {
|
|
20
20
|
padding: 0 var(--gap-xs) var(--gap-xs);
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
} .input-
|
|
22
|
+
} .input-autocomplete__footer_zbbvd {
|
|
23
23
|
display: flex
|
|
24
|
-
} .input-
|
|
24
|
+
} .input-autocomplete__footer_zbbvd > button + button {
|
|
25
25
|
margin-left: var(--gap-m);
|
|
26
26
|
}
|
package/index-bdb4c6b9.d.ts
CHANGED
package/index-e81c389f.d.ts
CHANGED
|
@@ -132,9 +132,9 @@ type NavigationBarProps = {
|
|
|
132
132
|
*/
|
|
133
133
|
view: "desktop" | "mobile";
|
|
134
134
|
/**
|
|
135
|
-
* Ссылка на родительскую
|
|
135
|
+
* Ссылка на родительскую ноду overflow: auto
|
|
136
136
|
*/
|
|
137
|
-
|
|
137
|
+
scrollableParentRef?: React.RefObject<HTMLDivElement>;
|
|
138
138
|
};
|
|
139
139
|
declare const NavigationBar: FC<NavigationBarProps>;
|
|
140
140
|
interface BackArrowAddonProps extends React.HTMLAttributes<HTMLButtonElement> {
|
|
@@ -331,8 +331,8 @@ declare const IconButton: React.ForwardRefExoticComponent<{
|
|
|
331
331
|
icon: ElementType<{
|
|
332
332
|
className?: string;
|
|
333
333
|
}>;
|
|
334
|
-
view?: "
|
|
335
|
-
size?: "
|
|
334
|
+
view?: "negative" | "tertiary" | "secondary" | "primary" | "transparent" | undefined;
|
|
335
|
+
size?: "s" | "xs" | "xxs" | undefined;
|
|
336
336
|
className?: string | undefined;
|
|
337
337
|
dataTestId?: string | undefined;
|
|
338
338
|
colors?: "default" | "inverted" | undefined;
|
package/mobile.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 13zs6 */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
} :root {
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
--gap-m: 16px;
|
|
17
17
|
} :root {
|
|
18
18
|
} :root {
|
|
19
|
-
} .input-
|
|
19
|
+
} .input-autocomplete__bottomSheetInput_zbbvd {
|
|
20
20
|
padding: 0 var(--gap-xs) var(--gap-xs);
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
} .input-
|
|
22
|
+
} .input-autocomplete__footer_zbbvd {
|
|
23
23
|
display: flex
|
|
24
|
-
} .input-
|
|
24
|
+
} .input-autocomplete__footer_zbbvd > button + button {
|
|
25
25
|
margin-left: var(--gap-m);
|
|
26
26
|
}
|
|
@@ -9,7 +9,7 @@ import { AutocompleteMobileField } from './autocomplete-mobile-field/Component.j
|
|
|
9
9
|
import '@alfalab/core-components-form-control/modern';
|
|
10
10
|
import '@alfalab/hooks';
|
|
11
11
|
|
|
12
|
-
const styles = {"bottomSheetInput":"input-
|
|
12
|
+
const styles = {"bottomSheetInput":"input-autocomplete__bottomSheetInput_zbbvd","footer":"input-autocomplete__footer_zbbvd"};
|
|
13
13
|
require('./mobile.css')
|
|
14
14
|
|
|
15
15
|
const SELECTED = [];
|
|
@@ -3,7 +3,7 @@ import mergeRefs from 'react-merge-refs';
|
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { Input } from '@alfalab/core-components-input/modern';
|
|
5
5
|
|
|
6
|
-
const styles = {"arrow":"input-
|
|
6
|
+
const styles = {"arrow":"input-autocomplete__arrow_150s0","error":"input-autocomplete__error_150s0"};
|
|
7
7
|
require('./index.css')
|
|
8
8
|
|
|
9
9
|
const AutocompleteField = ({ label, labelView = 'inner', placeholder, size, Arrow, Input: Input$1 = Input, value, error, success, hint, disabled, readOnly, onInput, inputProps = {}, innerProps, }) => {
|
|
@@ -3,7 +3,7 @@ import cn from 'classnames';
|
|
|
3
3
|
import { FormControl } from '@alfalab/core-components-form-control/modern';
|
|
4
4
|
import { useFocus } from '@alfalab/hooks';
|
|
5
5
|
|
|
6
|
-
const styles = {"component":"input-
|
|
6
|
+
const styles = {"component":"input-autocomplete__component_vu7kq","field":"input-autocomplete__field_vu7kq","disabled":"input-autocomplete__disabled_vu7kq","placeholder":"input-autocomplete__placeholder_vu7kq","contentWrapper":"input-autocomplete__contentWrapper_vu7kq","value":"input-autocomplete__value_vu7kq","focusVisible":"input-autocomplete__focusVisible_vu7kq"};
|
|
7
7
|
require('./index.css')
|
|
8
8
|
|
|
9
9
|
const AutocompleteMobileField = ({ size = 'm', open, error, hint, disabled, label, labelView = 'inner', placeholder, value, innerProps, dataTestId, fieldClassName, Arrow, valueRenderer, toggleMenu, setSelectedItems, selectedMultiple, ...restProps }) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 8fvte */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-border-link: #007aff;
|
|
@@ -18,16 +18,16 @@
|
|
|
18
18
|
} :root {
|
|
19
19
|
--focus-color: var(--color-light-border-link);
|
|
20
20
|
--disabled-cursor: not-allowed;
|
|
21
|
-
} .input-
|
|
21
|
+
} .input-autocomplete__component_vu7kq {
|
|
22
22
|
width: 100%;
|
|
23
23
|
outline: none;
|
|
24
|
-
} .input-
|
|
24
|
+
} .input-autocomplete__field_vu7kq:not(.input-autocomplete__disabled_vu7kq) {
|
|
25
25
|
cursor: pointer;
|
|
26
|
-
} .input-
|
|
26
|
+
} .input-autocomplete__disabled_vu7kq {
|
|
27
27
|
cursor: var(--disabled-cursor);
|
|
28
|
-
} .input-
|
|
28
|
+
} .input-autocomplete__placeholder_vu7kq {
|
|
29
29
|
color: var(--color-light-text-secondary);
|
|
30
|
-
} .input-
|
|
30
|
+
} .input-autocomplete__contentWrapper_vu7kq {
|
|
31
31
|
font-size: 16px;
|
|
32
32
|
line-height: 20px;
|
|
33
33
|
font-weight: 400;
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
text-overflow: ellipsis;
|
|
37
37
|
overflow: hidden;
|
|
38
38
|
width: 100%;
|
|
39
|
-
} .input-
|
|
39
|
+
} .input-autocomplete__value_vu7kq {
|
|
40
40
|
overflow: hidden;
|
|
41
41
|
text-overflow: ellipsis;
|
|
42
42
|
text-align: left;
|
|
43
|
-
} .input-
|
|
43
|
+
} .input-autocomplete__focusVisible_vu7kq {
|
|
44
44
|
outline: 2px solid var(--focus-color);
|
|
45
45
|
outline-offset: 2px;
|
|
46
46
|
}
|
|
@@ -132,9 +132,9 @@ type NavigationBarProps = {
|
|
|
132
132
|
*/
|
|
133
133
|
view: "desktop" | "mobile";
|
|
134
134
|
/**
|
|
135
|
-
* Ссылка на родительскую
|
|
135
|
+
* Ссылка на родительскую ноду overflow: auto
|
|
136
136
|
*/
|
|
137
|
-
|
|
137
|
+
scrollableParentRef?: React.RefObject<HTMLDivElement>;
|
|
138
138
|
};
|
|
139
139
|
declare const NavigationBar: FC<NavigationBarProps>;
|
|
140
140
|
interface BackArrowAddonProps extends React.HTMLAttributes<HTMLButtonElement> {
|
|
@@ -331,8 +331,8 @@ declare const IconButton: React.ForwardRefExoticComponent<{
|
|
|
331
331
|
icon: ElementType<{
|
|
332
332
|
className?: string;
|
|
333
333
|
}>;
|
|
334
|
-
view?: "
|
|
335
|
-
size?: "
|
|
334
|
+
view?: "negative" | "tertiary" | "secondary" | "primary" | "transparent" | undefined;
|
|
335
|
+
size?: "s" | "xs" | "xxs" | undefined;
|
|
336
336
|
className?: string | undefined;
|
|
337
337
|
dataTestId?: string | undefined;
|
|
338
338
|
colors?: "default" | "inverted" | undefined;
|
package/modern/mobile.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 13zs6 */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
} :root {
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
--gap-m: 16px;
|
|
17
17
|
} :root {
|
|
18
18
|
} :root {
|
|
19
|
-
} .input-
|
|
19
|
+
} .input-autocomplete__bottomSheetInput_zbbvd {
|
|
20
20
|
padding: 0 var(--gap-xs) var(--gap-xs);
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
} .input-
|
|
22
|
+
} .input-autocomplete__footer_zbbvd {
|
|
23
23
|
display: flex
|
|
24
|
-
} .input-
|
|
24
|
+
} .input-autocomplete__footer_zbbvd > button + button {
|
|
25
25
|
margin-left: var(--gap-m);
|
|
26
26
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-input-autocomplete",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.12",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"react": "^16.9.0 || ^17.0.1 || ^18.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@alfalab/core-components-button": "^7.1.
|
|
20
|
+
"@alfalab/core-components-button": "^7.1.1",
|
|
21
21
|
"@alfalab/core-components-form-control": "^9.0.3",
|
|
22
|
-
"@alfalab/core-components-input": "^11.1.
|
|
23
|
-
"@alfalab/core-components-select": "^13.2.
|
|
22
|
+
"@alfalab/core-components-input": "^11.1.8",
|
|
23
|
+
"@alfalab/core-components-select": "^13.2.15",
|
|
24
24
|
"@alfalab/hooks": "^1.4.1",
|
|
25
25
|
"classnames": "^2.3.1",
|
|
26
26
|
"lodash.throttle": "^4.1.1",
|