@progress/kendo-angular-chart-wizard 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.
Files changed (54) hide show
  1. package/LICENSE.md +11 -0
  2. package/NOTICE.txt +200 -0
  3. package/README.md +32 -0
  4. package/chart-wizard-state.d.ts +149 -0
  5. package/chart-wizard.component.d.ts +80 -0
  6. package/chart-wizard.module.d.ts +19 -0
  7. package/common/get-wizard-data-from-data-rows.d.ts +41 -0
  8. package/common/index.d.ts +5 -0
  9. package/common/models.d.ts +19 -0
  10. package/directives.d.ts +10 -0
  11. package/esm2020/chart-wizard-state.mjs +502 -0
  12. package/esm2020/chart-wizard.component.mjs +552 -0
  13. package/esm2020/chart-wizard.module.mjs +53 -0
  14. package/esm2020/common/get-wizard-data-from-data-rows.mjs +27 -0
  15. package/esm2020/common/index.mjs +5 -0
  16. package/esm2020/common/models.mjs +5 -0
  17. package/esm2020/directives.mjs +13 -0
  18. package/esm2020/events/export-event.mjs +18 -0
  19. package/esm2020/events/index.mjs +5 -0
  20. package/esm2020/events/preventable-event.mjs +30 -0
  21. package/esm2020/grid-integration/get-grid-selected-rows.mjs +48 -0
  22. package/esm2020/grid-integration/get-wizard-data-from-grid-selection.mjs +13 -0
  23. package/esm2020/grid-integration/grid-chart-wizard.directive.mjs +74 -0
  24. package/esm2020/grid-integration/index.mjs +7 -0
  25. package/esm2020/index.mjs +11 -0
  26. package/esm2020/package-metadata.mjs +15 -0
  27. package/esm2020/progress-kendo-angular-chart-wizard.mjs +8 -0
  28. package/esm2020/property-pane/chart-tab.component.mjs +257 -0
  29. package/esm2020/property-pane/data-tab.component.mjs +229 -0
  30. package/esm2020/property-pane/form-field.component.mjs +245 -0
  31. package/esm2020/property-pane/format-tab.component.mjs +945 -0
  32. package/esm2020/series-type-button.component.mjs +67 -0
  33. package/esm2020/state.service.mjs +32 -0
  34. package/events/export-event.d.ts +24 -0
  35. package/events/index.d.ts +5 -0
  36. package/events/preventable-event.d.ts +24 -0
  37. package/fesm2015/progress-kendo-angular-chart-wizard.mjs +2999 -0
  38. package/fesm2020/progress-kendo-angular-chart-wizard.mjs +2993 -0
  39. package/grid-integration/get-grid-selected-rows.d.ts +20 -0
  40. package/grid-integration/get-wizard-data-from-grid-selection.d.ts +19 -0
  41. package/grid-integration/grid-chart-wizard.directive.d.ts +42 -0
  42. package/grid-integration/index.d.ts +7 -0
  43. package/index.d.ts +12 -0
  44. package/package-metadata.d.ts +9 -0
  45. package/package.json +65 -0
  46. package/property-pane/chart-tab.component.d.ts +35 -0
  47. package/property-pane/data-tab.component.d.ts +33 -0
  48. package/property-pane/form-field.component.d.ts +45 -0
  49. package/property-pane/format-tab.component.d.ts +102 -0
  50. package/schematics/collection.json +12 -0
  51. package/schematics/ngAdd/index.js +8 -0
  52. package/schematics/ngAdd/schema.json +24 -0
  53. package/series-type-button.component.d.ts +24 -0
  54. package/state.service.d.ts +23 -0
