@wavemaker/angular-codegen 10.13.1-next.710546 → 11.0.0-next.138501

Sign up to get free protection for your applications and to get access to all the features.
@@ -1032,6 +1032,38 @@
1032
1032
  }
1033
1033
  }
1034
1034
  },
1035
+ "@wm/components/containers/linear-layout": {
1036
+ "root": "projects/components/widgets/containers/linear-layout",
1037
+ "sourceRoot": "projects/components/widgets/containers/linear-layout/src",
1038
+ "projectType": "library",
1039
+ "prefix": "lib",
1040
+ "architect": {
1041
+ "build": {
1042
+ "builder": "@angular-devkit/build-angular:ng-packagr",
1043
+ "options": {
1044
+ "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1045
+ "project": "projects/components/widgets/containers/linear-layout/package.json"
1046
+ },
1047
+ "configurations": {
1048
+ "production": {
1049
+ "tsConfig": "projects/components/widgets/containers/linear-layout/tsconfig.lib.prod.json"
1050
+ }
1051
+ }
1052
+ },
1053
+ "lint": {
1054
+ "builder": "@angular-devkit/build-angular:tslint",
1055
+ "options": {
1056
+ "tsConfig": [
1057
+ "projects/components/widgets/tsconfig.lib.json",
1058
+ "projects/components/widgets/tsconfig.spec.json"
1059
+ ],
1060
+ "exclude": [
1061
+ "**/node_modules/**"
1062
+ ]
1063
+ }
1064
+ }
1065
+ }
1066
+ },
1035
1067
  "@wm/components/containers/panel": {
1036
1068
  "root": "projects/components/widgets/containers/panel",
1037
1069
  "sourceRoot": "projects/components/widgets/containers/panel/src",