Skip to content

Commit 7573261

Browse files
committed
Updates
1 parent aecddb2 commit 7573261

File tree

146 files changed

+923
-6750
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+923
-6750
lines changed

3rdpartylicenses.txt

+234-68
Large diffs are not rendered by default.

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
__Zone_disable_blocking = true;
4141
__Zone_disable_PromiseRejectionEvent = true;
4242
</script>
43-
<style>:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;}*,:after,:before{box-sizing:border-box;}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff;}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important;}@page {size:a3;}body{min-width:992px!important;}}</style><link rel="stylesheet" href="styles.d771920f68569b04866b.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.d771920f68569b04866b.css"></noscript></head>
43+
<style>:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}@media print{*,*:before,*:after{text-shadow:none!important;box-shadow:none!important}@page{size:a3}body{min-width:992px!important}}</style><link rel="stylesheet" href="styles.c9b0e080aff26f4a.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.c9b0e080aff26f4a.css"></noscript></head>
4444
<body>
4545
<ngbd-app></ngbd-app>
46-
<script src="runtime-es2015.d1a4961a541c33afd88a.js" type="module"></script><script src="runtime-es5.d1a4961a541c33afd88a.js" nomodule defer></script><script src="polyfills-es5.e3aa1ad5e6a3ef0bef15.js" nomodule defer></script><script src="polyfills-es2015.9ab9405b6a25cfb79b8f.js" type="module"></script><script src="main-es2015.0293d8735b75f22b2bdc.js" type="module"></script><script src="main-es5.0293d8735b75f22b2bdc.js" nomodule defer></script>
46+
<script src="runtime.a68f0c4f53bc9f9d.js" type="module"></script><script src="polyfills.dc7760f5fdb4690e.js" type="module"></script><script src="main.896e8a6f1371ca69.js" type="module"></script>
4747

4848
</body></html>

main-es2015.0293d8735b75f22b2bdc.js

-1
This file was deleted.

main-es5.0293d8735b75f22b2bdc.js

-1
This file was deleted.

main.896e8a6f1371ca69.js

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

polyfills-es2015.9ab9405b6a25cfb79b8f.js

-1
This file was deleted.

polyfills-es5.e3aa1ad5e6a3ef0bef15.js

-1
This file was deleted.

polyfills.dc7760f5fdb4690e.js

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

runtime-es2015.d1a4961a541c33afd88a.js

-1
This file was deleted.

runtime-es5.d1a4961a541c33afd88a.js

-1
This file was deleted.

runtime.a68f0c4f53bc9f9d.js

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

stackblitzes/accordion/basic/stackblitz.html

+5-50
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h3>Loading &laquo; accordion - basic &raquo; demo</h3>
3939
<input type="hidden" name="project[title]" value="ng-bootstrap - Accordion - Basic">
4040
<input type="hidden" name="project[description]"
4141
value="Example usage of the accordion widget from https://ng-bootstrap.github.io">
42-
<input type="hidden" name="project[dependencies]" value="{&#34;@angular/core&#34;:&#34;~12.0.5&#34;,&#34;@angular/common&#34;:&#34;~12.0.5&#34;,&#34;@angular/compiler&#34;:&#34;~12.0.5&#34;,&#34;@angular/platform-browser&#34;:&#34;~12.0.5&#34;,&#34;@angular/platform-browser-dynamic&#34;:&#34;~12.0.5&#34;,&#34;@angular/router&#34;:&#34;~12.0.5&#34;,&#34;@angular/forms&#34;:&#34;~12.0.5&#34;,&#34;@angular/localize&#34;:&#34;~12.0.5&#34;,&#34;@ng-bootstrap/ng-bootstrap&#34;:&#34;10.0.0&#34;,&#34;core-js&#34;:&#34;^2&#34;,&#34;rxjs&#34;:&#34;~6.5.5&#34;,&#34;zone.js&#34;:&#34;~0.11.4&#34;}">
42+
<input type="hidden" name="project[dependencies]" value="{&#34;@angular/animations&#34;:&#34;~13.0.1&#34;,&#34;@angular/core&#34;:&#34;~13.0.1&#34;,&#34;@angular/common&#34;:&#34;~13.0.1&#34;,&#34;@angular/compiler&#34;:&#34;~13.0.1&#34;,&#34;@angular/compiler-cli&#34;:&#34;~13.0.1&#34;,&#34;@angular/platform-browser&#34;:&#34;~13.0.1&#34;,&#34;@angular/platform-browser-dynamic&#34;:&#34;~13.0.1&#34;,&#34;@angular/router&#34;:&#34;~13.0.1&#34;,&#34;@angular/forms&#34;:&#34;~13.0.1&#34;,&#34;@angular/localize&#34;:&#34;~13.0.1&#34;,&#34;@ng-bootstrap/ng-bootstrap&#34;:&#34;11.0.0&#34;,&#34;rxjs&#34;:&#34;~7.4.0&#34;,&#34;typescript&#34;:&#34;~4.4.4&#34;,&#34;zone.js&#34;:&#34;~0.11.4&#34;}">
4343

