igniteui-cli 14.9.2 → 14.10.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/lib/PromptSession.js +1 -3
- package/lib/TemplateManager.js +3 -7
- package/lib/cli.js +1 -0
- package/lib/commands/build.js +0 -3
- package/lib/commands/generate.js +0 -1
- package/lib/commands/index.d.ts +1 -0
- package/lib/commands/index.js +3 -1
- package/lib/commands/mcp.d.ts +3 -0
- package/lib/commands/mcp.js +98 -0
- package/lib/commands/start.js +3 -16
- package/lib/commands/types.d.ts +1 -0
- package/lib/commands/types.js +4 -2
- package/lib/templates/IgniteUIForReactTemplate.d.ts +0 -3
- package/lib/templates/IgniteUIForReactTemplate.js +0 -24
- package/lib/templates/jQueryTemplate.js +0 -2
- package/migrations/update-13_1_0/index.spec.js +0 -2
- package/migrations/update-2/index.spec.js +0 -2
- package/migrations/update-3/index.spec.js +0 -2
- package/migrations/update-3_2/index.js +0 -1
- package/migrations/update-3_2/index.spec.js +0 -2
- package/migrations/update-4_2_3/index.js +0 -1
- package/migrations/update-4_2_3/index.spec.js +0 -2
- package/migrations/update-5_0_0/index.js +0 -1
- package/migrations/update-5_0_0/index.spec.js +0 -2
- package/migrations/update-5_0_3/index.js +0 -1
- package/migrations/update-5_0_3/index.spec.js +0 -2
- package/package.json +8 -8
- package/scripts/install.js +1 -2
- package/scripts/uninstall.js +1 -2
- package/templates/angular/index.js +0 -1
- package/templates/jquery/index.js +0 -1
- package/templates/jquery/js/hierarchical-grid/hierarchical-grid/index.js +0 -2
- package/templates/jquery/js/index.js +0 -2
- package/templates/react/igr-ts/generate/files/src/app/__path__/__filePrefix__.test.tsx +13 -0
- package/templates/react/igr-ts/generate/files/src/app/__path__/__filePrefix__.tsx +12 -0
- package/templates/react/igr-ts/generate/files/src/app/__path__/style.module.css +3 -0
- package/templates/react/{es6 → igr-ts}/generate/template.json +1 -1
- package/templates/react/igr-ts/index.js +1 -2
- package/templates/react/igr-ts/projects/_base/files/AGENTS.md +111 -0
- package/templates/react/igr-ts/projects/_base/files/__dot__claude/CLAUDE.md +3 -0
- package/templates/react/igr-ts/projects/_base/files/__dot__github/copilot-instructions.md +3 -0
- package/templates/react/igr-ts/projects/_base/files/__dot__vscode/mcp.json +12 -0
- package/templates/react/index.js +0 -2
- package/templates/webcomponents/igc-ts/projects/_base/files/AGENTS.md +33 -0
- package/templates/webcomponents/igc-ts/projects/_base/files/__dot__claude/CLAUDE.md +3 -0
- package/templates/webcomponents/igc-ts/projects/_base/files/__dot__github/copilot-instructions.md +3 -0
- package/templates/webcomponents/igc-ts/projects/_base/files/__dot__vscode/mcp.json +12 -0
- package/lib/templates/AngularTemplate.d.ts +0 -39
- package/lib/templates/AngularTemplate.js +0 -207
- package/lib/templates/ReactTemplate.d.ts +0 -36
- package/lib/templates/ReactTemplate.js +0 -149
- package/templates/angular/ig-ts/bar-chart/default/files/src/app/assets/world-energy-production.ts +0 -54
- package/templates/angular/ig-ts/bar-chart/default/files/src/app/components/__path__/__filePrefix__.component.ts +0 -83
- package/templates/angular/ig-ts/bar-chart/default/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -29
- package/templates/angular/ig-ts/bar-chart/default/index.d.ts +0 -1
- package/templates/angular/ig-ts/bar-chart/default/index.js +0 -17
- package/templates/angular/ig-ts/bar-chart/index.d.ts +0 -1
- package/templates/angular/ig-ts/bar-chart/index.js +0 -15
- package/templates/angular/ig-ts/column-chart/default/files/src/app/assets/world-energy-production.ts +0 -54
- package/templates/angular/ig-ts/column-chart/default/files/src/app/components/__path__/__filePrefix__.component.ts +0 -87
- package/templates/angular/ig-ts/column-chart/default/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -29
- package/templates/angular/ig-ts/column-chart/default/index.d.ts +0 -1
- package/templates/angular/ig-ts/column-chart/default/index.js +0 -17
- package/templates/angular/ig-ts/column-chart/index.d.ts +0 -1
- package/templates/angular/ig-ts/column-chart/index.js +0 -15
- package/templates/angular/ig-ts/combo/combo/files/src/app/components/__path__/__filePrefix__.component.ts +0 -45
- package/templates/angular/ig-ts/combo/combo/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -30
- package/templates/angular/ig-ts/combo/combo/index.d.ts +0 -1
- package/templates/angular/ig-ts/combo/combo/index.js +0 -16
- package/templates/angular/ig-ts/combo/index.d.ts +0 -1
- package/templates/angular/ig-ts/combo/index.js +0 -16
- package/templates/angular/ig-ts/custom-templates/editors-calculation-form/files/src/app/assets/logo.jpg +0 -0
- package/templates/angular/ig-ts/custom-templates/editors-calculation-form/files/src/app/components/__path__/__filePrefix__.component.ts +0 -368
- package/templates/angular/ig-ts/custom-templates/editors-calculation-form/index.d.ts +0 -1
- package/templates/angular/ig-ts/custom-templates/editors-calculation-form/index.js +0 -18
- package/templates/angular/ig-ts/custom-templates/tree-grid-file-explorer/files/src/app/assets/data-fe.ts +0 -88
- package/templates/angular/ig-ts/custom-templates/tree-grid-file-explorer/files/src/app/assets/folder.png +0 -0
- package/templates/angular/ig-ts/custom-templates/tree-grid-file-explorer/files/src/app/assets/opened_folder.png +0 -0
- package/templates/angular/ig-ts/custom-templates/tree-grid-file-explorer/files/src/app/components/__path__/__filePrefix__.component.ts +0 -50
- package/templates/angular/ig-ts/custom-templates/tree-grid-file-explorer/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -30
- package/templates/angular/ig-ts/custom-templates/tree-grid-file-explorer/index.d.ts +0 -1
- package/templates/angular/ig-ts/custom-templates/tree-grid-file-explorer/index.js +0 -62
- package/templates/angular/ig-ts/doughnut-chart/default/files/src/app/assets/doughnut-data.ts +0 -10
- package/templates/angular/ig-ts/doughnut-chart/default/files/src/app/components/__path__/__filePrefix__.component.ts +0 -38
- package/templates/angular/ig-ts/doughnut-chart/default/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -29
- package/templates/angular/ig-ts/doughnut-chart/default/index.d.ts +0 -1
- package/templates/angular/ig-ts/doughnut-chart/default/index.js +0 -17
- package/templates/angular/ig-ts/doughnut-chart/index.d.ts +0 -1
- package/templates/angular/ig-ts/doughnut-chart/index.js +0 -16
- package/templates/angular/ig-ts/editors/default/files/src/app/components/__path__/__filePrefix__.component.ts +0 -19
- package/templates/angular/ig-ts/editors/default/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -29
- package/templates/angular/ig-ts/editors/index.d.ts +0 -1
- package/templates/angular/ig-ts/editors/index.js +0 -58
- package/templates/angular/ig-ts/financial-chart/default/files/src/app/assets/financial-data.ts +0 -115
- package/templates/angular/ig-ts/financial-chart/default/files/src/app/components/__path__/__filePrefix__.component.ts +0 -152
- package/templates/angular/ig-ts/financial-chart/default/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -29
- package/templates/angular/ig-ts/financial-chart/default/index.d.ts +0 -1
- package/templates/angular/ig-ts/financial-chart/default/index.js +0 -17
- package/templates/angular/ig-ts/financial-chart/index.d.ts +0 -1
- package/templates/angular/ig-ts/financial-chart/index.js +0 -15
- package/templates/angular/ig-ts/funnel-chart/default/files/src/app/assets/funnel-data.ts +0 -12
- package/templates/angular/ig-ts/funnel-chart/default/files/src/app/components/__path__/__filePrefix__.component.ts +0 -69
- package/templates/angular/ig-ts/funnel-chart/default/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -29
- package/templates/angular/ig-ts/funnel-chart/default/index.d.ts +0 -1
- package/templates/angular/ig-ts/funnel-chart/default/index.js +0 -17
- package/templates/angular/ig-ts/funnel-chart/index.d.ts +0 -1
- package/templates/angular/ig-ts/funnel-chart/index.js +0 -15
- package/templates/angular/ig-ts/generate/files/src/app/components/__path__/__filePrefix__.component.ts +0 -14
- package/templates/angular/ig-ts/generate/template.json +0 -13
- package/templates/angular/ig-ts/grid/basic/files/src/app/assets/northwindProducts.ts +0 -12
- package/templates/angular/ig-ts/grid/basic/files/src/app/components/__path__/__filePrefix__.component.ts +0 -28
- package/templates/angular/ig-ts/grid/basic/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -30
- package/templates/angular/ig-ts/grid/basic/index.d.ts +0 -1
- package/templates/angular/ig-ts/grid/basic/index.js +0 -41
- package/templates/angular/ig-ts/grid/grid-custom/files/src/app/assets/northwindProducts.ts +0 -12
- package/templates/angular/ig-ts/grid/grid-custom/files/src/app/components/__path__/__filePrefix__.component.ts +0 -32
- package/templates/angular/ig-ts/grid/grid-custom/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -30
- package/templates/angular/ig-ts/grid/grid-custom/index.d.ts +0 -1
- package/templates/angular/ig-ts/grid/grid-custom/index.js +0 -45
- package/templates/angular/ig-ts/grid/grid-editing/files/src/app/assets/northwindProducts.ts +0 -12
- package/templates/angular/ig-ts/grid/grid-editing/files/src/app/components/__path__/__filePrefix__.component.ts +0 -30
- package/templates/angular/ig-ts/grid/grid-editing/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -30
- package/templates/angular/ig-ts/grid/grid-editing/index.d.ts +0 -1
- package/templates/angular/ig-ts/grid/grid-editing/index.js +0 -42
- package/templates/angular/ig-ts/grid/grid-export/files/src/app/assets/employees.ts +0 -15
- package/templates/angular/ig-ts/grid/grid-export/files/src/app/components/__path__/__filePrefix__.component.ts +0 -88
- package/templates/angular/ig-ts/grid/grid-export/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -30
- package/templates/angular/ig-ts/grid/grid-export/index.d.ts +0 -1
- package/templates/angular/ig-ts/grid/grid-export/index.js +0 -42
- package/templates/angular/ig-ts/grid/grid-templating/files/src/app/assets/northwindProductsFlat.ts +0 -13
- package/templates/angular/ig-ts/grid/grid-templating/files/src/app/components/__path__/__filePrefix__.component.ts +0 -34
- package/templates/angular/ig-ts/grid/grid-templating/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -30
- package/templates/angular/ig-ts/grid/grid-templating/index.d.ts +0 -1
- package/templates/angular/ig-ts/grid/grid-templating/index.js +0 -42
- package/templates/angular/ig-ts/grid/index.d.ts +0 -1
- package/templates/angular/ig-ts/grid/index.js +0 -12
- package/templates/angular/ig-ts/hierarchical-grid/hierarchical-grid/files/src/app/assets/northwind.ts +0 -12626
- package/templates/angular/ig-ts/hierarchical-grid/hierarchical-grid/files/src/app/components/__path__/__filePrefix__.component.ts +0 -75
- package/templates/angular/ig-ts/hierarchical-grid/hierarchical-grid/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -30
- package/templates/angular/ig-ts/hierarchical-grid/hierarchical-grid/index.d.ts +0 -1
- package/templates/angular/ig-ts/hierarchical-grid/hierarchical-grid/index.js +0 -42
- package/templates/angular/ig-ts/hierarchical-grid/hierarchical-grid-custom/files/src/app/assets/northwind.ts +0 -12626
- package/templates/angular/ig-ts/hierarchical-grid/hierarchical-grid-custom/files/src/app/components/__path__/__filePrefix__.component.ts +0 -76
- package/templates/angular/ig-ts/hierarchical-grid/hierarchical-grid-custom/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -30
- package/templates/angular/ig-ts/hierarchical-grid/hierarchical-grid-custom/index.d.ts +0 -1
- package/templates/angular/ig-ts/hierarchical-grid/hierarchical-grid-custom/index.js +0 -45
- package/templates/angular/ig-ts/hierarchical-grid/hierarchical-grid-editing/files/src/app/assets/northwind.ts +0 -12626
- package/templates/angular/ig-ts/hierarchical-grid/hierarchical-grid-editing/files/src/app/components/__path__/__filePrefix__.component.ts +0 -76
- package/templates/angular/ig-ts/hierarchical-grid/hierarchical-grid-editing/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -30
- package/templates/angular/ig-ts/hierarchical-grid/hierarchical-grid-editing/index.d.ts +0 -1
- package/templates/angular/ig-ts/hierarchical-grid/hierarchical-grid-editing/index.js +0 -43
- package/templates/angular/ig-ts/hierarchical-grid/hierarchical-grid-export/files/src/app/assets/northwind.ts +0 -12626
- package/templates/angular/ig-ts/hierarchical-grid/hierarchical-grid-export/files/src/app/components/__path__/__filePrefix__.component.ts +0 -99
- package/templates/angular/ig-ts/hierarchical-grid/hierarchical-grid-export/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -30
- package/templates/angular/ig-ts/hierarchical-grid/hierarchical-grid-export/index.d.ts +0 -1
- package/templates/angular/ig-ts/hierarchical-grid/hierarchical-grid-export/index.js +0 -43
- package/templates/angular/ig-ts/hierarchical-grid/index.d.ts +0 -1
- package/templates/angular/ig-ts/hierarchical-grid/index.js +0 -12
- package/templates/angular/ig-ts/index.d.ts +0 -1
- package/templates/angular/ig-ts/index.js +0 -17
- package/templates/angular/ig-ts/line-chart/default/files/src/app/assets/line-chart-data.ts +0 -9
- package/templates/angular/ig-ts/line-chart/default/files/src/app/components/__path__/__filePrefix__.component.ts +0 -109
- package/templates/angular/ig-ts/line-chart/default/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -29
- package/templates/angular/ig-ts/line-chart/default/index.d.ts +0 -1
- package/templates/angular/ig-ts/line-chart/default/index.js +0 -17
- package/templates/angular/ig-ts/line-chart/index.d.ts +0 -1
- package/templates/angular/ig-ts/line-chart/index.js +0 -15
- package/templates/angular/ig-ts/pie-chart/default/files/src/app/assets/data.ts +0 -9
- package/templates/angular/ig-ts/pie-chart/default/files/src/app/components/__path__/__filePrefix__.component.ts +0 -28
- package/templates/angular/ig-ts/pie-chart/default/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -29
- package/templates/angular/ig-ts/pie-chart/default/index.d.ts +0 -1
- package/templates/angular/ig-ts/pie-chart/default/index.js +0 -17
- package/templates/angular/ig-ts/pie-chart/index.d.ts +0 -1
- package/templates/angular/ig-ts/pie-chart/index.js +0 -15
- package/templates/angular/ig-ts/projects/empty/files/README.md +0 -39
- package/templates/angular/ig-ts/projects/empty/files/__dot__browserslistrc +0 -17
- package/templates/angular/ig-ts/projects/empty/files/__dot__editorconfig +0 -16
- package/templates/angular/ig-ts/projects/empty/files/__dot__gitignore +0 -51
- package/templates/angular/ig-ts/projects/empty/files/angular.json +0 -105
- package/templates/angular/ig-ts/projects/empty/files/ignite-ui-cli.json +0 -22
- package/templates/angular/ig-ts/projects/empty/files/karma.conf.js +0 -55
- package/templates/angular/ig-ts/projects/empty/files/package.json +0 -45
- package/templates/angular/ig-ts/projects/empty/files/src/app/app-routing.module.ts +0 -17
- package/templates/angular/ig-ts/projects/empty/files/src/app/app.component.css +0 -6
- package/templates/angular/ig-ts/projects/empty/files/src/app/app.component.html +0 -5
- package/templates/angular/ig-ts/projects/empty/files/src/app/app.component.spec.ts +0 -22
- package/templates/angular/ig-ts/projects/empty/files/src/app/app.component.ts +0 -10
- package/templates/angular/ig-ts/projects/empty/files/src/app/app.module.ts +0 -22
- package/templates/angular/ig-ts/projects/empty/files/src/app/home.component.ts +0 -12
- package/templates/angular/ig-ts/projects/empty/files/src/app/shared/nav-menu.component.css +0 -36
- package/templates/angular/ig-ts/projects/empty/files/src/app/shared/nav-menu.component.ts +0 -34
- package/templates/angular/ig-ts/projects/empty/files/src/assets/Ignite-header-apps-960.png +0 -0
- package/templates/angular/ig-ts/projects/empty/files/src/assets/css/variables.scss +0 -7
- package/templates/angular/ig-ts/projects/empty/files/src/assets/lines-bottom-right.svg +0 -56
- package/templates/angular/ig-ts/projects/empty/files/src/environments/environment.prod.ts +0 -3
- package/templates/angular/ig-ts/projects/empty/files/src/environments/environment.ts +0 -16
- package/templates/angular/ig-ts/projects/empty/files/src/favicon.ico +0 -0
- package/templates/angular/ig-ts/projects/empty/files/src/index.html +0 -14
- package/templates/angular/ig-ts/projects/empty/files/src/main.ts +0 -11
- package/templates/angular/ig-ts/projects/empty/files/src/polyfills.ts +0 -53
- package/templates/angular/ig-ts/projects/empty/files/src/styles.css +0 -23
- package/templates/angular/ig-ts/projects/empty/files/src/test.ts +0 -23
- package/templates/angular/ig-ts/projects/empty/files/tsconfig.app.json +0 -15
- package/templates/angular/ig-ts/projects/empty/files/tsconfig.json +0 -34
- package/templates/angular/ig-ts/projects/empty/files/tsconfig.spec.json +0 -18
- package/templates/angular/ig-ts/projects/empty/index.d.ts +0 -1
- package/templates/angular/ig-ts/projects/empty/index.js +0 -126
- package/templates/angular/ig-ts/radial-chart/default/files/src/app/assets/temperature.ts +0 -16
- package/templates/angular/ig-ts/radial-chart/default/files/src/app/components/__path__/__filePrefix__.component.ts +0 -64
- package/templates/angular/ig-ts/radial-chart/default/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -29
- package/templates/angular/ig-ts/radial-chart/default/index.d.ts +0 -1
- package/templates/angular/ig-ts/radial-chart/default/index.js +0 -17
- package/templates/angular/ig-ts/radial-chart/index.d.ts +0 -1
- package/templates/angular/ig-ts/radial-chart/index.js +0 -15
- package/templates/angular/ig-ts/tree-grid/index.d.ts +0 -1
- package/templates/angular/ig-ts/tree-grid/index.js +0 -12
- package/templates/angular/ig-ts/tree-grid/tree-grid/files/src/app/assets/data-basic.ts +0 -28
- package/templates/angular/ig-ts/tree-grid/tree-grid/files/src/app/components/__path__/__filePrefix__.component.ts +0 -37
- package/templates/angular/ig-ts/tree-grid/tree-grid/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -30
- package/templates/angular/ig-ts/tree-grid/tree-grid/index.d.ts +0 -1
- package/templates/angular/ig-ts/tree-grid/tree-grid/index.js +0 -42
- package/templates/angular/ig-ts/tree-grid/tree-grid-custom/files/src/app/assets/data-custom.ts +0 -28
- package/templates/angular/ig-ts/tree-grid/tree-grid-custom/files/src/app/components/__path__/__filePrefix__.component.ts +0 -38
- package/templates/angular/ig-ts/tree-grid/tree-grid-custom/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -30
- package/templates/angular/ig-ts/tree-grid/tree-grid-custom/index.d.ts +0 -1
- package/templates/angular/ig-ts/tree-grid/tree-grid-custom/index.js +0 -42
- package/templates/angular/ig-ts/tree-grid/tree-grid-editing/files/src/app/assets/data-editing.ts +0 -28
- package/templates/angular/ig-ts/tree-grid/tree-grid-editing/files/src/app/components/__path__/__filePrefix__.component.ts +0 -38
- package/templates/angular/ig-ts/tree-grid/tree-grid-editing/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -30
- package/templates/angular/ig-ts/tree-grid/tree-grid-editing/index.d.ts +0 -1
- package/templates/angular/ig-ts/tree-grid/tree-grid-editing/index.js +0 -61
- package/templates/angular/ig-ts/tree-grid/tree-grid-export/files/src/app/assets/data-flat.ts +0 -33
- package/templates/angular/ig-ts/tree-grid/tree-grid-export/files/src/app/assets/data-hierarchical.ts +0 -28
- package/templates/angular/ig-ts/tree-grid/tree-grid-export/files/src/app/components/__path__/__filePrefix__.component.ts +0 -91
- package/templates/angular/ig-ts/tree-grid/tree-grid-export/files/src/app/components/__path__/__filePrefix__.spec.ts +0 -30
- package/templates/angular/ig-ts/tree-grid/tree-grid-export/index.d.ts +0 -1
- package/templates/angular/ig-ts/tree-grid/tree-grid-export/index.js +0 -43
- package/templates/react/es6/bar-chart/default/files/src/components/__path__/index.js +0 -89
- package/templates/react/es6/bar-chart/default/files/src/data/world-energy-production.js +0 -55
- package/templates/react/es6/bar-chart/default/index.d.ts +0 -1
- package/templates/react/es6/bar-chart/default/index.js +0 -21
- package/templates/react/es6/bar-chart/index.d.ts +0 -1
- package/templates/react/es6/bar-chart/index.js +0 -15
- package/templates/react/es6/column-chart/default/files/src/components/__path__/index.js +0 -88
- package/templates/react/es6/column-chart/default/files/src/data/world-energy-production.js +0 -55
- package/templates/react/es6/column-chart/default/index.d.ts +0 -1
- package/templates/react/es6/column-chart/default/index.js +0 -21
- package/templates/react/es6/column-chart/index.d.ts +0 -1
- package/templates/react/es6/column-chart/index.js +0 -15
- package/templates/react/es6/combo/combo/files/src/components/__path__/index.js +0 -45
- package/templates/react/es6/combo/combo/index.d.ts +0 -1
- package/templates/react/es6/combo/combo/index.js +0 -21
- package/templates/react/es6/combo/index.d.ts +0 -1
- package/templates/react/es6/combo/index.js +0 -15
- package/templates/react/es6/doughnut-chart/doughnut-chart/files/src/components/__path__/index.js +0 -44
- package/templates/react/es6/doughnut-chart/doughnut-chart/index.d.ts +0 -1
- package/templates/react/es6/doughnut-chart/doughnut-chart/index.js +0 -21
- package/templates/react/es6/doughnut-chart/index.d.ts +0 -1
- package/templates/react/es6/doughnut-chart/index.js +0 -16
- package/templates/react/es6/editors/editors/files/src/components/__path__/index.js +0 -17
- package/templates/react/es6/editors/index.d.ts +0 -1
- package/templates/react/es6/editors/index.js +0 -58
- package/templates/react/es6/financial-chart/financial-chart/files/src/components/__path__/index.js +0 -154
- package/templates/react/es6/financial-chart/financial-chart/files/src/data/financial-data.js +0 -118
- package/templates/react/es6/financial-chart/financial-chart/index.d.ts +0 -1
- package/templates/react/es6/financial-chart/financial-chart/index.js +0 -21
- package/templates/react/es6/financial-chart/index.d.ts +0 -1
- package/templates/react/es6/financial-chart/index.js +0 -15
- package/templates/react/es6/funnel-chart/funnel-chart/files/src/components/__path__/index.js +0 -41
- package/templates/react/es6/funnel-chart/funnel-chart/index.d.ts +0 -1
- package/templates/react/es6/funnel-chart/funnel-chart/index.js +0 -21
- package/templates/react/es6/funnel-chart/index.d.ts +0 -1
- package/templates/react/es6/funnel-chart/index.js +0 -15
- package/templates/react/es6/generate/files/src/components/__path__/index.js +0 -10
- package/templates/react/es6/grid/basic/files/src/components/__path__/index.js +0 -39
- package/templates/react/es6/grid/basic/index.d.ts +0 -1
- package/templates/react/es6/grid/basic/index.js +0 -40
- package/templates/react/es6/grid/grid-custom/files/src/components/__path__/index.js +0 -40
- package/templates/react/es6/grid/grid-custom/index.d.ts +0 -1
- package/templates/react/es6/grid/grid-custom/index.js +0 -43
- package/templates/react/es6/grid/grid-editing/files/src/components/__path__/index.js +0 -47
- package/templates/react/es6/grid/grid-editing/index.d.ts +0 -1
- package/templates/react/es6/grid/grid-editing/index.js +0 -41
- package/templates/react/es6/grid/grid-export/files/src/components/__path__/index.js +0 -124
- package/templates/react/es6/grid/grid-export/files/src/components/__path__/styles.css +0 -13
- package/templates/react/es6/grid/grid-export/index.d.ts +0 -1
- package/templates/react/es6/grid/grid-export/index.js +0 -41
- package/templates/react/es6/grid/grid-templating/files/src/components/__path__/index.js +0 -38
- package/templates/react/es6/grid/grid-templating/files/src/components/__path__/northwind.js +0 -605
- package/templates/react/es6/grid/grid-templating/index.d.ts +0 -1
- package/templates/react/es6/grid/grid-templating/index.js +0 -40
- package/templates/react/es6/grid/index.d.ts +0 -1
- package/templates/react/es6/grid/index.js +0 -15
- package/templates/react/es6/hierarchical-grid/hierarchical-grid/files/src/components/__path__/index.js +0 -79
- package/templates/react/es6/hierarchical-grid/hierarchical-grid/files/src/components/__path__/northwind.js +0 -12626
- package/templates/react/es6/hierarchical-grid/hierarchical-grid/index.d.ts +0 -1
- package/templates/react/es6/hierarchical-grid/hierarchical-grid/index.js +0 -41
- package/templates/react/es6/hierarchical-grid/hierarchical-grid-custom/files/src/components/__path__/index.js +0 -82
- package/templates/react/es6/hierarchical-grid/hierarchical-grid-custom/files/src/components/__path__/northwind.js +0 -12626
- package/templates/react/es6/hierarchical-grid/hierarchical-grid-custom/index.d.ts +0 -1
- package/templates/react/es6/hierarchical-grid/hierarchical-grid-custom/index.js +0 -44
- package/templates/react/es6/hierarchical-grid/hierarchical-grid-editing/files/src/components/__path__/index.js +0 -81
- package/templates/react/es6/hierarchical-grid/hierarchical-grid-editing/files/src/components/__path__/northwind.js +0 -12626
- package/templates/react/es6/hierarchical-grid/hierarchical-grid-editing/index.d.ts +0 -1
- package/templates/react/es6/hierarchical-grid/hierarchical-grid-editing/index.js +0 -42
- package/templates/react/es6/hierarchical-grid/hierarchical-grid-export/files/src/components/__path__/index.js +0 -112
- package/templates/react/es6/hierarchical-grid/hierarchical-grid-export/files/src/components/__path__/northwind.js +0 -12626
- package/templates/react/es6/hierarchical-grid/hierarchical-grid-export/files/src/components/__path__/styles.css +0 -13
- package/templates/react/es6/hierarchical-grid/hierarchical-grid-export/index.d.ts +0 -1
- package/templates/react/es6/hierarchical-grid/hierarchical-grid-export/index.js +0 -42
- package/templates/react/es6/hierarchical-grid/index.d.ts +0 -1
- package/templates/react/es6/hierarchical-grid/index.js +0 -15
- package/templates/react/es6/index.d.ts +0 -1
- package/templates/react/es6/index.js +0 -20
- package/templates/react/es6/line-chart/default/files/src/components/__path__/index.js +0 -76
- package/templates/react/es6/line-chart/default/index.d.ts +0 -1
- package/templates/react/es6/line-chart/default/index.js +0 -21
- package/templates/react/es6/line-chart/index.d.ts +0 -1
- package/templates/react/es6/line-chart/index.js +0 -15
- package/templates/react/es6/pie-chart/index.d.ts +0 -1
- package/templates/react/es6/pie-chart/index.js +0 -15
- package/templates/react/es6/pie-chart/pie-chart/files/src/components/__path__/index.js +0 -38
- package/templates/react/es6/pie-chart/pie-chart/index.d.ts +0 -1
- package/templates/react/es6/pie-chart/pie-chart/index.js +0 -21
- package/templates/react/es6/projects/empty/files/README.md +0 -36
- package/templates/react/es6/projects/empty/files/__dot__editorconfig +0 -3
- package/templates/react/es6/projects/empty/files/__dot__env +0 -1
- package/templates/react/es6/projects/empty/files/__dot__eslintrc.json +0 -6
- package/templates/react/es6/projects/empty/files/__dot__gitignore +0 -23
- package/templates/react/es6/projects/empty/files/ignite-ui-cli.json +0 -21
- package/templates/react/es6/projects/empty/files/package.json +0 -36
- package/templates/react/es6/projects/empty/files/public/favicon.ico +0 -0
- package/templates/react/es6/projects/empty/files/public/index.html +0 -42
- package/templates/react/es6/projects/empty/files/public/manifest.json +0 -15
- package/templates/react/es6/projects/empty/files/public/robots.txt +0 -3
- package/templates/react/es6/projects/empty/files/src/App.css +0 -52
- package/templates/react/es6/projects/empty/files/src/App.js +0 -39
- package/templates/react/es6/projects/empty/files/src/components/home/index.js +0 -25
- package/templates/react/es6/projects/empty/files/src/components/navigation-header/index.js +0 -47
- package/templates/react/es6/projects/empty/files/src/hoc/asyncComponent.js +0 -50
- package/templates/react/es6/projects/empty/files/src/igniteuiResources.js +0 -7
- package/templates/react/es6/projects/empty/files/src/index.css +0 -13
- package/templates/react/es6/projects/empty/files/src/index.js +0 -23
- package/templates/react/es6/projects/empty/files/src/reportWebVitals.js +0 -13
- package/templates/react/es6/projects/empty/files/src/routes.json +0 -7
- package/templates/react/es6/projects/empty/index.d.ts +0 -1
- package/templates/react/es6/projects/empty/index.js +0 -78
- package/templates/react/es6/radial-chart/index.d.ts +0 -1
- package/templates/react/es6/radial-chart/index.js +0 -15
- package/templates/react/es6/radial-chart/radial-chart/files/src/components/__path__/index.js +0 -68
- package/templates/react/es6/radial-chart/radial-chart/files/src/data/temperature.js +0 -16
- package/templates/react/es6/radial-chart/radial-chart/index.d.ts +0 -1
- package/templates/react/es6/radial-chart/radial-chart/index.js +0 -21
- package/templates/react/es6/scatter-chart/index.d.ts +0 -1
- package/templates/react/es6/scatter-chart/index.js +0 -16
- package/templates/react/es6/scatter-chart/scatter-chart/files/src/components/__path__/index.js +0 -59
- package/templates/react/es6/scatter-chart/scatter-chart/files/src/data/temperature.js +0 -58
- package/templates/react/es6/scatter-chart/scatter-chart/index.d.ts +0 -1
- package/templates/react/es6/scatter-chart/scatter-chart/index.js +0 -21
- package/templates/react/es6/tree-grid/index.d.ts +0 -1
- package/templates/react/es6/tree-grid/index.js +0 -15
- package/templates/react/es6/tree-grid/tree-grid/files/src/components/__path__/index.js +0 -61
- package/templates/react/es6/tree-grid/tree-grid/index.d.ts +0 -1
- package/templates/react/es6/tree-grid/tree-grid/index.js +0 -41
- package/templates/react/es6/tree-grid/tree-grid-custom/files/src/components/__path__/index.js +0 -62
- package/templates/react/es6/tree-grid/tree-grid-custom/index.d.ts +0 -1
- package/templates/react/es6/tree-grid/tree-grid-custom/index.js +0 -41
- package/templates/react/es6/tree-grid/tree-grid-editing/files/src/components/__path__/index.js +0 -62
- package/templates/react/es6/tree-grid/tree-grid-editing/index.d.ts +0 -1
- package/templates/react/es6/tree-grid/tree-grid-editing/index.js +0 -42
- package/templates/react/es6/tree-grid/tree-grid-export/files/src/components/__path__/index.js +0 -161
- package/templates/react/es6/tree-grid/tree-grid-export/index.d.ts +0 -1
- package/templates/react/es6/tree-grid/tree-grid-export/index.js +0 -42
- package/templates/react/igr-es6/bullet-graph/default/files/src/views/__path__/index.js +0 -62
- package/templates/react/igr-es6/bullet-graph/default/files/src/views/__path__/style.css +0 -12
- package/templates/react/igr-es6/bullet-graph/default/files/src/views/__path__/test.js +0 -9
- package/templates/react/igr-es6/bullet-graph/default/index.d.ts +0 -1
- package/templates/react/igr-es6/bullet-graph/default/index.js +0 -17
- package/templates/react/igr-es6/bullet-graph/index.d.ts +0 -1
- package/templates/react/igr-es6/bullet-graph/index.js +0 -15
- package/templates/react/igr-es6/category-chart/default/files/src/views/__path__/index.js +0 -45
- package/templates/react/igr-es6/category-chart/default/files/src/views/__path__/style.css +0 -9
- package/templates/react/igr-es6/category-chart/default/files/src/views/__path__/test.js +0 -9
- package/templates/react/igr-es6/category-chart/default/index.d.ts +0 -1
- package/templates/react/igr-es6/category-chart/default/index.js +0 -18
- package/templates/react/igr-es6/category-chart/index.d.ts +0 -1
- package/templates/react/igr-es6/category-chart/index.js +0 -16
- package/templates/react/igr-es6/doughnut-chart/default/files/src/views/__path__/index.js +0 -85
- package/templates/react/igr-es6/doughnut-chart/default/files/src/views/__path__/style.css +0 -9
- package/templates/react/igr-es6/doughnut-chart/default/files/src/views/__path__/test.js +0 -9
- package/templates/react/igr-es6/doughnut-chart/default/index.d.ts +0 -1
- package/templates/react/igr-es6/doughnut-chart/default/index.js +0 -17
- package/templates/react/igr-es6/doughnut-chart/index.d.ts +0 -1
- package/templates/react/igr-es6/doughnut-chart/index.js +0 -15
- package/templates/react/igr-es6/financial-chart/default/files/src/views/__path__/index.js +0 -55
- package/templates/react/igr-es6/financial-chart/default/files/src/views/__path__/style.css +0 -10
- package/templates/react/igr-es6/financial-chart/default/files/src/views/__path__/test.js +0 -9
- package/templates/react/igr-es6/financial-chart/default/index.d.ts +0 -1
- package/templates/react/igr-es6/financial-chart/default/index.js +0 -19
- package/templates/react/igr-es6/financial-chart/index.d.ts +0 -1
- package/templates/react/igr-es6/financial-chart/index.js +0 -16
- package/templates/react/igr-es6/grid/basic/files/src/views/__path__/data.js +0 -46
- package/templates/react/igr-es6/grid/basic/files/src/views/__path__/index.js +0 -46
- package/templates/react/igr-es6/grid/basic/files/src/views/__path__/style.css +0 -17
- package/templates/react/igr-es6/grid/basic/files/src/views/__path__/test.js +0 -9
- package/templates/react/igr-es6/grid/basic/index.d.ts +0 -1
- package/templates/react/igr-es6/grid/basic/index.js +0 -23
- package/templates/react/igr-es6/grid/index.d.ts +0 -1
- package/templates/react/igr-es6/grid/index.js +0 -15
- package/templates/react/igr-es6/groups.json +0 -5
- package/templates/react/igr-es6/index.d.ts +0 -1
- package/templates/react/igr-es6/index.js +0 -17
- package/templates/react/igr-es6/linear-gauge/default/files/src/views/__path__/index.js +0 -62
- package/templates/react/igr-es6/linear-gauge/default/files/src/views/__path__/style.css +0 -12
- package/templates/react/igr-es6/linear-gauge/default/files/src/views/__path__/test.js +0 -9
- package/templates/react/igr-es6/linear-gauge/default/index.d.ts +0 -1
- package/templates/react/igr-es6/linear-gauge/default/index.js +0 -17
- package/templates/react/igr-es6/linear-gauge/index.d.ts +0 -1
- package/templates/react/igr-es6/linear-gauge/index.js +0 -15
- package/templates/react/igr-es6/pie-chart/default/files/src/views/__path__/index.js +0 -83
- package/templates/react/igr-es6/pie-chart/default/files/src/views/__path__/style.css +0 -9
- package/templates/react/igr-es6/pie-chart/default/files/src/views/__path__/test.js +0 -9
- package/templates/react/igr-es6/pie-chart/default/index.d.ts +0 -1
- package/templates/react/igr-es6/pie-chart/default/index.js +0 -17
- package/templates/react/igr-es6/pie-chart/index.d.ts +0 -1
- package/templates/react/igr-es6/pie-chart/index.js +0 -15
- package/templates/react/igr-es6/projects/_base/__dot__eslintrc.json +0 -3
- package/templates/react/igr-es6/projects/_base/files/README.md +0 -48
- package/templates/react/igr-es6/projects/_base/files/__dot__editorconfig +0 -3
- package/templates/react/igr-es6/projects/_base/files/__dot__env +0 -1
- package/templates/react/igr-es6/projects/_base/files/__dot__gitignore +0 -23
- package/templates/react/igr-es6/projects/_base/files/ignite-ui-cli.json +0 -16
- package/templates/react/igr-es6/projects/_base/files/package.json +0 -30
- package/templates/react/igr-es6/projects/_base/files/public/favicon.ico +0 -0
- package/templates/react/igr-es6/projects/_base/files/public/index.html +0 -41
- package/templates/react/igr-es6/projects/_base/files/public/manifest.json +0 -15
- package/templates/react/igr-es6/projects/_base/files/src/App.test.js +0 -9
- package/templates/react/igr-es6/projects/_base/files/src/hoc/asyncComponent.js +0 -50
- package/templates/react/igr-es6/projects/_base/files/src/index.css +0 -14
- package/templates/react/igr-es6/projects/_base/files/src/index.js +0 -19
- package/templates/react/igr-es6/projects/_base/files/src/routes.json +0 -7
- package/templates/react/igr-es6/projects/_base/files/src/serviceWorker.js +0 -135
- package/templates/react/igr-es6/projects/_base/files/src/views/home/index.js +0 -27
- package/templates/react/igr-es6/projects/_base/files/src/views/home/logo.svg +0 -7
- package/templates/react/igr-es6/projects/_base/files/src/views/home/style.css +0 -28
- package/templates/react/igr-es6/projects/_base/index.d.ts +0 -29
- package/templates/react/igr-es6/projects/_base/index.js +0 -81
- package/templates/react/igr-es6/projects/top-nav/files/src/App.css +0 -59
- package/templates/react/igr-es6/projects/top-nav/files/src/App.js +0 -36
- package/templates/react/igr-es6/projects/top-nav/files/src/components/navigation-header/index.js +0 -37
- package/templates/react/igr-es6/projects/top-nav/files/src/setupTests.js +0 -4
- package/templates/react/igr-es6/projects/top-nav/index.d.ts +0 -14
- package/templates/react/igr-es6/projects/top-nav/index.js +0 -45
- package/templates/react/igr-es6/radial-gauge/default/files/src/views/__path__/index.js +0 -66
- package/templates/react/igr-es6/radial-gauge/default/files/src/views/__path__/style.css +0 -12
- package/templates/react/igr-es6/radial-gauge/default/files/src/views/__path__/test.js +0 -9
- package/templates/react/igr-es6/radial-gauge/default/index.d.ts +0 -1
- package/templates/react/igr-es6/radial-gauge/default/index.js +0 -18
- package/templates/react/igr-es6/radial-gauge/index.d.ts +0 -1
- package/templates/react/igr-es6/radial-gauge/index.js +0 -16
package/templates/react/es6/financial-chart/financial-chart/files/src/data/financial-data.js
DELETED
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
var dataObj = {
|
|
2
|
-
|
|
3
|
-
randomOldData : [{ "Index": 0, "Open": 1000, "High": 1026, "Low": 977, "Close": 1014, "Volume": 1995.25, "Date": "Date(1262383200000)", "DateString": "1/2/2010", "Category": null, "Change": 14, "ChangePerCent": 1.4000000000000001 }, { "Index": 1, "Open": 1014, "High": 1033.5, "Low": 984.75, "Close": 989, "Volume": 2003, "Date": "Date(1262469600000)", "DateString": "1/3/2010", "Category": null, "Change": -25, "ChangePerCent": -2.4654832347140041 }, { "Index": 2, "Open": 989, "High": 1004, "Low": 960.5, "Close": 1000, "Volume": 1993, "Date": "Date(1262556000000)", "DateString": "1/4/2010", "Category": null, "Change": 11, "ChangePerCent": 1.1122345803842264 }, { "Index": 3, "Open": 1000, "High": 1020.25, "Low": 980.75, "Close": 995, "Volume": 1982.25, "Date": "Date(1262642400000)", "DateString": "1/5/2010", "Category": null, "Change": -5, "ChangePerCent": -0.5 }, { "Index": 4, "Open": 995, "High": 1030.5, "Low": 964, "Close": 1015, "Volume": 1971, "Date": "Date(1262728800000)", "DateString": "1/6/2010", "Category": null, "Change": 20, "ChangePerCent": 2.0100502512562812 }, { "Index": 5, "Open": 1015, "High": 1026.5, "Low": 998.75, "Close": 1009, "Volume": 1982.5, "Date": "Date(1262815200000)", "DateString": "1/7/2010", "Category": null, "Change": -6, "ChangePerCent": -0.59113300492610843 }, { "Index": 6, "Open": 1009, "High": 1039, "Low": 984.5, "Close": 1033, "Volume": 1969.25, "Date": "Date(1262901600000)", "DateString": "1/8/2010", "Category": null, "Change": 24, "ChangePerCent": 2.3785926660059467 }, { "Index": 7, "Open": 1033, "High": 1064.25, "Low": 1005.75, "Close": 1035, "Volume": 1966.25, "Date": "Date(1262988000000)", "DateString": "1/9/2010", "Category": null, "Change": 2, "ChangePerCent": 0.1936108422071636 }, { "Index": 8, "Open": 1035, "High": 1059.25, "Low": 1021.5, "Close": 1026, "Volume": 1951, "Date": "Date(1263074400000)", "DateString": "1/10/2010", "Category": null, "Change": -9, "ChangePerCent": -0.86956521739130432 }, { "Index": 9, "Open": 1026, "High": 1047, "Low": 1001, "Close": 1017, "Volume": 1941.25, "Date": "Date(1263160800000)", "DateString": "1/11/2010", "Category": null, "Change": -9, "ChangePerCent": -0.8771929824561403 }, { "Index": 10, "Open": 1017, "High": 1044, "Low": 982.75, "Close": 1012, "Volume": 1932.25, "Date": "Date(1263247200000)", "DateString": "1/12/2010", "Category": null, "Change": -5, "ChangePerCent": -0.49164208456243852 }, { "Index": 11, "Open": 1012, "High": 1019.75, "Low": 989.75, "Close": 993, "Volume": 1909.75, "Date": "Date(1263333600000)", "DateString": "1/13/2010", "Category": null, "Change": -19, "ChangePerCent": -1.8774703557312251 }, { "Index": 12, "Open": 993, "High": 1021.25, "Low": 966.25, "Close": 1019, "Volume": 1908.5, "Date": "Date(1263420000000)", "DateString": "1/14/2010", "Category": null, "Change": 26, "ChangePerCent": 2.6183282980866065 }, { "Index": 13, "Open": 1019, "High": 1034, "Low": 1002, "Close": 1024, "Volume": 1893.25, "Date": "Date(1263506400000)", "DateString": "1/15/2010", "Category": null, "Change": 5, "ChangePerCent": 0.49067713444553485 }, { "Index": 14, "Open": 1024, "High": 1047.75, "Low": 1001.5, "Close": 1029, "Volume": 1893.5, "Date": "Date(1263592800000)", "DateString": "1/16/2010", "Category": null, "Change": 5, "ChangePerCent": 0.48828125 }, { "Index": 15, "Open": 1029, "High": 1050.75, "Low": 1012.5, "Close": 1035, "Volume": 1920, "Date": "Date(1263679200000)", "DateString": "1/17/2010", "Category": null, "Change": 6, "ChangePerCent": 0.58309037900874638 }, { "Index": 16, "Open": 1035, "High": 1065.75, "Low": 1011, "Close": 1019, "Volume": 1896.5, "Date": "Date(1263765600000)", "DateString": "1/18/2010", "Category": null, "Change": -16, "ChangePerCent": -1.5458937198067633 }, { "Index": 17, "Open": 1019, "High": 1055.75, "Low": 993.25, "Close": 1041, "Volume": 1916.25, "Date": "Date(1263852000000)", "DateString": "1/19/2010", "Category": null, "Change": 22, "ChangePerCent": 2.1589793915603535 }, { "Index": 18, "Open": 1041, "High": 1058.75, "Low": 1017.75, "Close": 1043, "Volume": 1919.25, "Date": "Date(1263938400000)", "DateString": "1/20/2010", "Category": null, "Change": 2, "ChangePerCent": 0.19212295869356388 }, { "Index": 19, "Open": 1043, "High": 1060.25, "Low": 998.75, "Close": 1045, "Volume": 1902.75, "Date": "Date(1264024800000)", "DateString": "1/21/2010", "Category": null, "Change": 2, "ChangePerCent": 0.19175455417066153 }, { "Index": 20, "Open": 1045, "High": 1080.75, "Low": 1026.5, "Close": 1029, "Volume": 1892.75, "Date": "Date(1264111200000)", "DateString": "1/22/2010", "Category": null, "Change": -16, "ChangePerCent": -1.5311004784688995 }, { "Index": 21, "Open": 1029, "High": 1051.25, "Low": 1009.25, "Close": 1051, "Volume": 1878.75, "Date": "Date(1264197600000)", "DateString": "1/23/2010", "Category": null, "Change": 22, "ChangePerCent": 2.1379980563654035 }, { "Index": 22, "Open": 1051, "High": 1076.5, "Low": 1018.25, "Close": 1064, "Volume": 1883.25, "Date": "Date(1264284000000)", "DateString": "1/24/2010", "Category": null, "Change": 13, "ChangePerCent": 1.2369172216936251 }, { "Index": 23, "Open": 1064, "High": 1074.25, "Low": 1035.5, "Close": 1048, "Volume": 1862.5, "Date": "Date(1264370400000)", "DateString": "1/25/2010", "Category": null, "Change": -16, "ChangePerCent": -1.5037593984962405 }, { "Index": 24, "Open": 1048, "High": 1081.5, "Low": 1022.5, "Close": 1037, "Volume": 1851.75, "Date": "Date(1264456800000)", "DateString": "1/26/2010", "Category": null, "Change": -11, "ChangePerCent": -1.0496183206106871 }, { "Index": 25, "Open": 1037, "High": 1042.5, "Low": 1016.75, "Close": 1038, "Volume": 1856, "Date": "Date(1264543200000)", "DateString": "1/27/2010", "Category": null, "Change": 1, "ChangePerCent": 0.09643201542912247 }, { "Index": 26, "Open": 1038, "High": 1059.25, "Low": 996.75, "Close": 1015, "Volume": 1850.75, "Date": "Date(1264629600000)", "DateString": "1/28/2010", "Category": null, "Change": -23, "ChangePerCent": -2.2157996146435455 }, { "Index": 27, "Open": 1015, "High": 1032, "Low": 988.5, "Close": 1027, "Volume": 1850, "Date": "Date(1264716000000)", "DateString": "1/29/2010", "Category": null, "Change": 12, "ChangePerCent": 1.1822660098522169 }, { "Index": 28, "Open": 1027, "High": 1043, "Low": 1002, "Close": 1012, "Volume": 1842.75, "Date": "Date(1264802400000)", "DateString": "1/30/2010", "Category": null, "Change": -15, "ChangePerCent": -1.4605647517039921 }, { "Index": 29, "Open": 1012, "High": 1048, "Low": 974.5, "Close": 974, "Volume": 1838.25, "Date": "Date(1264888800000)", "DateString": "1/31/2010", "Category": null, "Change": -38, "ChangePerCent": -3.7549407114624502 }, { "Index": 30, "Open": 974, "High": 995.25, "Low": 962, "Close": 985, "Volume": 1810.25, "Date": "Date(1264975200000)", "DateString": "2/1/2010", "Category": null, "Change": 11, "ChangePerCent": 1.1293634496919918 }, { "Index": 31, "Open": 985, "High": 1027.5, "Low": 953.25, "Close": 974, "Volume": 1839, "Date": "Date(1265061600000)", "DateString": "2/2/2010", "Category": null, "Change": -11, "ChangePerCent": -1.116751269035533 }, { "Index": 32, "Open": 974, "High": 1009, "Low": 934, "Close": 998, "Volume": 1822.75, "Date": "Date(1265148000000)", "DateString": "2/3/2010", "Category": null, "Change": 24, "ChangePerCent": 2.4640657084188913 }, { "Index": 33, "Open": 998, "High": 1003, "Low": 975.75, "Close": 980, "Volume": 1817.5, "Date": "Date(1265234400000)", "DateString": "2/4/2010", "Category": null, "Change": -18, "ChangePerCent": -1.8036072144288577 }, { "Index": 34, "Open": 980, "High": 1013, "Low": 942.25, "Close": 944, "Volume": 1826, "Date": "Date(1265320800000)", "DateString": "2/5/2010", "Category": null, "Change": -36, "ChangePerCent": -3.6734693877551026 }, { "Index": 35, "Open": 944, "High": 979.25, "Low": 920.5, "Close": 928, "Volume": 1801.5, "Date": "Date(1265407200000)", "DateString": "2/6/2010", "Category": null, "Change": -16, "ChangePerCent": -1.6949152542372881 }, { "Index": 36, "Open": 928, "High": 946, "Low": 898, "Close": 912, "Volume": 1835, "Date": "Date(1265493600000)", "DateString": "2/7/2010", "Category": null, "Change": -16, "ChangePerCent": -1.7241379310344827 }, { "Index": 37, "Open": 912, "High": 919.25, "Low": 887.5, "Close": 906, "Volume": 1831.75, "Date": "Date(1265580000000)", "DateString": "2/8/2010", "Category": null, "Change": -6, "ChangePerCent": -0.6578947368421052 }, { "Index": 38, "Open": 906, "High": 921.75, "Low": 886.5, "Close": 887, "Volume": 1838.5, "Date": "Date(1265666400000)", "DateString": "2/9/2010", "Category": null, "Change": -19, "ChangePerCent": -2.0971302428256071 }, { "Index": 39, "Open": 887, "High": 923.5, "Low": 860.75, "Close": 896, "Volume": 1806, "Date": "Date(1265752800000)", "DateString": "2/10/2010", "Category": null, "Change": 9, "ChangePerCent": 1.0146561443066515 }, { "Index": 40, "Open": 896, "High": 914, "Low": 870, "Close": 875, "Volume": 1817.75, "Date": "Date(1265839200000)", "DateString": "2/11/2010", "Category": null, "Change": -21, "ChangePerCent": -2.34375 }, { "Index": 41, "Open": 875, "High": 903.5, "Low": 854, "Close": 871, "Volume": 1816, "Date": "Date(1265925600000)", "DateString": "2/12/2010", "Category": null, "Change": -4, "ChangePerCent": -0.45714285714285718 }, { "Index": 42, "Open": 871, "High": 892.75, "Low": 855.75, "Close": 866, "Volume": 1799.75, "Date": "Date(1266012000000)", "DateString": "2/13/2010", "Category": null, "Change": -5, "ChangePerCent": -0.57405281285878307 }, { "Index": 43, "Open": 866, "High": 902.25, "Low": 824.75, "Close": 894, "Volume": 1781.5, "Date": "Date(1266098400000)", "DateString": "2/14/2010", "Category": null, "Change": 28, "ChangePerCent": 3.2332563510392611 }, { "Index": 44, "Open": 894, "High": 919.25, "Low": 870.25, "Close": 870, "Volume": 1795.5, "Date": "Date(1266184800000)", "DateString": "2/15/2010", "Category": null, "Change": -24, "ChangePerCent": -2.6845637583892619 }, { "Index": 45, "Open": 870, "High": 891.75, "Low": 845.5, "Close": 849, "Volume": 1823.5, "Date": "Date(1266271200000)", "DateString": "2/16/2010", "Category": null, "Change": -21, "ChangePerCent": -2.4137931034482758 }, { "Index": 46, "Open": 849, "High": 874, "Low": 832.5, "Close": 859, "Volume": 1853.5, "Date": "Date(1266357600000)", "DateString": "2/17/2010", "Category": null, "Change": 10, "ChangePerCent": 1.1778563015312131 }, { "Index": 47, "Open": 859, "High": 886.75, "Low": 829, "Close": 871, "Volume": 1847.25, "Date": "Date(1266444000000)", "DateString": "2/18/2010", "Category": null, "Change": 12, "ChangePerCent": 1.3969732246798603 }, { "Index": 48, "Open": 871, "High": 892.25, "Low": 841.25, "Close": 864, "Volume": 1858, "Date": "Date(1266530400000)", "DateString": "2/19/2010", "Category": null, "Change": -7, "ChangePerCent": -0.80367393800229625 }, { "Index": 49, "Open": 864, "High": 886.75, "Low": 830.25, "Close": 843, "Volume": 1866, "Date": "Date(1266616800000)", "DateString": "2/20/2010", "Category": null, "Change": -21, "ChangePerCent": -2.4305555555555558 }],
|
|
4
|
-
/*
|
|
5
|
-
ADBE stock data
|
|
6
|
-
*/
|
|
7
|
-
dataAdobe :[
|
|
8
|
-
{"Index":1,"Date":"7/18/2013","Open":48.04,"High":48.52,"Low":48,"Close":48.19,"Volume":2641582},
|
|
9
|
-
{"Index":2,"Date":"7/17/2013","Open":48.17,"High":48.4,"Low":47.78,"Close":48.04,"Volume":3135777},
|
|
10
|
-
{"Index":3,"Date":"7/16/2013","Open":48.05,"High":48.13,"Low":47.36,"Close":47.48,"Volume":2473018},
|
|
11
|
-
{"Index":4,"Date":"7/15/2013","Open":48.25,"High":48.46,"Low":48.1,"Close":48.12,"Volume":2122706},
|
|
12
|
-
{"Index":5,"Date":"7/12/2013","Open":48.35,"High":48.63,"Low":48.08,"Close":48.39,"Volume":4135697},
|
|
13
|
-
{"Index":6,"Date":"7/11/2013","Open":47.62,"High":48,"Low":47.5,"Close":47.99,"Volume":3293492},
|
|
14
|
-
{"Index":7,"Date":"7/10/2013","Open":47.09,"High":47.33,"Low":46.64,"Close":47.25,"Volume":2683537},
|
|
15
|
-
{"Index":8,"Date":"7/9/2013","Open":46.76,"High":47.31,"Low":46.73,"Close":47.26,"Volume":2578815},
|
|
16
|
-
{"Index":9,"Date":"7/8/2013","Open":47.03,"High":47.49,"Low":46.44,"Close":46.62,"Volume":2813076},
|
|
17
|
-
{"Index":10,"Date":"7/5/2013","Open":46.69,"High":47.1,"Low":46.55,"Close":47,"Volume":1614563},
|
|
18
|
-
{"Index":11,"Date":"7/3/2013","Open":45.71,"High":46.82,"Low":45.66,"Close":46.42,"Volume":1601483},
|
|
19
|
-
{"Index":12,"Date":"7/2/2013","Open":46,"High":46.48,"Low":45.72,"Close":46.03,"Volume":3025049},
|
|
20
|
-
{"Index":13,"Date":"7/1/2013","Open":45.23,"High":47.19,"Low":44.88,"Close":46.24,"Volume":6341593},
|
|
21
|
-
{"Index":14,"Date":"6/28/2013","Open":45.99,"High":45.99,"Low":45.39,"Close":45.56,"Volume":4052512},
|
|
22
|
-
{"Index":15,"Date":"6/27/2013","Open":45.9,"High":46.26,"Low":45.59,"Close":45.93,"Volume":2916446},
|
|
23
|
-
{"Index":16,"Date":"6/26/2013","Open":44.95,"High":45.92,"Low":44.9,"Close":45.68,"Volume":5356322},
|
|
24
|
-
{"Index":17,"Date":"6/25/2013","Open":44.04,"High":44.44,"Low":43.46,"Close":44.37,"Volume":3368384},
|
|
25
|
-
{"Index":18,"Date":"6/24/2013","Open":44.34,"High":44.6,"Low":43.37,"Close":43.6,"Volume":4492827},
|
|
26
|
-
{"Index":19,"Date":"6/21/2013","Open":44.92,"High":45,"Low":44.23,"Close":44.77,"Volume":6294691},
|
|
27
|
-
{"Index":20,"Date":"6/20/2013","Open":45.28,"High":45.29,"Low":44.45,"Close":44.9,"Volume":5488904},
|
|
28
|
-
{"Index":21,"Date":"6/19/2013","Open":46.43,"High":46.44,"Low":45.35,"Close":45.78,"Volume":12567168},
|
|
29
|
-
{"Index":22,"Date":"6/18/2013","Open":43.55,"High":44.2,"Low":43.22,"Close":43.36,"Volume":5433868},
|
|
30
|
-
{"Index":23,"Date":"6/17/2013","Open":43.22,"High":43.76,"Low":42.98,"Close":43.39,"Volume":2677070},
|
|
31
|
-
{"Index":24,"Date":"6/14/2013","Open":43.33,"High":43.57,"Low":42.7,"Close":42.84,"Volume":2317391},
|
|
32
|
-
{"Index":25,"Date":"6/13/2013","Open":42.74,"High":43.36,"Low":42.39,"Close":43.3,"Volume":2002339},
|
|
33
|
-
{"Index":26,"Date":"6/12/2013","Open":43.31,"High":43.46,"Low":42.61,"Close":42.72,"Volume":2124415},
|
|
34
|
-
{"Index":27,"Date":"6/11/2013","Open":43.6,"High":43.85,"Low":43.1,"Close":43.12,"Volume":2487069},
|
|
35
|
-
{"Index":28,"Date":"6/10/2013","Open":44.3,"High":44.34,"Low":43.84,"Close":44.09,"Volume":1833873},
|
|
36
|
-
{"Index":29,"Date":"6/7/2013","Open":43.86,"High":44.41,"Low":43.66,"Close":44.12,"Volume":2895226},
|
|
37
|
-
{"Index":30,"Date":"6/6/2013","Open":43.84,"High":44.05,"Low":43.26,"Close":43.57,"Volume":3760841},
|
|
38
|
-
{"Index":31,"Date":"6/5/2013","Open":44.39,"High":44.58,"Low":43.81,"Close":43.84,"Volume":3385503},
|
|
39
|
-
{"Index":32,"Date":"6/4/2013","Open":43.67,"High":44.8,"Low":43.53,"Close":44.39,"Volume":5249370},
|
|
40
|
-
{"Index":33,"Date":"6/3/2013","Open":42.99,"High":43.48,"Low":42.76,"Close":43.46,"Volume":2884752},
|
|
41
|
-
{"Index":34,"Date":"5/31/2013","Open":42.92,"High":43.55,"Low":42.66,"Close":42.91,"Volume":3133128},
|
|
42
|
-
{"Index":35,"Date":"5/30/2013","Open":42.65,"High":43.38,"Low":42.5,"Close":43.19,"Volume":2755447},
|
|
43
|
-
{"Index":36,"Date":"5/29/2013","Open":42.75,"High":42.87,"Low":42.39,"Close":42.6,"Volume":3280897},
|
|
44
|
-
{"Index":37,"Date":"5/28/2013","Open":42.78,"High":43.13,"Low":42.65,"Close":42.91,"Volume":2655897},
|
|
45
|
-
{"Index":38,"Date":"5/24/2013","Open":42.32,"High":42.53,"Low":41.91,"Close":42.43,"Volume":3766131},
|
|
46
|
-
{"Index":39,"Date":"5/23/2013","Open":42.66,"High":43.14,"Low":42.57,"Close":42.77,"Volume":3382686},
|
|
47
|
-
{"Index":40,"Date":"5/22/2013","Open":44.12,"High":44.31,"Low":42.95,"Close":43.17,"Volume":3018821},
|
|
48
|
-
{"Index":41,"Date":"5/21/2013","Open":44.21,"High":44.48,"Low":43.89,"Close":44.02,"Volume":1828187},
|
|
49
|
-
{"Index":42,"Date":"5/20/2013","Open":44.55,"High":44.68,"Low":44.15,"Close":44.29,"Volume":1491068},
|
|
50
|
-
{"Index":43,"Date":"5/17/2013","Open":44.6,"High":44.76,"Low":44.33,"Close":44.61,"Volume":3688124},
|
|
51
|
-
{"Index":44,"Date":"5/16/2013","Open":44.96,"High":45.34,"Low":44.48,"Close":44.56,"Volume":2609084},
|
|
52
|
-
{"Index":45,"Date":"5/15/2013","Open":44.06,"High":45.1,"Low":43.95,"Close":45.07,"Volume":3645934},
|
|
53
|
-
{"Index":46,"Date":"5/14/2013","Open":43.7,"High":44.1,"Low":43.6,"Close":44.04,"Volume":4304923},
|
|
54
|
-
{"Index":47,"Date":"5/13/2013","Open":43.98,"High":44.01,"Low":43.49,"Close":43.61,"Volume":2767935},
|
|
55
|
-
{"Index":48,"Date":"5/10/2013","Open":44.12,"High":44.2,"Low":43.75,"Close":44.02,"Volume":4571120},
|
|
56
|
-
{"Index":49,"Date":"5/9/2013","Open":45.22,"High":45.25,"Low":43.47,"Close":43.97,"Volume":9318927},
|
|
57
|
-
{"Index":50,"Date":"5/8/2013","Open":45.51,"High":45.64,"Low":45.16,"Close":45.32,"Volume":3318807}
|
|
58
|
-
],
|
|
59
|
-
|
|
60
|
-
/*
|
|
61
|
-
MSFT stock data. 1997-2013
|
|
62
|
-
*/
|
|
63
|
-
data :[
|
|
64
|
-
{ "Index": 1, "Date": "7/18/2013", "Open": 35.72, "High": 35.89, "Low": 35.22, "Close": 35.44, "Volume": 49547075 },
|
|
65
|
-
{ "Index": 2, "Date": "7/17/2013", "Open": 36.34, "High": 36.39, "Low": 35.49, "Close": 35.74, "Volume": 37289320 },
|
|
66
|
-
{ "Index": 3, "Date": "7/16/2013", "Open": 36.01, "High": 36.43, "Low": 35.96, "Close": 36.27, "Volume": 36378681 },
|
|
67
|
-
{ "Index": 4, "Date": "7/15/2013", "Open": 35.66, "High": 36.22, "Low": 35.58, "Close": 36.17, "Volume": 34145645 },
|
|
68
|
-
{ "Index": 5, "Date": "7/12/2013", "Open": 35.58, "High": 35.73, "Low": 35.28, "Close": 35.67, "Volume": 35502638 },
|
|
69
|
-
{ "Index": 6, "Date": "7/11/2013", "Open": 35, "High": 35.77, "Low": 34.9, "Close": 35.68, "Volume": 53638234 },
|
|
70
|
-
{ "Index": 7, "Date": "7/10/2013", "Open": 34.34, "High": 34.81, "Low": 34.32, "Close": 34.7, "Volume": 29658734 },
|
|
71
|
-
{ "Index": 8, "Date": "7/9/2013", "Open": 34.58, "High": 34.6, "Low": 34.14, "Close": 34.35, "Volume": 25320908 },
|
|
72
|
-
{ "Index": 9, "Date": "7/8/2013", "Open": 34.35, "High": 34.59, "Low": 33.98, "Close": 34.32, "Volume": 32398742 },
|
|
73
|
-
{ "Index": 10, "Date": "7/5/2013", "Open": 34.09, "High": 34.24, "Low": 33.58, "Close": 34.21, "Volume": 26085981 },
|
|
74
|
-
{ "Index": 11, "Date": "7/3/2013", "Open": 33.66, "High": 34.37, "Low": 33.6, "Close": 34.01, "Volume": 15994380 },
|
|
75
|
-
{ "Index": 12, "Date": "7/2/2013", "Open": 34.41, "High": 34.44, "Low": 33.63, "Close": 33.94, "Volume": 37634572 },
|
|
76
|
-
{ "Index": 13, "Date": "7/1/2013", "Open": 34.75, "High": 34.99, "Low": 34.33, "Close": 34.36, "Volume": 31064000 },
|
|
77
|
-
{ "Index": 14, "Date": "6/28/2013", "Open": 34.38, "High": 34.79, "Low": 34.34, "Close": 34.54, "Volume": 65548196 },
|
|
78
|
-
{ "Index": 15, "Date": "6/27/2013", "Open": 34.52, "High": 34.78, "Low": 34.5, "Close": 34.62, "Volume": 28993542 },
|
|
79
|
-
{ "Index": 16, "Date": "6/26/2013", "Open": 34.12, "High": 34.48, "Low": 33.89, "Close": 34.35, "Volume": 48667834 },
|
|
80
|
-
{ "Index": 17, "Date": "6/25/2013", "Open": 34.08, "High": 34.38, "Low": 33.46, "Close": 33.67, "Volume": 44073348 },
|
|
81
|
-
{ "Index": 18, "Date": "6/24/2013", "Open": 32.94, "High": 34.2, "Low": 32.57, "Close": 33.72, "Volume": 56113708 },
|
|
82
|
-
{ "Index": 19, "Date": "6/21/2013", "Open": 33.66, "High": 33.73, "Low": 33.05, "Close": 33.26, "Volume": 85338395 },
|
|
83
|
-
{ "Index": 20, "Date": "6/20/2013", "Open": 34.26, "High": 34.33, "Low": 33.37, "Close": 33.49, "Volume": 54496758 },
|
|
84
|
-
{ "Index": 21, "Date": "6/19/2013", "Open": 34.96, "High": 35.09, "Low": 34.59, "Close": 34.59, "Volume": 30820208 },
|
|
85
|
-
{ "Index": 22, "Date": "6/18/2013", "Open": 34.97, "High": 35.17, "Low": 34.9, "Close": 34.98, "Volume": 28622929 },
|
|
86
|
-
{ "Index": 23, "Date": "6/17/2013", "Open": 34.69, "High": 35.16, "Low": 34.63, "Close": 35, "Volume": 49672492 },
|
|
87
|
-
{ "Index": 24, "Date": "6/14/2013", "Open": 34.55, "High": 34.69, "Low": 34.25, "Close": 34.4, "Volume": 53116371 },
|
|
88
|
-
{ "Index": 25, "Date": "6/13/2013", "Open": 34.99, "High": 35.02, "Low": 34.59, "Close": 34.72, "Volume": 45654803 },
|
|
89
|
-
{ "Index": 26, "Date": "6/12/2013", "Open": 35.14, "High": 35.27, "Low": 34.85, "Close": 35, "Volume": 37373032 },
|
|
90
|
-
{ "Index": 27, "Date": "6/11/2013", "Open": 35.05, "High": 35.18, "Low": 34.68, "Close": 34.84, "Volume": 39350316 },
|
|
91
|
-
{ "Index": 28, "Date": "6/10/2013", "Open": 35.51, "High": 35.65, "Low": 35.14, "Close": 35.47, "Volume": 35995223 },
|
|
92
|
-
{ "Index": 29, "Date": "6/7/2013", "Open": 35.25, "High": 35.78, "Low": 35.06, "Close": 35.67, "Volume": 40762249 },
|
|
93
|
-
{ "Index": 30, "Date": "6/6/2013", "Open": 34.84, "High": 35.11, "Low": 34.49, "Close": 34.96, "Volume": 37627133 },
|
|
94
|
-
{ "Index": 31, "Date": "6/5/2013", "Open": 34.6, "High": 34.89, "Low": 34.43, "Close": 34.78, "Volume": 46032657 },
|
|
95
|
-
{ "Index": 32, "Date": "6/4/2013", "Open": 35.62, "High": 35.74, "Low": 34.77, "Close": 34.99, "Volume": 65538438 },
|
|
96
|
-
{ "Index": 33, "Date": "6/3/2013", "Open": 34.92, "High": 35.63, "Low": 34.83, "Close": 35.59, "Volume": 51256272 },
|
|
97
|
-
{ "Index": 34, "Date": "5/31/2013", "Open": 34.82, "High": 35.28, "Low": 34.79, "Close": 34.9, "Volume": 56167723 },
|
|
98
|
-
{ "Index": 35, "Date": "5/30/2013", "Open": 34.85, "High": 35.25, "Low": 34.81, "Close": 35.03, "Volume": 51133616 },
|
|
99
|
-
{ "Index": 36, "Date": "5/29/2013", "Open": 34.74, "High": 35.02, "Low": 34.57, "Close": 34.88, "Volume": 38419848 },
|
|
100
|
-
{ "Index": 37, "Date": "5/28/2013", "Open": 34.42, "High": 35.18, "Low": 34.41, "Close": 35.02, "Volume": 48218180 },
|
|
101
|
-
{ "Index": 38, "Date": "5/24/2013", "Open": 33.92, "High": 34.28, "Low": 33.9, "Close": 34.27, "Volume": 33175804 },
|
|
102
|
-
{ "Index": 39, "Date": "5/23/2013", "Open": 34.23, "High": 34.55, "Low": 33.9, "Close": 34.15, "Volume": 51113510 },
|
|
103
|
-
{ "Index": 40, "Date": "5/22/2013", "Open": 34.79, "High": 34.84, "Low": 34.36, "Close": 34.61, "Volume": 65892481 },
|
|
104
|
-
{ "Index": 41, "Date": "5/21/2013", "Open": 35.1, "High": 35.27, "Low": 34.72, "Close": 34.85, "Volume": 48705362 },
|
|
105
|
-
{ "Index": 42, "Date": "5/20/2013", "Open": 34.73, "High": 35.1, "Low": 34.68, "Close": 35.08, "Volume": 54025227 },
|
|
106
|
-
{ "Index": 43, "Date": "5/17/2013", "Open": 34.13, "High": 34.87, "Low": 34.1, "Close": 34.87, "Volume": 60674267 },
|
|
107
|
-
{ "Index": 44, "Date": "5/16/2013", "Open": 33.64, "High": 34.15, "Low": 33.55, "Close": 34.08, "Volume": 59384283 },
|
|
108
|
-
{ "Index": 45, "Date": "5/15/2013", "Open": 33.45, "High": 33.9, "Low": 33.43, "Close": 33.84, "Volume": 46309506 },
|
|
109
|
-
{ "Index": 46, "Date": "5/14/2013", "Open": 32.86, "High": 33.53, "Low": 32.8, "Close": 33.53, "Volume": 56874005 },
|
|
110
|
-
{ "Index": 47, "Date": "5/13/2013", "Open": 32.61, "High": 33.07, "Low": 32.55, "Close": 33.03, "Volume": 36036347 },
|
|
111
|
-
{ "Index": 48, "Date": "5/10/2013", "Open": 32.67, "High": 32.72, "Low": 32.32, "Close": 32.69, "Volume": 36396524 },
|
|
112
|
-
{ "Index": 49, "Date": "5/9/2013", "Open": 32.85, "High": 33, "Low": 32.59, "Close": 32.66, "Volume": 46417802 },
|
|
113
|
-
{ "Index": 50, "Date": "5/8/2013", "Open": 33.07, "High": 33.24, "Low": 32.65, "Close": 32.99, "Volume": 51595643 }]
|
|
114
|
-
};
|
|
115
|
-
|
|
116
|
-
export { dataObj };
|
|
117
|
-
|
|
118
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const ReactTemplate_1 = require("../../../../../lib/templates/ReactTemplate");
|
|
4
|
-
class FinancialChartComponent extends ReactTemplate_1.ReactTemplate {
|
|
5
|
-
/**
|
|
6
|
-
*
|
|
7
|
-
*/
|
|
8
|
-
constructor() {
|
|
9
|
-
super(__dirname);
|
|
10
|
-
this.id = "financial-chart";
|
|
11
|
-
this.name = "Financial Chart";
|
|
12
|
-
this.widget = "igDataChart";
|
|
13
|
-
this.description = "financial chart template for React";
|
|
14
|
-
this.projectType = "es6";
|
|
15
|
-
this.components = ["Financial Chart"];
|
|
16
|
-
this.controlGroup = "Charts";
|
|
17
|
-
this.dependencies = ["igDataChart"];
|
|
18
|
-
this.hasExtraConfiguration = false;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
module.exports = new FinancialChartComponent();
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const cli_core_1 = require("@igniteui/cli-core");
|
|
4
|
-
class FinancialChartComponent extends cli_core_1.BaseComponent {
|
|
5
|
-
/**
|
|
6
|
-
*
|
|
7
|
-
*/
|
|
8
|
-
constructor() {
|
|
9
|
-
super(__dirname);
|
|
10
|
-
this.name = "Financial Chart";
|
|
11
|
-
this.group = "Charts";
|
|
12
|
-
this.description = "lightweight, high-performance chart.";
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
module.exports = new FinancialChartComponent();
|
package/templates/react/es6/funnel-chart/funnel-chart/files/src/components/__path__/index.js
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { Component } from 'react';
|
|
2
|
-
import $(Control) from "igniteui-react/ui/$(widget).js";
|
|
3
|
-
|
|
4
|
-
export default class $(ClassName) extends Component {
|
|
5
|
-
constructor(props) {
|
|
6
|
-
super(props);
|
|
7
|
-
this.state = {
|
|
8
|
-
data: [
|
|
9
|
-
{ Budget: 30, Department: "Administration" },
|
|
10
|
-
{ Budget: 50, Department: "Sales" },
|
|
11
|
-
{ Budget: 60, Department: "IT" },
|
|
12
|
-
{ Budget: 50, Department: "Marketing" },
|
|
13
|
-
{ Budget: 100, Department: "Development" },
|
|
14
|
-
{ Budget: 20, Department: "Support" }
|
|
15
|
-
]
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
render() {
|
|
19
|
-
return (
|
|
20
|
-
<div className="$(ClassName)">
|
|
21
|
-
<div className="$(ClassName)-header">
|
|
22
|
-
<h2 style={{textAlign: "center", marginBottom: "4%"}}>$(description)</h2>
|
|
23
|
-
</div>
|
|
24
|
-
<div style={{display: "flex", flexFlow: "column", alignItems: "center"}}>
|
|
25
|
-
<$(Control)
|
|
26
|
-
id="chartNormal"
|
|
27
|
-
width={325}
|
|
28
|
-
height={450}
|
|
29
|
-
dataSource={ this.state }
|
|
30
|
-
responseDataKey="data"
|
|
31
|
-
valueMemberPath="Budget"
|
|
32
|
-
innerLabelMemberPath="Budget"
|
|
33
|
-
innerLabelVisibility="visible"
|
|
34
|
-
outerLabelMemberPath="Department"
|
|
35
|
-
outerLabelVisibility="visible"
|
|
36
|
-
/>
|
|
37
|
-
</div>
|
|
38
|
-
</div>
|
|
39
|
-
);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const ReactTemplate_1 = require("../../../../../lib/templates/ReactTemplate");
|
|
4
|
-
class FunnelChartTemplate extends ReactTemplate_1.ReactTemplate {
|
|
5
|
-
/**
|
|
6
|
-
*
|
|
7
|
-
*/
|
|
8
|
-
constructor() {
|
|
9
|
-
super(__dirname);
|
|
10
|
-
this.id = "funnel-chart";
|
|
11
|
-
this.name = "Funnel Chart";
|
|
12
|
-
this.widget = "igFunnelChart";
|
|
13
|
-
this.description = "igFunnelChart template";
|
|
14
|
-
this.projectType = "es6";
|
|
15
|
-
this.components = ["Funnel Chart"];
|
|
16
|
-
this.controlGroup = "Charts";
|
|
17
|
-
this.dependencies = ["igDataChart"];
|
|
18
|
-
this.hasExtraConfiguration = false;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
module.exports = new FunnelChartTemplate();
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const cli_core_1 = require("@igniteui/cli-core");
|
|
4
|
-
class FunnelChartComponent extends cli_core_1.BaseComponent {
|
|
5
|
-
/**
|
|
6
|
-
*
|
|
7
|
-
*/
|
|
8
|
-
constructor() {
|
|
9
|
-
super(__dirname);
|
|
10
|
-
this.name = "Funnel Chart";
|
|
11
|
-
this.group = "Charts";
|
|
12
|
-
this.description = "displays funnel chart in HTML5 web applications and is based on the canvas element.";
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
module.exports = new FunnelChartComponent();
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import React, { Component } from 'react';
|
|
2
|
-
|
|
3
|
-
import $(Control) from "igniteui-react/ui/$(widget).js";
|
|
4
|
-
|
|
5
|
-
export default class App extends Component {
|
|
6
|
-
constructor(props) {
|
|
7
|
-
super(props);
|
|
8
|
-
this.state = {
|
|
9
|
-
products: [
|
|
10
|
-
{ "ProductID": 1, "Name": "Adjustable Race", "ProductNumber": "AR-5381", "Category": { "ID": 0, "Name": "Food", "Active": true, "Date": "Date(1059660800000)" } },
|
|
11
|
-
{ "ProductID": 2, "Name": "Bearing Ball", "ProductNumber": "BA-8327", "Category": { "ID": 1, "Name": "Beverages", "Active": true, "Date": "Date(1159660800000)" } },
|
|
12
|
-
{ "ProductID": 3, "Name": "BB Ball Bearing", "ProductNumber": "BE-2349", "Category": { "ID": 1, "Name": "Beverages", "Active": true, "Date": "Date(1259660800000)" } },
|
|
13
|
-
{ "ProductID": 4, "Name": "Headset Ball Bearings", "ProductNumber": "BE-2908", "Category": { "ID": 1, "Name": "Beverages", "Active": true, "Date": "Date(1359660800000)" } },
|
|
14
|
-
{ "ProductID": 316, "Name": "Blade", "ProductNumber": "BL-2036", "Category": { "ID": 1, "Name": "Beverages", "Active": false, "Date": "Date(1459660800000)" } },
|
|
15
|
-
{ "ProductID": 317, "Name": "LL Crankarm", "ProductNumber": "CA-5965", "Category": { "ID": 1, "Name": "Beverages", "Active": false, "Date": "Date(1559660800000)" } },
|
|
16
|
-
{ "ProductID": 318, "Name": "ML Crankarm", "ProductNumber": "CA-6738", "Category": { "ID": 1, "Name": "Beverages", "Active": false, "Date": "Date(1659660800000)" } },
|
|
17
|
-
{ "ProductID": 319, "Name": "HL Crankarm", "ProductNumber": "CA-7457", "Category": { "ID": 2, "Name": "Electronics", "Active": false, "Date": "Date(1759660800000)" } },
|
|
18
|
-
{ "ProductID": 320, "Name": "Chainring Bolts", "ProductNumber": "CB-2903", "Category": { "ID": 2, "Name": "Electronics", "Active": false, "Date": "Date(1859660800000)" } }
|
|
19
|
-
]
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
render() {
|
|
23
|
-
return (
|
|
24
|
-
<div className="App">
|
|
25
|
-
<div className="App-header">
|
|
26
|
-
<h2 style={{textAlign: "center"}}>$(description)</h2>
|
|
27
|
-
</div>
|
|
28
|
-
<div style={{display: "flex", flexFlow: "column", alignItems: "center"}}>
|
|
29
|
-
<$(Control)
|
|
30
|
-
id="grid"
|
|
31
|
-
width="700px"
|
|
32
|
-
dataSource={this.state.products}
|
|
33
|
-
features={$(gridfeatures)}
|
|
34
|
-
/>
|
|
35
|
-
</div>
|
|
36
|
-
</div>
|
|
37
|
-
);
|
|
38
|
-
}
|
|
39
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const GridHelper_1 = require("../../../../../lib/project-utility/GridHelper");
|
|
4
|
-
const ReactTemplate_1 = require("../../../../../lib/templates/ReactTemplate");
|
|
5
|
-
class GridTemplate extends ReactTemplate_1.ReactTemplate {
|
|
6
|
-
constructor() {
|
|
7
|
-
super(__dirname);
|
|
8
|
-
this.extraConfigurations = [];
|
|
9
|
-
this.userExtraConfiguration = {};
|
|
10
|
-
this.id = "grid";
|
|
11
|
-
this.name = "Grid";
|
|
12
|
-
this.widget = "igGrid";
|
|
13
|
-
this.description = "igGrid template for React";
|
|
14
|
-
this.projectType = "es6";
|
|
15
|
-
this.components = ["Grid"];
|
|
16
|
-
this.controlGroup = "Data Grids";
|
|
17
|
-
this.dependencies = ["igGrid"];
|
|
18
|
-
this.gridHelper = new GridHelper_1.GridHelper();
|
|
19
|
-
this.hasExtraConfiguration = true;
|
|
20
|
-
this.extraConfigurations.push({
|
|
21
|
-
choices: ["Sorting", "Paging", "Filtering"],
|
|
22
|
-
default: "",
|
|
23
|
-
key: "features",
|
|
24
|
-
message: "Select features for the igGrid",
|
|
25
|
-
type: 1 /* ControlExtraConfigType.MultiChoice */
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
generateConfig(name, ...options) {
|
|
29
|
-
const features = this.gridHelper.generateFeatures(this.userExtraConfiguration["features"], 5);
|
|
30
|
-
const config = { gridfeatures: features };
|
|
31
|
-
return super.generateConfig(name, { extraConfig: config });
|
|
32
|
-
}
|
|
33
|
-
getExtraConfiguration() {
|
|
34
|
-
return this.extraConfigurations;
|
|
35
|
-
}
|
|
36
|
-
setExtraConfiguration(extraConfigKeys) {
|
|
37
|
-
this.userExtraConfiguration = extraConfigKeys;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
module.exports = new GridTemplate();
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { Component } from 'react';
|
|
2
|
-
import $(Control) from "igniteui-react/ui/$(widget).js";
|
|
3
|
-
|
|
4
|
-
export default class $(ClassName) extends Component {
|
|
5
|
-
constructor(props) {
|
|
6
|
-
super(props);
|
|
7
|
-
this.state = {
|
|
8
|
-
products: [
|
|
9
|
-
{ "ProductID": 1, "Name": "Adjustable Race", "ProductNumber": "AR-5381", "Category": { "ID": 0, "Name": "Food", "Active": true, "Date": "Date(1059660800000)" } },
|
|
10
|
-
{ "ProductID": 2, "Name": "Bearing Ball", "ProductNumber": "BA-8327", "Category": { "ID": 1, "Name": "Beverages", "Active": true, "Date": "Date(1159660800000)" } },
|
|
11
|
-
{ "ProductID": 3, "Name": "BB Ball Bearing", "ProductNumber": "BE-2349", "Category": { "ID": 1, "Name": "Beverages", "Active": true, "Date": "Date(1259660800000)" } },
|
|
12
|
-
{ "ProductID": 4, "Name": "Headset Ball Bearings", "ProductNumber": "BE-2908", "Category": { "ID": 1, "Name": "Beverages", "Active": true, "Date": "Date(1359660800000)" } },
|
|
13
|
-
{ "ProductID": 316, "Name": "Blade", "ProductNumber": "BL-2036", "Category": { "ID": 1, "Name": "Beverages", "Active": false, "Date": "Date(1459660800000)" } },
|
|
14
|
-
{ "ProductID": 317, "Name": "LL Crankarm", "ProductNumber": "CA-5965", "Category": { "ID": 1, "Name": "Beverages", "Active": false, "Date": "Date(1559660800000)" } },
|
|
15
|
-
{ "ProductID": 318, "Name": "ML Crankarm", "ProductNumber": "CA-6738", "Category": { "ID": 1, "Name": "Beverages", "Active": false, "Date": "Date(1659660800000)" } },
|
|
16
|
-
{ "ProductID": 319, "Name": "HL Crankarm", "ProductNumber": "CA-7457", "Category": { "ID": 2, "Name": "Electronics", "Active": false, "Date": "Date(1759660800000)" } },
|
|
17
|
-
{ "ProductID": 320, "Name": "Chainring Bolts", "ProductNumber": "CB-2903", "Category": { "ID": 2, "Name": "Electronics", "Active": false, "Date": "Date(1859660800000)" } }
|
|
18
|
-
]
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
render() {
|
|
22
|
-
return (
|
|
23
|
-
<div className="App">
|
|
24
|
-
<div className="App-header">
|
|
25
|
-
<h2 style={{textAlign: "center"}}>$(description)</h2>
|
|
26
|
-
</div>
|
|
27
|
-
<div style={{display: "flex", flexFlow: "column", alignItems: "center"}}>
|
|
28
|
-
<$(Control)
|
|
29
|
-
id="grid-custom"
|
|
30
|
-
primaryKey="ProductID"
|
|
31
|
-
width="700px"
|
|
32
|
-
autoCommit={true}
|
|
33
|
-
dataSource={this.state.products}
|
|
34
|
-
features={$(gridfeatures)}
|
|
35
|
-
/>
|
|
36
|
-
</div>
|
|
37
|
-
</div>
|
|
38
|
-
);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const GridHelper_1 = require("../../../../../lib/project-utility/GridHelper");
|
|
4
|
-
const ReactTemplate_1 = require("../../../../../lib/templates/ReactTemplate");
|
|
5
|
-
class GridCustomTemplate extends ReactTemplate_1.ReactTemplate {
|
|
6
|
-
constructor() {
|
|
7
|
-
super(__dirname);
|
|
8
|
-
this.extraConfigurations = [];
|
|
9
|
-
this.userExtraConfiguration = {};
|
|
10
|
-
this.id = "grid-custom";
|
|
11
|
-
this.name = "Custom Grid";
|
|
12
|
-
this.widget = "igGrid";
|
|
13
|
-
this.description = "igGrid custom template for React";
|
|
14
|
-
this.projectType = "es6";
|
|
15
|
-
this.components = ["Grid"];
|
|
16
|
-
this.controlGroup = "Data Grids";
|
|
17
|
-
this.dependencies = ["igGrid"];
|
|
18
|
-
this.gridHelper = new GridHelper_1.GridHelper();
|
|
19
|
-
this.hasExtraConfiguration = true;
|
|
20
|
-
this.extraConfigurations.push({
|
|
21
|
-
choices: [
|
|
22
|
-
"Sorting", "Selection", "Updating", "Filtering", "ColumnMoving",
|
|
23
|
-
"GroupBy", "Summaries", "Resizing", "Hiding"
|
|
24
|
-
],
|
|
25
|
-
default: "",
|
|
26
|
-
key: "features",
|
|
27
|
-
message: "Select features for the igGrid",
|
|
28
|
-
type: 1 /* ControlExtraConfigType.MultiChoice */
|
|
29
|
-
});
|
|
30
|
-
}
|
|
31
|
-
generateConfig(name, ...options) {
|
|
32
|
-
const features = this.gridHelper.generateFeatures(this.userExtraConfiguration["features"], 5);
|
|
33
|
-
const config = { gridfeatures: features };
|
|
34
|
-
return super.generateConfig(name, { extraConfig: config });
|
|
35
|
-
}
|
|
36
|
-
getExtraConfiguration() {
|
|
37
|
-
return this.extraConfigurations;
|
|
38
|
-
}
|
|
39
|
-
setExtraConfiguration(extraConfigKeys) {
|
|
40
|
-
this.userExtraConfiguration = extraConfigKeys;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
module.exports = new GridCustomTemplate();
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { Component } from 'react';
|
|
2
|
-
import 'jquery-ui/ui/effects/effect-blind';
|
|
3
|
-
import $(Control) from "igniteui-react/ui/$(widget).js";
|
|
4
|
-
|
|
5
|
-
export default class $(ClassName) extends Component {
|
|
6
|
-
constructor(props) {
|
|
7
|
-
super(props);
|
|
8
|
-
this.state = {
|
|
9
|
-
products: [
|
|
10
|
-
{ "ProductID": 1, "Name": "Adjustable Race", "ProductNumber": "AR-5381", "Category": { "ID": 0, "Name": "Food", "Active": true, "Date": "Date(1059660800000)" } },
|
|
11
|
-
{ "ProductID": 2, "Name": "Bearing Ball", "ProductNumber": "BA-8327", "Category": { "ID": 1, "Name": "Beverages", "Active": true, "Date": "Date(1159660800000)" } },
|
|
12
|
-
{ "ProductID": 3, "Name": "BB Ball Bearing", "ProductNumber": "BE-2349", "Category": { "ID": 1, "Name": "Beverages", "Active": true, "Date": "Date(1259660800000)" } },
|
|
13
|
-
{ "ProductID": 4, "Name": "Headset Ball Bearings", "ProductNumber": "BE-2908", "Category": { "ID": 1, "Name": "Beverages", "Active": true, "Date": "Date(1359660800000)" } },
|
|
14
|
-
{ "ProductID": 316, "Name": "Blade", "ProductNumber": "BL-2036", "Category": { "ID": 1, "Name": "Beverages", "Active": false, "Date": "Date(1459660800000)" } },
|
|
15
|
-
{ "ProductID": 317, "Name": "LL Crankarm", "ProductNumber": "CA-5965", "Category": { "ID": 1, "Name": "Beverages", "Active": false, "Date": "Date(1559660800000)" } },
|
|
16
|
-
{ "ProductID": 318, "Name": "ML Crankarm", "ProductNumber": "CA-6738", "Category": { "ID": 1, "Name": "Beverages", "Active": false, "Date": "Date(1659660800000)" } },
|
|
17
|
-
{ "ProductID": 319, "Name": "HL Crankarm", "ProductNumber": "CA-7457", "Category": { "ID": 2, "Name": "Electronics", "Active": false, "Date": "Date(1759660800000)" } },
|
|
18
|
-
{ "ProductID": 320, "Name": "Chainring Bolts", "ProductNumber": "CB-2903", "Category": { "ID": 2, "Name": "Electronics", "Active": false, "Date": "Date(1859660800000)" } }
|
|
19
|
-
]
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
render() {
|
|
23
|
-
return (
|
|
24
|
-
<div className="App">
|
|
25
|
-
<div className="App-header">
|
|
26
|
-
<h2 style={{textAlign: "center"}}>$(description)</h2>
|
|
27
|
-
</div>
|
|
28
|
-
<div style={{display: "flex", flexFlow: "column", alignItems: "center"}}>
|
|
29
|
-
<$(Control)
|
|
30
|
-
id="grid-editing"
|
|
31
|
-
primaryKey="ProductID"
|
|
32
|
-
width="700px"
|
|
33
|
-
autoCommit={true}
|
|
34
|
-
dataSource={this.state.products}
|
|
35
|
-
autoGenerateColumns={false}
|
|
36
|
-
columns={[
|
|
37
|
-
{ headerText: "Product ID", key: "ProductID", dataType: "number" },
|
|
38
|
-
{ headerText: "Product Name", key: "Name", dataType: "string" },
|
|
39
|
-
{ headerText: "Product Number", key: "ProductNumber", dataType: "string" }
|
|
40
|
-
]}
|
|
41
|
-
features={$(gridfeatures)}
|
|
42
|
-
/>
|
|
43
|
-
</div>
|
|
44
|
-
</div>
|
|
45
|
-
);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const GridHelper_1 = require("../../../../../lib/project-utility/GridHelper");
|
|
4
|
-
const ReactTemplate_1 = require("../../../../../lib/templates/ReactTemplate");
|
|
5
|
-
class GridEditingTemplate extends ReactTemplate_1.ReactTemplate {
|
|
6
|
-
constructor() {
|
|
7
|
-
super(__dirname);
|
|
8
|
-
this.extraConfigurations = [];
|
|
9
|
-
this.userExtraConfiguration = {};
|
|
10
|
-
this.id = "grid-editing";
|
|
11
|
-
this.name = "Grid Editing";
|
|
12
|
-
this.widget = "igGrid";
|
|
13
|
-
this.description = "igGrid editing template for React";
|
|
14
|
-
this.projectType = "es6";
|
|
15
|
-
this.components = ["Grid"];
|
|
16
|
-
this.controlGroup = "Data Grids";
|
|
17
|
-
this.dependencies = ["igGrid"];
|
|
18
|
-
this.gridHelper = new GridHelper_1.GridHelper();
|
|
19
|
-
this.hasExtraConfiguration = true;
|
|
20
|
-
this.extraConfigurations.push({
|
|
21
|
-
choices: ["Sorting", "Filtering", "Paging"],
|
|
22
|
-
default: "",
|
|
23
|
-
key: "features",
|
|
24
|
-
message: "Select features for the igGrid",
|
|
25
|
-
type: 1 /* ControlExtraConfigType.MultiChoice */
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
generateConfig(name, ...options) {
|
|
29
|
-
this.gridHelper.addFeature("Updating", { enableAddRow: true });
|
|
30
|
-
const features = this.gridHelper.generateFeatures(this.userExtraConfiguration["features"], 5);
|
|
31
|
-
const config = { gridfeatures: features };
|
|
32
|
-
return super.generateConfig(name, { extraConfig: config });
|
|
33
|
-
}
|
|
34
|
-
getExtraConfiguration() {
|
|
35
|
-
return this.extraConfigurations;
|
|
36
|
-
}
|
|
37
|
-
setExtraConfiguration(extraConfigKeys) {
|
|
38
|
-
this.userExtraConfiguration = extraConfigKeys;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
module.exports = new GridEditingTemplate();
|