@commercetools-frontend/ui-kit 19.13.0 → 19.14.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.
@@ -89,7 +89,7 @@ var text__default = /*#__PURE__*/_interopDefault(text);
89
89
  var viewSwitcher__default = /*#__PURE__*/_interopDefault(viewSwitcher);
90
90
 
91
91
  // NOTE: This string will be replaced on build time with the package version.
92
- var version = "19.13.0";
92
+ var version = "19.14.0";
93
93
 
94
94
  exports.i18n = i18n__namespace;
95
95
  Object.defineProperty(exports, 'LeadingIcon', {
@@ -89,7 +89,7 @@ var text__default = /*#__PURE__*/_interopDefault(text);
89
89
  var viewSwitcher__default = /*#__PURE__*/_interopDefault(viewSwitcher);
90
90
 
91
91
  // NOTE: This string will be replaced on build time with the package version.
92
- var version = "19.13.0";
92
+ var version = "19.14.0";
93
93
 
94
94
  exports.i18n = i18n__namespace;
95
95
  Object.defineProperty(exports, 'LeadingIcon', {
@@ -38,6 +38,6 @@ export { useDataTableSortingState, usePaginationState, useRowSelection, useSorti
38
38
  export { customProperties, designTokens } from '@commercetools-uikit/design-system';
39
39
 
40
40
  // NOTE: This string will be replaced on build time with the package version.
41
- var version = "19.13.0";
41
+ var version = "19.14.0";
42
42
 
43
43
  export { version };
@@ -1,4 +1,8 @@
1
1
  {
2
+ "UIKit.AddFilterButton.addFilterButtonLabel": {
3
+ "developer_comment": "Label for the add filter button",
4
+ "string": "Add filter"
5
+ },
2
6
  "UIKit.CalendarHeader.nextMonthTooltip": {
3
7
  "developer_comment": "Tooltip title when user hovers the next month button",
4
8
  "string": "Next month"
@@ -23,6 +27,10 @@
23
27
  "developer_comment": "Label for the clear all button",
24
28
  "string": "Clear all"
25
29
  },
30
+ "UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel": {
31
+ "developer_comment": "Label for the clear all filters button",
32
+ "string": "Clear all"
33
+ },
26
34
  "UIKit.ClearButton.clearButtonLabel": {
27
35
  "developer_comment": "Label for the clear button",
28
36
  "string": "Clear"
@@ -119,6 +127,10 @@
119
127
  "developer_comment": "Error message for missing required value",
120
128
  "string": "This field is required. Provide a value."
121
129
  },
130
+ "UIKit.FiltersButton.filtersButtonLabel": {
131
+ "developer_comment": "Label for the filters button",
132
+ "string": "Filters"
133
+ },
122
134
  "UIKit.LocalizedMoneyInput.hide": {
123
135
  "developer_comment": "Hide currencies button",
124
136
  "string": "Hide currencies ({remainingCurrencies})"
@@ -303,6 +315,10 @@
303
315
  "developer_comment": "Default input placeholder text",
304
316
  "string": "Select..."
305
317
  },
318
+ "UIKit.SelectInput.selectInputAsFilterPlaceholder": {
319
+ "developer_comment": "Default input placeholder text when used as filter",
320
+ "string": "Search"
321
+ },
306
322
  "UIKit.TimeInput.placeholder": {
307
323
  "developer_comment": "Placeholder for time input",
308
324
  "string": "HH:mm AM/PM"
package/i18n/data/de.json CHANGED
@@ -19,6 +19,10 @@
19
19
  "developer_comment": "Tooltip title when user hovers the today button",
20
20
  "string": "Heute"
21
21
  },
22
+ "UIKit.ClearAllButton.clearAllButtonLabel": {
23
+ "developer_comment": "Label for the clear all button",
24
+ "string": "Alle löschen"
25
+ },
22
26
  "UIKit.ClearButton.clearButtonLabel": {
23
27
  "developer_comment": "Label for the clear button",
24
28
  "string": "Zurücksetzen"
@@ -55,6 +59,10 @@
55
59
  "developer_comment": "Message for the visible columns section.",
56
60
  "string": "Angezeigte Spalten"
57
61
  },
62
+ "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
63
+ "developer_comment": "Label for custom settings manager close button.",
64
+ "string": "Schließen"
65
+ },
58
66
  "UIKit.DataTableManager.DensityManager.closeButtonLabel": {
59
67
  "developer_comment": "Label for density manager close button.",
60
68
  "string": "Schließen"
@@ -147,6 +155,14 @@
147
155
  "developer_comment": "The label for \"expand\" action",
148
156
  "string": "Einblenden"
149
157
  },
158
+ "UIKit.NumberField.aboveMaxError": {
159
+ "developer_comment": "An error message to show when the value is above the maximum",
160
+ "string": "Der Wert muss kleiner oder gleich {max} sein."
161
+ },
162
+ "UIKit.NumberField.belowMinError": {
163
+ "developer_comment": "An error message to show when the value is below the minimum",
164
+ "string": "Der Wert muss größer oder gleich {min} sein."
165
+ },
150
166
  "UIKit.Pagination.PageNavigator.nextPageLabel": {
151
167
  "developer_comment": "Label for next page button",
152
168
  "string": "Nächste Seite"
package/i18n/data/en.json CHANGED
@@ -19,6 +19,10 @@
19
19
  "developer_comment": "Tooltip title when user hovers the today button",
20
20
  "string": "Today"
21
21
  },
22
+ "UIKit.ClearAllButton.clearAllButtonLabel": {
23
+ "developer_comment": "Label for the clear all button",
24
+ "string": "Clear all"
25
+ },
22
26
  "UIKit.ClearButton.clearButtonLabel": {
23
27
  "developer_comment": "Label for the clear button",
24
28
  "string": "Clear"
@@ -55,6 +59,10 @@
55
59
  "developer_comment": "Message for the visible columns section.",
56
60
  "string": "Visible columns"
57
61
  },
62
+ "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
63
+ "developer_comment": "Label for custom settings manager close button.",
64
+ "string": "Close"
65
+ },
58
66
  "UIKit.DataTableManager.DensityManager.closeButtonLabel": {
59
67
  "developer_comment": "Label for density manager close button.",
60
68
  "string": "Close"
@@ -147,6 +155,14 @@
147
155
  "developer_comment": "The label for \"expand\" action",
148
156
  "string": "Expand"
149
157
  },
158
+ "UIKit.NumberField.aboveMaxError": {
159
+ "developer_comment": "An error message to show when the value is above the maximum",
160
+ "string": "Value must be less than or equal to {max}."
161
+ },
162
+ "UIKit.NumberField.belowMinError": {
163
+ "developer_comment": "An error message to show when the value is below the minimum",
164
+ "string": "Value must be greater than or equal to {min}."
165
+ },
150
166
  "UIKit.Pagination.PageNavigator.nextPageLabel": {
151
167
  "developer_comment": "Label for next page button",
152
168
  "string": "Next page"
package/i18n/data/es.json CHANGED
@@ -19,6 +19,10 @@
19
19
  "developer_comment": "Tooltip title when user hovers the today button",
20
20
  "string": "Hoy"
21
21
  },
22
+ "UIKit.ClearAllButton.clearAllButtonLabel": {
23
+ "developer_comment": "Label for the clear all button",
24
+ "string": "Borrar todo"
25
+ },
22
26
  "UIKit.ClearButton.clearButtonLabel": {
23
27
  "developer_comment": "Label for the clear button",
24
28
  "string": "Borrar"
@@ -55,6 +59,10 @@
55
59
  "developer_comment": "Message for the visible columns section.",
56
60
  "string": "Columnas visibles"
57
61
  },
62
+ "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
63
+ "developer_comment": "Label for custom settings manager close button.",
64
+ "string": "Cerrar"
65
+ },
58
66
  "UIKit.DataTableManager.DensityManager.closeButtonLabel": {
59
67
  "developer_comment": "Label for density manager close button.",
60
68
  "string": "Cerrar"
@@ -147,6 +155,14 @@
147
155
  "developer_comment": "The label for \"expand\" action",
148
156
  "string": "Expandir"
149
157
  },
158
+ "UIKit.NumberField.aboveMaxError": {
159
+ "developer_comment": "An error message to show when the value is above the maximum",
160
+ "string": "El valor debe ser menor o igual que {max}."
161
+ },
162
+ "UIKit.NumberField.belowMinError": {
163
+ "developer_comment": "An error message to show when the value is below the minimum",
164
+ "string": "El valor debe ser mayor o igual que {min}."
165
+ },
150
166
  "UIKit.Pagination.PageNavigator.nextPageLabel": {
151
167
  "developer_comment": "Label for next page button",
152
168
  "string": "Siguiente página"
@@ -19,6 +19,10 @@
19
19
  "developer_comment": "Tooltip title when user hovers the today button",
20
20
  "string": "Aujourd'hui"
21
21
  },
22
+ "UIKit.ClearAllButton.clearAllButtonLabel": {
23
+ "developer_comment": "Label for the clear all button",
24
+ "string": "Tout effacer"
25
+ },
22
26
  "UIKit.ClearButton.clearButtonLabel": {
23
27
  "developer_comment": "Label for the clear button",
24
28
  "string": "Effacer"
@@ -55,6 +59,10 @@
55
59
  "developer_comment": "Message for the visible columns section.",
56
60
  "string": "Colonnes visibles"
57
61
  },
62
+ "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
63
+ "developer_comment": "Label for custom settings manager close button.",
64
+ "string": "Fermer"
65
+ },
58
66
  "UIKit.DataTableManager.DensityManager.closeButtonLabel": {
59
67
  "developer_comment": "Label for density manager close button.",
60
68
  "string": "Fermer"
@@ -147,6 +155,14 @@
147
155
  "developer_comment": "The label for \"expand\" action",
148
156
  "string": "Développer"
149
157
  },
158
+ "UIKit.NumberField.aboveMaxError": {
159
+ "developer_comment": "An error message to show when the value is above the maximum",
160
+ "string": "La valeur doit être inférieure ou égale à {max}."
161
+ },
162
+ "UIKit.NumberField.belowMinError": {
163
+ "developer_comment": "An error message to show when the value is below the minimum",
164
+ "string": "La valeur doit être supérieure ou égale à {min}."
165
+ },
150
166
  "UIKit.Pagination.PageNavigator.nextPageLabel": {
151
167
  "developer_comment": "Label for next page button",
152
168
  "string": "Page suivante"
@@ -19,6 +19,10 @@
19
19
  "developer_comment": "Tooltip title when user hovers the today button",
20
20
  "string": "Hoje"
21
21
  },
22
+ "UIKit.ClearAllButton.clearAllButtonLabel": {
23
+ "developer_comment": "Label for the clear all button",
24
+ "string": "Limpar tudo"
25
+ },
22
26
  "UIKit.ClearButton.clearButtonLabel": {
23
27
  "developer_comment": "Label for the clear button",
24
28
  "string": "Limpar"
@@ -55,6 +59,10 @@
55
59
  "developer_comment": "Message for the visible columns section.",
56
60
  "string": "Colunas visíveis"
57
61
  },
62
+ "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
63
+ "developer_comment": "Label for custom settings manager close button.",
64
+ "string": "Fechar"
65
+ },
58
66
  "UIKit.DataTableManager.DensityManager.closeButtonLabel": {
59
67
  "developer_comment": "Label for density manager close button.",
60
68
  "string": "Fechar"
@@ -147,6 +155,14 @@
147
155
  "developer_comment": "The label for \"expand\" action",
148
156
  "string": "Expandir"
149
157
  },
158
+ "UIKit.NumberField.aboveMaxError": {
159
+ "developer_comment": "An error message to show when the value is above the maximum",
160
+ "string": "O valor deve ser menor que ou igual a {max}."
161
+ },
162
+ "UIKit.NumberField.belowMinError": {
163
+ "developer_comment": "An error message to show when the value is below the minimum",
164
+ "string": "O valor deve ser maior que ou igual a {min}."
165
+ },
150
166
  "UIKit.Pagination.PageNavigator.nextPageLabel": {
151
167
  "developer_comment": "Label for next page button",
152
168
  "string": "Próxima página"
@@ -19,6 +19,10 @@
19
19
  "developer_comment": "Tooltip title when user hovers the today button",
20
20
  "string": "今天"
21
21
  },
22
+ "UIKit.ClearAllButton.clearAllButtonLabel": {
23
+ "developer_comment": "Label for the clear all button",
24
+ "string": "全部清除"
25
+ },
22
26
  "UIKit.ClearButton.clearButtonLabel": {
23
27
  "developer_comment": "Label for the clear button",
24
28
  "string": "清除"
@@ -55,6 +59,10 @@
55
59
  "developer_comment": "Message for the visible columns section.",
56
60
  "string": "可见列"
57
61
  },
62
+ "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
63
+ "developer_comment": "Label for custom settings manager close button.",
64
+ "string": "关闭"
65
+ },
58
66
  "UIKit.DataTableManager.DensityManager.closeButtonLabel": {
59
67
  "developer_comment": "Label for density manager close button.",
60
68
  "string": "关闭"
@@ -147,6 +155,14 @@
147
155
  "developer_comment": "The label for \"expand\" action",
148
156
  "string": "扩展"
149
157
  },
