@commercetools-uikit/inputs 12.2.2 → 12.2.6
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.
|
@@ -54,133 +54,89 @@ var searchSelectInput__default = /*#__PURE__*/_interopDefault(searchSelectInput)
|
|
|
54
54
|
|
|
55
55
|
Object.defineProperty(exports, 'AsyncCreatableSelectInput', {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () {
|
|
58
|
-
return asyncCreatableSelectInput__default['default'];
|
|
59
|
-
}
|
|
57
|
+
get: function () { return asyncCreatableSelectInput__default["default"]; }
|
|
60
58
|
});
|
|
61
59
|
Object.defineProperty(exports, 'AsyncSelectInput', {
|
|
62
60
|
enumerable: true,
|
|
63
|
-
get: function () {
|
|
64
|
-
return asyncSelectInput__default['default'];
|
|
65
|
-
}
|
|
61
|
+
get: function () { return asyncSelectInput__default["default"]; }
|
|
66
62
|
});
|
|
67
63
|
Object.defineProperty(exports, 'CreatableSelectInput', {
|
|
68
64
|
enumerable: true,
|
|
69
|
-
get: function () {
|
|
70
|
-
return creatableSelectInput__default['default'];
|
|
71
|
-
}
|
|
65
|
+
get: function () { return creatableSelectInput__default["default"]; }
|
|
72
66
|
});
|
|
73
67
|
Object.defineProperty(exports, 'DateInput', {
|
|
74
68
|
enumerable: true,
|
|
75
|
-
get: function () {
|
|
76
|
-
return dateInput__default['default'];
|
|
77
|
-
}
|
|
69
|
+
get: function () { return dateInput__default["default"]; }
|
|
78
70
|
});
|
|
79
71
|
Object.defineProperty(exports, 'DateRangeInput', {
|
|
80
72
|
enumerable: true,
|
|
81
|
-
get: function () {
|
|
82
|
-
return dateRangeInput__default['default'];
|
|
83
|
-
}
|
|
73
|
+
get: function () { return dateRangeInput__default["default"]; }
|
|
84
74
|
});
|
|
85
75
|
Object.defineProperty(exports, 'DateTimeInput', {
|
|
86
76
|
enumerable: true,
|
|
87
|
-
get: function () {
|
|
88
|
-
return dateTimeInput__default['default'];
|
|
89
|
-
}
|
|
77
|
+
get: function () { return dateTimeInput__default["default"]; }
|
|
90
78
|
});
|
|
91
79
|
Object.defineProperty(exports, 'LocalizedMultilineTextInput', {
|
|
92
80
|
enumerable: true,
|
|
93
|
-
get: function () {
|
|
94
|
-
return localizedMultilineTextInput__default['default'];
|
|
95
|
-
}
|
|
81
|
+
get: function () { return localizedMultilineTextInput__default["default"]; }
|
|
96
82
|
});
|
|
97
83
|
Object.defineProperty(exports, 'LocalizedTextInput', {
|
|
98
84
|
enumerable: true,
|
|
99
|
-
get: function () {
|
|
100
|
-
return localizedTextInput__default['default'];
|
|
101
|
-
}
|
|
85
|
+
get: function () { return localizedTextInput__default["default"]; }
|
|
102
86
|
});
|
|
103
87
|
Object.defineProperty(exports, 'MoneyInput', {
|
|
104
88
|
enumerable: true,
|
|
105
|
-
get: function () {
|
|
106
|
-
return moneyInput__default['default'];
|
|
107
|
-
}
|
|
89
|
+
get: function () { return moneyInput__default["default"]; }
|
|
108
90
|
});
|
|
109
91
|
Object.defineProperty(exports, 'LocalizedMoneyInput', {
|
|
110
92
|
enumerable: true,
|
|
111
|
-
get: function () {
|
|
112
|
-
return localizedMoneyInput__default['default'];
|
|
113
|
-
}
|
|
93
|
+
get: function () { return localizedMoneyInput__default["default"]; }
|
|
114
94
|
});
|
|
115
95
|
Object.defineProperty(exports, 'MultilineTextInput', {
|
|
116
96
|
enumerable: true,
|
|
117
|
-
get: function () {
|
|
118
|
-
return multilineTextInput__default['default'];
|
|
119
|
-
}
|
|
97
|
+
get: function () { return multilineTextInput__default["default"]; }
|
|
120
98
|
});
|
|
121
99
|
Object.defineProperty(exports, 'NumberInput', {
|
|
122
100
|
enumerable: true,
|
|
123
|
-
get: function () {
|
|
124
|
-
return numberInput__default['default'];
|
|
125
|
-
}
|
|
101
|
+
get: function () { return numberInput__default["default"]; }
|
|
126
102
|
});
|
|
127
103
|
Object.defineProperty(exports, 'PasswordInput', {
|
|
128
104
|
enumerable: true,
|
|
129
|
-
get: function () {
|
|
130
|
-
return passwordInput__default['default'];
|
|
131
|
-
}
|
|
105
|
+
get: function () { return passwordInput__default["default"]; }
|
|
132
106
|
});
|
|
133
107
|
Object.defineProperty(exports, 'SelectInput', {
|
|
134
108
|
enumerable: true,
|
|
135
|
-
get: function () {
|
|
136
|
-
return selectInput__default['default'];
|
|
137
|
-
}
|
|
109
|
+
get: function () { return selectInput__default["default"]; }
|
|
138
110
|
});
|
|
139
111
|
Object.defineProperty(exports, 'TextInput', {
|
|
140
112
|
enumerable: true,
|
|
141
|
-
get: function () {
|
|
142
|
-
return textInput__default['default'];
|
|
143
|
-
}
|
|
113
|
+
get: function () { return textInput__default["default"]; }
|
|
144
114
|
});
|
|
145
115
|
Object.defineProperty(exports, 'RichTextInput', {
|
|
146
116
|
enumerable: true,
|
|
147
|
-
get: function () {
|
|
148
|
-
return richTextInput__default['default'];
|
|
149
|
-
}
|
|
117
|
+
get: function () { return richTextInput__default["default"]; }
|
|
150
118
|
});
|
|
151
119
|
Object.defineProperty(exports, 'LocalizedRichTextInput', {
|
|
152
120
|
enumerable: true,
|
|
153
|
-
get: function () {
|
|
154
|
-
return localizedRichTextInput__default['default'];
|
|
155
|
-
}
|
|
121
|
+
get: function () { return localizedRichTextInput__default["default"]; }
|
|
156
122
|
});
|
|
157
123
|
Object.defineProperty(exports, 'TimeInput', {
|
|
158
124
|
enumerable: true,
|
|
159
|
-
get: function () {
|
|
160
|
-
return timeInput__default['default'];
|
|
161
|
-
}
|
|
125
|
+
get: function () { return timeInput__default["default"]; }
|
|
162
126
|
});
|
|
163
127
|
Object.defineProperty(exports, 'ToggleInput', {
|
|
164
128
|
enumerable: true,
|
|
165
|
-
get: function () {
|
|
166
|
-
return toggleInput__default['default'];
|
|
167
|
-
}
|
|
129
|
+
get: function () { return toggleInput__default["default"]; }
|
|
168
130
|
});
|
|
169
131
|
Object.defineProperty(exports, 'CheckboxInput', {
|
|
170
132
|
enumerable: true,
|
|
171
|
-
get: function () {
|
|
172
|
-
return checkboxInput__default['default'];
|
|
173
|
-
}
|
|
133
|
+
get: function () { return checkboxInput__default["default"]; }
|
|
174
134
|
});
|
|
175
135
|
Object.defineProperty(exports, 'RadioInput', {
|
|
176
136
|
enumerable: true,
|
|
177
|
-
get: function () {
|
|
178
|
-
return radioInput__default['default'];
|
|
179
|
-
}
|
|
137
|
+
get: function () { return radioInput__default["default"]; }
|
|
180
138
|
});
|
|
181
139
|
Object.defineProperty(exports, 'SearchSelectInput', {
|
|
182
140
|
enumerable: true,
|
|
183
|
-
get: function () {
|
|
184
|
-
return searchSelectInput__default['default'];
|
|
185
|
-
}
|
|
141
|
+
get: function () { return searchSelectInput__default["default"]; }
|
|
186
142
|
});
|
|
@@ -54,133 +54,89 @@ var searchSelectInput__default = /*#__PURE__*/_interopDefault(searchSelectInput)
|
|
|
54
54
|
|
|
55
55
|
Object.defineProperty(exports, 'AsyncCreatableSelectInput', {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () {
|
|
58
|
-
return asyncCreatableSelectInput__default['default'];
|
|
59
|
-
}
|
|
57
|
+
get: function () { return asyncCreatableSelectInput__default["default"]; }
|
|
60
58
|
});
|
|
61
59
|
Object.defineProperty(exports, 'AsyncSelectInput', {
|
|
62
60
|
enumerable: true,
|
|
63
|
-
get: function () {
|
|
64
|
-
return asyncSelectInput__default['default'];
|
|
65
|
-
}
|
|
61
|
+
get: function () { return asyncSelectInput__default["default"]; }
|
|
66
62
|
});
|
|
67
63
|
Object.defineProperty(exports, 'CreatableSelectInput', {
|
|
68
64
|
enumerable: true,
|
|
69
|
-
get: function () {
|
|
70
|
-
return creatableSelectInput__default['default'];
|
|
71
|
-
}
|
|
65
|
+
get: function () { return creatableSelectInput__default["default"]; }
|
|
72
66
|
});
|
|
73
67
|
Object.defineProperty(exports, 'DateInput', {
|
|
74
68
|
enumerable: true,
|
|
75
|
-
get: function () {
|
|
76
|
-
return dateInput__default['default'];
|
|
77
|
-
}
|
|
69
|
+
get: function () { return dateInput__default["default"]; }
|
|
78
70
|
});
|
|
79
71
|
Object.defineProperty(exports, 'DateRangeInput', {
|
|
80
72
|
enumerable: true,
|
|
81
|
-
get: function () {
|
|
82
|
-
return dateRangeInput__default['default'];
|
|
83
|
-
}
|
|
73
|
+
get: function () { return dateRangeInput__default["default"]; }
|
|
84
74
|
});
|
|
85
75
|
Object.defineProperty(exports, 'DateTimeInput', {
|
|
86
76
|
enumerable: true,
|
|
87
|
-
get: function () {
|
|
88
|
-
return dateTimeInput__default['default'];
|
|
89
|
-
}
|
|
77
|
+
get: function () { return dateTimeInput__default["default"]; }
|
|
90
78
|
});
|
|
91
79
|
Object.defineProperty(exports, 'LocalizedMultilineTextInput', {
|
|
92
80
|
enumerable: true,
|
|
93
|
-
get: function () {
|
|
94
|
-
return localizedMultilineTextInput__default['default'];
|
|
95
|
-
}
|
|
81
|
+
get: function () { return localizedMultilineTextInput__default["default"]; }
|
|
96
82
|
});
|
|
97
83
|
Object.defineProperty(exports, 'LocalizedTextInput', {
|
|
98
84
|
enumerable: true,
|
|
99
|
-
get: function () {
|
|
100
|
-
return localizedTextInput__default['default'];
|
|
101
|
-
}
|
|
85
|
+
get: function () { return localizedTextInput__default["default"]; }
|
|
102
86
|
});
|
|
103
87
|
Object.defineProperty(exports, 'MoneyInput', {
|
|
104
88
|
enumerable: true,
|
|
105
|
-
get: function () {
|
|
106
|
-
return moneyInput__default['default'];
|
|
107
|
-
}
|
|
89
|
+
get: function () { return moneyInput__default["default"]; }
|
|
108
90
|
});
|
|
109
91
|
Object.defineProperty(exports, 'LocalizedMoneyInput', {
|
|
110
92
|
enumerable: true,
|
|
111
|
-
get: function () {
|
|
112
|
-
return localizedMoneyInput__default['default'];
|
|
113
|
-
}
|
|
93
|
+
get: function () { return localizedMoneyInput__default["default"]; }
|
|
114
94
|
});
|
|
115
95
|
Object.defineProperty(exports, 'MultilineTextInput', {
|
|
116
96
|
enumerable: true,
|
|
117
|
-
get: function () {
|
|
118
|
-
return multilineTextInput__default['default'];
|
|
119
|
-
}
|
|
97
|
+
get: function () { return multilineTextInput__default["default"]; }
|
|
120
98
|
});
|
|
121
99
|
Object.defineProperty(exports, 'NumberInput', {
|
|
122
100
|
enumerable: true,
|
|
123
|
-
get: function () {
|
|
124
|
-
return numberInput__default['default'];
|
|
125
|
-
}
|
|
101
|
+
get: function () { return numberInput__default["default"]; }
|
|
126
102
|
});
|
|
127
103
|
Object.defineProperty(exports, 'PasswordInput', {
|
|
128
104
|
enumerable: true,
|
|
129
|
-
get: function () {
|
|
130
|
-
return passwordInput__default['default'];
|
|
131
|
-
}
|
|
105
|
+
get: function () { return passwordInput__default["default"]; }
|
|
132
106
|
});
|
|
133
107
|
Object.defineProperty(exports, 'SelectInput', {
|
|
134
108
|
enumerable: true,
|
|
135
|
-
get: function () {
|
|
136
|
-
return selectInput__default['default'];
|
|
137
|
-
}
|
|
109
|
+
get: function () { return selectInput__default["default"]; }
|
|
138
110
|
});
|
|
139
111
|
Object.defineProperty(exports, 'TextInput', {
|
|
140
112
|
enumerable: true,
|
|
141
|
-
get: function () {
|
|
142
|
-
return textInput__default['default'];
|
|
143
|
-
}
|
|
113
|
+
get: function () { return textInput__default["default"]; }
|
|
144
114
|
});
|
|
145
115
|
Object.defineProperty(exports, 'RichTextInput', {
|
|
146
116
|
enumerable: true,
|
|
147
|
-
get: function () {
|
|
148
|
-
return richTextInput__default['default'];
|
|
149
|
-
}
|
|
117
|
+
get: function () { return richTextInput__default["default"]; }
|
|
150
118
|
});
|
|
151
119
|
Object.defineProperty(exports, 'LocalizedRichTextInput', {
|
|
152
120
|
enumerable: true,
|
|
153
|
-
get: function () {
|
|
154
|
-
return localizedRichTextInput__default['default'];
|
|
155
|
-
}
|
|
121
|
+
get: function () { return localizedRichTextInput__default["default"]; }
|
|
156
122
|
});
|
|
157
123
|
Object.defineProperty(exports, 'TimeInput', {
|
|
158
124
|
enumerable: true,
|
|
159
|
-
get: function () {
|
|
160
|
-
return timeInput__default['default'];
|
|
161
|
-
}
|
|
125
|
+
get: function () { return timeInput__default["default"]; }
|
|
162
126
|
});
|
|
163
127
|
Object.defineProperty(exports, 'ToggleInput', {
|
|
164
128
|
enumerable: true,
|
|
165
|
-
get: function () {
|
|
166
|
-
return toggleInput__default['default'];
|
|
167
|
-
}
|
|
129
|
+
get: function () { return toggleInput__default["default"]; }
|
|
168
130
|
});
|
|
169
131
|
Object.defineProperty(exports, 'CheckboxInput', {
|
|
170
132
|
enumerable: true,
|
|
171
|
-
get: function () {
|
|
172
|
-
return checkboxInput__default['default'];
|
|
173
|
-
}
|
|
133
|
+
get: function () { return checkboxInput__default["default"]; }
|
|
174
134
|
});
|
|
175
135
|
Object.defineProperty(exports, 'RadioInput', {
|
|
176
136
|
enumerable: true,
|
|
177
|
-
get: function () {
|
|
178
|
-
return radioInput__default['default'];
|
|
179
|
-
}
|
|
137
|
+
get: function () { return radioInput__default["default"]; }
|
|
180
138
|
});
|
|
181
139
|
Object.defineProperty(exports, 'SearchSelectInput', {
|
|
182
140
|
enumerable: true,
|
|
183
|
-
get: function () {
|
|
184
|
-
return searchSelectInput__default['default'];
|
|
185
|
-
}
|
|
141
|
+
get: function () { return searchSelectInput__default["default"]; }
|
|
186
142
|
});
|
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": "12.2.
|
|
4
|
+
"version": "12.2.6",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
12
|
"keywords": ["javascript", "design system", "react", "uikit"],
|
|
13
13
|
"license": "MIT",
|
|
14
|
-
"private": false,
|
|
15
14
|
"publishConfig": {
|
|
16
15
|
"access": "public"
|
|
17
16
|
},
|
|
@@ -19,39 +18,36 @@
|
|
|
19
18
|
"main": "dist/commercetools-uikit-inputs.cjs.js",
|
|
20
19
|
"module": "dist/commercetools-uikit-inputs.esm.js",
|
|
21
20
|
"files": ["dist"],
|
|
22
|
-
"scripts": {
|
|
23
|
-
"prepare": "../../scripts/version.js replace"
|
|
24
|
-
},
|
|
25
21
|
"dependencies": {
|
|
26
|
-
"@babel/runtime": "7.
|
|
27
|
-
"@babel/runtime-corejs3": "7.
|
|
28
|
-
"@commercetools-uikit/async-creatable-select-input": "12.2.
|
|
29
|
-
"@commercetools-uikit/async-select-input": "12.2.
|
|
30
|
-
"@commercetools-uikit/checkbox-input": "12.2.
|
|
31
|
-
"@commercetools-uikit/creatable-select-input": "12.2.
|
|
32
|
-
"@commercetools-uikit/date-input": "12.2.
|
|
33
|
-
"@commercetools-uikit/date-range-input": "12.2.
|
|
34
|
-
"@commercetools-uikit/date-time-input": "12.2.
|
|
35
|
-
"@commercetools-uikit/localized-money-input": "12.2.
|
|
36
|
-
"@commercetools-uikit/localized-multiline-text-input": "12.2.
|
|
37
|
-
"@commercetools-uikit/localized-rich-text-input": "12.2.
|
|
38
|
-
"@commercetools-uikit/localized-text-input": "12.2.
|
|
39
|
-
"@commercetools-uikit/money-input": "12.2.
|
|
40
|
-
"@commercetools-uikit/multiline-text-input": "12.2.
|
|
41
|
-
"@commercetools-uikit/number-input": "12.2.
|
|
42
|
-
"@commercetools-uikit/password-input": "12.2.
|
|
43
|
-
"@commercetools-uikit/radio-input": "12.2.
|
|
44
|
-
"@commercetools-uikit/rich-text-input": "12.2.
|
|
45
|
-
"@commercetools-uikit/search-select-input": "12.2.
|
|
46
|
-
"@commercetools-uikit/select-input": "12.2.
|
|
47
|
-
"@commercetools-uikit/text-input": "12.2.
|
|
48
|
-
"@commercetools-uikit/time-input": "12.2.
|
|
49
|
-
"@commercetools-uikit/toggle-input": "12.2.
|
|
22
|
+
"@babel/runtime": "7.16.3",
|
|
23
|
+
"@babel/runtime-corejs3": "7.16.3",
|
|
24
|
+
"@commercetools-uikit/async-creatable-select-input": "12.2.6",
|
|
25
|
+
"@commercetools-uikit/async-select-input": "12.2.6",
|
|
26
|
+
"@commercetools-uikit/checkbox-input": "12.2.6",
|
|
27
|
+
"@commercetools-uikit/creatable-select-input": "12.2.6",
|
|
28
|
+
"@commercetools-uikit/date-input": "12.2.6",
|
|
29
|
+
"@commercetools-uikit/date-range-input": "12.2.6",
|
|
30
|
+
"@commercetools-uikit/date-time-input": "12.2.6",
|
|
31
|
+
"@commercetools-uikit/localized-money-input": "12.2.6",
|
|
32
|
+
"@commercetools-uikit/localized-multiline-text-input": "12.2.6",
|
|
33
|
+
"@commercetools-uikit/localized-rich-text-input": "12.2.6",
|
|
34
|
+
"@commercetools-uikit/localized-text-input": "12.2.6",
|
|
35
|
+
"@commercetools-uikit/money-input": "12.2.6",
|
|
36
|
+
"@commercetools-uikit/multiline-text-input": "12.2.6",
|
|
37
|
+
"@commercetools-uikit/number-input": "12.2.6",
|
|
38
|
+
"@commercetools-uikit/password-input": "12.2.6",
|
|
39
|
+
"@commercetools-uikit/radio-input": "12.2.6",
|
|
40
|
+
"@commercetools-uikit/rich-text-input": "12.2.6",
|
|
41
|
+
"@commercetools-uikit/search-select-input": "12.2.6",
|
|
42
|
+
"@commercetools-uikit/select-input": "12.2.6",
|
|
43
|
+
"@commercetools-uikit/text-input": "12.2.6",
|
|
44
|
+
"@commercetools-uikit/time-input": "12.2.6",
|
|
45
|
+
"@commercetools-uikit/toggle-input": "12.2.6"
|
|
50
46
|
},
|
|
51
47
|
"devDependencies": {
|
|
52
48
|
"react": "17.0.2",
|
|
53
|
-
"react-intl": "5.
|
|
54
|
-
"react-router-dom": "5.
|
|
49
|
+
"react-intl": "5.21.2",
|
|
50
|
+
"react-router-dom": "5.3.0"
|
|
55
51
|
},
|
|
56
52
|
"peerDependencies": {
|
|
57
53
|
"react": "17.x",
|