@progress/kendo-angular-schematics 14.3.1-develop.2 → 14.4.0-develop.11

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 (70) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +1 -1
  3. package/e2e/utils.d.ts +1 -1
  4. package/e2e/utils.js +1 -1
  5. package/e2e/utils.js.map +1 -1
  6. package/package.json +2 -2
  7. package/src/chart/files/__name@dasherize@if-flat__/__name@dasherize__.__type@dasherize__.ts.template +1 -0
  8. package/src/chart/index.d.ts +1 -1
  9. package/src/chart/index.js +1 -1
  10. package/src/chart/schema.d.ts +1 -1
  11. package/src/chart/schema.js +1 -1
  12. package/src/component/files/__full-path__/__name@folder-name__/__name@dasherize__.component.ts +1 -1
  13. package/src/component/index.d.ts +1 -1
  14. package/src/component/index.js +1 -1
  15. package/src/component/schema.d.ts +1 -1
  16. package/src/component/schema.js +1 -1
  17. package/src/grid/index.d.ts +1 -1
  18. package/src/grid/index.js +1 -1
  19. package/src/grid/schema.d.ts +1 -1
  20. package/src/grid/schema.js +1 -1
  21. package/src/ngAdd/index.d.ts +1 -1
  22. package/src/ngAdd/index.js +1 -1
  23. package/src/ngAdd/schema.d.ts +1 -1
  24. package/src/ngAdd/schema.js +1 -1
  25. package/src/ngAdd/theming.d.ts +1 -1
  26. package/src/ngAdd/theming.js +1 -1
  27. package/src/rules/index.d.ts +1 -1
  28. package/src/rules/index.js +1 -1
  29. package/src/scheduler/index.d.ts +1 -1
  30. package/src/scheduler/index.js +1 -1
  31. package/src/scheduler/schema.d.ts +1 -1
  32. package/src/scheduler/schema.js +1 -1
  33. package/src/third_party/d3fc/d3fc-rebind/rebindAll.js +1 -1
  34. package/src/third_party/d3fc/day.js +1 -1
  35. package/src/third_party/d3fc/duration.js +1 -1
  36. package/src/third_party/d3fc/filter/skipWeekends.js +1 -1
  37. package/src/third_party/d3fc/financial.js +1 -1
  38. package/src/third_party/d3fc/fn.js +1 -1
  39. package/src/third_party/d3fc/geometricBrownianMotion.js +1 -1
  40. package/src/third_party/d3fc/interval.js +1 -1
  41. package/src/third_party/d3fc/randomNormal.js +1 -1
  42. package/src/third_party/d3fc/year.js +1 -1
  43. package/src/third_party/index.d.ts +1 -1
  44. package/src/third_party/index.js +1 -1
  45. package/src/third_party/index.v13.d.ts +1 -1
  46. package/src/third_party/index.v13.js +1 -1
  47. package/src/utils/ast-utils.d.ts +1 -1
  48. package/src/utils/ast-utils.js +1 -1
  49. package/src/utils/bootstrap-module.d.ts +1 -1
  50. package/src/utils/bootstrap-module.js +1 -1
  51. package/src/utils/find-module.d.ts +1 -1
  52. package/src/utils/find-module.js +1 -1
  53. package/src/utils/index.d.ts +1 -1
  54. package/src/utils/index.js +1 -1
  55. package/src/utils/kendo-utils.d.ts +1 -1
  56. package/src/utils/kendo-utils.js +1 -1
  57. package/src/utils/parse-complex-options.d.ts +1 -1
  58. package/src/utils/parse-complex-options.js +1 -1
  59. package/src/utils/test/create-app-module.d.ts +1 -1
  60. package/src/utils/test/create-app-module.js +1 -1
  61. package/src/utils/test/create-cli-config.d.ts +1 -1
  62. package/src/utils/test/create-cli-config.js +1 -1
  63. package/src/utils/test/create-main-bootstrap.d.ts +1 -1
  64. package/src/utils/test/create-main-bootstrap.js +1 -1
  65. package/src/utils/test/create-package-json.d.ts +1 -1
  66. package/src/utils/test/create-package-json.js +1 -1
  67. package/src/utils/test/index.d.ts +1 -1
  68. package/src/utils/test/index.js +1 -1
  69. package/src/utils/workspace.d.ts +1 -1
  70. package/src/utils/workspace.js +1 -1
