igniteui-cli 14.9.1 → 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 +6 -19
- 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
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
3
|
-
"version": 1,
|
|
4
|
-
"newProjectRoot": "projects",
|
|
5
|
-
"projects": {
|
|
6
|
-
"$(dash-name)": {
|
|
7
|
-
"projectType": "application",
|
|
8
|
-
"schematics": {
|
|
9
|
-
"@schematics/angular:application": {
|
|
10
|
-
"strict": true
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"root": "",
|
|
14
|
-
"sourceRoot": "src",
|
|
15
|
-
"prefix": "app",
|
|
16
|
-
"architect": {
|
|
17
|
-
"build": {
|
|
18
|
-
"builder": "@angular/build:application",
|
|
19
|
-
"options": {
|
|
20
|
-
"outputPath": "dist/$(dash-name)",
|
|
21
|
-
"index": "src/index.html",
|
|
22
|
-
"main": "src/main.ts",
|
|
23
|
-
"polyfills": "src/polyfills.ts",
|
|
24
|
-
"tsConfig": "tsconfig.app.json",
|
|
25
|
-
"assets": [
|
|
26
|
-
"src/favicon.ico",
|
|
27
|
-
"src/assets"
|
|
28
|
-
],
|
|
29
|
-
"styles": [
|
|
30
|
-
"src/styles.css"
|
|
31
|
-
],
|
|
32
|
-
"scripts": []
|
|
33
|
-
},
|
|
34
|
-
"configurations": {
|
|
35
|
-
"production": {
|
|
36
|
-
"budgets": [
|
|
37
|
-
{
|
|
38
|
-
"type": "initial",
|
|
39
|
-
"maximumWarning": "10mb",
|
|
40
|
-
"maximumError": "40mb"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"type": "anyComponentStyle",
|
|
44
|
-
"maximumWarning": "2kb",
|
|
45
|
-
"maximumError": "4kb"
|
|
46
|
-
}
|
|
47
|
-
],
|
|
48
|
-
"fileReplacements": [
|
|
49
|
-
{
|
|
50
|
-
"replace": "src/environments/environment.ts",
|
|
51
|
-
"with": "src/environments/environment.prod.ts"
|
|
52
|
-
}
|
|
53
|
-
],
|
|
54
|
-
"outputHashing": "all"
|
|
55
|
-
},
|
|
56
|
-
"development": {
|
|
57
|
-
"buildOptimizer": false,
|
|
58
|
-
"optimization": false,
|
|
59
|
-
"vendorChunk": true,
|
|
60
|
-
"extractLicenses": false,
|
|
61
|
-
"sourceMap": true,
|
|
62
|
-
"namedChunks": true
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
|
-
"defaultConfiguration": "production"
|
|
66
|
-
},
|
|
67
|
-
"serve": {
|
|
68
|
-
"builder": "@angular/build:dev-server",
|
|
69
|
-
"configurations": {
|
|
70
|
-
"production": {
|
|
71
|
-
"buildTarget": "$(dash-name):build:production"
|
|
72
|
-
},
|
|
73
|
-
"development": {
|
|
74
|
-
"buildTarget": "$(dash-name):build:development"
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
|
-
"defaultConfiguration": "development"
|
|
78
|
-
},
|
|
79
|
-
"extract-i18n": {
|
|
80
|
-
"builder": "@angular-devkit/build-angular:extract-i18n",
|
|
81
|
-
"options": {
|
|
82
|
-
"buildTarget": "$(dash-name):build"
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
|
-
"test": {
|
|
86
|
-
"builder": "@angular-devkit/build-angular:karma",
|
|
87
|
-
"options": {
|
|
88
|
-
"main": "src/test.ts",
|
|
89
|
-
"polyfills": "src/polyfills.ts",
|
|
90
|
-
"tsConfig": "tsconfig.spec.json",
|
|
91
|
-
"karmaConfig": "karma.conf.js",
|
|
92
|
-
"assets": [
|
|
93
|
-
"src/favicon.ico",
|
|
94
|
-
"src/assets"
|
|
95
|
-
],
|
|
96
|
-
"styles": [
|
|
97
|
-
"src/styles.css"
|
|
98
|
-
],
|
|
99
|
-
"scripts": []
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "$(cliVersion)",
|
|
3
|
-
"project": {
|
|
4
|
-
"defaultPort": 3001,
|
|
5
|
-
"framework": "angular",
|
|
6
|
-
"projectType": "ig-ts",
|
|
7
|
-
"theme": "$(theme)",
|
|
8
|
-
"themePath": "$(themePath)",
|
|
9
|
-
"isBundle": false,
|
|
10
|
-
"bundleFilePath": "/igniteui/dist/ignite.js",
|
|
11
|
-
"igniteuiSource": "./node_modules/ignite-ui",
|
|
12
|
-
"components": [],
|
|
13
|
-
"projectTemplate": "empty",
|
|
14
|
-
"sourceFiles": [
|
|
15
|
-
"infragistics.core-lite.js",
|
|
16
|
-
"infragistics.lob-lite.js"
|
|
17
|
-
],
|
|
18
|
-
"isShowcase": false,
|
|
19
|
-
"version": ""
|
|
20
|
-
},
|
|
21
|
-
"build": {}
|
|
22
|
-
}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
// Karma configuration file, see link for more information
|
|
2
|
-
// https://karma-runner.github.io/1.0/config/configuration-file.html
|
|
3
|
-
|
|
4
|
-
const igConfig = require("./ignite-ui-cli.json");
|
|
5
|
-
|
|
6
|
-
module.exports = function (config) {
|
|
7
|
-
config.set({
|
|
8
|
-
basePath: '',
|
|
9
|
-
frameworks: ['jasmine', '@angular-devkit/build-angular'],
|
|
10
|
-
files: [
|
|
11
|
-
"http://code.jquery.com/jquery-1.12.3.js",
|
|
12
|
-
"http://code.jquery.com/ui/1.11.4/jquery-ui.min.js",
|
|
13
|
-
`${igConfig.project.igniteuiSource}/css/themes/infragistics/infragistics.theme.css`,
|
|
14
|
-
`${igConfig.project.igniteuiSource}/css/structure/infragistics.css`,
|
|
15
|
-
...igConfig.project.sourceFiles.map(x => `${igConfig.project.igniteuiSource}/js/${x}`),
|
|
16
|
-
|
|
17
|
-
"karma-test-entry.ts"
|
|
18
|
-
],
|
|
19
|
-
plugins: [
|
|
20
|
-
require('karma-jasmine'),
|
|
21
|
-
require('karma-chrome-launcher'),
|
|
22
|
-
require('karma-jasmine-html-reporter'),
|
|
23
|
-
require('karma-coverage'),
|
|
24
|
-
require('@angular-devkit/build-angular/plugins/karma')
|
|
25
|
-
],
|
|
26
|
-
client: {
|
|
27
|
-
jasmine: {
|
|
28
|
-
// you can add configuration options for Jasmine here
|
|
29
|
-
// the possible options are listed at https://jasmine.github.io/api/edge/Configuration.html
|
|
30
|
-
// for example, you can disable the random execution with `random: false`
|
|
31
|
-
// or set a specific seed with `seed: 4321`
|
|
32
|
-
},
|
|
33
|
-
clearContext: false // leave Jasmine Spec Runner output visible in browser
|
|
34
|
-
},
|
|
35
|
-
jasmineHtmlReporter: {
|
|
36
|
-
suppressAll: true // removes the duplicated traces
|
|
37
|
-
},
|
|
38
|
-
coverageReporter: {
|
|
39
|
-
dir: require('path').join(__dirname, './coverage/test-ng-proj-pure'),
|
|
40
|
-
subdir: '.',
|
|
41
|
-
reporters: [
|
|
42
|
-
{ type: 'html' },
|
|
43
|
-
{ type: 'text-summary' }
|
|
44
|
-
]
|
|
45
|
-
},
|
|
46
|
-
reporters: ['progress', 'kjhtml'],
|
|
47
|
-
port: 9876,
|
|
48
|
-
colors: true,
|
|
49
|
-
logLevel: config.LOG_INFO,
|
|
50
|
-
autoWatch: true,
|
|
51
|
-
browsers: ['Chrome'],
|
|
52
|
-
singleRun: false,
|
|
53
|
-
restartOnFileChange: true
|
|
54
|
-
});
|
|
55
|
-
};
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "$(dash-name)",
|
|
3
|
-
"version": "0.0.0",
|
|
4
|
-
"scripts": {
|
|
5
|
-
"ng": "ng",
|
|
6
|
-
"start": "ng serve",
|
|
7
|
-
"build": "ng build",
|
|
8
|
-
"watch": "ng build --watch --configuration development",
|
|
9
|
-
"test": "ng test"
|
|
10
|
-
},
|
|
11
|
-
"private": true,
|
|
12
|
-
"dependencies": {
|
|
13
|
-
"@angular/animations": "~21.1.5",
|
|
14
|
-
"@angular/common": "~21.1.5",
|
|
15
|
-
"@angular/compiler": "~21.1.5",
|
|
16
|
-
"@angular/core": "~21.1.5",
|
|
17
|
-
"@angular/forms": "~21.1.5",
|
|
18
|
-
"@angular/platform-browser": "~21.1.5",
|
|
19
|
-
"@angular/platform-browser-dynamic": "~21.1.5",
|
|
20
|
-
"@angular/router": "~21.1.5",
|
|
21
|
-
"jquery": "^3.7.1",
|
|
22
|
-
"jquery-ui": "^1.13.3",
|
|
23
|
-
"igniteui-angular-wrappers": "~21.0.0",
|
|
24
|
-
"ignite-ui": "~23.1",
|
|
25
|
-
"rxjs": "~7.8.0",
|
|
26
|
-
"tslib": "^2.3.0",
|
|
27
|
-
"zone.js": "~0.15.0"
|
|
28
|
-
},
|
|
29
|
-
"devDependencies": {
|
|
30
|
-
"@angular/build": "~21.1.5",
|
|
31
|
-
"@angular-devkit/build-angular": "~21.1.5",
|
|
32
|
-
"@angular/cli": "~21.1.5",
|
|
33
|
-
"@angular/compiler-cli": "~21.1.5",
|
|
34
|
-
"@types/jasmine": "~5.1.4",
|
|
35
|
-
"@types/node": "^18.16.0",
|
|
36
|
-
"igniteui-cli": "^$(cliVersion)",
|
|
37
|
-
"jasmine-core": "~5.12.1",
|
|
38
|
-
"karma": "~6.4.4",
|
|
39
|
-
"karma-chrome-launcher": "~3.2.0",
|
|
40
|
-
"karma-coverage": "~2.2.1",
|
|
41
|
-
"karma-jasmine": "~5.1.0",
|
|
42
|
-
"karma-jasmine-html-reporter": "~2.1.0",
|
|
43
|
-
"typescript": "~5.9.3"
|
|
44
|
-
}
|
|
45
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
//in case using the routing module of angular cli..
|
|
2
|
-
|
|
3
|
-
import { NgModule } from '@angular/core';
|
|
4
|
-
import { Routes, RouterModule } from '@angular/router';
|
|
5
|
-
|
|
6
|
-
import { HomeComponent } from './home.component';
|
|
7
|
-
|
|
8
|
-
export const routes: Routes = [
|
|
9
|
-
{ path: '', redirectTo: '/home', pathMatch: 'full' },
|
|
10
|
-
{ path: 'home', component: HomeComponent, data: { text: "Home" } }
|
|
11
|
-
];
|
|
12
|
-
|
|
13
|
-
@NgModule({
|
|
14
|
-
imports: [RouterModule.forRoot(routes)],
|
|
15
|
-
exports: [RouterModule]
|
|
16
|
-
})
|
|
17
|
-
export class AppRoutingModule { }
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { TestBed } from '@angular/core/testing';
|
|
2
|
-
import { RouterTestingModule } from '@angular/router/testing';
|
|
3
|
-
import { AppComponent } from './app.component';
|
|
4
|
-
|
|
5
|
-
describe('AppComponent', () => {
|
|
6
|
-
beforeEach(async () => {
|
|
7
|
-
await TestBed.configureTestingModule({
|
|
8
|
-
imports: [
|
|
9
|
-
RouterTestingModule
|
|
10
|
-
],
|
|
11
|
-
declarations: [
|
|
12
|
-
AppComponent
|
|
13
|
-
],
|
|
14
|
-
}).compileComponents();
|
|
15
|
-
});
|
|
16
|
-
|
|
17
|
-
it('should create the app', () => {
|
|
18
|
-
const fixture = TestBed.createComponent(AppComponent);
|
|
19
|
-
const app = fixture.componentInstance;
|
|
20
|
-
expect(app).toBeTruthy();
|
|
21
|
-
});
|
|
22
|
-
});
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { BrowserModule } from '@angular/platform-browser';
|
|
3
|
-
import { FormsModule } from '@angular/forms';
|
|
4
|
-
|
|
5
|
-
import { AppRoutingModule } from './app-routing.module';
|
|
6
|
-
import { AppComponent } from './app.component';
|
|
7
|
-
import { NavMenuComponent } from './shared/nav-menu.component';
|
|
8
|
-
import { HomeComponent } from './home.component';
|
|
9
|
-
import { IgniteUIModule } from 'igniteui-angular-wrappers';
|
|
10
|
-
|
|
11
|
-
@NgModule({
|
|
12
|
-
imports: [BrowserModule, AppRoutingModule, IgniteUIModule, FormsModule],
|
|
13
|
-
declarations: [
|
|
14
|
-
HomeComponent,
|
|
15
|
-
AppComponent,
|
|
16
|
-
NavMenuComponent
|
|
17
|
-
],
|
|
18
|
-
providers: [],
|
|
19
|
-
bootstrap: [AppComponent]
|
|
20
|
-
})
|
|
21
|
-
export class AppModule {
|
|
22
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
|
|
3
|
-
@Component({
|
|
4
|
-
selector: 'home',
|
|
5
|
-
template: `
|
|
6
|
-
<h2>$(description): $(name)</h2>
|
|
7
|
-
<img src="assets/Ignite-header-apps-960.png" alt="Ignite UI" height="602" width="602" />
|
|
8
|
-
`
|
|
9
|
-
})
|
|
10
|
-
export class HomeComponent {
|
|
11
|
-
public projectName: string = "$(name)";
|
|
12
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
.nav-menu {
|
|
2
|
-
width: 250px;
|
|
3
|
-
flex-basis: 250px;
|
|
4
|
-
flex-shrink: 0;
|
|
5
|
-
height: 100%;
|
|
6
|
-
list-style-type: none;
|
|
7
|
-
margin: 0;
|
|
8
|
-
padding: 0;
|
|
9
|
-
overflow: auto;
|
|
10
|
-
background-color: #e6e6e6;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.nav-menu h1 {
|
|
14
|
-
font-size: 1.4em;
|
|
15
|
-
display: block;
|
|
16
|
-
padding: 0 16px;
|
|
17
|
-
text-decoration: none;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.nav-menu-item a {
|
|
21
|
-
background-color: #eee;
|
|
22
|
-
color: black;
|
|
23
|
-
display: block;
|
|
24
|
-
padding: 14px 16px;
|
|
25
|
-
text-decoration: none;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.nav-menu-item a:hover {
|
|
29
|
-
background-color: #111;
|
|
30
|
-
color: white;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.nav-menu-item a.active {
|
|
34
|
-
background-color: rgb(68, 67, 67);
|
|
35
|
-
color: white;
|
|
36
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { Component } from "@angular/core";
|
|
2
|
-
import { routes } from "../app-routing.module";
|
|
3
|
-
|
|
4
|
-
@Component({
|
|
5
|
-
selector: "nav-menu",
|
|
6
|
-
styleUrls: ['./nav-menu.component.css'],
|
|
7
|
-
template: `
|
|
8
|
-
<nav class="nav-menu">
|
|
9
|
-
<h1>$(name)</h1>
|
|
10
|
-
<div class="nav-menu-item" *ngFor="let route of topNavLinks">
|
|
11
|
-
<!-- only top bav links generated -->
|
|
12
|
-
<a [routerLink]="route.path" routerLinkActive="active">{{route.name}}</a>
|
|
13
|
-
</div>
|
|
14
|
-
</nav>`
|
|
15
|
-
})
|
|
16
|
-
export class NavMenuComponent {
|
|
17
|
-
public topNavLinks: Array<{
|
|
18
|
-
path: string,
|
|
19
|
-
name: string
|
|
20
|
-
}> = [];
|
|
21
|
-
/**
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
constructor() {
|
|
25
|
-
for (const route of routes) {
|
|
26
|
-
if (route.path && route.data && route.path.indexOf("*") === -1) {
|
|
27
|
-
this.topNavLinks.push({
|
|
28
|
-
name: route.data.text,
|
|
29
|
-
path: "/" + route.path
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
Binary file
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
-
viewBox="0 0 369.1 160.7" style="enable-background:new 0 0 369.1 160.7;" xml:space="preserve" preserveAspectRatio="xMaxYMax">
|
|
5
|
-
<style type="text/css">
|
|
6
|
-
|
|
7
|
-
.st0{opacity:0.45;clip-path:url(#SVGID_2_);fill:none;stroke:#488FCD;stroke-width:0.2676;stroke-miterlimit:10;enable-background:new ;}
|
|
8
|
-
</style>
|
|
9
|
-
<g>
|
|
10
|
-
<g>
|
|
11
|
-
<g>
|
|
12
|
-
<defs>
|
|
13
|
-
<rect id="SVGID_1_" y="0.7" width="368.6" height="159.2"/>
|
|
14
|
-
</defs>
|
|
15
|
-
<clipPath id="SVGID_2_">
|
|
16
|
-
<use xlink:href="#SVGID_1_" style="overflow:visible;"/>
|
|
17
|
-
</clipPath>
|
|
18
|
-
<path class="st0" d="M121,109.2l28.3,34.8 M140.6,125.8L121,109.2 M169.1,163.1l-28.5-37.4 M149.3,144l19.7,19.1 M169.1,163.1
|
|
19
|
-
l-67.6,54 M92.6,183.6l8.9,33.5 M149.3,144l-56.7,39.6 M140.6,125.8l-111.4,70 M101.4,217.1L34,201.6 M34.1,157.1l58.4,26.5
|
|
20
|
-
M25.6,191.6l8.5-34.5 M121,109.2l-86.9,47.9 M166.3,69l51,49.2 M97.6,86l68.7-17 M214.1,163.1L97.6,86 M217.3,118.2l-3.2,44.9
|
|
21
|
-
M214.1,163.1L129.5,226 M163.9,162.5L129.6,226 M217.3,118.2l-53.5,44.3 M97.6,86l-80.9,95 M129.5,226.1l-87.7-15.2
|
|
22
|
-
M104.7,132.6l59.2,29.9 M22,187.2l82.7-54.6 M166.3,69l-61.6,63.6 M-0.5,160.6l122.8-13.8 M110.4,262.5L94.1,273 M122.4,146.8
|
|
23
|
-
l-11.9,115.7 M110.4,262.5l-28.6-4.2 M89.1,177l-11.6,76.2 M122.4,146.8L89.1,177 M25.3,191.2L89.1,177 M212.7,81l5.4,43.6
|
|
24
|
-
M264.7,89.3l-52-8.3 M254.6,140.3l10.1-51 M218.1,124.6l36.5,15.6 M254.6,140.3l-52.9,52.2 M170.5,162.7l31.2,29.7 M218.1,124.6
|
|
25
|
-
l-47.6,38.1 M264.7,89.3l-83.5,67.5 M201.7,192.5l-20.5-35.7 M142.6,125.2l27.9,37.6 M181.2,156.8l-38.6-31.6 M212.7,81
|
|
26
|
-
l-70.1,44.2 M307,23.6l17.3,64.1 M368.6,0.7L307,23.6 M405.2,113.3l11.5-55.4 M324.2,87.7l81,25.6 M405.2,113.3L277.8,191
|
|
27
|
-
M255.9,137.8l21.9,53.2 M324.2,87.7l-68.4,50.2 M382,16.6L218.9,143.3 M277.8,191l-58.9-47.8 M220.4,98.3l35.5,39.5
|
|
28
|
-
M218.9,143.3l1.5-44.9 M307,23.6l-86.6,74.7 M195.1,38l94.3,61.3 M205.3,405.1L195.1,38 M313.4,218.5l-19.9,137.2 M289.3,99.3
|
|
29
|
-
l24.1,119.2 M313.4,218.5l-110.2,10.7 M200.5,146.7l2.6,82.5 M289.3,99.3l-88.8,47.4 M203.2,229.2l-85.1,72.3 M80.7,168.2
|
|
30
|
-
l119.8-21.6 M68.2,242.2l12.5-74 M195.1,38L80.7,168.2 M369.6,274.6l16.4,3.3 M154.1,123.4l215.5,151.2 M369.6,274.6l-8,23.8
|
|
31
|
-
M154.1,123.4L33.7,201.2 M388.1,150l-34.5-40.5 M369.7,133.8l18.4,16.2 M333.3,89.6l36.3,44.3 M353.5,109.5l-20.2-19.9
|
|
32
|
-
M333.3,89.6l68.8-49 M353.5,109.5l71-42.3 M369.7,133.8l78.8-38.2 M388.1,150l79-32.3 M336.1,192.6L279,139.4 M444.5,192.7
|
|
33
|
-
l-108.4-0.1 M293.3,97.7l151.2,95 M279,139.4l14.3-41.7 M293.3,97.7l94.6-74 M340.4,90.5l49.9-63.9 M279,139.4l61.5-48.9
|
|
34
|
-
M444.5,192.7l49.3-43.2 M415.9,125.8l-75.4-35.3 M458.5,107.5l-42.6,18.3 M336.1,192.6l79.8-66.8 M460.5,109.9l-59.3,3.2
|
|
35
|
-
M401.1,113.2l15.4-55.5 M401.1,113.2l34.4-32.9 M64.6,232.9l38-49.8 M60.7,233.2l3.9-0.3 M44.9,179.9l-16.4,15.2 M102.6,183.1
|
|
36
|
-
l-57.7-3.2 M44.9,179.9l-4.1-27.2 M111.7,161.3l-70.9-8.7 M102.6,183.1l9.1-21.8 M40.8,152.7l-28.9,22.5 M65.8,218.3l46-56.9
|
|
37
|
-
M48.7,219l17.1-0.7 M64.6,232.9l1.2-14.6 M32.6,186.2l-11.8-0.3 M25.5,191.4l7.1-5.2 M29,195.6l3.6-9.4 M88.6,158.4l17.3-25.2
|
|
38
|
-
M88.6,158.4l69.8,1.3 M158.9,149.7l-22.6-27.6 M158.4,159.8l0.5-10.1 M136.3,122.1l-30.4,11.1 M50,154.9l-26.6,18.3 M116.9,200
|
|
39
|
-
l-93.5-26.8 M84.7,205.5l14.4-37.6 M102.8,221.4l14.1-21.5 M102.7,164.7l0.2,56.8 M71,210.1l13.7-4.6 M38.9,188.2L71,210.1
|
|
40
|
-
M99.1,167.8l-36.8,7.1 M26.3,188.6l12.5-0.4 M62.3,174.9l-36,13.7 M44.8,172.2l57.9-7.5 M50,154.9l-5.2,17.3 M201.6,140.3
|
|
41
|
-
l14,3.2 M215.5,143.5l-25.8,28.1 M189.7,171.7l-3.5-2.1 M168.2,158.9l-7.4-9.2 M160.8,149.8l2.2-37.5 M197.9,99.5l3.3,37.7
|
|
42
|
-
M163,112.3l34.9-12.8 M228,118.9l24.6,15.3 M221.1,99.2L228,119 M258.2,122.2l-5.1-34.8 M252.6,134.2l5.6-12 M253.1,87.4
|
|
43
|
-
l-31.9,11.7 M300.3,153.4l-28.4-51.3 M271.8,102.2l2.3-12.8 M201.5,175.7l25.4-43.1 M266.3,181.7l34-28.3 M236.2,127.6l30.1,54.1
|
|
44
|
-
M171.5,194.8l14.7-25.2 M96.7,165.3l74.8,29.5 M193.8,178.8l7.6-3.1 M171.6,151.9l14.6,17.8 M215.9,137.9l-14.6-0.7
|
|
45
|
-
M199.6,146.8l16.3-8.9 M172.8,135.8l-76.1,29.6 M226.9,132.6l-17.7,1.5 M171.3,148.7l0.3,3.2 M209.2,134.1l-7.9,3 M219.6,122.8
|
|
46
|
-
l16.6,4.8 M274.1,89.4l-54.5,33.4 M249.7,190.5L197,108.1 M149.2,90.2l10.2,36.8 M197,108.1l-47.8-17.8 M210,410.7l39.8-220.3
|
|
47
|
-
M159.3,127l-26.1,9.8 M99,159l87.5,223.9 M133.3,136.9l-26.6,1.8 M106.7,138.6L99,159 M330.1,159.1l-49.5-24.3 M330.8,121.2
|
|
48
|
-
l-0.7,37.9 M333.1,90.5l19.1-38.9 M280.6,134.8l52.6-44.3 M352.2,51.6l59.9,28.5 M412.1,80.1l-81.3,41.1 M445.9,96.8l-98.7-3.1
|
|
49
|
-
M414.3,125.1l31.6-28.3 M346.4,105.5l27.3,31.9 M347.2,93.7l-0.8,11.8 M373.7,137.4l40.6-12.3 M434.1,78.6l-3.2,6.1 M426.2,89.1
|
|
50
|
-
l3.2-16.1 M430.9,84.7l7.3-1.1 M441.8,87.7l-15.6,1.4 M89.7,188.6L80,177.9 M80,177.9l24.5-7.5 M99,179.1l-5.7,7.1 M93.3,186.2
|
|
51
|
-
l-3.6,2.3 M104.5,170.3l-5.5,8.8 M27,193.3l3.8-2.5 M30.8,190.8l-3,3.4 M186.3,169.6l-18-10.7 M201.3,137.2l0.3,3.2 M186.3,169.6
|
|
52
|
-
l13.3-22.8 M186.3,169.6l7.6,9.2 M201.3,137.2l-28.5-1.4 M201.3,137.2l-30,11.5"/>
|
|
53
|
-
</g>
|
|
54
|
-
</g>
|
|
55
|
-
</g>
|
|
56
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
// This file can be replaced during build by using the `fileReplacements` array.
|
|
2
|
-
// `ng build` replaces `environment.ts` with `environment.prod.ts`.
|
|
3
|
-
// The list of file replacements can be found in `angular.json`.
|
|
4
|
-
|
|
5
|
-
export const environment = {
|
|
6
|
-
production: false
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
/*
|
|
10
|
-
* For easier debugging in development mode, you can import the following file
|
|
11
|
-
* to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.
|
|
12
|
-
*
|
|
13
|
-
* This import should be commented out in production mode because it will have a negative impact
|
|
14
|
-
* on performance if an error is thrown.
|
|
15
|
-
*/
|
|
16
|
-
// import 'zone.js/plugins/zone-error'; // Included with Angular CLI.
|
|
Binary file
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<base href="/">
|
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
7
|
-
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
8
|
-
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
|
|
9
|
-
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" crossorigin="anonymous"></script>
|
|
10
|
-
</head>
|
|
11
|
-
<body>
|
|
12
|
-
<app-root></app-root>
|
|
13
|
-
</body>
|
|
14
|
-
</html>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { enableProdMode } from '@angular/core';
|
|
2
|
-
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
|
3
|
-
import { AppModule } from './app/app.module';
|
|
4
|
-
import { environment } from './environments/environment';
|
|
5
|
-
|
|
6
|
-
if (environment.production) {
|
|
7
|
-
enableProdMode();
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
platformBrowserDynamic().bootstrapModule(AppModule)
|
|
11
|
-
.catch(err => console.error(err));
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file includes polyfills needed by Angular and is loaded before the app.
|
|
3
|
-
* You can add your own extra polyfills to this file.
|
|
4
|
-
*
|
|
5
|
-
* This file is divided into 2 sections:
|
|
6
|
-
* 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers.
|
|
7
|
-
* 2. Application imports. Files imported after ZoneJS that should be loaded before your main
|
|
8
|
-
* file.
|
|
9
|
-
*
|
|
10
|
-
* The current setup is for so-called "evergreen" browsers; the last versions of browsers that
|
|
11
|
-
* automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),
|
|
12
|
-
* Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.
|
|
13
|
-
*
|
|
14
|
-
* Learn more in https://angular.io/guide/browser-support
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
|
-
/***************************************************************************************************
|
|
18
|
-
* BROWSER POLYFILLS
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* By default, zone.js will patch all possible macroTask and DomEvents
|
|
23
|
-
* user can disable parts of macroTask/DomEvents patch by setting following flags
|
|
24
|
-
* because those flags need to be set before `zone.js` being loaded, and webpack
|
|
25
|
-
* will put import in the top of bundle, so user need to create a separate file
|
|
26
|
-
* in this directory (for example: zone-flags.ts), and put the following flags
|
|
27
|
-
* into that file, and then add the following code before importing zone.js.
|
|
28
|
-
* import './zone-flags';
|
|
29
|
-
*
|
|
30
|
-
* The flags allowed in zone-flags.ts are listed here.
|
|
31
|
-
*
|
|
32
|
-
* The following flags will work for all browsers.
|
|
33
|
-
*
|
|
34
|
-
* (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame
|
|
35
|
-
* (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick
|
|
36
|
-
* (window as any).__zone_symbol__UNPATCHED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames
|
|
37
|
-
*
|
|
38
|
-
* in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js
|
|
39
|
-
* with the following flag, it will bypass `zone.js` patch for IE/Edge
|
|
40
|
-
*
|
|
41
|
-
* (window as any).__Zone_enable_cross_context_check = true;
|
|
42
|
-
*
|
|
43
|
-
*/
|
|
44
|
-
|
|
45
|
-
/***************************************************************************************************
|
|
46
|
-
* Zone JS is required by default for Angular itself.
|
|
47
|
-
*/
|
|
48
|
-
import 'zone.js'; // Included with Angular CLI.
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
/***************************************************************************************************
|
|
52
|
-
* APPLICATION IMPORTS
|
|
53
|
-
*/
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/* You can add global styles to this file, and also import other style files */
|
|
2
|
-
html,
|
|
3
|
-
body {
|
|
4
|
-
margin: 0;
|
|
5
|
-
padding: 0;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
body {
|
|
9
|
-
font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
10
|
-
color: #4d4d4d;
|
|
11
|
-
margin: 0 auto;
|
|
12
|
-
-webkit-font-smoothing: antialiased;
|
|
13
|
-
-moz-font-smoothing: antialiased;
|
|
14
|
-
-ms-font-smoothing: antialiased;
|
|
15
|
-
/* font-smoothing: antialiased; */
|
|
16
|
-
text-rendering: optimizeLegibility;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.content {
|
|
20
|
-
flex: 1 1 auto;
|
|
21
|
-
padding: 15px;
|
|
22
|
-
overflow-y: auto;
|
|
23
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
|
|
2
|
-
|
|
3
|
-
import 'zone.js/testing';
|
|
4
|
-
import { getTestBed } from '@angular/core/testing';
|
|
5
|
-
import {
|
|
6
|
-
BrowserDynamicTestingModule,
|
|
7
|
-
platformBrowserDynamicTesting
|
|
8
|
-
} from '@angular/platform-browser-dynamic/testing';
|
|
9
|
-
|
|
10
|
-
declare const require: {
|
|
11
|
-
context(path: string, deep?: boolean, filter?: RegExp): {
|
|
12
|
-
keys(): string[];
|
|
13
|
-
<T>(id: string): T;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
// First, initialize the Angular testing environment.
|
|
18
|
-
getTestBed().initTestEnvironment(
|
|
19
|
-
BrowserDynamicTestingModule,
|
|
20
|
-
platformBrowserDynamicTesting(), {
|
|
21
|
-
teardown: { destroyAfterEach: false }
|
|
22
|
-
}
|
|
23
|
-
);
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
2
|
-
{
|
|
3
|
-
"extends": "./tsconfig.json",
|
|
4
|
-
"compilerOptions": {
|
|
5
|
-
"outDir": "./out-tsc/app",
|
|
6
|
-
"types": []
|
|
7
|
-
},
|
|
8
|
-
"files": [
|
|
9
|
-
"src/main.ts",
|
|
10
|
-
"src/polyfills.ts"
|
|
11
|
-
],
|
|
12
|
-
"include": [
|
|
13
|
-
"src/**/*.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|