package/LICENSE.md ADDED
@@ -0,0 +1,11 @@
1
+ # Kendo UI for Angular
2
+
3
+ This package is part of the [Kendo UI for Angular](http://www.telerik.com/kendo-angular-ui/) suite.
4
+
5
+ ## License
6
+
7
+ This is commercial software. To use it, you need to agree to the [**Telerik End User License Agreement for Kendo UI**](http://www.telerik.com/purchase/license-agreement/kendo-ui). If you do not own a commercial license, this file shall be governed by the trial license terms.
8
+
9
+ All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui.
10
+
11
+ *Copyright © 2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
package/NOTICE.txt ADDED
@@ -0,0 +1,200 @@
1
+ Progress Kendo UI for Angular 2024
2
+
3
+ Copyright © 2016-2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
4
+
5
+ Portions of the Product include certain open source and commercial third-party components listed below (“Third-Party Components”). The authors of the Third-Party Components require Progress Software Corporation (“PSC”) to include the following notices and additional licensing terms as a condition of PSC’s use of such Third-Party Components. You acknowledge that the authors of the Third-Party Components have no obligation to provide support to you for the Third-Party Components or the Product. You hereby undertake to comply with all licenses related to the applicable Third-Party Components. Notwithstanding anything to the contrary, to the extent that any of the terms and conditions of the Product Agreement conflict, vary, or are in addition to the terms and conditions of the aforementioned third-party licenses for these technologies, such terms and conditions are offered by Progress alone and not by any other party.
6
+
7
+ -------------------------------------------------------------------------
8
+ SUMMARY OF COMPONENTS:
9
+
10
+ VendorName | ComponentName | VersionName | LicenseType
11
+
12
+ DefinitelyTyped.org | @types/prosemirror-commands | 1.0.4 - Open Source | MIT-style License
13
+ DefinitelyTyped.org | @types/prosemirror-dropcursor | 1.0.1 - Open Source | MIT-style License
14
+ DefinitelyTyped.org | @types/prosemirror-gapcursor | 1.0.2 - Open Source | MIT-style License
15
+ DefinitelyTyped.org | @types/prosemirror-history | 1.0.2 - Open Source | MIT-style License
16
+ DefinitelyTyped.org | @types/prosemirror-inputrules | 1.0.2 - Open Source | MIT-style License
17
+ DefinitelyTyped.org | @types/prosemirror-keymap | 1.0.2 - Open Source | MIT-style License
18
+ DefinitelyTyped.org | @types/prosemirror-model | 1.11.2 - Open Source | MIT-style License
19
+ DefinitelyTyped.org | @types/prosemirror-schema-list | 1.0.2 - Open Source | MIT-style License
20
+ DefinitelyTyped.org | @types/prosemirror-state | 1.2.4 - Open Source | MIT-style License
21
+ DefinitelyTyped.org | @types/prosemirror-tables | 0.9.1 - Open Source | MIT-style License
22
+ DefinitelyTyped.org | @types/prosemirror-transform | 1.2.9 - Open Source | MIT-style License
23
+ DefinitelyTyped.org | @types/prosemirror-view | 1.11.4 - Open Source | MIT-style License
24
+ Isaac Z. Schlueter | glob | 7.1.3 - Open Source | ISC-style License
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
+ Progress Software Corporation | Kendo UI Licensing CLI | 1.1 - Proprietary |
28
+ Progress Software Corporation | jszip-esm | 1.0.0 - Open Source | MIT-style License
29
+ Progress Software Corporation | pako-esm | 1.0.0 - Open Source | MIT-style License
30
+ ProseMirror | prosemiror-inputrules | 1.0.1 - Open Source | MIT-style License
31
+ ProseMirror | prosemirror-commands | 1.0.7 - Open Source | MIT-style License
32
+ ProseMirror | prosemirror-cursor | 1.0.1 - Open Source | MIT-style License
33
+ ProseMirror | prosemirror-gapcursor | 1.0.2 - Open Source | MIT-style License
34
+ ProseMirror | prosemirror-history | 1.0.2 - Open Source | MIT-style License
35
+ ProseMirror | prosemirror-keymap | 1.0.1 - Open Source | MIT-style License
36
+ ProseMirror | prosemirror-model | 1.6.1 - Open Source | MIT-style License
37
+ ProseMirror | prosemirror-schema-list | 1.0.1 - Open Source | MIT-style License
38
+ ProseMirror | prosemirror-state | 1.2.2 - Open Source | MIT-style License
39
+ ProseMirror | prosemirror-tables | 0.7.10 - Open Source | MIT-style License
40
+ ProseMirror | prosemirror-transform | 1.1.3 - Open Source | MIT-style License
41
+ ProseMirror | prosemirror-view | 1.5.2 - Open Source | MIT-style License
42
+ Quildreen Motta | Data.Task | 3.1.2 - Open Source | MIT-style License
43
+ Scott Sauyet and Michael Hurley | ramda | 0.23.0 - Open Source | MIT-style License
44
+ TsLib | TsLib | 1.9.3 - Open Source | Apache Software License Version 2.0
45
+ Tsvetomir Tsonev | xlf-translate | 2.0.4 - Open Source | BSD-style License
46
+ Unicode Inc. | CLDR | 37 - Open Source | Unicode, Inc. License Agreement - Data Files and Software
47
+ Vitaly Puzrin | js-yaml | 3.14.0 - Open Source | MIT-style License
48
+ -------------------------------------------------------------------------
49
+
50
+ 1. Special Notices Regarding Open-Source Third-Party Components incorporated into the Product:
51
+
52
+ (1) The Apache Software License, Version 2.0:
53
+
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
+ -------------------------------------------------------------------------
56
+
57
+ Contents of COPYRIGHTNOTICE text file for Tslib v1.9.3:
58
+ Copyright (c) Microsoft Corporation. All rights reserved.
59
+ 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
60
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR NON-INFRINGEMENT.
61
+ See the Apache Version 2.0 License for specific language governing permissions and limitations under the License.
62
+ -------------------------------------------------------------------------
63
+
64
+ (2) BSD-Style Licenses:
65
+
66
+ (a) Progress Kendo UI for Angular 2024 incorporates xlf-translate v2.0.4. Such technology is subject to the following terms and conditions:
67
+ BSD 3-Clause License
68
+ Copyright (c) 2017, Tsvetomir Tsonev All rights reserved.
69
+ Redistribution and use in source and binary forms, with or without
70
+ modification, are permitted provided that the following conditions are met:
71
+ * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
72
+ * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
73
+ * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
74
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
75
+
76
+ (3) The ISC License:
77
+
78
+ (a) Progress Kendo UI for Angular 2024 incorporates glob v7.1.3. Such technology is subject to the following terms and conditions:
79
+ The ISC License
80
+ Copyright (c) Isaac Z. Schlueter and Contributors
81
+ Permission to use, copy, modify, and/or distribute this software for any
82
+ purpose with or without fee is hereby granted, provided that the above
83
+ copyright notice and this permission notice appear in all copies.
84
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
85
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
86
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
87
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
88
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
89
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
90
+ ## Glob Logo
91
+ Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed
92
+ under a Creative Commons Attribution-ShareAlike 4.0 International License
93
+ https://creativecommons.org/licenses/by-sa/4.0/
94
+
95
+ (4) MIT-Style Licenses:
96
+
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:
98
+ Copyright (C) 2015-2017 by Marijn Haverbeke <marijnh@gmail.com> and others
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:
100
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
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.
102
+
103
+ (b) Progress Kendo UI for Angular 2024 incorporates cheerio v0.2.2. Such technology is subject to the following terms and conditions:
104
+ MIT License
105
+ Copyright (c) 2016 Matt Mueller
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:
107
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
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.
109
+
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:
111
+ This project is licensed under the MIT license.
112
+ Copyrights are respective of each contributor listed at the beginning of each definition file.
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:
114
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
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.
116
+
117
+ (d) Progress Kendo UI for Angular 2024 incorporates pako-esm v1.0.0. Such technology is subject to the following terms and conditions:
118
+ Copyright © 2020 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved. (as modified)
119
+ Copyright (C) 2014-2017 by Vitaly Puzrin and Andrei Tuputcyn
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:
121
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
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.
123
+
124
+ (e) Progress Kendo UI for Angular 2024 incorporates jszip-esm v1.0.0. Such technology is subject to the following terms and conditions:
125
+ Copyright © 2020 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved. (as modified)
126
+ Copyright (c) 2009-2016 Stuart Knightley, David Duponchel, Franz Buchinger, AntÛnio Afonso
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:
128
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
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.
130
+
131
+ (r) Progress Kendo UI for Angular 2024 incorporates data.task v3.1.2. Such technology is subject to the following terms and conditions:
132
+ The MIT License
133
+ Copyright (c) 2013-2015 Quildreen Motta
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:
135
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
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.
137
+
138
+ (g) Progress Kendo UI for Angular 2024 incorporates ramda v0.23. Such technology is subject to the following terms and conditions:
139
+ The MIT License (MIT)
140
+ Copyright (c) 2013-2020 Scott Sauyet and Michael Hurley
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:
142
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
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.
144
+
145
+ (h) Progress Kendo UI for Angular 2024 incorporates js-yaml v3.14.0. Such technology is subject to the following terms and conditions:
146
+ (The MIT License)
147
+ Copyright (C) 2011-2015 by Vitaly Puzrin
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:
149
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
150
+ 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
+
152
+ (5) UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE:
153
+
154
+ Progress Kendo UI for Angular 2024 incorporates Unicode CLDR Database v33. Such technology is subject to the following terms and conditions: UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
155
+ See Terms of Use for definitions of Unicode Inc.'s
156
+ Data Files and Software.
157
+ NOTICE TO USER: Carefully read the following legal agreement.
158
+ BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
159
+ DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT.
160
+ IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
161
+ THE DATA FILES OR SOFTWARE.
162
+ COPYRIGHT AND PERMISSION NOTICE
163
+ Copyright © 1991-2019 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
164
+ Permission is hereby granted, free of charge, to any person obtaining
165
+ a copy of the Unicode data files and any associated documentation
166
+ (the "Data Files") or Unicode software and any associated documentation
167
+ (the "Software") to deal in the Data Files or Software
168
+ without restriction, including without limitation the rights to use,
169
+ copy, modify, merge, publish, distribute, and/or sell copies of
170
+ the Data Files or Software, and to permit persons to whom the Data Files
171
+ or Software are furnished to do so, provided that either
172
+ (a) this copyright and permission notice appear with all copies
173
+ of the Data Files or Software, or
174
+ (b) this copyright and permission notice appear in associated
175
+ Documentation.
176
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
177
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
178
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
179
+ NONINFRINGEMENT OF THIRD PARTY RIGHTS.
180
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
181
+ NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
182
+ DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
183
+ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
184
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
185
+ PERFORMANCE OF THE DATA FILES OR SOFTWARE.
186
+ Except as contained in this notice, the name of a copyright holder
187
+ shall not be used in advertising or otherwise to promote the sale,
188
+ use or other dealings in these Data Files or Software without prior
189
+ written authorization of the copyright holder.
190
+
191
+ 2. Special Notices Regarding Commercially Licensed Third-Party Components incorporated into the Product: NONE
192
+
193
+ 3. Special Notices Regarding Progress Products incorporated into the Product:
194
+
195
+ (a) Progress Kendo UI for Angular 2024 incorporates Kendo UI Licensing CLI v1.1 from Progress Software Corporation. See NOTICE.txt text file within product for third-party license information.
196
+
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.
198
+
199
+
200
+ Updated 30.Jul.2024
package/README.md ADDED
@@ -0,0 +1,32 @@
1
+ <a href="https://www.telerik.com/kendo-angular-ui/" target="_blank">
2
+ <img width="631" src="https://www.telerik.com/kendo-angular-ui/npm-banner.svg">
3
+ </a>
4
+
5
+ ## Kendo UI for Angular Chart-wizard Component
6
+
7
+ > **Important**
8
+ >
9
+ > - This package is part of [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-chart-wizard)&mdash;a commercial library designed and built for developing business applications with Angular. Every UI component in the Kendo UI for Angular suite has been built from the ground-up specifically for Angular.
10
+ > - You will need to install a license key when adding the package to your project. For more information, please refer to the [Kendo UI for Angular My License page](https://www.telerik.com/kendo-angular-ui/my-license?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-chart-wizard).
11
+ > - To receive a license key, you need to either [purchase a license](https://www.telerik.com/purchase/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-chart-wizard) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-chart-wizard). Doing so indicates that you [accept the Kendo UI for Angular License Agreement](https://www.telerik.com/purchase/license-agreement/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-chart-wizard).
12
+ > - The 30-day free trial gives you access to all the Kendo UI for Angular components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular dev team!
13
+ >
14
+ > [Start using Kendo UI for Angular](https://www.telerik.com/download-login-v2-kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-chart-wizard) and speed up your development process!
15
+
16
+ ## Resources
17
+
18
+ - [Get Started with Kendo UI for Angular (requires trial registration)](https://www.telerik.com/kendo-angular-ui/getting-started)
19
+ - [Demos, documentation, and component reference](https://www.telerik.com/kendo-angular-ui/components)
20
+ - [Blogs](http://www.telerik.com/blogs/kendo-ui)
21
+ - [Kendo UI for Angular pricing and licensing](https://www.telerik.com/purchase/kendo-ui)
22
+
23
+ ## Questions and Feedback
24
+
25
+ - [Official Forums](https://www.telerik.com/forums/kendo-angular-ui)
26
+ - [GitHub Issues](https://github.com/telerik/kendo-angular/issues)
27
+ - [Feedback Portal](https://feedback.telerik.com/kendo-angular-ui)
28
+ - [StackOverflow](https://stackoverflow.com/questions/tagged/kendo-ui-angular2)
29
+
30
+ _Copyright © 2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved._
31
+
32
+ _Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries._
@@ -0,0 +1,149 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { CategoryAxis, ChartArea, Legend, Series, SeriesStack, SeriesType, Subtitle, Title, ValueAxis, XAxis, YAxis } from "@progress/kendo-angular-charts";
6
+ /**
7
+ * Describes a single data cell for the Chart Wizard.
8
+ */
9
+ export interface ChartWizardDataCell {
10
+ /**
11
+ * The field name of the data cell.
12
+ */
13
+ field: string;
14
+ /**
15
+ * The value of the data cell.
16
+ */
17
+ value: any;
18
+ }
19
+ /**
20
+ * Describes a data row for the Chart Wizard.
21
+ */
22
+ export declare type ChartWizardDataRow = ChartWizardDataCell[];
23
+ export interface SeriesItem extends Series {
24
+ id?: number;
25
+ }
26
+ export interface ChartWizardState {
27
+ title?: Title;
28
+ subtitle?: Subtitle;
29
+ area?: ChartArea;
30
+ categoryAxis: CategoryAxis[];
31
+ valueAxis: ValueAxis[];
32
+ series: SeriesItem[];
33
+ initialSeries: SeriesItem[];
34
+ xAxis?: XAxis[];
35
+ yAxis?: YAxis[];
36
+ legend?: Legend;
37
+ columns: string[];
38
+ data: ChartWizardDataRow[];
39
+ seriesType?: SeriesType;
40
+ categoryField?: string;
41
+ valueField?: string;
42
+ xField?: string;
43
+ yField?: string;
44
+ stack?: SeriesStack | boolean;
45
+ }
46
+ export interface ChartWizardInitialState extends Pick<ChartWizardState, 'stack' | 'seriesType'> {
47
+ }
48
+ /**
49
+ * @hidden
50
+ */
51
+ export declare const fontSizes: {
52
+ text: string;
53
+ value: string;
54
+ }[];
55
+ /**
56
+ * @hidden
57
+ */
58
+ export declare const fontNames: {
59
+ text: string;
60
+ value: string;
61
+ style: {
62
+ fontFamily: string;
63
+ };
64
+ }[];
65
+ /**
66
+ * @hidden
67
+ */
68
+ export declare const rotations: {
69
+ text: string;
70
+ value: number;
71
+ }[];
72
+ /**
73
+ * @hidden
74
+ */
75
+ export declare const positions: {
76
+ text: string;
77
+ value: string;
78
+ }[];
79
+ /**
80
+ * @hidden
81
+ */
82
+ export declare const isCategorical: (type?: SeriesType) => boolean;
83
+ /**
84
+ * @hidden
85
+ */
86
+ export declare const parseFont: (font?: string) => {
87
+ size: string;
88
+ name: string;
89
+ };
90
+ /**
91
+ * @hidden
92
+ */
93
+ export declare const createState: (data: any[], seriesType: SeriesType) => ChartWizardState;
94
+ /**
95
+ * @hidden
96
+ */
97
+ export declare enum ActionTypes {
98
+ seriesType = 0,
99
+ stacked = 1,
100
+ categoryAxisX = 2,
101
+ valueAxisY = 3,
102
+ seriesChange = 4,
103
+ areaMarginLeft = 5,
104
+ areaMarginRight = 6,
105
+ areaMarginTop = 7,
106
+ areaMarginBottom = 8,
107
+ areaBackground = 9,
108
+ titleText = 10,
109
+ titleFontName = 11,
110
+ titleFontSize = 12,
111
+ titleColor = 13,
112
+ subtitleText = 14,
113
+ subtitleFontName = 15,
114
+ subtitleFontSize = 16,
115
+ subtitleColor = 17,
116
+ seriesColor = 18,
117
+ seriesLabel = 19,
118
+ legendVisible = 20,
119
+ legendFontName = 21,
120
+ legendFontSize = 22,
121
+ legendColor = 23,
122
+ legendPosition = 24,
123
+ categoryAxisTitleText = 25,
124
+ categoryAxisTitleFontName = 26,
125
+ categoryAxisTitleFontSize = 27,
126
+ categoryAxisTitleColor = 28,
127
+ categoryAxisLabelsFontName = 29,
128
+ categoryAxisLabelsFontSize = 30,
129
+ categoryAxisLabelsColor = 31,
130
+ categoryAxisLabelsRotation = 32,
131
+ categoryAxisReverseOrder = 33,
132
+ valueAxisTitleText = 34,
133
+ valueAxisTitleFontName = 35,
134
+ valueAxisTitleFontSize = 36,
135
+ valueAxisTitleColor = 37,
136
+ valueAxisLabelsFormat = 38,
137
+ valueAxisLabelsFontName = 39,
138
+ valueAxisLabelsFontSize = 40,
139
+ valueAxisLabelsColor = 41,
140
+ valueAxisLabelsRotation = 42
141
+ }
142
+ /**
143
+ * @hidden
144
+ */
145
+ export declare const mergeStates: (state: ChartWizardState, newState: ChartWizardState) => ChartWizardState;
146
+ /**
147
+ * @hidden
148
+ */
149
+ export declare const updateState: (currentState: ChartWizardState, action: ActionTypes, value: any) => ChartWizardState;
@@ -0,0 +1,80 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { EventEmitter, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
6
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
7
+ import { ChartWizardDataRow, ChartWizardInitialState } from './chart-wizard-state';
8
+ import { StateService } from './state.service';
9
+ import { ChartComponent } from '@progress/kendo-angular-charts';
10
+ import { ChartWizardPropertyPaneChartTabComponent } from './property-pane/chart-tab.component';
11
+ import { ExportEvent } from './events';
12
+ import { ExportOptions } from './common/models';
13
+ import * as i0 from "@angular/core";
14
+ /**
15
+ * The Chart Wizard component.
16
+ * ```
17
+ */
18
+ export declare class ChartWizardComponent implements OnChanges, OnDestroy {
19
+ private localization;
20
+ stateService: StateService;
21
+ /**
22
+ * The data to display in the Chart Wizard.
23
+ */
24
+ data: ChartWizardDataRow[];
25
+ /**
26
+ * Sets the default state of the Chart Wizard
27
+ */
28
+ defaultState: ChartWizardInitialState;
29
+ /**
30
+ * The Chart Wizard export options
31
+ */
32
+ exportOptions: ExportOptions;
33
+ /**
34
+ * @hidden
35
+ */
36
+ showLicenseWatermark: boolean;
37
+ /**
38
+ * @hidden
39
+ */
40
+ exportIcon: import("@progress/kendo-svg-icons").SVGIcon;
41
+ /**
42
+ * @hidden
43
+ */
44
+ exportDropdownItems: {
45
+ text: string;
46
+ svgIcon: import("@progress/kendo-svg-icons").SVGIcon;
47
+ }[];
48
+ /**
49
+ * Fires when the Chart Wizard Window is to be close.
50
+ */
51
+ close: EventEmitter<any>;
52
+ /**
53
+ * Fires when the Chart is about to be exported. Can be prevented.
54
+ */
55
+ export: EventEmitter<ExportEvent>;
56
+ get dir(): string;
57
+ /**
58
+ * @hidden
59
+ */
60
+ chart: ChartComponent;
61
+ /**
62
+ * @hidden
63
+ */
64
+ propertyPane: ChartWizardPropertyPaneChartTabComponent;
65
+ private subscription;
66
+ constructor(localization: LocalizationService, stateService: StateService);
67
+ ngAfterViewInit(): void;
68
+ ngOnChanges(changes: SimpleChanges): void;
69
+ ngOnDestroy(): void;
70
+ /**
71
+ * @hidden
72
+ */
73
+ messageFor(key: string): string;
74
+ /**
75
+ * @hidden
76
+ */
77
+ onExport(exportType: any): void;
78
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartWizardComponent, never>;
79
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChartWizardComponent, "kendo-chart-wizard", ["kendoChartWizard"], { "data": "data"; "defaultState": "defaultState"; "exportOptions": "exportOptions"; }, { "close": "close"; "export": "export"; }, never, never, true, never>;
80
+ }
@@ -0,0 +1,19 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import * as i0 from "@angular/core";
6
+ import * as i1 from "./chart-wizard.component";
7
+ import * as i2 from "./grid-integration/grid-chart-wizard.directive";
8
+ /**
9
+ * A [module](link:site.data.urls.angular['ngmoduleapi']) that includes the Chart Wizard component and directives.
10
+ *
11
+ * Imports the ChartWizardModule into your application
12
+ * [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module
13
+ * that will use the Chart Wizard component.
14
+ */
15
+ export declare class ChartWizardModule {
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartWizardModule, never>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ChartWizardModule, never, [typeof i1.ChartWizardComponent, typeof i2.ChartWizardGridBindingDirective], [typeof i1.ChartWizardComponent, typeof i2.ChartWizardGridBindingDirective]>;
18
+ static ɵinj: i0.ɵɵInjectorDeclaration<ChartWizardModule>;
19
+ }
@@ -0,0 +1,41 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ /**
6
+ * Describes a single data cell for the Chart Wizard.
7
+ */
8
+ export interface ChartWizardDataCell {
9
+ /**
10
+ * The field name of the data cell.
11
+ */
12
+ field: string;
13
+ /**
14
+ * The value of the data cell.
15
+ */
16
+ value: any;
17
+ }
18
+ /**
19
+ * Describes a data row for the Chart Wizard.
20
+ */
21
+ export declare type ChartWizardDataRow = ChartWizardDataCell[];
22
+ /**
23
+ * Represents a data column from a grid component or similar.
24
+ */
25
+ export interface DataColumn {
26
+ field: string;
27
+ title: string;
28
+ }
29
+ /**
30
+ * Represents a data row from a grid component or similar.
31
+ */
32
+ export interface DataRow {
33
+ dataItem: any;
34
+ dataColumns: DataColumn[];
35
+ }
36
+ /**
37
+ * Maps data rows to the Chart Wizard data format.
38
+ *
39
+ * @returns collection that can be used as Chart Wizard.
40
+ */
41
+ export declare function getWizardDataFromDataRows(dataRows: DataRow[]): ChartWizardDataRow[];
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export * from './get-wizard-data-from-data-rows';
@@ -0,0 +1,19 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { ImageExportOptions } from "@progress/kendo-drawing";
6
+ import { PDFOptions } from "@progress/kendo-drawing/pdf";
7
+ /**
8
+ * The Chart Wizard ExportOptions Interface.
9
+ *
10
+ */
11
+ export interface ExportOptions {
12
+ fileName?: string;
13
+ pdf?: PDFOptions;
14
+ image?: ImageExportOptions;
15
+ }
16
+ /**
17
+ * @hidden
18
+ */
19
+ export declare type PanelType = 'Chart Area' | 'Legend' | 'Title' | 'Subtitle' | 'Value Axis' | 'Category Axis' | 'Series';
@@ -0,0 +1,10 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { ChartWizardComponent } from "./chart-wizard.component";
6
+ import { ChartWizardGridBindingDirective } from "./grid-integration/grid-chart-wizard.directive";
7
+ /**
8
+ * Utility array that contains all `@progress/kendo-angular-chart-wizard` related components and directives.
9
+ */
10
+ export declare const KENDO_CHARTWIZARD: readonly [typeof ChartWizardComponent, typeof ChartWizardGridBindingDirective];