4444
<input type="hidden" name="project[tags][]" value="angular">
4545

@@ -66,62 +66,17 @@ <h3>Loading &laquo; accordion - basic &raquo; demo</h3>
6666
* Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html
6767
*/
6868
69-
/***************************************************************************************************
70-
* BROWSER POLYFILLS
71-
*/
72-
73-
/** IE9, IE10 and IE11 requires all of the following polyfills. **/
74-
// import &#39;core-js/es6/symbol&#39;;
75-
// import &#39;core-js/es6/object&#39;;
76-
// import &#39;core-js/es6/function&#39;;
77-
// import &#39;core-js/es6/parse-int&#39;;
78-
// import &#39;core-js/es6/parse-float&#39;;
79-
// import &#39;core-js/es6/number&#39;;
80-
// import &#39;core-js/es6/math&#39;;
81-
// import &#39;core-js/es6/string&#39;;
82-
// import &#39;core-js/es6/date&#39;;
83-
// import &#39;core-js/es6/array&#39;;
84-
// import &#39;core-js/es6/regexp&#39;;
85-
// import &#39;core-js/es6/map&#39;;
86-
// import &#39;core-js/es6/set&#39;;
87-
88-
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
89-
// import &#39;classlist.js&#39;; // Run `npm install --save classlist.js`.
90-
91-
/** IE10 and IE11 requires the following to support `@angular/animation`. */
92-
// import &#39;web-animations-js&#39;; // Run `npm install --save web-animations-js`.
93-
94-
95-
/** Evergreen browsers require these. **/
96-
import &#39;core-js/es6/reflect&#39;;
97-
import &#39;core-js/es7/reflect&#39;;
98-
99-
100-
/** ALL Firefox browsers require the following to support `@angular/animation`. **/
101-
// import &#39;web-animations-js&#39;; // Run `npm install --save web-animations-js`.
102-
103-
10469
10570
/***************************************************************************************************
106-
* Zone JS is required by Angular itself.
71+
* Zone JS is required by default for Angular itself.
10772
*/
10873
import &#39;zone.js&#39;; // Included with Angular CLI.
10974
11075
76+
11177
/***************************************************************************************************
11278
* APPLICATION IMPORTS
11379
*/
114-
115-
/**
116-
* Date, currency, decimal and percent pipes.
117-
* Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10
118-
*/
119-
// import &#39;intl&#39;; // Run `npm install --save intl`.
120-
121-
122-
/**
123-
* Angular localization polyfill
124-
*/
12580
import &#39;@angular/localize/init&#39;;
12681
">
12782

@@ -149,7 +104,7 @@ <h3>Loading &laquo; accordion - basic &raquo; demo</h3>
149104
&#34;angularCompilerOptions&#34;: {
150105
&#34;enableIvy&#34;: true,
151106
&#34;fullTemplateTypeCheck&#34;: true,
152-
&#34;stricTemplates&#34;: true,
107+
&#34;strictTemplates&#34;: true,
153108
&#34;strictInjectionParameters&#34;: true
154109
}
155110
}
@@ -251,7 +206,7 @@ <h3>Loading &laquo; accordion - basic &raquo; demo</h3>
251206
&lt;head&gt;
252207
&lt;title&gt;ng-bootstrap accordion demo - basic&lt;/title&gt;
253208
&lt;link rel=&#34;stylesheet&#34;
254-
href=&#34;https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css&#34; /&gt;
209+
href=&#34;https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css&#34; /&gt;
255210
&lt;link rel=&#34;stylesheet&#34; href=&#34;https://cdnjs.cloudflare.com/ajax/libs/prism/1.22.0/themes/prism.css&#34; /&gt;
256211
&lt;style&gt;
257212
/* Datepicker popup icon */

stackblitzes/accordion/config/stackblitz.html

