Skip to content

Commit 2c6c342

Browse files
authored
Merge pull request #41 from bigBear713/dev
Dev
2 parents c38570b + 2c8c814 commit 2c6c342

26 files changed

Lines changed: 234 additions & 95 deletions

CHANGELOG.CN.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v19.0.0
2+
## 破坏性更新
3+
- feat: `angular`升级到`^19.0.0`;
4+
- feat: `@bigbear713/nb-common`升级到`^19.0.0`;
5+
6+
---
7+
18
# v18.0.0
29
## 破坏性更新
310
- feat: `angular`升级到`^18.0.0`;

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v19.0.0
2+
## Breaking Changes
3+
- feat: Upgrade `angular` to `^19.0.0`;
4+
- feat: Upgrade `@bigbear713/nb-common` to `^19.0.0`;
5+
6+
---
7+
18
# v18.0.0
29
## Breaking Changes
310
- feat: Upgrade `angular` to `^18.0.0`;

README.CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Angular common form lib by bigBear713.
5252
| ^16.0.0 | ^16.0.0 |
5353
| ^17.0.0 | ^17.0.0 |
5454
| ^18.0.0 | ^18.0.0 |
55+
| ^19.0.0 | ^19.0.0 |
5556

5657
---
5758

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Angular common form lib by bigBear713.
5252
| ^16.0.0 | ^16.0.0 |
5353
| ^17.0.0 | ^17.0.0 |
5454
| ^18.0.0 | ^18.0.0 |
55+
| ^19.0.0 | ^19.0.0 |
5556

5657
---
5758

docs/3rdpartylicenses.txt

Lines changed: 145 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,105 @@ SOFTWARE.
2929
Package: @angular/common
3030
License: "MIT"
3131

32+
The MIT License
33+
34+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
35+
36+
Permission is hereby granted, free of charge, to any person obtaining a copy
37+
of this software and associated documentation files (the "Software"), to deal
38+
in the Software without restriction, including without limitation the rights
39+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
40+
copies of the Software, and to permit persons to whom the Software is
41+
furnished to do so, subject to the following conditions:
42+
43+
The above copyright notice and this permission notice shall be included in
44+
all copies or substantial portions of the Software.
45+
46+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
47+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
48+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
49+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
50+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
51+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
52+
THE SOFTWARE.
3253

3354
--------------------------------------------------------------------------------
3455
Package: @angular/platform-browser
3556
License: "MIT"
3657

58+
The MIT License
59+
60+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
61+
62+
Permission is hereby granted, free of charge, to any person obtaining a copy
63+
of this software and associated documentation files (the "Software"), to deal
64+
in the Software without restriction, including without limitation the rights
65+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
66+
copies of the Software, and to permit persons to whom the Software is
67+
furnished to do so, subject to the following conditions:
68+
69+
The above copyright notice and this permission notice shall be included in
70+
all copies or substantial portions of the Software.
71+
72+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
73+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
74+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
75+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
76+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
77+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
78+
THE SOFTWARE.
3779

3880
--------------------------------------------------------------------------------
3981
Package: @angular/router
4082
License: "MIT"
4183

84+
The MIT License
85+
86+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
87+
88+
Permission is hereby granted, free of charge, to any person obtaining a copy
89+
of this software and associated documentation files (the "Software"), to deal
90+
in the Software without restriction, including without limitation the rights
91+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
92+
copies of the Software, and to permit persons to whom the Software is
93+
furnished to do so, subject to the following conditions:
94+
95+
The above copyright notice and this permission notice shall be included in
96+
all copies or substantial portions of the Software.
97+
98+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
99+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
100+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
101+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
102+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
103+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
104+
THE SOFTWARE.
42105

43106
--------------------------------------------------------------------------------
44107
Package: @angular/core
45108
License: "MIT"
46109

110+
The MIT License
111+
112+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
113+
114+
Permission is hereby granted, free of charge, to any person obtaining a copy
115+
of this software and associated documentation files (the "Software"), to deal
116+
in the Software without restriction, including without limitation the rights
117+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
118+
copies of the Software, and to permit persons to whom the Software is
119+
furnished to do so, subject to the following conditions:
120+
121+
The above copyright notice and this permission notice shall be included in
122+
all copies or substantial portions of the Software.
123+
124+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
125+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
126+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
127+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
128+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
129+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
130+
THE SOFTWARE.
47131

