@webitel/ui-datalist 1.1.31 → 1.1.32

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.31",
3
+ "version": "1.1.32",
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",
@@ -45,7 +45,7 @@
45
45
  "zod": "^4.x"
46
46
  },
47
47
  "devDependencies": {
48
- "@biomejs/biome": "2.4.10",
48
+ "@biomejs/biome": "2.4.16",
49
49
  "@standard-schema/spec": "^1.x",
50
50
  "@tsconfig/node22": "^22.0.0",
51
51
  "@types/node": "^24.x",
@@ -81,7 +81,9 @@ onClickOutside(
81
81
  ignore: [
82
82
  '.wt-chip',
83
83
  '.p-popover',
84
- ], // Exclude activator and popover
84
+ '.p-select-overlay',
85
+ '.p-multiselect-overlay',
86
+ ], // Exclude activator, popover content, and teleported select/multiselect panels
85
87
  },
86
88
  );
87
89
  </script>