@types/knockout 3.4.73 → 3.4.74
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 -3
- knockout/index.d.ts +0 -13
- knockout/package.json +21 -21
knockout/README.md
CHANGED
|
@@ -2,15 +2,14 @@
|
|
|
2
2
|
> `npm install --save @types/knockout`
|
|
3
3
|
|
|
4
4
|
# Summary
|
|
5
|
-
This package contains type definitions for
|
|
5
|
+
This package contains type definitions for knockout (http://knockoutjs.com).
|
|
6
6
|
|
|
7
7
|
# Details
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/knockout.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Wed, 18 Oct 2023 05:47:07 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
|
-
* Global values: `ko`
|
|
14
13
|
|
|
15
14
|
# Credits
|
|
16
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), [Leonardo Lombardi](https://github.com/ltlombardi), [Retsam](https://github.com/Retsam), and [Rey Pena](https://github.com/ReyPena).
|
knockout/index.d.ts
CHANGED
|
@@ -1,16 +1,3 @@
|
|
|
1
|
-
// Type definitions for Knockout v3.4.0
|
|
2
|
-
// Project: http://knockoutjs.com
|
|
3
|
-
// Definitions by: Boris Yankov <https://github.com/borisyankov>,
|
|
4
|
-
// Igor Oleinikov <https://github.com/Igorbek>,
|
|
5
|
-
// Clément Bourgeois <https://github.com/moonpyk>,
|
|
6
|
-
// Matt Brooks <https://github.com/EnableSoftware>,
|
|
7
|
-
// Benjamin Eckardt <https://github.com/BenjaminEckardt>,
|
|
8
|
-
// Mathias Lorenzen <https://github.com/ffMathy>,
|
|
9
|
-
// Leonardo Lombardi <https://github.com/ltlombardi>
|
|
10
|
-
// Retsam <https://github.com/Retsam>
|
|
11
|
-
// Rey Pena <https://github.com/ReyPena>
|
|
12
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
13
|
-
|
|
14
1
|
interface KnockoutSubscribableFunctions<T> {
|
|
15
2
|
/**
|
|
16
3
|
* Notify subscribers of knockout "change" event. This doesn't actually change the observable value.
|
knockout/package.json
CHANGED
|
@@ -1,54 +1,54 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/knockout",
|
|
3
|
-
"version": "3.4.
|
|
4
|
-
"description": "TypeScript definitions for
|
|
3
|
+
"version": "3.4.74",
|
|
4
|
+
"description": "TypeScript definitions for knockout",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/knockout",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "Boris Yankov",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "borisyankov",
|
|
11
|
+
"url": "https://github.com/borisyankov"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "Igor Oleinikov",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"githubUsername": "Igorbek",
|
|
16
|
+
"url": "https://github.com/Igorbek"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"name": "Clément Bourgeois",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"githubUsername": "moonpyk",
|
|
21
|
+
"url": "https://github.com/moonpyk"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"name": "Matt Brooks",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
25
|
+
"githubUsername": "EnableSoftware",
|
|
26
|
+
"url": "https://github.com/EnableSoftware"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"name": "Benjamin Eckardt",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
30
|
+
"githubUsername": "BenjaminEckardt",
|
|
31
|
+
"url": "https://github.com/BenjaminEckardt"
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
"name": "Mathias Lorenzen",
|
|
35
|
-
"
|
|
36
|
-
"
|
|
35
|
+
"githubUsername": "ffMathy",
|
|
36
|
+
"url": "https://github.com/ffMathy"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
"name": "Leonardo Lombardi",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
40
|
+
"githubUsername": "ltlombardi",
|
|
41
|
+
"url": "https://github.com/ltlombardi"
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
44
|
"name": "Retsam",
|
|
45
|
-
"
|
|
46
|
-
"
|
|
45
|
+
"githubUsername": "Retsam",
|
|
46
|
+
"url": "https://github.com/Retsam"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"name": "Rey Pena",
|
|
50
|
-
"
|
|
51
|
-
"
|
|
50
|
+
"githubUsername": "ReyPena",
|
|
51
|
+
"url": "https://github.com/ReyPena"
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
54
|
"main": "",
|
|
@@ -60,6 +60,6 @@
|
|
|
60
60
|
},
|
|
61
61
|
"scripts": {},
|
|
62
62
|
"dependencies": {},
|
|
63
|
-
"typesPublisherContentHash": "
|
|
63
|
+
"typesPublisherContentHash": "022e6039a360efd84d36f71fc9f72ebf862b42cc8607f446ac589f9c62625b0e",
|
|
64
64
|
"typeScriptVersion": "4.5"
|
|
65
65
|
}
|