@clayui/multi-select
Advanced tools
Comparing version 3.98.0 to 3.99.0
@@ -123,2 +123,4 @@ /** | ||
messages?: { | ||
listCount: string; | ||
listCountPlural: string; | ||
loading: string; | ||
@@ -125,0 +127,0 @@ notFound: string; |
@@ -99,2 +99,4 @@ "use strict"; | ||
labelRemoved: 'Label {0} removed to the list', | ||
listCount: '{0} option available.', | ||
listCountPlural: '{0} options available.', | ||
loading: 'Loading...', | ||
@@ -194,2 +196,3 @@ notFound: 'No results found' | ||
defaultItems: !hasAsyncItems ? sourceItems : undefined, | ||
disabled: disabled, | ||
filterKey: locator.label, | ||
@@ -196,0 +199,0 @@ inputName: inputName, |
{ | ||
"name": "@clayui/multi-select", | ||
"version": "3.98.0", | ||
"version": "3.99.0", | ||
"description": "ClayMultiSelect component", | ||
@@ -29,6 +29,6 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@clayui/autocomplete": "^3.98.0", | ||
"@clayui/autocomplete": "^3.99.0", | ||
"@clayui/button": "^3.92.0", | ||
"@clayui/drop-down": "^3.98.0", | ||
"@clayui/form": "^3.96.0", | ||
"@clayui/drop-down": "^3.99.0", | ||
"@clayui/form": "^3.99.0", | ||
"@clayui/icon": "^3.56.0", | ||
@@ -49,3 +49,3 @@ "@clayui/label": "^3.88.0", | ||
], | ||
"gitHead": "678149e2f61a0bf689277a0a17d2b02aee6daf5b" | ||
"gitHead": "235bbede3613b988cc481abc7a76c74c76729c9e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
93185
2001
Updated@clayui/autocomplete@^3.99.0
Updated@clayui/drop-down@^3.99.0
Updated@clayui/form@^3.99.0