Skip to content

Commit eab6b18

Browse files
author
Pradeep Terli
committed
docs update
1 parent 422d8a0 commit eab6b18

11 files changed

+209
-143
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Angular 2/4/6/8 Multiselect Dropdown - Updated to work with Angular 13
1+
# Angular Multiselect Dropdown - Angular version support 2, 4, 6, 8, 13, 14, 15, 16, 17, 18
22
[![npm version](https://img.shields.io/npm/v/angular2-multiselect-dropdown.svg)](https://www.npmjs.com/package/angular2-multiselect-dropdown)
33
[![downloads](https://img.shields.io/npm/dt/angular2-multiselect-dropdown.svg)](https://www.npmjs.com/package/angular2-multiselect-dropdown)
44
[![license](https://img.shields.io/github/license/cuppalabs/angular2-multiselect-dropdown.svg)](https://www.npmjs.com/package/angular2-multiselect-dropdown)

Diff for: angular.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"builder": "@angular-devkit/build-angular:application",
2222
"options": {
2323
"outputPath": {
24-
"base": "docs"
24+
"base": "docs",
25+
"browser": ""
2526
},
2627
"index": "src/index.html",
2728
"polyfills": [

Diff for: docs/3rdpartylicenses.txt

+132-129
Original file line numberDiff line numberDiff line change
@@ -1,133 +1,13 @@
1-
@angular/animations
2-
MIT
31

4-
@angular/common
5-
MIT
2+
--------------------------------------------------------------------------------
3+
Package: @angular/core
4+
License: "MIT"
65

7-
@angular/core
8-
MIT
96

10-
@angular/forms
11-
MIT
7+
--------------------------------------------------------------------------------
8+
Package: rxjs
9+
License: "Apache-2.0"
1210

13-
@angular/localize
14-
MIT
15-
16-
@angular/platform-browser
17-
MIT
18-
19-
@angular/router
20-
MIT
21-
22-
@angular/service-worker
23-
MIT
24-
25-
@ng-bootstrap/ng-bootstrap
26-
MIT
27-
The MIT License (MIT)
28-
29-
Copyright (c) 2015-2018 Angular ng-bootstrap team
30-
31-
Permission is hereby granted, free of charge, to any person obtaining a copy
32-
of this software and associated documentation files (the "Software"), to deal
33-
in the Software without restriction, including without limitation the rights
34-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
35-
copies of the Software, and to permit persons to whom the Software is
36-
furnished to do so, subject to the following conditions:
37-
38-
The above copyright notice and this permission notice shall be included in
39-
all copies or substantial portions of the Software.
40-
41-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
42-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
43-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
44-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
45-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
46-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
47-
THE SOFTWARE.
48-
49-
50-
@tweenjs/tween.js
51-
MIT
52-
The MIT License
53-
54-
Copyright (c) 2010-2012 Tween.js authors.
55-
56-
Easing equations Copyright (c) 2001 Robert Penner http://robertpenner.com/easing/
57-
58-
Permission is hereby granted, free of charge, to any person obtaining a copy
59-
of this software and associated documentation files (the "Software"), to deal
60-
in the Software without restriction, including without limitation the rights
61-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
62-
copies of the Software, and to permit persons to whom the Software is
63-
furnished to do so, subject to the following conditions:
64-
65-
The above copyright notice and this permission notice shall be included in
66-
all copies or substantial portions of the Software.
67-
68-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
69-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
70-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
71-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
72-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
73-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
74-
THE SOFTWARE.
75-
76-
77-
angular2-multiselect-dropdown
78-
MIT
79-
The MIT License (MIT)
80-
Copyright (c) 2016 Cuppa Labs
81-
82-
Permission is hereby granted, free of charge, to any person obtaining a copy
83-
of this software and associated documentation files (the "Software"), to deal
84-
in the Software without restriction, including without limitation the rights
85-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
86-
copies of the Software, and to permit persons to whom the Software is
87-
furnished to do so, subject to the following conditions:
88-
89-
The above copyright notice and this permission notice shall be included in
90-
all copies or substantial portions of the Software.
91-
92-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
93-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
94-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
95-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
96-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
97-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
98-
THE SOFTWARE.
99-
100-
101-
ng2-adsense
102-
MIT
103-
MIT License
104-
105-
Copyright (c) Scott Cooper <[email protected]>
106-
107-
Permission is hereby granted, free of charge, to any person obtaining a copy
108-
of this software and associated documentation files (the "Software"), to deal
109-
in the Software without restriction, including without limitation the rights
110-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
111-
copies of the Software, and to permit persons to whom the Software is
112-
furnished to do so, subject to the following conditions:
113-
114-
The above copyright notice and this permission notice shall be included in all
115-
copies or substantial portions of the Software.
116-
117-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
118-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
119-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
120-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
121-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
122-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
123-
SOFTWARE.
124-
125-
126-
ngx-highlightjs
127-
MIT
128-
129-
rxjs
130-
Apache-2.0
13111
Apache License
13212
Version 2.0, January 2004
13313
http://www.apache.org/licenses/
@@ -331,12 +211,133 @@ Apache-2.0
331211
limitations under the License.
332212

333213

214+
--------------------------------------------------------------------------------
215+
Package: @angular/common
216+
License: "MIT"
217+
218+
219+
--------------------------------------------------------------------------------
220+
Package: @angular/platform-browser
221+
License: "MIT"
222+
223+
224+
--------------------------------------------------------------------------------
225+
Package: @angular/forms
226+
License: "MIT"
227+
228+
229+
--------------------------------------------------------------------------------
230+
Package: @angular/router
231+
License: "MIT"
232+
233+
234+
--------------------------------------------------------------------------------
235+
Package: @angular/service-worker
236+
License: "MIT"
237+
238+
239+
--------------------------------------------------------------------------------
240+
Package: ng2-adsense
241+
License: "MIT"
242+
243+
MIT License
244+
245+
Copyright (c) Scott Cooper <[email protected]>
246+
247+
Permission is hereby granted, free of charge, to any person obtaining a copy
248+
of this software and associated documentation files (the "Software"), to deal
249+
in the Software without restriction, including without limitation the rights
250+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
251+
copies of the Software, and to permit persons to whom the Software is
252+
furnished to do so, subject to the following conditions:
253+
254+
The above copyright notice and this permission notice shall be included in all
255+
copies or substantial portions of the Software.
256+
257+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
258+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
259+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
260+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
261+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
262+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
263+
SOFTWARE.
264+
265+
--------------------------------------------------------------------------------
266+
Package: @ng-bootstrap/ng-bootstrap
267+
License: "MIT"
268+
269+
The MIT License (MIT)
270+
271+
Copyright (c) 2015-2018 Angular ng-bootstrap team
272+
273+
Permission is hereby granted, free of charge, to any person obtaining a copy
274+
of this software and associated documentation files (the "Software"), to deal
275+
in the Software without restriction, including without limitation the rights
276+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
277+
copies of the Software, and to permit persons to whom the Software is
278+
furnished to do so, subject to the following conditions:
279+
280+
The above copyright notice and this permission notice shall be included in
281+
all copies or substantial portions of the Software.
282+
283+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
284+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
285+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
286+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
287+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
288+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
289+
THE SOFTWARE.
290+
291+
--------------------------------------------------------------------------------
292+
Package: @tweenjs/tween.js
293+
License: "MIT"
294+
295+
The MIT License
296+
297+
Copyright (c) 2010-2012 Tween.js authors.
298+
299+
Easing equations Copyright (c) 2001 Robert Penner http://robertpenner.com/easing/
300+
301+
Permission is hereby granted, free of charge, to any person obtaining a copy
302+
of this software and associated documentation files (the "Software"), to deal
303+
in the Software without restriction, including without limitation the rights
304+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
305+
copies of the Software, and to permit persons to whom the Software is
306+
furnished to do so, subject to the following conditions:
307+
308+
The above copyright notice and this permission notice shall be included in
309+
all copies or substantial portions of the Software.
310+
311+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
312+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
313+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
314+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
315+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
316+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
317+
THE SOFTWARE.
318+
319+
--------------------------------------------------------------------------------
320+
Package: ngx-highlightjs
321+
License: "MIT"
322+
323+
324+
--------------------------------------------------------------------------------
325+
Package: @angular/animations
326+
License: "MIT"
327+
328+
329+
--------------------------------------------------------------------------------
330+
Package: @angular/localize
331+
License: "MIT"
332+
333+
334+
--------------------------------------------------------------------------------
335+
Package: zone.js
336+
License: "MIT"
334337

335-
zone.js
336-
MIT
337338
The MIT License
338339

339-
Copyright (c) 2010-2023 Google LLC. https://angular.io/license
340+
Copyright (c) 2010-2024 Google LLC. https://angular.io/license
340341

341342
Permission is hereby granted, free of charge, to any person obtaining a copy
342343
of this software and associated documentation files (the "Software"), to deal
@@ -355,3 +356,5 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
355356
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
356357
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
357358
THE SOFTWARE.
359+
360+
--------------------------------------------------------------------------------

Diff for: docs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Angular Multiselect Dropdown | Cuppa Labs</title>
6-
<base href="/">
6+
<base href="/angular2-multiselect-dropdown/">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link rel="icon" type="image/x-icon" href="/angular2-multiselect-dropdown/assets/img/coffee11.png">
99
<link rel="manifest" href="manifest.webmanifest">
@@ -58,5 +58,5 @@
5858
})(document, window, 'Chatra');
5959
</script>
6060
<noscript>Please enable JavaScript to continue using this application.</noscript>
61-
<script src="runtime.js" type="module"></script><script src="polyfills.js" type="module"></script><script src="scripts.js" defer></script><script src="main.js" type="module"></script></body>
61+
<script src="polyfills.js" type="module"></script><script src="scripts.js" defer></script><script src="main.js" type="module"></script></body>
6262
</html>

Diff for: docs/main.js

+46-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/polyfills.js

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/runtime.js

-1
This file was deleted.

Diff for: docs/scripts.js

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/styles.css

+1-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package-lock.json

+17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"@angular/service-worker": "^18.1.0",
2727
"@ng-bootstrap/ng-bootstrap": "^11.0.1",
2828
"@tweenjs/tween.js": "^18.6.4",
29+
"angular2-multiselect-dropdown": "^10.0.0",
2930
"bootstrap": "^5.2.3",
3031
"highlight.js": "^10.7.2",
3132
"i": "^0.3.6",

0 commit comments

Comments
 (0)