@commercetools-uikit/inputs 15.11.2 → 15.12.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.
|
@@ -24,6 +24,7 @@ var toggleInput = require('@commercetools-uikit/toggle-input');
|
|
|
24
24
|
var checkboxInput = require('@commercetools-uikit/checkbox-input');
|
|
25
25
|
var radioInput = require('@commercetools-uikit/radio-input');
|
|
26
26
|
var searchSelectInput = require('@commercetools-uikit/search-select-input');
|
|
27
|
+
var searchTextInput = require('@commercetools-uikit/search-text-input');
|
|
27
28
|
|
|
28
29
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
29
30
|
|
|
@@ -49,6 +50,7 @@ var toggleInput__default = /*#__PURE__*/_interopDefault(toggleInput);
|
|
|
49
50
|
var checkboxInput__default = /*#__PURE__*/_interopDefault(checkboxInput);
|
|
50
51
|
var radioInput__default = /*#__PURE__*/_interopDefault(radioInput);
|
|
51
52
|
var searchSelectInput__default = /*#__PURE__*/_interopDefault(searchSelectInput);
|
|
53
|
+
var searchTextInput__default = /*#__PURE__*/_interopDefault(searchTextInput);
|
|
52
54
|
|
|
53
55
|
|
|
54
56
|
|
|
@@ -140,3 +142,7 @@ Object.defineProperty(exports, 'SearchSelectInput', {
|
|
|
140
142
|
enumerable: true,
|
|
141
143
|
get: function () { return searchSelectInput__default["default"]; }
|
|
142
144
|
});
|
|
145
|
+
Object.defineProperty(exports, 'SearchTextInput', {
|
|
146
|
+
enumerable: true,
|
|
147
|
+
get: function () { return searchTextInput__default["default"]; }
|
|
148
|
+
});
|
|
@@ -24,6 +24,7 @@ var toggleInput = require('@commercetools-uikit/toggle-input');
|
|
|
24
24
|
var checkboxInput = require('@commercetools-uikit/checkbox-input');
|
|
25
25
|
var radioInput = require('@commercetools-uikit/radio-input');
|
|
26
26
|
var searchSelectInput = require('@commercetools-uikit/search-select-input');
|
|
27
|
+
var searchTextInput = require('@commercetools-uikit/search-text-input');
|
|
27
28
|
|
|
28
29
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
29
30
|
|
|
@@ -49,6 +50,7 @@ var toggleInput__default = /*#__PURE__*/_interopDefault(toggleInput);
|
|
|
49
50
|
var checkboxInput__default = /*#__PURE__*/_interopDefault(checkboxInput);
|
|
50
51
|
var radioInput__default = /*#__PURE__*/_interopDefault(radioInput);
|
|
51
52
|
var searchSelectInput__default = /*#__PURE__*/_interopDefault(searchSelectInput);
|
|
53
|
+
var searchTextInput__default = /*#__PURE__*/_interopDefault(searchTextInput);
|
|
52
54
|
|
|
53
55
|
|
|
54
56
|
|
|
@@ -140,3 +142,7 @@ Object.defineProperty(exports, 'SearchSelectInput', {
|
|
|
140
142
|
enumerable: true,
|
|
141
143
|
get: function () { return searchSelectInput__default["default"]; }
|
|
142
144
|
});
|
|
145
|
+
Object.defineProperty(exports, 'SearchTextInput', {
|
|
146
|
+
enumerable: true,
|
|
147
|
+
get: function () { return searchTextInput__default["default"]; }
|
|
148
|
+
});
|
|
@@ -20,3 +20,4 @@ export { default as ToggleInput } from '@commercetools-uikit/toggle-input';
|
|
|
20
20
|
export { default as CheckboxInput } from '@commercetools-uikit/checkbox-input';
|
|
21
21
|
export { default as RadioInput } from '@commercetools-uikit/radio-input';
|
|
22
22
|
export { default as SearchSelectInput } from '@commercetools-uikit/search-select-input';
|
|
23
|
+
export { default as SearchTextInput } from '@commercetools-uikit/search-text-input';
|
|
@@ -20,3 +20,4 @@ export { default as ToggleInput } from '@commercetools-uikit/toggle-input';
|
|
|
20
20
|
export { default as CheckboxInput } from '@commercetools-uikit/checkbox-input';
|
|
21
21
|
export { default as RadioInput } from '@commercetools-uikit/radio-input';
|
|
22
22
|
export { default as SearchSelectInput } from '@commercetools-uikit/search-select-input';
|
|
23
|
+
export { default as SearchTextInput } from '@commercetools-uikit/search-text-input';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/inputs",
|
|
3
3
|
"description": "A preset of all the UI-Kit inputs components.",
|
|
4
|
-
"version": "15.
|
|
4
|
+
"version": "15.12.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -19,30 +19,31 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-inputs.esm.js",
|
|
20
20
|
"files": ["dist"],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/runtime": "^7.
|
|
23
|
-
"@babel/runtime-corejs3": "^7.
|
|
24
|
-
"@commercetools-uikit/async-creatable-select-input": "15.
|
|
25
|
-
"@commercetools-uikit/async-select-input": "15.
|
|
26
|
-
"@commercetools-uikit/checkbox-input": "15.
|
|
27
|
-
"@commercetools-uikit/creatable-select-input": "15.
|
|
28
|
-
"@commercetools-uikit/date-input": "15.
|
|
29
|
-
"@commercetools-uikit/date-range-input": "15.
|
|
30
|
-
"@commercetools-uikit/date-time-input": "15.
|
|
31
|
-
"@commercetools-uikit/localized-money-input": "15.
|
|
32
|
-
"@commercetools-uikit/localized-multiline-text-input": "15.
|
|
33
|
-
"@commercetools-uikit/localized-rich-text-input": "15.
|
|
34
|
-
"@commercetools-uikit/localized-text-input": "15.
|
|
35
|
-
"@commercetools-uikit/money-input": "15.
|
|
36
|
-
"@commercetools-uikit/multiline-text-input": "15.
|
|
37
|
-
"@commercetools-uikit/number-input": "15.
|
|
38
|
-
"@commercetools-uikit/password-input": "15.
|
|
39
|
-
"@commercetools-uikit/radio-input": "15.
|
|
40
|
-
"@commercetools-uikit/rich-text-input": "15.
|
|
41
|
-
"@commercetools-uikit/search-select-input": "15.
|
|
42
|
-
"@commercetools-uikit/
|
|
43
|
-
"@commercetools-uikit/
|
|
44
|
-
"@commercetools-uikit/
|
|
45
|
-
"@commercetools-uikit/
|
|
22
|
+
"@babel/runtime": "^7.20.13",
|
|
23
|
+
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
+
"@commercetools-uikit/async-creatable-select-input": "15.12.0",
|
|
25
|
+
"@commercetools-uikit/async-select-input": "15.12.0",
|
|
26
|
+
"@commercetools-uikit/checkbox-input": "15.12.0",
|
|
27
|
+
"@commercetools-uikit/creatable-select-input": "15.12.0",
|
|
28
|
+
"@commercetools-uikit/date-input": "15.12.0",
|
|
29
|
+
"@commercetools-uikit/date-range-input": "15.12.0",
|
|
30
|
+
"@commercetools-uikit/date-time-input": "15.12.0",
|
|
31
|
+
"@commercetools-uikit/localized-money-input": "15.12.0",
|
|
32
|
+
"@commercetools-uikit/localized-multiline-text-input": "15.12.0",
|
|
33
|
+
"@commercetools-uikit/localized-rich-text-input": "15.12.0",
|
|
34
|
+
"@commercetools-uikit/localized-text-input": "15.12.0",
|
|
35
|
+
"@commercetools-uikit/money-input": "15.12.0",
|
|
36
|
+
"@commercetools-uikit/multiline-text-input": "15.12.0",
|
|
37
|
+
"@commercetools-uikit/number-input": "15.12.0",
|
|
38
|
+
"@commercetools-uikit/password-input": "15.12.0",
|
|
39
|
+
"@commercetools-uikit/radio-input": "15.12.0",
|
|
40
|
+
"@commercetools-uikit/rich-text-input": "15.12.0",
|
|
41
|
+
"@commercetools-uikit/search-select-input": "15.12.0",
|
|
42
|
+
"@commercetools-uikit/search-text-input": "15.12.0",
|
|
43
|
+
"@commercetools-uikit/select-input": "15.12.0",
|
|
44
|
+
"@commercetools-uikit/text-input": "15.12.0",
|
|
45
|
+
"@commercetools-uikit/time-input": "15.12.0",
|
|
46
|
+
"@commercetools-uikit/toggle-input": "15.12.0"
|
|
46
47
|
},
|
|
47
48
|
"devDependencies": {
|
|
48
49
|
"react": "17.0.2",
|