@alfalab/core-components-input-autocomplete 7.0.31 → 7.0.32
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/CHANGELOG.md +8 -0
- package/dist/{Component-fae25239.d.ts → Component-d7da5705.d.ts} +0 -0
- package/dist/{Component-fae25239.js → Component-d7da5705.js} +1 -1
- package/dist/Component.js +1 -1
- package/dist/autocomplete-field/Component.js +1 -1
- package/dist/autocomplete-field/index.css +2 -2
- package/dist/autocomplete-field/index.d.ts +1 -1
- package/dist/autocomplete-field/index.js +1 -1
- package/dist/esm/{Component-c81b0296.d.ts → Component-63f25617.d.ts} +0 -0
- package/dist/esm/{Component-c81b0296.js → Component-63f25617.js} +1 -1
- package/dist/esm/Component.js +1 -1
- package/dist/esm/autocomplete-field/Component.js +1 -1
- package/dist/esm/autocomplete-field/index.css +2 -2
- package/dist/esm/autocomplete-field/index.d.ts +1 -1
- package/dist/esm/autocomplete-field/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/modern/autocomplete-field/Component.js +1 -1
- package/dist/modern/autocomplete-field/index.css +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [7.0.32](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-input-autocomplete@7.0.31...@alfalab/core-components-input-autocomplete@7.0.32) (2022-02-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @alfalab/core-components-input-autocomplete
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [7.0.31](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-input-autocomplete@7.0.30...@alfalab/core-components-input-autocomplete@7.0.31) (2022-02-15)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @alfalab/core-components-input-autocomplete
|
|
File without changes
|
|
@@ -50,7 +50,7 @@ function __rest(s, e) {
|
|
|
50
50
|
return t;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
var styles = {"arrow":"input-
|
|
53
|
+
var styles = {"arrow":"input-autocomplete__arrow_1rwv0","error":"input-autocomplete__error_1rwv0"};
|
|
54
54
|
require('./autocomplete-field/index.css')
|
|
55
55
|
|
|
56
56
|
var AutocompleteField = function (_a) {
|
package/dist/Component.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var autocompleteField_Component = require('./Component-
|
|
5
|
+
var autocompleteField_Component = require('./Component-d7da5705.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var coreComponentsSelect = require('@alfalab/core-components-select');
|
|
8
8
|
require('classnames');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var autocompleteField_Component = require('../Component-
|
|
5
|
+
var autocompleteField_Component = require('../Component-d7da5705.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
require('@alfalab/core-components-input');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../Component-
|
|
1
|
+
export * from "../Component-d7da5705";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var autocompleteField_Component = require('../Component-
|
|
5
|
+
var autocompleteField_Component = require('../Component-d7da5705.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
require('@alfalab/core-components-input');
|
|
File without changes
|
|
@@ -42,7 +42,7 @@ function __rest(s, e) {
|
|
|
42
42
|
return t;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
var styles = {"arrow":"input-
|
|
45
|
+
var styles = {"arrow":"input-autocomplete__arrow_1rwv0","error":"input-autocomplete__error_1rwv0"};
|
|
46
46
|
require('./autocomplete-field/index.css')
|
|
47
47
|
|
|
48
48
|
var AutocompleteField = function (_a) {
|
package/dist/esm/Component.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, A as AutocompleteField } from './Component-
|
|
1
|
+
import { _ as __rest, a as __assign, A as AutocompleteField } from './Component-63f25617.js';
|
|
2
2
|
import React, { forwardRef } from 'react';
|
|
3
3
|
import { BaseSelect, OptionsList, Optgroup, Option } from '@alfalab/core-components-select/dist/esm';
|
|
4
4
|
import 'classnames';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../Component-
|
|
1
|
+
export * from "../Component-63f25617";
|
package/dist/esm/index.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import cn from 'classnames';
|
|
|
3
3
|
import { Input } from '@alfalab/core-components-input/dist/modern';
|
|
4
4
|
import mergeRefs from 'react-merge-refs';
|
|
5
5
|
|
|
6
|
-
var styles = {"arrow":"input-
|
|
6
|
+
var styles = {"arrow":"input-autocomplete__arrow_1rwv0","error":"input-autocomplete__error_1rwv0"};
|
|
7
7
|
require('./index.css')
|
|
8
8
|
|
|
9
9
|
const AutocompleteField = ({ label, placeholder, size, Arrow, Input: Input$1 = Input, value, error, success, hint, disabled, readOnly, onInput, inputProps = {}, innerProps, }) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-input-autocomplete",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.32",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"react": "^16.9.0 || ^17.0.1"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@alfalab/core-components-input": "^8.0.
|
|
23
|
-
"@alfalab/core-components-select": "^10.4.
|
|
22
|
+
"@alfalab/core-components-input": "^8.0.7",
|
|
23
|
+
"@alfalab/core-components-select": "^10.4.5",
|
|
24
24
|
"classnames": "^2.2.6"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "45ff10d1efc81a4a1afb82c6b6eca1b428c7c459"
|
|
27
27
|
}
|