158
+ "UIKit.NumberField.aboveMaxError": {
159
+ "developer_comment": "An error message to show when the value is above the maximum",
160
+ "string": "值必须小于或等于 {max}。"
161
+ },
162
+ "UIKit.NumberField.belowMinError": {
163
+ "developer_comment": "An error message to show when the value is below the minimum",
164
+ "string": "值必须大于或等于 {min}。"
165
+ },
150
166
  "UIKit.Pagination.PageNavigator.nextPageLabel": {
151
167
  "developer_comment": "Label for next page button",
152
168
  "string": "下一页"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/ui-kit",
3
3
  "description": "A preset of all the UI-Kit components.",
4
- "version": "19.13.0",
4
+ "version": "19.14.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,42 +24,42 @@
24
24
  "dependencies": {
25
25
  "@babel/runtime": "^7.20.13",
26
26
  "@babel/runtime-corejs3": "^7.20.13",
27
- "@commercetools-uikit/accessible-hidden": "19.13.0",
28
- "@commercetools-uikit/avatar": "19.13.0",
29
- "@commercetools-uikit/buttons": "19.13.0",
30
- "@commercetools-uikit/card": "19.13.0",
31
- "@commercetools-uikit/collapsible": "19.13.0",
32
- "@commercetools-uikit/collapsible-motion": "19.13.0",
33
- "@commercetools-uikit/collapsible-panel": "19.13.0",
34
- "@commercetools-uikit/constraints": "19.13.0",
35
- "@commercetools-uikit/data-table": "19.13.0",
36
- "@commercetools-uikit/data-table-manager": "19.13.0",
37
- "@commercetools-uikit/design-system": "19.13.0",
38
- "@commercetools-uikit/dropdown-menu": "19.13.0",
39
- "@commercetools-uikit/field-errors": "19.13.0",
40
- "@commercetools-uikit/field-label": "19.13.0",
41
- "@commercetools-uikit/fields": "19.13.0",
42
- "@commercetools-uikit/grid": "19.13.0",
43
- "@commercetools-uikit/hooks": "19.13.0",
44
- "@commercetools-uikit/i18n": "19.13.0",
45
- "@commercetools-uikit/icons": "19.13.0",
46
- "@commercetools-uikit/inputs": "19.13.0",
47
- "@commercetools-uikit/label": "19.13.0",
48
- "@commercetools-uikit/link": "19.13.0",
49
- "@commercetools-uikit/loading-spinner": "19.13.0",
50
- "@commercetools-uikit/messages": "19.13.0",
51
- "@commercetools-uikit/notifications": "19.13.0",
52
- "@commercetools-uikit/pagination": "19.13.0",
53
- "@commercetools-uikit/primary-action-dropdown": "19.13.0",
54
- "@commercetools-uikit/progress-bar": "19.13.0",
55
- "@commercetools-uikit/selectable-search-input": "19.13.0",
56
- "@commercetools-uikit/spacings": "19.13.0",
57
- "@commercetools-uikit/stamp": "19.13.0",
58
- "@commercetools-uikit/tag": "19.13.0",
59
- "@commercetools-uikit/text": "19.13.0",
60
- "@commercetools-uikit/tooltip": "19.13.0",
61
- "@commercetools-uikit/utils": "19.13.0",
62
- "@commercetools-uikit/view-switcher": "19.13.0"
27
+ "@commercetools-uikit/accessible-hidden": "19.14.0",
28
+ "@commercetools-uikit/avatar": "19.14.0",
29
+ "@commercetools-uikit/buttons": "19.14.0",
30
+ "@commercetools-uikit/card": "19.14.0",
31
+ "@commercetools-uikit/collapsible": "19.14.0",
32
+ "@commercetools-uikit/collapsible-motion": "19.14.0",
33
+ "@commercetools-uikit/collapsible-panel": "19.14.0",
34
+ "@commercetools-uikit/constraints": "19.14.0",
35
+ "@commercetools-uikit/data-table": "19.14.0",
36
+ "@commercetools-uikit/data-table-manager": "19.14.0",
37
+ "@commercetools-uikit/design-system": "19.14.0",
38
+ "@commercetools-uikit/dropdown-menu": "19.14.0",
39
+ "@commercetools-uikit/field-errors": "19.14.0",
40
+ "@commercetools-uikit/field-label": "19.14.0",
41
+ "@commercetools-uikit/fields": "19.14.0",
42
+ "@commercetools-uikit/grid": "19.14.0",
43
+ "@commercetools-uikit/hooks": "19.14.0",
44
+ "@commercetools-uikit/i18n": "19.14.0",
45
+ "@commercetools-uikit/icons": "19.14.0",
46
+ "@commercetools-uikit/inputs": "19.14.0",
47
+ "@commercetools-uikit/label": "19.14.0",
48
+ "@commercetools-uikit/link": "19.14.0",
49
+ "@commercetools-uikit/loading-spinner": "19.14.0",
50
+ "@commercetools-uikit/messages": "19.14.0",
51
+ "@commercetools-uikit/notifications": "19.14.0",
52
+ "@commercetools-uikit/pagination": "19.14.0",
53
+ "@commercetools-uikit/primary-action-dropdown": "19.14.0",
54
+ "@commercetools-uikit/progress-bar": "19.14.0",
55
+ "@commercetools-uikit/selectable-search-input": "19.14.0",
56
+ "@commercetools-uikit/spacings": "19.14.0",
57
+ "@commercetools-uikit/stamp": "19.14.0",
58
+ "@commercetools-uikit/tag": "19.14.0",
59
+ "@commercetools-uikit/text": "19.14.0",
60
+ "@commercetools-uikit/tooltip": "19.14.0",
61
+ "@commercetools-uikit/utils": "19.14.0",
62
+ "@commercetools-uikit/view-switcher": "19.14.0"
63
63
  },
64
64
  "devDependencies": {
65
65
  "moment": "2.30.1",