File tree Expand file tree Collapse file tree
packages/cli/templates/webcomponents/igc-ts
projects/_base_with_home/files Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ class IgcFinancialChartTemplate extends IgniteUIForWebComponentsTemplate {
1111 this . name = "Financial Chart" ;
1212 this . description = "IgcFinancialChart" ;
1313 this . packages = [
14- "igniteui-webcomponents-core@~6 .0.0" ,
15- "igniteui-webcomponents-charts@~6 .0.0"
14+ "igniteui-webcomponents-core@~7 .0.0" ,
15+ "igniteui-webcomponents-charts@~7 .0.0"
1616 ] ;
1717 }
1818}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class IgcGridTemplate extends IgniteUIForWebComponentsTemplate {
1010 this . projectType = "igc-ts" ;
1111 this . name = "Grid" ;
1212 this . description = "IgcGrid with local data" ;
13- this . packages = [ "igniteui-webcomponents-grids@~6 .0.0" ] ;
13+ this . packages = [ "igniteui-webcomponents-grids@~7 .0.0" ] ;
1414 }
1515}
1616module . exports = new IgcGridTemplate ( ) ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class IgcGridEditingTemplate extends IgniteUIForWebComponentsTemplate {
1010 this . projectType = "igc-ts" ;
1111 this . name = "Grid Editing" ;
1212 this . description = "IgcGrid with editing enabled" ;
13- this . packages = [ "igniteui-webcomponents-grids@~6 .0.0" ] ;
13+ this . packages = [ "igniteui-webcomponents-grids@~7 .0.0" ] ;
1414 }
1515}
1616module . exports = new IgcGridEditingTemplate ( ) ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class IgcGridSummariesTemplate extends IgniteUIForWebComponentsTemplate {
1010 this . projectType = "igc-ts" ;
1111 this . name = "Grid Summaries" ;
1212 this . description = "IgcGrid with column summaries" ;
13- this . packages = [ "igniteui-webcomponents-grids@~6 .0.0" ] ;
13+ this . packages = [ "igniteui-webcomponents-grids@~7 .0.0" ] ;
1414 }
1515}
1616module . exports = new IgcGridSummariesTemplate ( ) ;
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ class IgcLinearGaugeTemplate extends IgniteUIForWebComponentsTemplate {
1111 this . name = "Linear Gauge" ;
1212 this . description = "IgcLinearGauge" ;
1313 this . packages = [
14- "igniteui-webcomponents-core@~6 .0.0" ,
15- "igniteui-webcomponents-gauges@~6 .0.0"
14+ "igniteui-webcomponents-core@~7 .0.0" ,
15+ "igniteui-webcomponents-gauges@~7 .0.0"
1616 ] ;
1717 }
1818}
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ class IgcLinearProgressComponent extends IgniteUIForWebComponentsTemplate {
1111 this . name = "Linear Progress" ;
1212 this . description = "Basic Linear Progress" ;
1313 this . packages = [
14- "igniteui-webcomponents-core@~6 .0.0" ,
15- "igniteui-webcomponents-charts@~6 .0.0"
14+ "igniteui-webcomponents-core@~7 .0.0" ,
15+ "igniteui-webcomponents-charts@~7 .0.0"
1616 ] ;
1717 }
1818}
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ class IgcPieChartTemplate extends IgniteUIForWebComponentsTemplate {
1111 this . name = "Pie Chart" ;
1212 this . description = "IgcPieChart with local data" ;
1313 this . packages = [
14- "igniteui-webcomponents-core@~6 .0.0" ,
15- "igniteui-webcomponents-charts@~6 .0.0"
14+ "igniteui-webcomponents-core@~7 .0.0" ,
15+ "igniteui-webcomponents-charts@~7 .0.0"
1616 ] ;
1717 }
1818}
Original file line number Diff line number Diff line change 2323 "@vaadin/router" : " ^1.7.4" ,
2424 "@igniteui/material-icons-extended" : " ^3.0.2" ,
2525 "igniteui-dockmanager" : " ~1.14.4" ,
26- "igniteui-webcomponents" : " ~6.3 .0" ,
27- "igniteui-webcomponents-charts" : " ~6 .0.0" ,
28- "igniteui-webcomponents-core" : " ~6 .0.0" ,
29- "igniteui-webcomponents-gauges" : " ~6 .0.0" ,
30- "igniteui-webcomponents-grids" : " ~6 .0.0" ,
31- "igniteui-webcomponents-inputs" : " ~6 .0.0" ,
32- "igniteui-webcomponents-layouts" : " ~6 .0.0" ,
26+ "igniteui-webcomponents" : " ~7.1 .0" ,
27+ "igniteui-webcomponents-charts" : " ~7 .0.0" ,
28+ "igniteui-webcomponents-core" : " ~7 .0.0" ,
29+ "igniteui-webcomponents-gauges" : " ~7 .0.0" ,
30+ "igniteui-webcomponents-grids" : " ~7 .0.0" ,
31+ "igniteui-webcomponents-inputs" : " ~7 .0.0" ,
32+ "igniteui-webcomponents-layouts" : " ~7 .0.0" ,
3333 "lit" : " ^3.2.1" ,
3434 "typescript" : " ~5.7.2"
3535 },
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ class IgcradialGaugeTemplate extends IgniteUIForWebComponentsTemplate {
1111 this . name = "Radial Gauge" ;
1212 this . description = "IgcRadialGauge" ;
1313 this . packages = [
14- "igniteui-webcomponents-core@~6 .0.0" ,
15- "igniteui-webcomponents-gauges@~6 .0.0"
14+ "igniteui-webcomponents-core@~7 .0.0" ,
15+ "igniteui-webcomponents-gauges@~7 .0.0"
1616 ] ;
1717 }
1818}
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ class IgcTreeTemplate extends IgniteUIForWebComponentsTemplate {
1111 this . name = "Tree" ;
1212 this . description = "basic IgcTree" ;
1313 this . packages = [
14- "igniteui-webcomponents-core@~6 .0.0" ,
15- "igniteui-webcomponents-grids@~6 .0.0" ,
16- "igniteui-webcomponents-inputs@~6 .0.0" ,
17- "igniteui-webcomponents-layouts@~6 .0.0"
14+ "igniteui-webcomponents-core@~7 .0.0" ,
15+ "igniteui-webcomponents-grids@~7 .0.0" ,
16+ "igniteui-webcomponents-inputs@~7 .0.0" ,
17+ "igniteui-webcomponents-layouts@~7 .0.0"
1818 ] ;
1919 }
2020}
You can’t perform that action at this time.
0 commit comments