Skip to content

Commit

Permalink
Feature/3141, 4194 changing angular material components to prime ng a…
Browse files Browse the repository at this point in the history
…nd increase version angular until 18 (#4514)

* feat: moving from MatTabsModule to TabViewModule[3141]

* feat: use AccordionModule instead MatExpansionModule[3141]

* feat: use icons from primeNg[3141]

* fix: policy edit styles[3141]

* fix: icons in compare components[3141]

* feat: move to primeNg for table module[3141]

* feat: move from mat button module to button module from prime ng[3141]

* feat: move dialog module to prime ng[3141]

* feat: move datepicker to calendar primeNg[3141]

* feat: move radio buttons to prime ng[3141]

* feat: move spinners to prime ng

* feat: move toolbar module to prime ng[3141]

* feat: move menu module to prime ng overplay panel module[3141]

* feat: move progress bar and checkbox to prime ng[3141]

* feat: move cliapbord to native solution[3141]

* feat: move chips to prime ng[3141]

* feat: move stepper to prime ng[3141]

* feat: move select module to prime ng

* feat: move paginator to prime ng[3141]

* feat: move tooltip module to prime ng[3141]

* feat: move tree module to prime ng[3141]

* feat: remove from dependencies angular material[3141]

* [skip ci] Add swagger.yaml

* feat: move to 17 vertion of angular[4194]

* feat: migration to angular 18[4194]

* [skip ci] Add swagger.yaml

* fix: overlay panel content[3141]

* fix: artifact import after moving to prime ng[3141]

* feat: broser folder to root in dockerfile[3141]

* fix: layout of dry run[3141]

* fix: dialog windows styles in dry run record[3141]

* feat: fix pools contsracts styles and logic[3141]

* fix: compare dropdowns and icons[3141]

* fix: logic for remove have chosen token in set pool[3141]

* fix: add step drobdawns in navigation policy[3141]

* fix: drobowns in side menu in dry run policy[3141]

* fix: menu hide on redactor policy[3141]

* fix: registration page did doc[3141]

* fix: dropdown in settings policy[3141]

* fix: stepper and dropdowns in policy wizard[3141]

* fix: policy wizard tree[3141]

* fix: schemas and geolocation[3141]

* fix: policy dry run bugs[3141]

* refactor: remove comments[3141]

* fix: minor styles in policy editer[3141]

* fix: minorwizard issues[3141]

* fix: contracts issues[3141]

* fix: styles in policies[3141]

---------

Co-authored-by: Ihar <[email protected]>
Co-authored-by: envision-ci-agent <[email protected]>
  • Loading branch information
3 people authored Dec 25, 2024
1 parent cea7680 commit 924fab1
Show file tree
Hide file tree
Showing 381 changed files with 11,344 additions and 23,438 deletions.
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

0 comments on commit 924fab1

Please sign in to comment.