@types/knockout 3.4.76 → 3.4.78
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.
- knockout/README.md +2 -2
- knockout/index.d.ts +1 -0
- knockout/package.json +4 -8
knockout/README.md
CHANGED
|
@@ -8,8 +8,8 @@ This package contains type definitions for knockout (http://knockoutjs.com).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/knockout.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated: Mon,
|
|
11
|
+
* Last updated: Mon, 16 Mar 2026 21:11:59 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
|
15
|
-
These definitions were written by [Boris Yankov](https://github.com/borisyankov), [Igor Oleinikov](https://github.com/Igorbek), [Clément Bourgeois](https://github.com/moonpyk), [Matt Brooks](https://github.com/EnableSoftware), [Benjamin Eckardt](https://github.com/BenjaminEckardt), [Mathias Lorenzen](https://github.com/ffMathy), [
|
|
15
|
+
These definitions were written by [Boris Yankov](https://github.com/borisyankov), [Igor Oleinikov](https://github.com/Igorbek), [Clément Bourgeois](https://github.com/moonpyk), [Matt Brooks](https://github.com/EnableSoftware), [Benjamin Eckardt](https://github.com/BenjaminEckardt), [Mathias Lorenzen](https://github.com/ffMathy), [Retsam](https://github.com/Retsam), and [Rey Pena](https://github.com/ReyPena).
|
knockout/index.d.ts
CHANGED
|
@@ -398,6 +398,7 @@ interface KnockoutBindingHandler<E extends Node = any, V = any, VM = any> {
|
|
|
398
398
|
allBindingsAccessor: KnockoutAllBindingsAccessor,
|
|
399
399
|
viewModel: VM,
|
|
400
400
|
bindingContext: KnockoutBindingContext,
|
|
401
|
+
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
|
|
401
402
|
) => void | { controlsDescendantBindings: boolean })
|
|
402
403
|
| undefined;
|
|
403
404
|
update?:
|
knockout/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/knockout",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.78",
|
|
4
4
|
"description": "TypeScript definitions for knockout",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/knockout",
|
|
6
6
|
"license": "MIT",
|
|
@@ -35,11 +35,6 @@
|
|
|
35
35
|
"githubUsername": "ffMathy",
|
|
36
36
|
"url": "https://github.com/ffMathy"
|
|
37
37
|
},
|
|
38
|
-
{
|
|
39
|
-
"name": "Leonardo Lombardi",
|
|
40
|
-
"githubUsername": "ltlombardi",
|
|
41
|
-
"url": "https://github.com/ltlombardi"
|
|
42
|
-
},
|
|
43
38
|
{
|
|
44
39
|
"name": "Retsam",
|
|
45
40
|
"githubUsername": "Retsam",
|
|
@@ -60,6 +55,7 @@
|
|
|
60
55
|
},
|
|
61
56
|
"scripts": {},
|
|
62
57
|
"dependencies": {},
|
|
63
|
-
"
|
|
64
|
-
"
|
|
58
|
+
"peerDependencies": {},
|
|
59
|
+
"typesPublisherContentHash": "de86447a2e728811525022e26dda247e0fe0e8939bb75d2f667fd93eaf5e2477",
|
|
60
|
+
"typeScriptVersion": "5.2"
|
|
65
61
|
}
|