@types/selectize 0.12.36 → 0.12.38
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.
- selectize/README.md +2 -3
- selectize/index.d.ts +0 -6
- selectize/package.json +7 -7
selectize/README.md
CHANGED
|
@@ -2,15 +2,14 @@
|
|
|
2
2
|
> `npm install --save @types/selectize`
|
|
3
3
|
|
|
4
4
|
# Summary
|
|
5
|
-
This package contains type definitions for
|
|
5
|
+
This package contains type definitions for selectize (https://github.com/brianreavis/selectize.js).
|
|
6
6
|
|
|
7
7
|
# Details
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selectize.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
|
-
* Global values: none
|
|
14
13
|
|
|
15
14
|
# Credits
|
|
16
15
|
These definitions were written by [Adi Dahiya](https://github.com/adidahiya), and [Natalie Bausch](https://github.com/naBausch).
|
selectize/index.d.ts
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
// Type definitions for Selectize 0.12.14
|
|
2
|
-
// Project: https://github.com/brianreavis/selectize.js
|
|
3
|
-
// Definitions by: Adi Dahiya <https://github.com/adidahiya>, Natalie Bausch <https://github.com/naBausch>
|
|
4
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
5
|
-
// TypeScript Version: 2.3
|
|
6
|
-
|
|
7
1
|
declare namespace Selectize {
|
|
8
2
|
// see https://github.com/brianreavis/selectize.js/blob/master/docs/usage.md
|
|
9
3
|
// option identifiers are parameterized by T; data is parameterized by U
|
selectize/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/selectize",
|
|
3
|
-
"version": "0.12.
|
|
4
|
-
"description": "TypeScript definitions for
|
|
3
|
+
"version": "0.12.38",
|
|
4
|
+
"description": "TypeScript definitions for selectize",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selectize",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "Adi Dahiya",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "adidahiya",
|
|
11
|
+
"url": "https://github.com/adidahiya"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "Natalie Bausch",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"githubUsername": "naBausch",
|
|
16
|
+
"url": "https://github.com/naBausch"
|
|
17
17
|
}
|
|
18
18
|
],
|
|
19
19
|
"main": "",
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
},
|
|
26
26
|
"scripts": {},
|
|
27
27
|
"dependencies": {},
|
|
28
|
-
"typesPublisherContentHash": "
|
|
28
|
+
"typesPublisherContentHash": "086f71796104200388de039cf113cfbfeec5ee4b8133dd2801d8ce8b26d7b93e",
|
|
29
29
|
"typeScriptVersion": "4.5"
|
|
30
30
|
}
|