Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/3141, 4194 changing angular material components to prime ng and increase version angular until 18 #4514

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
a7f6917
feat: moving from MatTabsModule to TabViewModule[3141]
Oct 24, 2024
c7d1f0d
feat: use AccordionModule instead MatExpansionModule[3141]
Oct 29, 2024
b16e8b9
feat: use icons from primeNg[3141]
Oct 29, 2024
b475c54
Merge branch 'develop' into feature/3141-changing-angular-material-co…
Oct 31, 2024
1f0aba4
Merge branch 'develop' into feature/3141-changing-angular-material-co…
Nov 5, 2024
0625115
fix: policy edit styles[3141]
Nov 6, 2024
8a3c662
fix: icons in compare components[3141]
Nov 6, 2024
cd51fb7
feat: move to primeNg for table module[3141]
Nov 7, 2024
d8baf9d
feat: move from mat button module to button module from prime ng[3141]
Nov 12, 2024
e82c5b4
feat: move dialog module to prime ng[3141]
Nov 14, 2024
bc4f360
feat: move datepicker to calendar primeNg[3141]
Nov 14, 2024
3350b1b
feat: move radio buttons to prime ng[3141]
Nov 15, 2024
37d07b4
feat: move spinners to prime ng
Nov 15, 2024
8e73030
feat: move toolbar module to prime ng[3141]
Nov 15, 2024
1eedfbd
feat: move menu module to prime ng overplay panel module[3141]
Nov 18, 2024
6888551
feat: move progress bar and checkbox to prime ng[3141]
Nov 18, 2024
31a8915
feat: move cliapbord to native solution[3141]
Nov 18, 2024
7903944
feat: move chips to prime ng[3141]
Nov 18, 2024
b95716e
feat: move stepper to prime ng[3141]
Nov 18, 2024
0ccb1f2
feat: move select module to prime ng
Nov 20, 2024
4bb56c8
feat: move paginator to prime ng[3141]
Nov 21, 2024
b5d9fad
feat: move tooltip module to prime ng[3141]
Nov 21, 2024
3848076
feat: move tree module to prime ng[3141]
Nov 21, 2024
d84bee3
feat: remove from dependencies angular material[3141]
Nov 21, 2024
74e5c34
[skip ci] Add swagger.yaml
envision-ci-agent Nov 21, 2024
ee255f6
Merge branch 'develop' into feature/3141-changing-angular-material-co…
Nov 22, 2024
8e88b6b
feat: move to 17 vertion of angular[4194]
Nov 25, 2024
5aaea29
Merge branch 'develop' into feature/3141-changing-angular-material-co…
Nov 26, 2024
1c9cdc2
feat: migration to angular 18[4194]
Nov 27, 2024
6eec1b5
[skip ci] Add swagger.yaml
envision-ci-agent Nov 27, 2024
d071fb9
Merge branch 'develop' into feature/3141-changing-angular-material-co…
Dec 2, 2024
b15abc9
fix: overlay panel content[3141]
Dec 4, 2024
6746dcc
fix: artifact import after moving to prime ng[3141]
Dec 4, 2024
b3670e4
feat: broser folder to root in dockerfile[3141]
Dec 5, 2024
7c3299d
fix: layout of dry run[3141]
Dec 6, 2024
61cdbc8
fix: dialog windows styles in dry run record[3141]
Dec 9, 2024
56779e2
feat: fix pools contsracts styles and logic[3141]
Dec 9, 2024
d8c081c
fix: compare dropdowns and icons[3141]
Dec 10, 2024
701ae32
fix: logic for remove have chosen token in set pool[3141]
Dec 10, 2024
6fa4ec0
fix: add step drobdawns in navigation policy[3141]
Dec 10, 2024
b8ffdb4
fix: drobowns in side menu in dry run policy[3141]
Dec 11, 2024
22cb4a5
fix: menu hide on redactor policy[3141]
Dec 11, 2024
213343f
fix: registration page did doc[3141]
Dec 11, 2024
e58ac71
fix: dropdown in settings policy[3141]
Dec 12, 2024
4a1357f
fix: stepper and dropdowns in policy wizard[3141]
Dec 12, 2024
4d1b8ee
fix: policy wizard tree[3141]
Dec 16, 2024
090e75e
fix: schemas and geolocation[3141]
Dec 18, 2024
4da6fb4
fix: policy dry run bugs[3141]
Dec 20, 2024
f783ee9
refactor: remove comments[3141]
Dec 21, 2024
3af169a
Merge branch 'develop' into feature/3141-changing-angular-material-co…
Dec 21, 2024
f790b58
fix: minor styles in policy editer[3141]
Dec 23, 2024
51c787e
fix: minorwizard issues[3141]
Dec 25, 2024
b0ec02f
fix: contracts issues[3141]
Dec 25, 2024
906f3f1
fix: styles in policies[3141]
Dec 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
21 changes: 11 additions & 10 deletions frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@
"guardian": {
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"configurations": {
"development": {
"buildOptimizer": false,
"extractLicenses": false,
"extractLicenses": false,
"namedChunks": true,
"optimization": false,
"sourceMap": true,
"vendorChunk": true
"sourceMap": true
},
"production": {
"budgets": [
Expand Down Expand Up @@ -99,21 +97,24 @@
],
"index": "src/index.html",
"inlineStyleLanguage": "scss",
"main": "src/main.ts",
"outputPath": "dist/guardian",
"polyfills": "src/polyfills.ts",
"outputPath": {
"base": "dist/guardian"
},
"polyfills": [
"src/polyfills.ts"
],
"scripts": [
"./node_modules/leader-line/leader-line.min.js"
],
"styles": [
"./node_modules/@angular/material/legacy-prebuilt-themes/legacy-indigo-pink.css",
"./node_modules/ngx-toastr/toastr.css",
"./node_modules/primeng/resources/themes/saga-blue/theme.css",
"./node_modules/primeng/resources/primeng.min.css",
"./node_modules/primeicons/primeicons.css",
"src/styles.scss"
],
"tsConfig": "tsconfig.app.json"
"tsConfig": "tsconfig.app.json",
"browser": "src/main.ts"
}
},
"extract-i18n": {
Expand Down
Loading
Loading