@progress/kendo-angular-dateinputs 16.6.0-develop.1 → 16.6.0-develop.10
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.
- package/NOTICE.txt +12 -19
- package/dateinput/dateinput.component.d.ts +1 -4
- package/datepicker/datepicker.component.d.ts +1 -4
- package/datetimepicker/datetimepicker.component.d.ts +1 -4
- package/esm2020/dateinput/dateinput.component.mjs +2 -5
- package/esm2020/datepicker/datepicker.component.mjs +1 -4
- package/esm2020/datetimepicker/datetimepicker.component.mjs +1 -4
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/timepicker/timepicker.component.mjs +1 -14
- package/fesm2015/progress-kendo-angular-dateinputs.mjs +7 -29
- package/fesm2020/progress-kendo-angular-dateinputs.mjs +7 -29
- package/package.json +10 -10
- package/timepicker/timepicker.component.d.ts +1 -10
package/NOTICE.txt
CHANGED
|
@@ -22,8 +22,8 @@ DefinitelyTyped.org | @types/prosemirror-tables | 0.9.1 - Open Source | MIT-styl
|
|
|
22
22
|
DefinitelyTyped.org | @types/prosemirror-transform | 1.2.9 - Open Source | MIT-style License
|
|
23
23
|
DefinitelyTyped.org | @types/prosemirror-view | 1.11.4 - Open Source | MIT-style License
|
|
24
24
|
Isaac Z. Schlueter | glob | 7.1.3 - Open Source | ISC-style License
|
|
25
|
-
Jorik Tangelder (Eight Media) | HammerJS | 2.0.8 - Open Source | MIT-style License
|
|
26
25
|
Matt Mueller | cheerio | 0.22 - Open Source | MIT-style License
|
|
26
|
+
Mozilla Foundation | pdf.js | 3.11.174 - Open Source | Apache Software License Version 2.0
|
|
27
27
|
Progress Software Corporation | Kendo UI Licensing CLI | 1.1 - Proprietary |
|
|
28
28
|
Progress Software Corporation | jszip-esm | 1.0.0 - Open Source | MIT-style License
|
|
29
29
|
Progress Software Corporation | pako-esm | 1.0.0 - Open Source | MIT-style License
|
|
@@ -51,7 +51,7 @@ Vitaly Puzrin | js-yaml | 3.14.0 - Open Source | MIT-style License
|
|
|
51
51
|
|
|
52
52
|
(1) The Apache Software License, Version 2.0:
|
|
53
53
|
|
|
54
|
-
Progress Kendo UI for Angular 2024 incorporates TsLib v1.9.3. Such technology is subject to the following terms and conditions: Apache Software License Version 2.0. Copyright 2001-2004 The Apache Software Foundation. Such Apache Technology is subject to the following terms and conditions: The Apache Software License, Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
|
54
|
+
Progress Kendo UI for Angular 2024 incorporates TsLib v1.9.3 and pdf.js v3.11.174. Such technologies are subject to the following terms and conditions: Apache Software License Version 2.0. Copyright 2001-2004 The Apache Software Foundation. Such Apache Technology is subject to the following terms and conditions: The Apache Software License, Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
|
55
55
|
-------------------------------------------------------------------------
|
|
56
56
|
|
|
57
57
|
Contents of COPYRIGHTNOTICE text file for Tslib v1.9.3:
|
|
@@ -94,62 +94,55 @@ https://creativecommons.org/licenses/by-sa/4.0/
|
|
|
94
94
|
|
|
95
95
|
(4) MIT-Style Licenses:
|
|
96
96
|
|
|
97
|
-
(a) Progress Kendo UI for Angular 2024 incorporates
|
|
98
|
-
The MIT License (MIT)
|
|
99
|
-
Copyright (C) 2011-2017 by Jorik Tangelder (Eight Media)
|
|
100
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
101
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
102
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
103
|
-
|
|
104
|
-
(b) Progress Kendo UI for Angular 2024 incorporates prosemirror-commands v1*, prosemirror-cursor v1*, prosemirror-gapcursor v1*, prosemirror-history v1*, prosemirror-inputrules v1*, prosemirror-keymap v1*, prosemirror-model v1*, prosemirror-schema-list v1*, prosemirror-state v1*, prosemirror-tables v0.7*, prosemirror-transform v1*, and prosemirror-view v1*. Such technologies are subject to the following terms and conditions:
|
|
97
|
+
(a) Progress Kendo UI for Angular 2024 incorporates prosemirror-commands v1*, prosemirror-cursor v1*, prosemirror-gapcursor v1*, prosemirror-history v1*, prosemirror-inputrules v1*, prosemirror-keymap v1*, prosemirror-model v1*, prosemirror-schema-list v1*, prosemirror-state v1*, prosemirror-tables v0.7*, prosemirror-transform v1*, and prosemirror-view v1*. Such technologies are subject to the following terms and conditions:
|
|
105
98
|
Copyright (C) 2015-2017 by Marijn Haverbeke <marijnh@gmail.com> and others
|
|
106
99
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
107
100
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
108
101
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
109
102
|
|
|
110
|
-
(
|
|
103
|
+
(b) Progress Kendo UI for Angular 2024 incorporates cheerio v0.2.2. Such technology is subject to the following terms and conditions:
|
|
111
104
|
MIT License
|
|
112
105
|
Copyright (c) 2016 Matt Mueller
|
|
113
106
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
114
107
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
115
108
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
116
109
|
|
|
117
|
-
(
|
|
110
|
+
(c) Progress Kendo UI for Angular 2024 incorporates @types/prosemirror-commands v1*, @types/prosemirror-dropcursor v1*, @types/prosemirror-gapcursor v1*, @types/prosemirror-history v1*, @types/prosemirror-inputrules v1*, @types/prosemirror-keymap v1*, @types/prosemirror-model v1*, @types/prosemirror-schema-list v1*, @types/prosemirror-state v1*, @types/prosemirror-tables v0.9*, @types/prosemirror-transform v1*, and @types/prosemirror-view v1*. Such technologies are subject to the following terms and conditions:
|
|
118
111
|
This project is licensed under the MIT license.
|
|
119
112
|
Copyrights are respective of each contributor listed at the beginning of each definition file.
|
|
120
113
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
121
114
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
122
115
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
123
116
|
|
|
124
|
-
(
|
|
117
|
+
(d) Progress Kendo UI for Angular 2024 incorporates pako-esm v1.0.0. Such technology is subject to the following terms and conditions:
|
|
125
118
|
Copyright © 2020 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved. (as modified)
|
|
126
119
|
Copyright (C) 2014-2017 by Vitaly Puzrin and Andrei Tuputcyn
|
|
127
120
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
128
121
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
129
122
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
130
123
|
|
|
131
|
-
(
|
|
124
|
+
(e) Progress Kendo UI for Angular 2024 incorporates jszip-esm v1.0.0. Such technology is subject to the following terms and conditions:
|
|
132
125
|
Copyright © 2020 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved. (as modified)
|
|
133
|
-
Copyright (c) 2009-2016 Stuart Knightley, David Duponchel, Franz Buchinger,
|
|
126
|
+
Copyright (c) 2009-2016 Stuart Knightley, David Duponchel, Franz Buchinger, AntÛnio Afonso
|
|
134
127
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
135
128
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
136
129
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
137
130
|
|
|
138
|
-
(
|
|
131
|
+
(r) Progress Kendo UI for Angular 2024 incorporates data.task v3.1.2. Such technology is subject to the following terms and conditions:
|
|
139
132
|
The MIT License
|
|
140
133
|
Copyright (c) 2013-2015 Quildreen Motta
|
|
141
134
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
142
135
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
143
136
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
144
137
|
|
|
145
|
-
(
|
|
138
|
+
(g) Progress Kendo UI for Angular 2024 incorporates ramda v0.23. Such technology is subject to the following terms and conditions:
|
|
146
139
|
The MIT License (MIT)
|
|
147
140
|
Copyright (c) 2013-2020 Scott Sauyet and Michael Hurley
|
|
148
141
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
149
142
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
150
143
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
151
144
|
|
|
152
|
-
(
|
|
145
|
+
(h) Progress Kendo UI for Angular 2024 incorporates js-yaml v3.14.0. Such technology is subject to the following terms and conditions:
|
|
153
146
|
(The MIT License)
|
|
154
147
|
Copyright (C) 2011-2015 by Vitaly Puzrin
|
|
155
148
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
@@ -204,4 +197,4 @@ written authorization of the copyright holder.
|
|
|
204
197
|
NOTICE FROM PROGRESS SOFTWARE CORPORATION: Additional notices may be included in the release notes or other documentation that accompanies updates received in connection with support of the Product.
|
|
205
198
|
|
|
206
199
|
|
|
207
|
-
Updated
|
|
200
|
+
Updated 30.Jul.2024
|
|
@@ -229,10 +229,7 @@ export declare class DateInputComponent implements OnInit, AfterViewInit, Contro
|
|
|
229
229
|
*/
|
|
230
230
|
rangeValidation: boolean;
|
|
231
231
|
/**
|
|
232
|
-
*
|
|
233
|
-
*
|
|
234
|
-
* Determines whether to auto correct invalid segments automatically.
|
|
235
|
-
* TODO: To be fixed in common package before enabling: https://github.com/telerik/kendo-dateinputs-common/issues/24
|
|
232
|
+
* Determines whether to autocorrect invalid segments automatically.
|
|
236
233
|
*
|
|
237
234
|
* @default true
|
|
238
235
|
*/
|
|
@@ -261,10 +261,7 @@ export declare class DatePickerComponent extends MultiTabStop implements Control
|
|
|
261
261
|
*/
|
|
262
262
|
incompleteDateValidation: boolean;
|
|
263
263
|
/**
|
|
264
|
-
*
|
|
265
|
-
*
|
|
266
|
-
* Determines whether to auto correct invalid segments automatically.
|
|
267
|
-
* TODO: To be fixed in common package before enabling: https://github.com/telerik/kendo-dateinputs-common/issues/24
|
|
264
|
+
* Determines whether to autocorrect invalid segments automatically.
|
|
268
265
|
*
|
|
269
266
|
* @default true
|
|
270
267
|
*/
|
|
@@ -264,10 +264,7 @@ export declare class DateTimePickerComponent extends MultiTabStop implements OnI
|
|
|
264
264
|
*/
|
|
265
265
|
incompleteDateValidation: boolean;
|
|
266
266
|
/**
|
|
267
|
-
*
|
|
268
|
-
*
|
|
269
|
-
* Determines whether to auto correct invalid segments automatically.
|
|
270
|
-
* TODO: To be fixed in common package before enabling: https://github.com/telerik/kendo-dateinputs-common/issues/24
|
|
267
|
+
* Determines whether to autocorrect invalid segments automatically.
|
|
271
268
|
*
|
|
272
269
|
* @default true
|
|
273
270
|
*/
|
|
@@ -180,10 +180,7 @@ export class DateInputComponent {
|
|
|
180
180
|
*/
|
|
181
181
|
this.rangeValidation = true;
|
|
182
182
|
/**
|
|
183
|
-
*
|
|
184
|
-
*
|
|
185
|
-
* Determines whether to auto correct invalid segments automatically.
|
|
186
|
-
* TODO: To be fixed in common package before enabling: https://github.com/telerik/kendo-dateinputs-common/issues/24
|
|
183
|
+
* Determines whether to autocorrect invalid segments automatically.
|
|
187
184
|
*
|
|
188
185
|
* @default true
|
|
189
186
|
*/
|
|
@@ -614,7 +611,7 @@ export class DateInputComponent {
|
|
|
614
611
|
this.kendoDate?.setOptions(this.options, true);
|
|
615
612
|
this.updateFormatSections();
|
|
616
613
|
}
|
|
617
|
-
if (anyChanged(['enableMouseWheel', 'autoFill', 'autoSwitchParts', 'autoSwitchKeys', 'twoDigitYearMax', 'allowCaretMode'], changes)) {
|
|
614
|
+
if (anyChanged(['enableMouseWheel', 'autoFill', 'autoSwitchParts', 'autoSwitchKeys', 'twoDigitYearMax', 'allowCaretMode', 'autoCorrectParts'], changes)) {
|
|
618
615
|
if (!this.kendoDate) {
|
|
619
616
|
return;
|
|
620
617
|
}
|
|
@@ -163,10 +163,7 @@ export class DatePickerComponent extends MultiTabStop {
|
|
|
163
163
|
*/
|
|
164
164
|
this.incompleteDateValidation = false;
|
|
165
165
|
/**
|
|
166
|
-
*
|
|
167
|
-
*
|
|
168
|
-
* Determines whether to auto correct invalid segments automatically.
|
|
169
|
-
* TODO: To be fixed in common package before enabling: https://github.com/telerik/kendo-dateinputs-common/issues/24
|
|
166
|
+
* Determines whether to autocorrect invalid segments automatically.
|
|
170
167
|
*
|
|
171
168
|
* @default true
|
|
172
169
|
*/
|
|
@@ -179,10 +179,7 @@ export class DateTimePickerComponent extends MultiTabStop {
|
|
|
179
179
|
*/
|
|
180
180
|
this.incompleteDateValidation = false;
|
|
181
181
|
/**
|
|
182
|
-
*
|
|
183
|
-
*
|
|
184
|
-
* Determines whether to auto correct invalid segments automatically.
|
|
185
|
-
* TODO: To be fixed in common package before enabling: https://github.com/telerik/kendo-dateinputs-common/issues/24
|
|
182
|
+
* Determines whether to autocorrect invalid segments automatically.
|
|
186
183
|
*
|
|
187
184
|
* @default true
|
|
188
185
|
*/
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-dateinputs',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '16.6.0-develop.
|
|
12
|
+
publishDate: 1722606925,
|
|
13
|
+
version: '16.6.0-develop.10',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -116,15 +116,6 @@ export class TimePickerComponent extends MultiTabStop {
|
|
|
116
116
|
* Determines whether the built-in validation for incomplete dates is to be enforced when a form is being validated.
|
|
117
117
|
*/
|
|
118
118
|
this.incompleteDateValidation = false;
|
|
119
|
-
/**
|
|
120
|
-
* @hidden
|
|
121
|
-
*
|
|
122
|
-
* Determines whether to auto correct invalid segments automatically.
|
|
123
|
-
* TODO: To be fixed in common package before enabling: https://github.com/telerik/kendo-dateinputs-common/issues/24
|
|
124
|
-
*
|
|
125
|
-
* @default true
|
|
126
|
-
*/
|
|
127
|
-
this.autoCorrectParts = true;
|
|
128
119
|
/**
|
|
129
120
|
* Determines whether to automatically move to the next segment after the user completes the current one.
|
|
130
121
|
*
|
|
@@ -973,7 +964,7 @@ export class TimePickerComponent extends MultiTabStop {
|
|
|
973
964
|
}
|
|
974
965
|
}
|
|
975
966
|
TimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerComponent, deps: [{ token: i1.BusViewService }, { token: i0.NgZone }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i3.PopupService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: i4.PickerService }, { token: i5.IntlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
976
|
-
TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimePickerComponent, isStandalone: true, selector: "kendo-timepicker", inputs: { focusableId: "focusableId", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", clearButton: "clearButton", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", incompleteDateValidation: "incompleteDateValidation",
|
|
967
|
+
TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimePickerComponent, isStandalone: true, selector: "kendo-timepicker", inputs: { focusableId: "focusableId", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", clearButton: "clearButton", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", incompleteDateValidation: "incompleteDateValidation", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", enableMouseWheel: "enableMouseWheel", allowCaretMode: "allowCaretMode", cancelButton: "cancelButton", nowButton: "nowButton", steps: "steps", popupSettings: "popupSettings", tabindex: "tabindex", tabIndex: "tabIndex", title: "title", subtitle: "subtitle", rangeValidation: "rangeValidation", adaptiveMode: "adaptiveMode", value: "value", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur", open: "open", close: "close", escape: "escape" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-timepicker": "this.wrapperClasses", "class.k-input": "this.wrapperClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
977
968
|
{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => TimePickerComponent), multi: true },
|
|
978
969
|
{ provide: NG_VALIDATORS, useExisting: forwardRef(() => TimePickerComponent), multi: true },
|
|
979
970
|
{ provide: KendoInput, useExisting: forwardRef(() => TimePickerComponent) },
|
|
@@ -1044,7 +1035,6 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
1044
1035
|
[min]="normalizeTime(min)"
|
|
1045
1036
|
[max]="normalizeTime(max)"
|
|
1046
1037
|
[incompleteDateValidation]="incompleteDateValidation"
|
|
1047
|
-
[autoCorrectParts]="autoCorrectParts"
|
|
1048
1038
|
[autoSwitchParts]="autoSwitchParts"
|
|
1049
1039
|
[autoSwitchKeys]="autoSwitchKeys"
|
|
1050
1040
|
[enableMouseWheel]="enableMouseWheel"
|
|
@@ -1269,7 +1259,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1269
1259
|
[min]="normalizeTime(min)"
|
|
1270
1260
|
[max]="normalizeTime(max)"
|
|
1271
1261
|
[incompleteDateValidation]="incompleteDateValidation"
|
|
1272
|
-
[autoCorrectParts]="autoCorrectParts"
|
|
1273
1262
|
[autoSwitchParts]="autoSwitchParts"
|
|
1274
1263
|
[autoSwitchKeys]="autoSwitchKeys"
|
|
1275
1264
|
[enableMouseWheel]="enableMouseWheel"
|
|
@@ -1456,8 +1445,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1456
1445
|
type: Input
|
|
1457
1446
|
}], incompleteDateValidation: [{
|
|
1458
1447
|
type: Input
|
|
1459
|
-
}], autoCorrectParts: [{
|
|
1460
|
-
type: Input
|
|
1461
1448
|
}], autoSwitchParts: [{
|
|
1462
1449
|
type: Input
|
|
1463
1450
|
}], autoSwitchKeys: [{
|
|
@@ -35,8 +35,8 @@ const packageMetadata = {
|
|
|
35
35
|
name: '@progress/kendo-angular-dateinputs',
|
|
36
36
|
productName: 'Kendo UI for Angular',
|
|
37
37
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
38
|
-
publishDate:
|
|
39
|
-
version: '16.6.0-develop.
|
|
38
|
+
publishDate: 1722606925,
|
|
39
|
+
version: '16.6.0-develop.10',
|
|
40
40
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -8221,10 +8221,7 @@ class DateInputComponent {
|
|
|
8221
8221
|
*/
|
|
8222
8222
|
this.rangeValidation = true;
|
|
8223
8223
|
/**
|
|
8224
|
-
*
|
|
8225
|
-
*
|
|
8226
|
-
* Determines whether to auto correct invalid segments automatically.
|
|
8227
|
-
* TODO: To be fixed in common package before enabling: https://github.com/telerik/kendo-dateinputs-common/issues/24
|
|
8224
|
+
* Determines whether to autocorrect invalid segments automatically.
|
|
8228
8225
|
*
|
|
8229
8226
|
* @default true
|
|
8230
8227
|
*/
|
|
@@ -8656,7 +8653,7 @@ class DateInputComponent {
|
|
|
8656
8653
|
(_a = this.kendoDate) === null || _a === void 0 ? void 0 : _a.setOptions(this.options, true);
|
|
8657
8654
|
this.updateFormatSections();
|
|
8658
8655
|
}
|
|
8659
|
-
if (anyChanged(['enableMouseWheel', 'autoFill', 'autoSwitchParts', 'autoSwitchKeys', 'twoDigitYearMax', 'allowCaretMode'], changes)) {
|
|
8656
|
+
if (anyChanged(['enableMouseWheel', 'autoFill', 'autoSwitchParts', 'autoSwitchKeys', 'twoDigitYearMax', 'allowCaretMode', 'autoCorrectParts'], changes)) {
|
|
8660
8657
|
if (!this.kendoDate) {
|
|
8661
8658
|
return;
|
|
8662
8659
|
}
|
|
@@ -9519,10 +9516,7 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
9519
9516
|
*/
|
|
9520
9517
|
this.incompleteDateValidation = false;
|
|
9521
9518
|
/**
|
|
9522
|
-
*
|
|
9523
|
-
*
|
|
9524
|
-
* Determines whether to auto correct invalid segments automatically.
|
|
9525
|
-
* TODO: To be fixed in common package before enabling: https://github.com/telerik/kendo-dateinputs-common/issues/24
|
|
9519
|
+
* Determines whether to autocorrect invalid segments automatically.
|
|
9526
9520
|
*
|
|
9527
9521
|
* @default true
|
|
9528
9522
|
*/
|
|
@@ -13004,15 +12998,6 @@ class TimePickerComponent extends MultiTabStop {
|
|
|
13004
12998
|
* Determines whether the built-in validation for incomplete dates is to be enforced when a form is being validated.
|
|
13005
12999
|
*/
|
|
13006
13000
|
this.incompleteDateValidation = false;
|
|
13007
|
-
/**
|
|
13008
|
-
* @hidden
|
|
13009
|
-
*
|
|
13010
|
-
* Determines whether to auto correct invalid segments automatically.
|
|
13011
|
-
* TODO: To be fixed in common package before enabling: https://github.com/telerik/kendo-dateinputs-common/issues/24
|
|
13012
|
-
*
|
|
13013
|
-
* @default true
|
|
13014
|
-
*/
|
|
13015
|
-
this.autoCorrectParts = true;
|
|
13016
13001
|
/**
|
|
13017
13002
|
* Determines whether to automatically move to the next segment after the user completes the current one.
|
|
13018
13003
|
*
|
|
@@ -13865,7 +13850,7 @@ class TimePickerComponent extends MultiTabStop {
|
|
|
13865
13850
|
}
|
|
13866
13851
|
}
|
|
13867
13852
|
TimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerComponent, deps: [{ token: BusViewService }, { token: i0.NgZone }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i1$3.PopupService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: PickerService }, { token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
13868
|
-
TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimePickerComponent, isStandalone: true, selector: "kendo-timepicker", inputs: { focusableId: "focusableId", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", clearButton: "clearButton", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", incompleteDateValidation: "incompleteDateValidation",
|
|
13853
|
+
TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimePickerComponent, isStandalone: true, selector: "kendo-timepicker", inputs: { focusableId: "focusableId", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", clearButton: "clearButton", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", incompleteDateValidation: "incompleteDateValidation", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", enableMouseWheel: "enableMouseWheel", allowCaretMode: "allowCaretMode", cancelButton: "cancelButton", nowButton: "nowButton", steps: "steps", popupSettings: "popupSettings", tabindex: "tabindex", tabIndex: "tabIndex", title: "title", subtitle: "subtitle", rangeValidation: "rangeValidation", adaptiveMode: "adaptiveMode", value: "value", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur", open: "open", close: "close", escape: "escape" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-timepicker": "this.wrapperClasses", "class.k-input": "this.wrapperClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
13869
13854
|
{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => TimePickerComponent), multi: true },
|
|
13870
13855
|
{ provide: NG_VALIDATORS, useExisting: forwardRef(() => TimePickerComponent), multi: true },
|
|
13871
13856
|
{ provide: KendoInput, useExisting: forwardRef(() => TimePickerComponent) },
|
|
@@ -13936,7 +13921,6 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
13936
13921
|
[min]="normalizeTime(min)"
|
|
13937
13922
|
[max]="normalizeTime(max)"
|
|
13938
13923
|
[incompleteDateValidation]="incompleteDateValidation"
|
|
13939
|
-
[autoCorrectParts]="autoCorrectParts"
|
|
13940
13924
|
[autoSwitchParts]="autoSwitchParts"
|
|
13941
13925
|
[autoSwitchKeys]="autoSwitchKeys"
|
|
13942
13926
|
[enableMouseWheel]="enableMouseWheel"
|
|
@@ -14161,7 +14145,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
14161
14145
|
[min]="normalizeTime(min)"
|
|
14162
14146
|
[max]="normalizeTime(max)"
|
|
14163
14147
|
[incompleteDateValidation]="incompleteDateValidation"
|
|
14164
|
-
[autoCorrectParts]="autoCorrectParts"
|
|
14165
14148
|
[autoSwitchParts]="autoSwitchParts"
|
|
14166
14149
|
[autoSwitchKeys]="autoSwitchKeys"
|
|
14167
14150
|
[enableMouseWheel]="enableMouseWheel"
|
|
@@ -14348,8 +14331,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
14348
14331
|
type: Input
|
|
14349
14332
|
}], incompleteDateValidation: [{
|
|
14350
14333
|
type: Input
|
|
14351
|
-
}], autoCorrectParts: [{
|
|
14352
|
-
type: Input
|
|
14353
14334
|
}], autoSwitchParts: [{
|
|
14354
14335
|
type: Input
|
|
14355
14336
|
}], autoSwitchKeys: [{
|
|
@@ -14627,10 +14608,7 @@ class DateTimePickerComponent extends MultiTabStop {
|
|
|
14627
14608
|
*/
|
|
14628
14609
|
this.incompleteDateValidation = false;
|
|
14629
14610
|
/**
|
|
14630
|
-
*
|
|
14631
|
-
*
|
|
14632
|
-
* Determines whether to auto correct invalid segments automatically.
|
|
14633
|
-
* TODO: To be fixed in common package before enabling: https://github.com/telerik/kendo-dateinputs-common/issues/24
|
|
14611
|
+
* Determines whether to autocorrect invalid segments automatically.
|
|
14634
14612
|
*
|
|
14635
14613
|
* @default true
|
|
14636
14614
|
*/
|
|
@@ -35,8 +35,8 @@ const packageMetadata = {
|
|
|
35
35
|
name: '@progress/kendo-angular-dateinputs',
|
|
36
36
|
productName: 'Kendo UI for Angular',
|
|
37
37
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
38
|
-
publishDate:
|
|
39
|
-
version: '16.6.0-develop.
|
|
38
|
+
publishDate: 1722606925,
|
|
39
|
+
version: '16.6.0-develop.10',
|
|
40
40
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -8203,10 +8203,7 @@ class DateInputComponent {
|
|
|
8203
8203
|
*/
|
|
8204
8204
|
this.rangeValidation = true;
|
|
8205
8205
|
/**
|
|
8206
|
-
*
|
|
8207
|
-
*
|
|
8208
|
-
* Determines whether to auto correct invalid segments automatically.
|
|
8209
|
-
* TODO: To be fixed in common package before enabling: https://github.com/telerik/kendo-dateinputs-common/issues/24
|
|
8206
|
+
* Determines whether to autocorrect invalid segments automatically.
|
|
8210
8207
|
*
|
|
8211
8208
|
* @default true
|
|
8212
8209
|
*/
|
|
@@ -8637,7 +8634,7 @@ class DateInputComponent {
|
|
|
8637
8634
|
this.kendoDate?.setOptions(this.options, true);
|
|
8638
8635
|
this.updateFormatSections();
|
|
8639
8636
|
}
|
|
8640
|
-
if (anyChanged(['enableMouseWheel', 'autoFill', 'autoSwitchParts', 'autoSwitchKeys', 'twoDigitYearMax', 'allowCaretMode'], changes)) {
|
|
8637
|
+
if (anyChanged(['enableMouseWheel', 'autoFill', 'autoSwitchParts', 'autoSwitchKeys', 'twoDigitYearMax', 'allowCaretMode', 'autoCorrectParts'], changes)) {
|
|
8641
8638
|
if (!this.kendoDate) {
|
|
8642
8639
|
return;
|
|
8643
8640
|
}
|
|
@@ -9499,10 +9496,7 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
9499
9496
|
*/
|
|
9500
9497
|
this.incompleteDateValidation = false;
|
|
9501
9498
|
/**
|
|
9502
|
-
*
|
|
9503
|
-
*
|
|
9504
|
-
* Determines whether to auto correct invalid segments automatically.
|
|
9505
|
-
* TODO: To be fixed in common package before enabling: https://github.com/telerik/kendo-dateinputs-common/issues/24
|
|
9499
|
+
* Determines whether to autocorrect invalid segments automatically.
|
|
9506
9500
|
*
|
|
9507
9501
|
* @default true
|
|
9508
9502
|
*/
|
|
@@ -12974,15 +12968,6 @@ class TimePickerComponent extends MultiTabStop {
|
|
|
12974
12968
|
* Determines whether the built-in validation for incomplete dates is to be enforced when a form is being validated.
|
|
12975
12969
|
*/
|
|
12976
12970
|
this.incompleteDateValidation = false;
|
|
12977
|
-
/**
|
|
12978
|
-
* @hidden
|
|
12979
|
-
*
|
|
12980
|
-
* Determines whether to auto correct invalid segments automatically.
|
|
12981
|
-
* TODO: To be fixed in common package before enabling: https://github.com/telerik/kendo-dateinputs-common/issues/24
|
|
12982
|
-
*
|
|
12983
|
-
* @default true
|
|
12984
|
-
*/
|
|
12985
|
-
this.autoCorrectParts = true;
|
|
12986
12971
|
/**
|
|
12987
12972
|
* Determines whether to automatically move to the next segment after the user completes the current one.
|
|
12988
12973
|
*
|
|
@@ -13831,7 +13816,7 @@ class TimePickerComponent extends MultiTabStop {
|
|
|
13831
13816
|
}
|
|
13832
13817
|
}
|
|
13833
13818
|
TimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerComponent, deps: [{ token: BusViewService }, { token: i0.NgZone }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i1$3.PopupService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: PickerService }, { token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
13834
|
-
TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimePickerComponent, isStandalone: true, selector: "kendo-timepicker", inputs: { focusableId: "focusableId", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", clearButton: "clearButton", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", incompleteDateValidation: "incompleteDateValidation",
|
|
13819
|
+
TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimePickerComponent, isStandalone: true, selector: "kendo-timepicker", inputs: { focusableId: "focusableId", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", clearButton: "clearButton", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", incompleteDateValidation: "incompleteDateValidation", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", enableMouseWheel: "enableMouseWheel", allowCaretMode: "allowCaretMode", cancelButton: "cancelButton", nowButton: "nowButton", steps: "steps", popupSettings: "popupSettings", tabindex: "tabindex", tabIndex: "tabIndex", title: "title", subtitle: "subtitle", rangeValidation: "rangeValidation", adaptiveMode: "adaptiveMode", value: "value", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur", open: "open", close: "close", escape: "escape" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-timepicker": "this.wrapperClasses", "class.k-input": "this.wrapperClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
13835
13820
|
{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => TimePickerComponent), multi: true },
|
|
13836
13821
|
{ provide: NG_VALIDATORS, useExisting: forwardRef(() => TimePickerComponent), multi: true },
|
|
13837
13822
|
{ provide: KendoInput, useExisting: forwardRef(() => TimePickerComponent) },
|
|
@@ -13902,7 +13887,6 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
13902
13887
|
[min]="normalizeTime(min)"
|
|
13903
13888
|
[max]="normalizeTime(max)"
|
|
13904
13889
|
[incompleteDateValidation]="incompleteDateValidation"
|
|
13905
|
-
[autoCorrectParts]="autoCorrectParts"
|
|
13906
13890
|
[autoSwitchParts]="autoSwitchParts"
|
|
13907
13891
|
[autoSwitchKeys]="autoSwitchKeys"
|
|
13908
13892
|
[enableMouseWheel]="enableMouseWheel"
|
|
@@ -14127,7 +14111,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
14127
14111
|
[min]="normalizeTime(min)"
|
|
14128
14112
|
[max]="normalizeTime(max)"
|
|
14129
14113
|
[incompleteDateValidation]="incompleteDateValidation"
|
|
14130
|
-
[autoCorrectParts]="autoCorrectParts"
|
|
14131
14114
|
[autoSwitchParts]="autoSwitchParts"
|
|
14132
14115
|
[autoSwitchKeys]="autoSwitchKeys"
|
|
14133
14116
|
[enableMouseWheel]="enableMouseWheel"
|
|
@@ -14314,8 +14297,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
14314
14297
|
type: Input
|
|
14315
14298
|
}], incompleteDateValidation: [{
|
|
14316
14299
|
type: Input
|
|
14317
|
-
}], autoCorrectParts: [{
|
|
14318
|
-
type: Input
|
|
14319
14300
|
}], autoSwitchParts: [{
|
|
14320
14301
|
type: Input
|
|
14321
14302
|
}], autoSwitchKeys: [{
|
|
@@ -14593,10 +14574,7 @@ class DateTimePickerComponent extends MultiTabStop {
|
|
|
14593
14574
|
*/
|
|
14594
14575
|
this.incompleteDateValidation = false;
|
|
14595
14576
|
/**
|
|
14596
|
-
*
|
|
14597
|
-
*
|
|
14598
|
-
* Determines whether to auto correct invalid segments automatically.
|
|
14599
|
-
* TODO: To be fixed in common package before enabling: https://github.com/telerik/kendo-dateinputs-common/issues/24
|
|
14577
|
+
* Determines whether to autocorrect invalid segments automatically.
|
|
14600
14578
|
*
|
|
14601
14579
|
* @default true
|
|
14602
14580
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "16.6.0-develop.
|
|
3
|
+
"version": "16.6.0-develop.10",
|
|
4
4
|
"description": "Kendo UI for Angular Date Inputs Package - Everything you need to add date selection functionality to apps (DatePicker, TimePicker, DateInput, DateRangePicker, DateTimePicker, Calendar, and MultiViewCalendar).",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -34,21 +34,21 @@
|
|
|
34
34
|
"@angular/forms": "15 - 18",
|
|
35
35
|
"@angular/platform-browser": "15 - 18",
|
|
36
36
|
"@progress/kendo-licensing": "^1.0.2",
|
|
37
|
-
"@progress/kendo-angular-buttons": "16.6.0-develop.
|
|
38
|
-
"@progress/kendo-angular-common": "16.6.0-develop.
|
|
39
|
-
"@progress/kendo-angular-intl": "16.6.0-develop.
|
|
40
|
-
"@progress/kendo-angular-l10n": "16.6.0-develop.
|
|
41
|
-
"@progress/kendo-angular-icons": "16.6.0-develop.
|
|
42
|
-
"@progress/kendo-angular-popup": "16.6.0-develop.
|
|
43
|
-
"@progress/kendo-angular-navigation": "16.6.0-develop.
|
|
37
|
+
"@progress/kendo-angular-buttons": "16.6.0-develop.10",
|
|
38
|
+
"@progress/kendo-angular-common": "16.6.0-develop.10",
|
|
39
|
+
"@progress/kendo-angular-intl": "16.6.0-develop.10",
|
|
40
|
+
"@progress/kendo-angular-l10n": "16.6.0-develop.10",
|
|
41
|
+
"@progress/kendo-angular-icons": "16.6.0-develop.10",
|
|
42
|
+
"@progress/kendo-angular-popup": "16.6.0-develop.10",
|
|
43
|
+
"@progress/kendo-angular-navigation": "16.6.0-develop.10",
|
|
44
44
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"tslib": "^2.3.1",
|
|
48
|
-
"@progress/kendo-angular-schematics": "16.6.0-develop.
|
|
48
|
+
"@progress/kendo-angular-schematics": "16.6.0-develop.10",
|
|
49
49
|
"@progress/kendo-common": "^0.2.0",
|
|
50
50
|
"@progress/kendo-date-math": "^1.1.0",
|
|
51
|
-
"@progress/kendo-dateinputs-common": "^0.3.
|
|
51
|
+
"@progress/kendo-dateinputs-common": "^0.3.4"
|
|
52
52
|
},
|
|
53
53
|
"schematics": "./schematics/collection.json",
|
|
54
54
|
"module": "fesm2015/progress-kendo-angular-dateinputs.mjs",
|
|
@@ -159,15 +159,6 @@ export declare class TimePickerComponent extends MultiTabStop implements Control
|
|
|
159
159
|
* Determines whether the built-in validation for incomplete dates is to be enforced when a form is being validated.
|
|
160
160
|
*/
|
|
161
161
|
incompleteDateValidation: boolean;
|
|
162
|
-
/**
|
|
163
|
-
* @hidden
|
|
164
|
-
*
|
|
165
|
-
* Determines whether to auto correct invalid segments automatically.
|
|
166
|
-
* TODO: To be fixed in common package before enabling: https://github.com/telerik/kendo-dateinputs-common/issues/24
|
|
167
|
-
*
|
|
168
|
-
* @default true
|
|
169
|
-
*/
|
|
170
|
-
autoCorrectParts: boolean;
|
|
171
162
|
/**
|
|
172
163
|
* Determines whether to automatically move to the next segment after the user completes the current one.
|
|
173
164
|
*
|
|
@@ -555,5 +546,5 @@ export declare class TimePickerComponent extends MultiTabStop implements Control
|
|
|
555
546
|
private handleDateCompletenessChange;
|
|
556
547
|
private setComponentClasses;
|
|
557
548
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerComponent, never>;
|
|
558
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "kendo-timepicker", ["kendo-timepicker"], { "focusableId": "focusableId"; "disabled": "disabled"; "readonly": "readonly"; "readOnlyInput": "readOnlyInput"; "clearButton": "clearButton"; "format": "format"; "formatPlaceholder": "formatPlaceholder"; "placeholder": "placeholder"; "min": "min"; "max": "max"; "incompleteDateValidation": "incompleteDateValidation"; "
|
|
549
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "kendo-timepicker", ["kendo-timepicker"], { "focusableId": "focusableId"; "disabled": "disabled"; "readonly": "readonly"; "readOnlyInput": "readOnlyInput"; "clearButton": "clearButton"; "format": "format"; "formatPlaceholder": "formatPlaceholder"; "placeholder": "placeholder"; "min": "min"; "max": "max"; "incompleteDateValidation": "incompleteDateValidation"; "autoSwitchParts": "autoSwitchParts"; "autoSwitchKeys": "autoSwitchKeys"; "enableMouseWheel": "enableMouseWheel"; "allowCaretMode": "allowCaretMode"; "cancelButton": "cancelButton"; "nowButton": "nowButton"; "steps": "steps"; "popupSettings": "popupSettings"; "tabindex": "tabindex"; "tabIndex": "tabIndex"; "title": "title"; "subtitle": "subtitle"; "rangeValidation": "rangeValidation"; "adaptiveMode": "adaptiveMode"; "value": "value"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "inputAttributes": "inputAttributes"; }, { "valueChange": "valueChange"; "onFocus": "focus"; "onBlur": "blur"; "open": "open"; "close": "close"; "escape": "escape"; }, never, never, true, never>;
|
|
559
550
|
}
|