48132
--------------------------------------------------------------------------------
49133
Package: rxjs
@@ -256,6 +340,27 @@ License: "Apache-2.0"
256340
Package: @angular/forms
257341
License: "MIT"
258342

343+
The MIT License
344+
345+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
346+
347+
Permission is hereby granted, free of charge, to any person obtaining a copy
348+
of this software and associated documentation files (the "Software"), to deal
349+
in the Software without restriction, including without limitation the rights
350+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
351+
copies of the Software, and to permit persons to whom the Software is
352+
furnished to do so, subject to the following conditions:
353+
354+
The above copyright notice and this permission notice shall be included in
355+
all copies or substantial portions of the Software.
356+
357+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
358+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
359+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
360+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
361+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
362+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
363+
THE SOFTWARE.
259364

260365
--------------------------------------------------------------------------------
261366
Package: lodash-es
@@ -313,51 +418,51 @@ terms above.
313418
Package: @bigbear713/nb-common
314419
License: "MIT"
315420

316-
MIT License
317-
318-
Copyright (c) 2022 @bigbear713/nb-common project
319-
320-
Permission is hereby granted, free of charge, to any person obtaining a copy
321-
of this software and associated documentation files (the "Software"), to deal
322-
in the Software without restriction, including without limitation the rights
323-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
324-
copies of the Software, and to permit persons to whom the Software is
325-
furnished to do so, subject to the following conditions:
326-
327-
The above copyright notice and this permission notice shall be included in all
328-
copies or substantial portions of the Software.
329-
330-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
331-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
332-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
333-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
334-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
335-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
421+
MIT License
422+
423+
Copyright (c) 2022 @bigbear713/nb-common project
424+
425+
Permission is hereby granted, free of charge, to any person obtaining a copy
426+
of this software and associated documentation files (the "Software"), to deal
427+
in the Software without restriction, including without limitation the rights
428+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
429+
copies of the Software, and to permit persons to whom the Software is
430+
furnished to do so, subject to the following conditions:
431+
432+
The above copyright notice and this permission notice shall be included in all
433+
copies or substantial portions of the Software.
434+
435+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
436+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
437+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
438+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
439+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
440+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
336441
SOFTWARE.
337442
--------------------------------------------------------------------------------
338443
Package: @bigbear713/nb-trans
339444
License: "MIT"
340445

341-
MIT License
342-
343-
Copyright (c) 2022 @bigbear713/nb-trans project
344-
345-
Permission is hereby granted, free of charge, to any person obtaining a copy
346-
of this software and associated documentation files (the "Software"), to deal
347-
in the Software without restriction, including without limitation the rights
348-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
349-
copies of the Software, and to permit persons to whom the Software is
350-
furnished to do so, subject to the following conditions:
351-
352-
The above copyright notice and this permission notice shall be included in all
353-
copies or substantial portions of the Software.
354-
355-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
356-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
357-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
358-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
359-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
360-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
446+
MIT License
447+
448+
Copyright (c) 2022 @bigbear713/nb-trans project
449+
450+
Permission is hereby granted, free of charge, to any person obtaining a copy
451+
of this software and associated documentation files (the "Software"), to deal
452+
in the Software without restriction, including without limitation the rights
453+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
454+
copies of the Software, and to permit persons to whom the Software is
455+
furnished to do so, subject to the following conditions:
456+
457+
The above copyright notice and this permission notice shall be included in all
458+
copies or substantial portions of the Software.
459+
460+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
461+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
462+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
463+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
464+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
465+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
361466
SOFTWARE.
362467
--------------------------------------------------------------------------------
363468
Package: zone.js

docs/404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html data-critters-container>
2+
<html data-beasties-container>
33
<head>
44
<meta charset="utf-8">
55
<title>NbForm</title>
@@ -24,5 +24,5 @@
2424

2525
<body>
2626
<app-root></app-root>
27-
<link rel="modulepreload" href="chunk-Z5EQJHNE.js"><script src="polyfills-KTKZVV2N.js" type="module"></script><script src="main-MHI6PZEA.js" type="module"></script></body>
27+
<link rel="modulepreload" href="chunk-T63S423C.js"><script src="polyfills-EONH2QZO.js" type="module"></script><script src="main-GV23IDCO.js" type="module"></script></body>
2828
</html>

docs/chunk-LTJETANA.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/chunk-T63S423C.js

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/chunk-UV36AVYZ.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/chunk-Z5EQJHNE.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)