@webitel/ui-datalist 1.1.39 → 1.1.40

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-datalist",
3
- "version": "1.1.39",
3
+ "version": "1.1.40",
4
4
  "description": "Toolkit for building data lists in webitel ui system",
5
5
  "scripts": {
6
6
  "build:types": "vue-tsc -p ./tsconfig.build.json",
@@ -118,6 +118,8 @@ const fillLocalValue = async (filter = props.filter) => {
118
118
  const { items } = await valueSearchMethod(
119
119
  {
120
120
  id: filterValue,
121
+ // -1 returns all records
122
+ size: -1,
121
123
  },
122
124
  {
123
125
  filterValue,