@wavemaker/angular-codegen 12.0.0-next.141134 → 12.0.0-next.141140
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.
- angular-codegen/angular-app/package-lock.json +9248 -7049
- angular-codegen/angular-app/package.json +10 -13
- angular-codegen/angular-app/src/assets/styles/css/wm-style.css +1 -1
- angular-codegen/angular-app/src/framework/util/page-util.ts +1 -3
- angular-codegen/angular-app/tsconfig.json +0 -3
- angular-codegen/dependencies/expression-parser.cjs.js +1 -40
- angular-codegen/dependencies/pipe-provider.cjs.js +12 -280
- angular-codegen/dependencies/transpilation-mobile.cjs.js +413 -610
- angular-codegen/dependencies/transpilation-web.cjs.js +413 -610
- angular-codegen/package.json +1 -1
- angular-codegen/src/codegen.js +1 -1
- angular-codegen/src/gen-components.js +1 -1
- angular-codegen/src/gen-index-html.js +1 -1
- angular-codegen/src/handlebar-helpers.js +1 -1
- angular-codegen/src/pages-util.js +1 -1
- angular-codegen/src/update-angular-json.js +1 -1
- angular-codegen/templates/app.module.ts.hbs +1 -5
- angular-codegen/templates/page/page.module.ts.hbs +0 -11
- angular-codegen/angular-app/src/framework/services/customwidget-config-provider.service.ts +0 -13
- angular-codegen/dependencies/custom-widgets-bundle.cjs.js +0 -411
- angular-codegen/src/gen-customwidget-config.js +0 -1
- angular-codegen/templates/component.config.ts.hbs +0 -1
- angular-codegen/templates/customwidget/customwidget-config.ts.hbs +0 -6
- angular-codegen/templates/customwidget/customwidget.component.script.js.hbs +0 -3
- angular-codegen/templates/customwidget/customwidget.component.ts.hbs +0 -43
|
@@ -44,10 +44,8 @@
|
|
|
44
44
|
"@babel/runtime": "7.14.8",
|
|
45
45
|
"@metrichor/jmespath": "0.3.1",
|
|
46
46
|
"@wavemaker/focus-trap": "1.0.1",
|
|
47
|
-
"@wavemaker/foundation-css": "12.0.0-next.141134",
|
|
48
|
-
"@wavemaker/custom-widgets-m3": "12.0.0-next.141134",
|
|
49
47
|
"@wavemaker/nvd3": "1.8.12",
|
|
50
|
-
"@wavemaker/variables": "12.0.0-next.
|
|
48
|
+
"@wavemaker/variables": "12.0.0-next.141140",
|
|
51
49
|
"@ztree/ztree_v3": "3.5.48",
|
|
52
50
|
"angular-imask": "^7.6.1",
|
|
53
51
|
"angular2-websocket": "0.9.7",
|
|
@@ -72,17 +70,17 @@
|
|
|
72
70
|
"tslib": "2.4.1",
|
|
73
71
|
"x2js": "3.4.4",
|
|
74
72
|
"zone.js": "0.14.7",
|
|
75
|
-
"@wavemaker/app-ng-runtime": "12.0.0-next.
|
|
73
|
+
"@wavemaker/app-ng-runtime": "12.0.0-next.141140"
|
|
76
74
|
},
|
|
77
75
|
"devDependencies": {
|
|
78
76
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|
|
79
77
|
"@angular-builders/custom-webpack": "17.0.2",
|
|
80
78
|
"@angular-devkit/build-angular": "17.3.8",
|
|
81
|
-
"@angular-eslint/builder": "
|
|
82
|
-
"@angular-eslint/eslint-plugin": "
|
|
83
|
-
"@angular-eslint/eslint-plugin-template": "
|
|
84
|
-
"@angular-eslint/schematics": "
|
|
85
|
-
"@angular-eslint/template-parser": "
|
|
79
|
+
"@angular-eslint/builder": "16.2.0",
|
|
80
|
+
"@angular-eslint/eslint-plugin": "16.2.0",
|
|
81
|
+
"@angular-eslint/eslint-plugin-template": "16.2.0",
|
|
82
|
+
"@angular-eslint/schematics": "16.2.0",
|
|
83
|
+
"@angular-eslint/template-parser": "16.2.0",
|
|
86
84
|
"@angular/cli": "17.3.8",
|
|
87
85
|
"@angular/compiler-cli": "17.3.11",
|
|
88
86
|
"@angular/language-service": "17.3.11",
|
|
@@ -92,19 +90,18 @@
|
|
|
92
90
|
"@rollup/plugin-commonjs": "24.0.0",
|
|
93
91
|
"@rollup/plugin-multi-entry": "6.0.0",
|
|
94
92
|
"@rollup/plugin-node-resolve": "15.0.1",
|
|
95
|
-
"@rollup/plugin-typescript": "^8.3.3",
|
|
96
93
|
"@types/jest": "^29.5.12",
|
|
97
94
|
"@types/jquery": "3.3.22",
|
|
98
95
|
"@types/lodash-es": "4.17.12",
|
|
99
96
|
"@types/node": "12.11.1",
|
|
100
97
|
"@types/sizzle": "^2.3.3",
|
|
101
|
-
"@typescript-eslint/eslint-plugin": "
|
|
102
|
-
"@typescript-eslint/parser": "
|
|
98
|
+
"@typescript-eslint/eslint-plugin": "6.15.0",
|
|
99
|
+
"@typescript-eslint/parser": "6.15.0",
|
|
103
100
|
"babel-loader": "^9.1.2",
|
|
104
101
|
"cheerio": "1.0.0-rc.12",
|
|
105
102
|
"codelyzer": "5.1.2",
|
|
106
103
|
"compression-webpack-plugin": "10.0.0",
|
|
107
|
-
"eslint": "^8.
|
|
104
|
+
"eslint": "^8.45.0",
|
|
108
105
|
"fs": "0.0.1-security",
|
|
109
106
|
"fs-extra": "7.0.1",
|
|
110
107
|
"jest": "^29.7.0",
|