@eturnity/eturnity_reusable_components 8.49.1 → 8.49.2

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": "@eturnity/eturnity_reusable_components",
3
- "version": "8.49.1",
3
+ "version": "8.49.2",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -382,9 +382,9 @@
382
382
  default: () => [],
383
383
  },
384
384
  numberSelected: {
385
- type: Number,
386
385
  required: true,
387
386
  default: 0,
387
+ validator: (value) => value === null || typeof value === 'number',
388
388
  },
389
389
  selectedLabel: {
390
390
  type: String,