+5-50
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h3>Loading &laquo; accordion - config &raquo; demo</h3>
3939
<input type="hidden" name="project[title]" value="ng-bootstrap - Accordion - Config">
4040
<input type="hidden" name="project[description]"
4141
value="Example usage of the accordion widget from https://ng-bootstrap.github.io">
42-
<input type="hidden" name="project[dependencies]" value="{&#34;@angular/core&#34;:&#34;~12.0.5&#34;,&#34;@angular/common&#34;:&#34;~12.0.5&#34;,&#34;@angular/compiler&#34;:&#34;~12.0.5&#34;,&#34;@angular/platform-browser&#34;:&#34;~12.0.5&#34;,&#34;@angular/platform-browser-dynamic&#34;:&#34;~12.0.5&#34;,&#34;@angular/router&#34;:&#34;~12.0.5&#34;,&#34;@angular/forms&#34;:&#34;~12.0.5&#34;,&#34;@angular/localize&#34;:&#34;~12.0.5&#34;,&#34;@ng-bootstrap/ng-bootstrap&#34;:&#34;10.0.0&#34;,&#34;core-js&#34;:&#34;^2&#34;,&#34;rxjs&#34;:&#34;~6.5.5&#34;,&#34;zone.js&#34;:&#34;~0.11.4&#34;}">
42+
<input type="hidden" name="project[dependencies]" value="{&#34;@angular/animations&#34;:&#34;~13.0.1&#34;,&#34;@angular/core&#34;:&#34;~13.0.1&#34;,&#34;@angular/common&#34;:&#34;~13.0.1&#34;,&#34;@angular/compiler&#34;:&#34;~13.0.1&#34;,&#34;@angular/compiler-cli&#34;:&#34;~13.0.1&#34;,&#34;@angular/platform-browser&#34;:&#34;~13.0.1&#34;,&#34;@angular/platform-browser-dynamic&#34;:&#34;~13.0.1&#34;,&#34;@angular/router&#34;:&#34;~13.0.1&#34;,&#34;@angular/forms&#34;:&#34;~13.0.1&#34;,&#34;@angular/localize&#34;:&#34;~13.0.1&#34;,&#34;@ng-bootstrap/ng-bootstrap&#34;:&#34;11.0.0&#34;,&#34;rxjs&#34;:&#34;~7.4.0&#34;,&#34;typescript&#34;:&#34;~4.4.4&#34;,&#34;zone.js&#34;:&#34;~0.11.4&#34;}">
4343

4444
<input type="hidden" name="project[tags][]" value="angular">
4545

@@ -66,62 +66,17 @@ <h3>Loading &laquo; accordion - config &raquo; demo</h3>
6666
* Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html
6767
*/
6868
69-
/***************************************************************************************************
70-
* BROWSER POLYFILLS
71-
*/
72-
73-
/** IE9, IE10 and IE11 requires all of the following polyfills. **/
74-
// import &#39;core-js/es6/symbol&#39;;
75-
// import &#39;core-js/es6/object&#39;;
76-
// import &#39;core-js/es6/function&#39;;
77-
// import &#39;core-js/es6/parse-int&#39;;
78-
// import &#39;core-js/es6/parse-float&#39;;
79-
// import &#39;core-js/es6/number&#39;;
80-
// import &#39;core-js/es6/math&#39;;
81-
// import &#39;core-js/es6/string&#39;;
82-
// import &#39;core-js/es6/date&#39;;
83-
// import &#39;core-js/es6/array&#39;;
84-
// import &#39;core-js/es6/regexp&#39;;
85-
// import &#39;core-js/es6/map&#39;;
86-
// import &#39;core-js/es6/set&#39;;
87-
88-
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
89-
// import &#39;classlist.js&#39;; // Run `npm install --save classlist.js`.
90-
91-
/** IE10 and IE11 requires the following to support `@angular/animation`. */
92-
// import &#39;web-animations-js&#39;; // Run `npm install --save web-animations-js`.
93-
94-
95-
/** Evergreen browsers require these. **/
96-
import &#39;core-js/es6/reflect&#39;;
97-
import &#39;core-js/es7/reflect&#39;;
98-
99-
100-
/** ALL Firefox browsers require the following to support `@angular/animation`. **/
101-
// import &#39;web-animations-js&#39;; // Run `npm install --save web-animations-js`.
102-
103-
10469
10570
/***************************************************************************************************
106-
* Zone JS is required by Angular itself.
71+
* Zone JS is required by default for Angular itself.
10772
*/
10873
import &#39;zone.js&#39;; // Included with Angular CLI.
10974
11075
76+
11177
/***************************************************************************************************
11278
* APPLICATION IMPORTS
11379
*/
114-
115-
/**
116-
* Date, currency, decimal and percent pipes.
117-
* Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10
118-
*/
119-
// import &#39;intl&#39;; // Run `npm install --save intl`.
120-
121-
122-
/**
123-
* Angular localization polyfill
124-
*/
12580
import &#39;@angular/localize/init&#39;;
12681
">
12782

@@ -149,7 +104,7 @@ <h3>Loading &laquo; accordion - config &raquo; demo</h3>
149104
&#34;angularCompilerOptions&#34;: {
150105
&#34;enableIvy&#34;: true,
151106
&#34;fullTemplateTypeCheck&#34;: true,
152-
&#34;stricTemplates&#34;: true,
107+
&#34;strictTemplates&#34;: true,
153108
&#34;strictInjectionParameters&#34;: true
154109
}
155110
}
@@ -251,7 +206,7 @@ <h3>Loading &laquo; accordion - config &raquo; demo</h3>
251206
&lt;head&gt;
252207
&lt;title&gt;ng-bootstrap accordion demo - config&lt;/title&gt;
253208
&lt;link rel=&#34;stylesheet&#34;
254-
href=&#34;https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css&#34; /&gt;
209+
href=&#34;https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css&#34; /&gt;
255210
&lt;link rel=&#34;stylesheet&#34; href=&#34;https://cdnjs.cloudflare.com/ajax/libs/prism/1.22.0/themes/prism.css&#34; /&gt;
256211
&lt;style&gt;
257212
/* Datepicker popup icon */

0 commit comments

Comments
 (0)