igniteui-cli 14.9.2 → 14.10.0-alpha.2
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
|
@@ -1,605 +0,0 @@
|
|
|
1
|
-
var northwind = {
|
|
2
|
-
"results": [{
|
|
3
|
-
"__metadata": {
|
|
4
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(1)",
|
|
5
|
-
"type": "NorthwindModel.Product"
|
|
6
|
-
},
|
|
7
|
-
"ProductID": 1,
|
|
8
|
-
"ProductName": "Chai",
|
|
9
|
-
"SupplierID": 1,
|
|
10
|
-
"CategoryID": 1,
|
|
11
|
-
"QuantityPerUnit": "10 boxes x 20 bags",
|
|
12
|
-
"UnitPrice": "18.0000",
|
|
13
|
-
"UnitsInStock": 39,
|
|
14
|
-
"UnitsOnOrder": 0,
|
|
15
|
-
"ReorderLevel": 10,
|
|
16
|
-
"Discontinued": false,
|
|
17
|
-
"Category": {
|
|
18
|
-
"__deferred": {
|
|
19
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(1)/Category"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
"Order_Details": {
|
|
23
|
-
"__deferred": {
|
|
24
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(1)/Order_Details"
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
"Supplier": {
|
|
28
|
-
"__deferred": {
|
|
29
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(1)/Supplier"
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}, {
|
|
33
|
-
"__metadata": {
|
|
34
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(2)",
|
|
35
|
-
"type": "NorthwindModel.Product"
|
|
36
|
-
},
|
|
37
|
-
"ProductID": 2,
|
|
38
|
-
"ProductName": "Chang",
|
|
39
|
-
"SupplierID": 1,
|
|
40
|
-
"CategoryID": 1,
|
|
41
|
-
"QuantityPerUnit": "24 - 12 oz bottles",
|
|
42
|
-
"UnitPrice": "19.0000",
|
|
43
|
-
"UnitsInStock": 17,
|
|
44
|
-
"UnitsOnOrder": 40,
|
|
45
|
-
"ReorderLevel": 25,
|
|
46
|
-
"Discontinued": false,
|
|
47
|
-
"Category": {
|
|
48
|
-
"__deferred": {
|
|
49
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(2)/Category"
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
"Order_Details": {
|
|
53
|
-
"__deferred": {
|
|
54
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(2)/Order_Details"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
"Supplier": {
|
|
58
|
-
"__deferred": {
|
|
59
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(2)/Supplier"
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}, {
|
|
63
|
-
"__metadata": {
|
|
64
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(3)",
|
|
65
|
-
"type": "NorthwindModel.Product"
|
|
66
|
-
},
|
|
67
|
-
"ProductID": 3,
|
|
68
|
-
"ProductName": "Aniseed Syrup",
|
|
69
|
-
"SupplierID": 1,
|
|
70
|
-
"CategoryID": 2,
|
|
71
|
-
"QuantityPerUnit": "12 - 550 ml bottles",
|
|
72
|
-
"UnitPrice": "10.0000",
|
|
73
|
-
"UnitsInStock": 13,
|
|
74
|
-
"UnitsOnOrder": 70,
|
|
75
|
-
"ReorderLevel": 25,
|
|
76
|
-
"Discontinued": false,
|
|
77
|
-
"Category": {
|
|
78
|
-
"__deferred": {
|
|
79
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(3)/Category"
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
"Order_Details": {
|
|
83
|
-
"__deferred": {
|
|
84
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(3)/Order_Details"
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
"Supplier": {
|
|
88
|
-
"__deferred": {
|
|
89
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(3)/Supplier"
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}, {
|
|
93
|
-
"__metadata": {
|
|
94
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(4)",
|
|
95
|
-
"type": "NorthwindModel.Product"
|
|
96
|
-
},
|
|
97
|
-
"ProductID": 4,
|
|
98
|
-
"ProductName": "Chef Anton's Cajun Seasoning",
|
|
99
|
-
"SupplierID": 2,
|
|
100
|
-
"CategoryID": 2,
|
|
101
|
-
"QuantityPerUnit": "48 - 6 oz jars",
|
|
102
|
-
"UnitPrice": "22.0000",
|
|
103
|
-
"UnitsInStock": 53,
|
|
104
|
-
"UnitsOnOrder": 0,
|
|
105
|
-
"ReorderLevel": 0,
|
|
106
|
-
"Discontinued": false,
|
|
107
|
-
"Category": {
|
|
108
|
-
"__deferred": {
|
|
109
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(4)/Category"
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
|
-
"Order_Details": {
|
|
113
|
-
"__deferred": {
|
|
114
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(4)/Order_Details"
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
|
-
"Supplier": {
|
|
118
|
-
"__deferred": {
|
|
119
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(4)/Supplier"
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
}, {
|
|
123
|
-
"__metadata": {
|
|
124
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(5)",
|
|
125
|
-
"type": "NorthwindModel.Product"
|
|
126
|
-
},
|
|
127
|
-
"ProductID": 5,
|
|
128
|
-
"ProductName": "Chef Anton's Gumbo Mix",
|
|
129
|
-
"SupplierID": 2,
|
|
130
|
-
"CategoryID": 2,
|
|
131
|
-
"QuantityPerUnit": "36 boxes",
|
|
132
|
-
"UnitPrice": "21.3500",
|
|
133
|
-
"UnitsInStock": 0,
|
|
134
|
-
"UnitsOnOrder": 0,
|
|
135
|
-
"ReorderLevel": 0,
|
|
136
|
-
"Discontinued": true,
|
|
137
|
-
"Category": {
|
|
138
|
-
"__deferred": {
|
|
139
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(5)/Category"
|
|
140
|
-
}
|
|
141
|
-
},
|
|
142
|
-
"Order_Details": {
|
|
143
|
-
"__deferred": {
|
|
144
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(5)/Order_Details"
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
"Supplier": {
|
|
148
|
-
"__deferred": {
|
|
149
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(5)/Supplier"
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
}, {
|
|
153
|
-
"__metadata": {
|
|
154
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(6)",
|
|
155
|
-
"type": "NorthwindModel.Product"
|
|
156
|
-
},
|
|
157
|
-
"ProductID": 6,
|
|
158
|
-
"ProductName": "Grandma's Boysenberry Spread",
|
|
159
|
-
"SupplierID": 3,
|
|
160
|
-
"CategoryID": 2,
|
|
161
|
-
"QuantityPerUnit": "12 - 8 oz jars",
|
|
162
|
-
"UnitPrice": "25.0000",
|
|
163
|
-
"UnitsInStock": 120,
|
|
164
|
-
"UnitsOnOrder": 0,
|
|
165
|
-
"ReorderLevel": 25,
|
|
166
|
-
"Discontinued": false,
|
|
167
|
-
"Category": {
|
|
168
|
-
"__deferred": {
|
|
169
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(6)/Category"
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
"Order_Details": {
|
|
173
|
-
"__deferred": {
|
|
174
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(6)/Order_Details"
|
|
175
|
-
}
|
|
176
|
-
},
|
|
177
|
-
"Supplier": {
|
|
178
|
-
"__deferred": {
|
|
179
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(6)/Supplier"
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
}, {
|
|
183
|
-
"__metadata": {
|
|
184
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(7)",
|
|
185
|
-
"type": "NorthwindModel.Product"
|
|
186
|
-
},
|
|
187
|
-
"ProductID": 7,
|
|
188
|
-
"ProductName": "Uncle Bob's Organic Dried Pears",
|
|
189
|
-
"SupplierID": 3,
|
|
190
|
-
"CategoryID": 7,
|
|
191
|
-
"QuantityPerUnit": "12 - 1 lb pkgs.",
|
|
192
|
-
"UnitPrice": "30.0000",
|
|
193
|
-
"UnitsInStock": 15,
|
|
194
|
-
"UnitsOnOrder": 0,
|
|
195
|
-
"ReorderLevel": 10,
|
|
196
|
-
"Discontinued": false,
|
|
197
|
-
"Category": {
|
|
198
|
-
"__deferred": {
|
|
199
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(7)/Category"
|
|
200
|
-
}
|
|
201
|
-
},
|
|
202
|
-
"Order_Details": {
|
|
203
|
-
"__deferred": {
|
|
204
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(7)/Order_Details"
|
|
205
|
-
}
|
|
206
|
-
},
|
|
207
|
-
"Supplier": {
|
|
208
|
-
"__deferred": {
|
|
209
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(7)/Supplier"
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
}, {
|
|
213
|
-
"__metadata": {
|
|
214
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(8)",
|
|
215
|
-
"type": "NorthwindModel.Product"
|
|
216
|
-
},
|
|
217
|
-
"ProductID": 8,
|
|
218
|
-
"ProductName": "Northwoods Cranberry Sauce",
|
|
219
|
-
"SupplierID": 3,
|
|
220
|
-
"CategoryID": 2,
|
|
221
|
-
"QuantityPerUnit": "12 - 12 oz jars",
|
|
222
|
-
"UnitPrice": "40.0000",
|
|
223
|
-
"UnitsInStock": 6,
|
|
224
|
-
"UnitsOnOrder": 0,
|
|
225
|
-
"ReorderLevel": 0,
|
|
226
|
-
"Discontinued": false,
|
|
227
|
-
"Category": {
|
|
228
|
-
"__deferred": {
|
|
229
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(8)/Category"
|
|
230
|
-
}
|
|
231
|
-
},
|
|
232
|
-
"Order_Details": {
|
|
233
|
-
"__deferred": {
|
|
234
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(8)/Order_Details"
|
|
235
|
-
}
|
|
236
|
-
},
|
|
237
|
-
"Supplier": {
|
|
238
|
-
"__deferred": {
|
|
239
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(8)/Supplier"
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
}, {
|
|
243
|
-
"__metadata": {
|
|
244
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(9)",
|
|
245
|
-
"type": "NorthwindModel.Product"
|
|
246
|
-
},
|
|
247
|
-
"ProductID": 9,
|
|
248
|
-
"ProductName": "Mishi Kobe Niku",
|
|
249
|
-
"SupplierID": 4,
|
|
250
|
-
"CategoryID": 6,
|
|
251
|
-
"QuantityPerUnit": "18 - 500 g pkgs.",
|
|
252
|
-
"UnitPrice": "97.0000",
|
|
253
|
-
"UnitsInStock": 29,
|
|
254
|
-
"UnitsOnOrder": 0,
|
|
255
|
-
"ReorderLevel": 0,
|
|
256
|
-
"Discontinued": true,
|
|
257
|
-
"Category": {
|
|
258
|
-
"__deferred": {
|
|
259
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(9)/Category"
|
|
260
|
-
}
|
|
261
|
-
},
|
|
262
|
-
"Order_Details": {
|
|
263
|
-
"__deferred": {
|
|
264
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(9)/Order_Details"
|
|
265
|
-
}
|
|
266
|
-
},
|
|
267
|
-
"Supplier": {
|
|
268
|
-
"__deferred": {
|
|
269
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(9)/Supplier"
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
}, {
|
|
273
|
-
"__metadata": {
|
|
274
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(10)",
|
|
275
|
-
"type": "NorthwindModel.Product"
|
|
276
|
-
},
|
|
277
|
-
"ProductID": 10,
|
|
278
|
-
"ProductName": "Ikura",
|
|
279
|
-
"SupplierID": 4,
|
|
280
|
-
"CategoryID": 8,
|
|
281
|
-
"QuantityPerUnit": "12 - 200 ml jars",
|
|
282
|
-
"UnitPrice": "31.0000",
|
|
283
|
-
"UnitsInStock": 31,
|
|
284
|
-
"UnitsOnOrder": 0,
|
|
285
|
-
"ReorderLevel": 0,
|
|
286
|
-
"Discontinued": false,
|
|
287
|
-
"Category": {
|
|
288
|
-
"__deferred": {
|
|
289
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(10)/Category"
|
|
290
|
-
}
|
|
291
|
-
},
|
|
292
|
-
"Order_Details": {
|
|
293
|
-
"__deferred": {
|
|
294
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(10)/Order_Details"
|
|
295
|
-
}
|
|
296
|
-
},
|
|
297
|
-
"Supplier": {
|
|
298
|
-
"__deferred": {
|
|
299
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(10)/Supplier"
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
}, {
|
|
303
|
-
"__metadata": {
|
|
304
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(11)",
|
|
305
|
-
"type": "NorthwindModel.Product"
|
|
306
|
-
},
|
|
307
|
-
"ProductID": 11,
|
|
308
|
-
"ProductName": "Queso Cabrales",
|
|
309
|
-
"SupplierID": 5,
|
|
310
|
-
"CategoryID": 4,
|
|
311
|
-
"QuantityPerUnit": "1 kg pkg.",
|
|
312
|
-
"UnitPrice": "21.0000",
|
|
313
|
-
"UnitsInStock": 22,
|
|
314
|
-
"UnitsOnOrder": 30,
|
|
315
|
-
"ReorderLevel": 30,
|
|
316
|
-
"Discontinued": false,
|
|
317
|
-
"Category": {
|
|
318
|
-
"__deferred": {
|
|
319
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(11)/Category"
|
|
320
|
-
}
|
|
321
|
-
},
|
|
322
|
-
"Order_Details": {
|
|
323
|
-
"__deferred": {
|
|
324
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(11)/Order_Details"
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
"Supplier": {
|
|
328
|
-
"__deferred": {
|
|
329
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(11)/Supplier"
|
|
330
|
-
}
|
|
331
|
-
}
|
|
332
|
-
}, {
|
|
333
|
-
"__metadata": {
|
|
334
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(12)",
|
|
335
|
-
"type": "NorthwindModel.Product"
|
|
336
|
-
},
|
|
337
|
-
"ProductID": 12,
|
|
338
|
-
"ProductName": "Queso Manchego La Pastora",
|
|
339
|
-
"SupplierID": 5,
|
|
340
|
-
"CategoryID": 4,
|
|
341
|
-
"QuantityPerUnit": "10 - 500 g pkgs.",
|
|
342
|
-
"UnitPrice": "38.0000",
|
|
343
|
-
"UnitsInStock": 86,
|
|
344
|
-
"UnitsOnOrder": 0,
|
|
345
|
-
"ReorderLevel": 0,
|
|
346
|
-
"Discontinued": false,
|
|
347
|
-
"Category": {
|
|
348
|
-
"__deferred": {
|
|
349
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(12)/Category"
|
|
350
|
-
}
|
|
351
|
-
},
|
|
352
|
-
"Order_Details": {
|
|
353
|
-
"__deferred": {
|
|
354
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(12)/Order_Details"
|
|
355
|
-
}
|
|
356
|
-
},
|
|
357
|
-
"Supplier": {
|
|
358
|
-
"__deferred": {
|
|
359
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(12)/Supplier"
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
}, {
|
|
363
|
-
"__metadata": {
|
|
364
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(13)",
|
|
365
|
-
"type": "NorthwindModel.Product"
|
|
366
|
-
},
|
|
367
|
-
"ProductID": 13,
|
|
368
|
-
"ProductName": "Konbu",
|
|
369
|
-
"SupplierID": 6,
|
|
370
|
-
"CategoryID": 8,
|
|
371
|
-
"QuantityPerUnit": "2 kg box",
|
|
372
|
-
"UnitPrice": "6.0000",
|
|
373
|
-
"UnitsInStock": 24,
|
|
374
|
-
"UnitsOnOrder": 0,
|
|
375
|
-
"ReorderLevel": 5,
|
|
376
|
-
"Discontinued": false,
|
|
377
|
-
"Category": {
|
|
378
|
-
"__deferred": {
|
|
379
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(13)/Category"
|
|
380
|
-
}
|
|
381
|
-
},
|
|
382
|
-
"Order_Details": {
|
|
383
|
-
"__deferred": {
|
|
384
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(13)/Order_Details"
|
|
385
|
-
}
|
|
386
|
-
},
|
|
387
|
-
"Supplier": {
|
|
388
|
-
"__deferred": {
|
|
389
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(13)/Supplier"
|
|
390
|
-
}
|
|
391
|
-
}
|
|
392
|
-
}, {
|
|
393
|
-
"__metadata": {
|
|
394
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(14)",
|
|
395
|
-
"type": "NorthwindModel.Product"
|
|
396
|
-
},
|
|
397
|
-
"ProductID": 14,
|
|
398
|
-
"ProductName": "Tofu",
|
|
399
|
-
"SupplierID": 6,
|
|
400
|
-
"CategoryID": 7,
|
|
401
|
-
"QuantityPerUnit": "40 - 100 g pkgs.",
|
|
402
|
-
"UnitPrice": "23.2500",
|
|
403
|
-
"UnitsInStock": 35,
|
|
404
|
-
"UnitsOnOrder": 0,
|
|
405
|
-
"ReorderLevel": 0,
|
|
406
|
-
"Discontinued": false,
|
|
407
|
-
"Category": {
|
|
408
|
-
"__deferred": {
|
|
409
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(14)/Category"
|
|
410
|
-
}
|
|
411
|
-
},
|
|
412
|
-
"Order_Details": {
|
|
413
|
-
"__deferred": {
|
|
414
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(14)/Order_Details"
|
|
415
|
-
}
|
|
416
|
-
},
|
|
417
|
-
"Supplier": {
|
|
418
|
-
"__deferred": {
|
|
419
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(14)/Supplier"
|
|
420
|
-
}
|
|
421
|
-
}
|
|
422
|
-
}, {
|
|
423
|
-
"__metadata": {
|
|
424
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(15)",
|
|
425
|
-
"type": "NorthwindModel.Product"
|
|
426
|
-
},
|
|
427
|
-
"ProductID": 15,
|
|
428
|
-
"ProductName": "Genen Shouyu",
|
|
429
|
-
"SupplierID": 6,
|
|
430
|
-
"CategoryID": 2,
|
|
431
|
-
"QuantityPerUnit": "24 - 250 ml bottles",
|
|
432
|
-
"UnitPrice": "15.5000",
|
|
433
|
-
"UnitsInStock": 39,
|
|
434
|
-
"UnitsOnOrder": 0,
|
|
435
|
-
"ReorderLevel": 5,
|
|
436
|
-
"Discontinued": false,
|
|
437
|
-
"Category": {
|
|
438
|
-
"__deferred": {
|
|
439
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(15)/Category"
|
|
440
|
-
}
|
|
441
|
-
},
|
|
442
|
-
"Order_Details": {
|
|
443
|
-
"__deferred": {
|
|
444
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(15)/Order_Details"
|
|
445
|
-
}
|
|
446
|
-
},
|
|
447
|
-
"Supplier": {
|
|
448
|
-
"__deferred": {
|
|
449
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(15)/Supplier"
|
|
450
|
-
}
|
|
451
|
-
}
|
|
452
|
-
}, {
|
|
453
|
-
"__metadata": {
|
|
454
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(16)",
|
|
455
|
-
"type": "NorthwindModel.Product"
|
|
456
|
-
},
|
|
457
|
-
"ProductID": 16,
|
|
458
|
-
"ProductName": "Pavlova",
|
|
459
|
-
"SupplierID": 7,
|
|
460
|
-
"CategoryID": 3,
|
|
461
|
-
"QuantityPerUnit": "32 - 500 g boxes",
|
|
462
|
-
"UnitPrice": "17.4500",
|
|
463
|
-
"UnitsInStock": 29,
|
|
464
|
-
"UnitsOnOrder": 0,
|
|
465
|
-
"ReorderLevel": 10,
|
|
466
|
-
"Discontinued": false,
|
|
467
|
-
"Category": {
|
|
468
|
-
"__deferred": {
|
|
469
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(16)/Category"
|
|
470
|
-
}
|
|
471
|
-
},
|
|
472
|
-
"Order_Details": {
|
|
473
|
-
"__deferred": {
|
|
474
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(16)/Order_Details"
|
|
475
|
-
}
|
|
476
|
-
},
|
|
477
|
-
"Supplier": {
|
|
478
|
-
"__deferred": {
|
|
479
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(16)/Supplier"
|
|
480
|
-
}
|
|
481
|
-
}
|
|
482
|
-
}, {
|
|
483
|
-
"__metadata": {
|
|
484
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(17)",
|
|
485
|
-
"type": "NorthwindModel.Product"
|
|
486
|
-
},
|
|
487
|
-
"ProductID": 17,
|
|
488
|
-
"ProductName": "Alice Mutton",
|
|
489
|
-
"SupplierID": 7,
|
|
490
|
-
"CategoryID": 6,
|
|
491
|
-
"QuantityPerUnit": "20 - 1 kg tins",
|
|
492
|
-
"UnitPrice": "39.0000",
|
|
493
|
-
"UnitsInStock": 0,
|
|
494
|
-
"UnitsOnOrder": 0,
|
|
495
|
-
"ReorderLevel": 0,
|
|
496
|
-
"Discontinued": true,
|
|
497
|
-
"Category": {
|
|
498
|
-
"__deferred": {
|
|
499
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(17)/Category"
|
|
500
|
-
}
|
|
501
|
-
},
|
|
502
|
-
"Order_Details": {
|
|
503
|
-
"__deferred": {
|
|
504
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(17)/Order_Details"
|
|
505
|
-
}
|
|
506
|
-
},
|
|
507
|
-
"Supplier": {
|
|
508
|
-
"__deferred": {
|
|
509
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(17)/Supplier"
|
|
510
|
-
}
|
|
511
|
-
}
|
|
512
|
-
}, {
|
|
513
|
-
"__metadata": {
|
|
514
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(18)",
|
|
515
|
-
"type": "NorthwindModel.Product"
|
|
516
|
-
},
|
|
517
|
-
"ProductID": 18,
|
|
518
|
-
"ProductName": "Carnarvon Tigers",
|
|
519
|
-
"SupplierID": 7,
|
|
520
|
-
"CategoryID": 8,
|
|
521
|
-
"QuantityPerUnit": "16 kg pkg.",
|
|
522
|
-
"UnitPrice": "62.5000",
|
|
523
|
-
"UnitsInStock": 42,
|
|
524
|
-
"UnitsOnOrder": 0,
|
|
525
|
-
"ReorderLevel": 0,
|
|
526
|
-
"Discontinued": false,
|
|
527
|
-
"Category": {
|
|
528
|
-
"__deferred": {
|
|
529
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(18)/Category"
|
|
530
|
-
}
|
|
531
|
-
},
|
|
532
|
-
"Order_Details": {
|
|
533
|
-
"__deferred": {
|
|
534
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(18)/Order_Details"
|
|
535
|
-
}
|
|
536
|
-
},
|
|
537
|
-
"Supplier": {
|
|
538
|
-
"__deferred": {
|
|
539
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(18)/Supplier"
|
|
540
|
-
}
|
|
541
|
-
}
|
|
542
|
-
}, {
|
|
543
|
-
"__metadata": {
|
|
544
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(19)",
|
|
545
|
-
"type": "NorthwindModel.Product"
|
|
546
|
-
},
|
|
547
|
-
"ProductID": 19,
|
|
548
|
-
"ProductName": "Teatime Chocolate Biscuits",
|
|
549
|
-
"SupplierID": 8,
|
|
550
|
-
"CategoryID": 3,
|
|
551
|
-
"QuantityPerUnit": "10 boxes x 12 pieces",
|
|
552
|
-
"UnitPrice": "9.2000",
|
|
553
|
-
"UnitsInStock": 25,
|
|
554
|
-
"UnitsOnOrder": 0,
|
|
555
|
-
"ReorderLevel": 5,
|
|
556
|
-
"Discontinued": false,
|
|
557
|
-
"Category": {
|
|
558
|
-
"__deferred": {
|
|
559
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(19)/Category"
|
|
560
|
-
}
|
|
561
|
-
},
|
|
562
|
-
"Order_Details": {
|
|
563
|
-
"__deferred": {
|
|
564
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(19)/Order_Details"
|
|
565
|
-
}
|
|
566
|
-
},
|
|
567
|
-
"Supplier": {
|
|
568
|
-
"__deferred": {
|
|
569
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(19)/Supplier"
|
|
570
|
-
}
|
|
571
|
-
}
|
|
572
|
-
}, {
|
|
573
|
-
"__metadata": {
|
|
574
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(20)",
|
|
575
|
-
"type": "NorthwindModel.Product"
|
|
576
|
-
},
|
|
577
|
-
"ProductID": 20,
|
|
578
|
-
"ProductName": "Sir Rodney's Marmalade",
|
|
579
|
-
"SupplierID": 8,
|
|
580
|
-
"CategoryID": 3,
|
|
581
|
-
"QuantityPerUnit": "30 gift boxes",
|
|
582
|
-
"UnitPrice": "81.0000",
|
|
583
|
-
"UnitsInStock": 40,
|
|
584
|
-
"UnitsOnOrder": 0,
|
|
585
|
-
"ReorderLevel": 0,
|
|
586
|
-
"Discontinued": false,
|
|
587
|
-
"Category": {
|
|
588
|
-
"__deferred": {
|
|
589
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(20)/Category"
|
|
590
|
-
}
|
|
591
|
-
},
|
|
592
|
-
"Order_Details": {
|
|
593
|
-
"__deferred": {
|
|
594
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(20)/Order_Details"
|
|
595
|
-
}
|
|
596
|
-
},
|
|
597
|
-
"Supplier": {
|
|
598
|
-
"__deferred": {
|
|
599
|
-
"uri": "http://services.odata.org/Northwind/Northwind.svc/Products(20)/Supplier"
|
|
600
|
-
}
|
|
601
|
-
}
|
|
602
|
-
}]
|
|
603
|
-
};
|
|
604
|
-
|
|
605
|
-
export { northwind };
|
|
@@ -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 GridTemplatingTemplate extends ReactTemplate_1.ReactTemplate {
|
|
6
|
-
constructor() {
|
|
7
|
-
super(__dirname);
|
|
8
|
-
this.extraConfigurations = [];
|
|
9
|
-
this.userExtraConfiguration = {};
|
|
10
|
-
this.id = "grid-templating";
|
|
11
|
-
this.widget = "igGrid";
|
|
12
|
-
this.name = "Grid Templating";
|
|
13
|
-
this.description = "igGrid with templating 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 GridTemplatingTemplate();
|
|
@@ -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 GridComponent extends cli_core_1.BaseComponent {
|
|
5
|
-
/**
|
|
6
|
-
*
|
|
7
|
-
*/
|
|
8
|
-
constructor() {
|
|
9
|
-
super(__dirname);
|
|
10
|
-
this.name = "Grid";
|
|
11
|
-
this.group = "Data Grids";
|
|
12
|
-
this.description = "pick from grids: basic, custom, editing, export, templating.";
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
module.exports = new GridComponent();
|