package/LICENSE.md CHANGED
@@ -8,4 +8,4 @@ This is commercial software. To use it, you need to agree to the [**Telerik End
8
8
 
9
9
  All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui.
10
10
 
11
- *Copyright © 2023 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
11
+ *Copyright © 2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
package/NOTICE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Progress Kendo UI for Angular 2023
1
+ Progress Kendo UI for Angular 2024
2
2
 
3
3
  Copyright © 2016-2023 Progress Software Corporation and/or one of its
4
4
  subsidiaries or affiliates. All rights reserved.
package/e2e/utils.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /// <reference types="node" />
package/e2e/utils.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
package/e2e/utils.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../libs/schematics/e2e/utils.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../libs/schematics/e2e/utils.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-schematics",
3
- "version": "14.3.1-develop.2",
3
+ "version": "14.4.0-develop.11",
4
4
  "description": "Kendo UI Schematics for Angular",
5
5
  "license": "SEE LICENSE in LICENSE.md",
6
6
  "author": "Progress",
@@ -30,7 +30,7 @@
30
30
  "rxjs": "^6.5.3 || ^7.0.0"
31
31
  },
32
32
  "dependencies": {
33
- "@progress/kendo-angular-schematics": "14.3.1-develop.2",
33
+ "@progress/kendo-angular-schematics": "14.4.0-develop.11",
34
34
  "semver": "^7.5.3",
35
35
  "@types/semver": "^7.5.0"
36
36
  },
@@ -4,6 +4,7 @@ import { sampleData } from './<%= dasherize(name) %>.sample-data';
4
4
  <% if (chartType == "circular") { %>
5
5
  import { SeriesLabelsContentArgs} from '@progress/kendo-angular-charts';<% } %><% if (legend) {%>
6
6
  import { LegendTitle <% if(standalone) {%>, ChartModule<%}%>} from '@progress/kendo-angular-charts';<% } %>
7
+ import "hammerjs";
7
8
 
8
9
  @Component({<% if(!skipSelector) {%>
9
10
  selector: '<%= selector %>',<%}%><% if(standalone) {%>
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Rule } from '@angular-devkit/schematics';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export declare enum DataSource {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, OnInit<% if(!!viewEncapsulation) { %>, ViewEncapsulation<% }%> } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Rule } from '@angular-devkit/schematics';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export interface Schema {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Rule } from '@angular-devkit/schematics';
package/src/grid/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export declare enum DataSource {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Rule } from '@angular-devkit/schematics';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export interface Schema {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Rule } from '@angular-devkit/schematics';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Rule, Tree, SchematicContext } from '@angular-devkit/schematics';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Rule } from '@angular-devkit/schematics';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export interface KendoAngularSchedulerSchema {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  const createReboundMethod = (target, source, name) => {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  // The following source code is copied from https://github.com/d3/d3-time
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  // The following source code is copied from https://github.com/d3/d3-time
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  // The following source code is copied from https://github.com/d3fc/d3fc
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  // The following source code is copied from https://github.com/d3fc/d3fc
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  // The following source code is copied from https://github.com/d3fc/d3fc
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  // The following source code is copied from https://github.com/d3fc/d3fc
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  // The following source code is copied from https://github.com/d3/d3-time
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  // The following source code is copied from https://github.com/d3/d3-random
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  // The following source code is copied from https://github.com/d3/d3-time
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Rule } from '@angular-devkit/schematics';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Rule, Tree } from "@angular-devkit/schematics";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as ts from 'typescript';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as ts from 'typescript';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Path } from '@angular-devkit/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Tree } from '@angular-devkit/schematics';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Rule, SchematicContext, Tree } from "@angular-devkit/schematics";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export declare function parseComplexOptions(props: string[], options: any): any;
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Tree } from "@angular-devkit/schematics";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Tree } from "@angular-devkit/schematics";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Tree } from "@angular-devkit/schematics";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Tree } from "@angular-devkit/schematics";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export * from './create-app-module';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { workspaces } from '@angular-devkit/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";