@rebilly/revel 6.24.3 → 6.24.5

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [6.24.5](https://github.com/Rebilly/rebilly/compare/revel-v6.24.4...revel-v6.24.5) (2024-05-03)
2
+
3
+ ## [6.24.4](https://github.com/Rebilly/rebilly/compare/revel-v6.24.3...revel-v6.24.4) (2024-05-03)
4
+
1
5
  ## [6.24.3](https://github.com/Rebilly/rebilly/compare/revel-v6.24.2...revel-v6.24.3) (2024-05-03)
2
6
 
3
7
  ## [6.24.2](https://github.com/Rebilly/rebilly/compare/revel-v6.24.1...revel-v6.24.2) (2024-05-03)
@@ -342,7 +342,7 @@ declare const _default: import("vue").DefineComponent<{
342
342
  valueKeys(): unknown[];
343
343
  visibleElements(): number;
344
344
  visibleValues(): OptionItem[];
345
- computedIsAsync(): true;
345
+ computedIsAsync(): boolean;
346
346
  computedIsLoading(): boolean;
347
347
  computedValueProps(): any;
348
348
  computedAsyncLastOptions(): Options | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/revel",
3
- "version": "6.24.3",
3
+ "version": "6.24.5",
4
4
  "files": [
5
5
  "dist",
6
6
  "CHANGELOG.md"