Skip to content

Commit 6292e7f

Browse files
committed
Angular 19 update
1 parent cf73fc8 commit 6292e7f

File tree

10,746 files changed

+1347988
-167072
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

10,746 files changed

+1347988
-167072
lines changed

bargauge/addandremovevalues/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<app-root>Loading...</app-root>
1616

1717
<div style="position: absolute; bottom: 5px; right: 5px;">
18-
<a href="https://www.jqwidgets.com/" alt="https://www.jqwidgets.com/"><img alt="https://www.jqwidgets.com/" title="https://www.jqwidgets.com/" src="https://www.jqwidgets.com/wp-content/design/i/logo-jqwidgets.png"/></a>
18+
<a href="https://www.jqwidgets.com/" alt="https://www.jqwidgets.com/">https://www.jqwidgets.com</a>
1919
</div>
2020
</body>
2121
</html>

bargauge/autochangevalue/angular.json

Lines changed: 51 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -1,122 +1,65 @@
11
{
2-
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3-
"version": 1,
4-
"newProjectRoot": "projects",
5-
"projects": {
2+
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3+
"cli": {
4+
"analytics": "1e1de97b-a744-405a-8b5a-0397bb3d01ce"
5+
},
6+
"newProjectRoot": "projects",
7+
"projects": {
68
"demo": {
7-
"root": "",
8-
"sourceRoot": "src",
9-
"projectType": "application",
10-
"prefix": "app",
11-
"schematics": {},
12-
"architect": {
9+
"architect": {
1310
"build": {
14-
"builder": "@angular-devkit/build-angular:browser",
15-
"options": {
16-
"outputPath": "dist/demo",
17-
"index": "src/index.html",
18-
"main": "src/main.ts",
19-
"polyfills": "src/polyfills.ts",
20-
"tsConfig": "src/tsconfig.app.json",
21-
"assets": [
22-
"src/assets"
23-
],
24-
"styles": [
25-
26-
],
27-
"scripts": []
11+
"builder": "@angular-devkit/build-angular:application",
12+
"configurations": {
13+
"development": {
14+
"extractLicenses": false,
15+
"namedChunks": true,
16+
"optimization": false,
17+
"sourceMap": true
2818
},
29-
"configurations": {
3019
"production": {
31-
"fileReplacements": [
32-
{
33-
"replace": "src/environments/environment.ts",
34-
"with": "src/environments/environment.prod.ts"
35-
}
36-
],
37-
"optimization": true,
38-
"outputHashing": "all",
39-
"sourceMap": false,
40-
"extractCss": true,
41-
"namedChunks": false,
42-
"aot": true,
43-
"extractLicenses": true,
44-
"vendorChunk": false,
45-
"buildOptimizer": true
46-
}
20+
"aot": true,
21+
"extractLicenses": true,
22+
"namedChunks": false,
23+
"optimization": true,
24+
"outputHashing": "all",
25+
"sourceMap": false
4726
}
27+
},
28+
"options": {
29+
"assets": [],
30+
"index": "src/index.html",
31+
"browser": "src/main.ts",
32+
"outputPath": "dist/demo",
33+
"polyfills": ["zone.js"],
34+
"scripts": [],
35+
"styles": [
36+
"./node_modules/jqwidgets-ng/jqwidgets/styles/jqx.base.css",
37+
"./node_modules/jqwidgets-ng/jqwidgets/styles/jqx.fluent.css",
38+
"src/assets/fonts.css",
39+
"src/assets/styles.css"
40+
],
41+
"tsConfig": "src/tsconfig.app.json"
42+
}
4843
},
4944
"serve": {
50-
"builder": "@angular-devkit/build-angular:dev-server",
51-
"options": {
52-
"browserTarget": "demo:build"
45+
"builder": "@angular-devkit/build-angular:dev-server",
46+
"configurations": {
47+
"development": {
48+
"buildTarget": "demo:build:development"
5349
},
54-
"configurations": {
5550
"production": {
56-
"browserTarget": "demo:build:production"
57-
}
58-
}
59-
},
60-
"extract-i18n": {
61-
"builder": "@angular-devkit/build-angular:extract-i18n",
62-
"options": {
63-
"browserTarget": "demo:build"
51+
"buildTarget": "demo:build:production"
6452
}
65-
},
66-
"test": {
67-
"builder": "@angular-devkit/build-angular:karma",
68-
"options": {
69-
"main": "src/test.ts",
70-
"polyfills": "src/polyfills.ts",
71-
"tsConfig": "src/tsconfig.spec.json",
72-
"karmaConfig": "src/karma.conf.js",
73-
"styles": [
74-
"styles.css"
75-
],
76-
"scripts": [],
77-
"assets": [
78-
"src/favicon.ico",
79-
"src/assets"
80-
]
81-
}
82-
},
83-
"lint": {
84-
"builder": "@angular-devkit/build-angular:tslint",
85-
"options": {
86-
"tsConfig": [
87-
"src/tsconfig.app.json",
88-
"src/tsconfig.spec.json"
89-
],
90-
"exclude": [
91-
"**/node_modules/**"
92-
]
93-
}
94-
}
95-
}
96-
},
97-
"demo-e2e": {
98-
"root": "e2e/",
99-
"projectType": "application",
100-
"architect": {
101-
"e2e": {
102-
"builder": "@angular-devkit/build-angular:protractor",
103-
"options": {
104-
"protractorConfig": "e2e/protractor.conf.js",
105-
"devServerTarget": "demo:serve"
106-
}
107-
},
108-
"lint": {
109-
"builder": "@angular-devkit/build-angular:tslint",
110-
"options": {
111-
"tsConfig": "e2e/tsconfig.e2e.json",
112-
"exclude": [
113-
"**/node_modules/**"
114-
]
115-
}
116-
}
53+
},
54+
"defaultConfiguration": "development"
11755
}
56+
},
57+
"prefix": "app",
58+
"projectType": "application",
59+
"root": "",
60+
"schematics": {},
61+
"sourceRoot": "src"
11862
}
119-
},
120-
"defaultProject": "demo"
63+
},
64+
"version": 1
12165
}
122-

bargauge/autochangevalue/package.json

Lines changed: 20 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,28 @@
11
{
2-
"name": "angular-template",
3-
"description": "",
4-
"homepage": "https://stackblitz.com/edit/e8czwv.run",
5-
"dependencies": {
6-
"@angular/animations": "^7.0.0",
7-
"@angular/common": "7.0.0",
8-
"@angular/compiler": "7.0.0",
9-
"@angular/core": "7.0.0",
10-
"@angular/forms": "7.0.0",
11-
"@angular/http": "^7.0.0",
12-
"@angular/platform-browser": "7.0.0",
13-
"@angular/platform-browser-dynamic": "7.0.0",
14-
"@angular/router": "7.0.0",
15-
"core-js": "2.5.7",
16-
"rxjs": "6.3.3",
17-
"zone.js": "0.8.26",
18-
"moment": "2.22.2",
19-
"jqwidgets-scripts": "6.1.0"
20-
},
21-
"version": "0.0.0",
22-
"license": "MIT",
2+
"name": "angular-grid-overview",
233
"scripts": {
244
"ng": "ng",
255
"start": "ng serve",
26-
"build": "ng build",
27-
"test": "ng test",
28-
"lint": "ng lint",
29-
"e2e": "ng e2e"
6+
"build": "ng build"
7+
},
8+
"dependencies": {
9+
"@angular/animations": "^19.0.0",
10+
"@angular/common": "^19.0.0",
11+
"@angular/compiler": "^19.0.0",
12+
"@angular/core": "^19.0.0",
13+
"@angular/forms": "^19.0.0",
14+
"@angular/platform-browser": "^19.0.0",
15+
"@angular/platform-browser-dynamic": "^19.0.0",
16+
"@angular/router": "^19.0.0",
17+
"jqwidgets-ng": "^21.0.0",
18+
"rxjs": "^7.8.1",
19+
"tslib": "^2.5.0",
20+
"zone.js": "~0.15.0"
3021
},
31-
"private": true,
3222
"devDependencies": {
33-
"@angular/cli": "7.0.2",
34-
"@angular/compiler-cli": "^7.0.0",
35-
"@angular/language-service": "^7.0.0",
36-
"@types/jasmine": "~2.8.9",
37-
"@types/jasminewd2": "~2.0.5",
38-
"@types/node": "~10.12.0",
39-
"codelyzer": "~4.5.0",
40-
"jasmine-core": "~3.2.1",
41-
"jasmine-spec-reporter": "~4.2.1",
42-
"karma": "~3.1.0",
43-
"karma-chrome-launcher": "~2.2.0",
44-
"karma-cli": "~1.0.1",
45-
"karma-coverage-istanbul-reporter": "^2.0.4",
46-
"karma-jasmine": "~1.1.2",
47-
"karma-jasmine-html-reporter": "^1.3.1",
48-
"protractor": "~5.4.1",
49-
"ts-node": "~7.0.1",
50-
"tslint": "~5.11.0",
51-
"typescript": "~3.1.3"
23+
"@angular-devkit/build-angular": "^19.0.0",
24+
"@angular/cli": "^19.0.0",
25+
"@angular/compiler-cli": "^19.0.0",
26+
"typescript": "~5.5.0"
5227
}
5328
}

bargauge/autochangevalue/src/app/app.component.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
import { Component, ViewChild } from '@angular/core';
22

3-
import { jqxBarGaugeComponent } from 'jqwidgets-scripts/jqwidgets-ts/angular_jqxbargauge.ts';
3+
import { jqxListBoxModule, jqxListBoxComponent } from 'jqwidgets-ng/jqxlistbox';
4+
import { jqxBarGaugeModule, jqxBarGaugeComponent } from 'jqwidgets-ng/jqxbargauge';
5+
46

57
@Component({
68
selector: 'app-root',
9+
imports: [jqxListBoxModule, jqxBarGaugeModule],
10+
standalone: true,
711
templateUrl: './app.component.html'
812
})
913

14+
1015
export class AppComponent {
1116
@ViewChild('myBarGauge') myBarGauge: jqxBarGaugeComponent;
1217

0 commit comments

Comments
 (0)