@wavemaker/angular-codegen 11.8.0-next.NULL → 11.8.0-rc.5615

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.
@@ -45,9 +45,9 @@
45
45
  "@metrichor/jmespath": "0.3.1",
46
46
  "@wavemaker/focus-trap": "1.0.0",
47
47
  "@wavemaker/nvd3": "1.8.11",
48
- "@wavemaker/variables": "11.8.0-next.NULL",
48
+ "@wavemaker/variables": "11.8.0-rc.5615",
49
49
  "@ztree/ztree_v3": "3.5.48",
50
- "angular-imask": "7.6.0",
50
+ "angular-imask": "^7.6.1",
51
51
  "angular2-websocket": "0.9.7",
52
52
  "core-js": "3.35.1",
53
53
  "d3": "7.8.5",
@@ -71,7 +71,7 @@
71
71
  "tslib": "2.4.1",
72
72
  "x2js": "3.4.4",
73
73
  "zone.js": "0.13.3",
74
- "@wavemaker/app-ng-runtime": "11.8.0-next.NULL"
74
+ "@wavemaker/app-ng-runtime": "11.8.0-rc.5615"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
@@ -87,7 +87,7 @@
87
87
  "@rollup/plugin-multi-entry": "6.0.0",
88
88
  "@rollup/plugin-node-resolve": "15.0.1",
89
89
  "@types/jest": "^29.5.12",
90
- "@types/jquery": "^3.5.16",
90
+ "@types/jquery": "3.3.22",
91
91
  "@types/node": "12.11.1",
92
92
  "@types/sizzle": "^2.3.3",
93
93
  "babel-loader": "^9.1.2",
@@ -116,8 +116,8 @@
116
116
  "yargs": "^17.3.1"
117
117
  },
118
118
  "optionalDependencies": {
119
- "@rollup/rollup-linux-x64-gnu": "4.9.5",
120
119
  "@rollup/rollup-darwin-arm64": "4.9.5",
120
+ "@rollup/rollup-linux-x64-gnu": "4.9.5",
121
121
  "@rollup/rollup-win32-x64": "4.9.5"
122
122
  },
123
123
  "engines": {
@@ -3,10 +3,17 @@
3
3
  "compilerOptions": {
4
4
  "baseUrl": "./",
5
5
  "outDir": "./dist/out-tsc",
6
+ "downlevelIteration": true,
7
+ "declaration": false,
8
+ "sourceMap": true,
9
+ "emitDecoratorMetadata": true,
6
10
  "experimentalDecorators": true,
7
11
  "moduleResolution": "node",
8
12
  "target": "ES2022",
9
13
  "module": "ES2022",
14
+ "typeRoots": [
15
+ "node_modules/@types"
16
+ ],
10
17
  "paths": {
11
18
  "rxjs/observable/throw": [
12
19
  "node_modules/rxjs-compat/_esm2015/observable/throw"
@@ -14,54 +21,102 @@
14
21
  "rxjs/observable/*": [
15
22
  "node_modules/rxjs-compat/_esm2015/observable/*"
16
23
  ],
17
- "rxjs/Observable": ["node_modules/rxjs-compat/_esm2015/Observable"],
18
- "@wm/build-task": ["libraries/build-task/"],
19
- "@wm/mobile-build-task": ["libraries/mobile-build-task"],
20
- "@wm/core": ["libraries/core/index.d.ts"],
21
- "@wavemaker/variables": ["node_modules/@wavemaker/variables/"],
22
- "@wm/components/base": ["libraries/components/base/public_api.d.ts"],
24
+ "rxjs/Observable": [
25
+ "node_modules/rxjs-compat/_esm2015/Observable"
26
+ ],
27
+ "@wm/build-task": [
28
+ "node_modules/@wavemaker/app-ng-runtime/build-task/"
29
+ ],
30
+ "@wm/mobile-build-task": [
31
+ "node_modules/@wavemaker/app-ng-runtime/mobile-build-task"
32
+ ],
33
+ "@wm/core": [
34
+ "node_modules/@wavemaker/app-ng-runtime/core/index.d.ts"
35
+ ],
36
+ "@wavemaker/variables": [
37
+ "node_modules/@wavemaker/variables/"
38
+ ],
39
+ "@wm/components/base": [
40
+ "node_modules/@wavemaker/app-ng-runtime/components/base/public_api.d.ts"
41
+ ],
23
42
  "@wm/components/basic": [
24
- "libraries/components/basic/default/index.d.ts"
43
+ "node_modules/@wavemaker/app-ng-runtime/components/basic/default/index.d.ts"
25
44
  ],
26
45
  "@wm/components/input": [
27
- "libraries/components/input/default/index.d.ts"
46
+ "node_modules/@wavemaker/app-ng-runtime/components/input/default/index.d.ts"
28
47
  ],
29
48
  "@wm/components/page": [
30
- "libraries/components/page/default/index.d.ts"
49
+ "node_modules/@wavemaker/app-ng-runtime/components/page/default/index.d.ts"
31
50
  ],
32
51
  "@wm/mobile/components/basic": [
33
- "libraries/mobile/components/basic/default/index.d.ts"
52
+ "node_modules/@wavemaker/app-ng-runtime/mobile/components/basic/default/index.d.ts"
34
53
  ],
35
54
  "@wm/mobile/components/page": [
36
- "libraries/mobile/components/page/default/index.d.ts"
55
+ "node_modules/@wavemaker/app-ng-runtime/mobile/components/page/default/index.d.ts"
37
56
  ],
38
57
  "@wm/components/dialogs": [
39
- "libraries/components/dialogs/default/index.d.ts"
40
- ],
41
- "@wm/mobile/components/*": ["libraries/mobile/components/*"],
42
- "@wm/components/*": ["libraries/components/*"],
43
- "@wm/transpiler": ["libraries/transpiler/index.d.ts"],
44
- "@wm/security": ["libraries/security/index.d.ts"],
45
- "@swipey": ["libraries/swipey/index.d.ts"],
46
- "@wm/http": ["libraries/http/index.d.ts"],
47
- "@wm/oAuth": ["libraries/oAuth/index.d.ts"],
48
- "@wm/variables": ["libraries/variables/index.d.ts"],
49
- "@wm/mobile/core": ["libraries/mobile/core/index.d.ts"],
50
- "@wm/mobile/components": ["libraries/mobile/components/index.d.ts"],
51
- "@wm/mobile/offline": ["libraries/mobile/offline/index.d.ts"],
52
- "@wm/mobile/variables": ["libraries/mobile/variables/index.d.ts"],
53
- "@wm/runtime/base": ["libraries/runtime/base/index.d.ts"],
54
- "@wm/runtime/dynamic": ["libraries/runtime/dynamic/index.d.ts"],
55
- "@wm/mobile/runtime": ["libraries/mobile/runtime/index.d.ts"],
58
+ "node_modules/@wavemaker/app-ng-runtime/components/dialogs/default/index.d.ts"
59
+ ],
60
+ "@wm/mobile/components/*": [
61
+ "node_modules/@wavemaker/app-ng-runtime/mobile/components/*"
62
+ ],
63
+ "@wm/components/*": [
64
+ "node_modules/@wavemaker/app-ng-runtime/components/*"
65
+ ],
66
+ "@wm/transpiler": [
67
+ "node_modules/@wavemaker/app-ng-runtime/transpiler/index.d.ts"
68
+ ],
69
+ "@wm/security": [
70
+ "node_modules/@wavemaker/app-ng-runtime/security/index.d.ts"
71
+ ],
72
+ "@swipey": [
73
+ "node_modules/@wavemaker/app-ng-runtime/swipey/index.d.ts"
74
+ ],
75
+ "@wm/http": [
76
+ "node_modules/@wavemaker/app-ng-runtime/http/index.d.ts"
77
+ ],
78
+ "@wm/oAuth": [
79
+ "node_modules/@wavemaker/app-ng-runtime/oAuth/index.d.ts"
80
+ ],
81
+ "@wm/variables": [
82
+ "node_modules/@wavemaker/app-ng-runtime/variables/index.d.ts"
83
+ ],
84
+ "@wm/mobile/core": [
85
+ "node_modules/@wavemaker/app-ng-runtime/mobile/core/index.d.ts"
86
+ ],
87
+ "@wm/mobile/components": [
88
+ "node_modules/@wavemaker/app-ng-runtime/mobile/components/index.d.ts"
89
+ ],
90
+ "@wm/mobile/offline": [
91
+ "node_modules/@wavemaker/app-ng-runtime/mobile/offline/index.d.ts"
92
+ ],
93
+ "@wm/mobile/variables": [
94
+ "node_modules/@wavemaker/app-ng-runtime/mobile/variables/index.d.ts"
95
+ ],
96
+ "@wm/runtime/base": [
97
+ "node_modules/@wavemaker/app-ng-runtime/runtime/base/index.d.ts"
98
+ ],
99
+ "@wm/runtime/dynamic": [
100
+ "node_modules/@wavemaker/app-ng-runtime/runtime/dynamic/index.d.ts"
101
+ ],
102
+ "@wm/mobile/runtime": [
103
+ "node_modules/@wavemaker/app-ng-runtime/mobile/runtime/index.d.ts"
104
+ ],
56
105
  "@wm/mobile/runtime/dynamic": [
57
- "libraries/mobile/runtime-dynamic/index.d.ts"
106
+ "node_modules/@wavemaker/app-ng-runtime/mobile/runtime-dynamic/index.d.ts"
58
107
  ]
59
108
  },
60
- "lib": ["es2020", "dom"],
109
+ "lib": [
110
+ "es2020",
111
+ "dom"
112
+ ],
61
113
  "useDefineForClassFields": false,
62
114
  "resolveJsonModule": true
63
115
  },
64
116
  "angularCompilerOptions": {
117
+ "compilationMode": "full",
118
+ "strictMetadataEmit": false,
119
+ "fullTemplateTypeCheck": false,
65
120
  "extendedDiagnostics": {
66
121
  "checks": {
67
122
  "optionalChainNotNullable": "suppress"
@@ -72,4 +127,4 @@
72
127
  "strictInputAccessModifiers": false,
73
128
  "trace": true
74
129
  }
75
- }
130
+ }
@@ -29,74 +29,74 @@
29
29
  "node_modules/rxjs-compat/_esm2015/Observable"
30
30
  ],
31
31
  "@wm/build-task": [
32
- "libraries/build-task/"
32
+ "node_modules/@wavemaker/app-ng-runtime/build-task/"
33
33
  ],
34
34
  "@wm/mobile-build-task": [
35
- "libraries/mobile-build-task"
35
+ "node_modules/@wavemaker/app-ng-runtime/mobile-build-task"
36
36
  ],
37
37
  "@wm/core": [
38
- "libraries/core"
38
+ "node_modules/@wavemaker/app-ng-runtime/core"
39
39
  ],
40
40
  "@wm/components/basic": [
41
- "libraries/components/basic/default"
41
+ "node_modules/@wavemaker/app-ng-runtime/components/basic/default"
42
42
  ],
43
43
  "@wm/components/input": [
44
- "libraries/components/input/default"
44
+ "node_modules/@wavemaker/app-ng-runtime/components/input/default"
45
45
  ],
46
46
  "@wm/components/page": [
47
- "libraries/components/page/default"
47
+ "node_modules/@wavemaker/app-ng-runtime/components/page/default"
48
48
  ],
49
49
  "@wm/components/dialogs": [
50
- "libraries/components/dialogs/default"
50
+ "node_modules/@wavemaker/app-ng-runtime/components/dialogs/default"
51
51
  ],
52
52
  "@wm/components/*": [
53
- "libraries/components/*"
53
+ "node_modules/@wavemaker/app-ng-runtime/components/*"
54
54
  ],
55
55
  "@wm/transpiler": [
56
- "libraries/transpiler"
56
+ "node_modules/@wavemaker/app-ng-runtime/transpiler"
57
57
  ],
58
58
  "@wm/security": [
59
- "libraries/security"
59
+ "node_modules/@wavemaker/app-ng-runtime/security"
60
60
  ],
61
61
  "@swipey": [
62
- "libraries/swipey"
62
+ "node_modules/@wavemaker/app-ng-runtime/swipey"
63
63
  ],
64
64
  "@wm/http": [
65
- "libraries/http"
65
+ "node_modules/@wavemaker/app-ng-runtime/http"
66
66
  ],
67
67
  "@wm/oAuth": [
68
- "libraries/oAuth"
68
+ "node_modules/@wavemaker/app-ng-runtime/oAuth"
69
69
  ],
70
70
  "@wm/variables": [
71
- "libraries/variables"
71
+ "node_modules/@wavemaker/app-ng-runtime/variables"
72
72
  ],
73
73
  "@wm/mobile/core": [
74
- "libraries/mobile/core"
74
+ "node_modules/@wavemaker/app-ng-runtime/mobile/core"
75
75
  ],
76
76
  "@wm/mobile/components": [
77
- "libraries/mobile/components"
77
+ "node_modules/@wavemaker/app-ng-runtime/mobile/components"
78
78
  ],
79
79
  "@wm/mobile/offline": [
80
- "libraries/mobile/offline"
80
+ "node_modules/@wavemaker/app-ng-runtime/mobile/offline"
81
81
  ],
82
82
  "@wm/mobile/variables": [
83
- "libraries/mobile/variables"
83
+ "node_modules/@wavemaker/app-ng-runtime/mobile/variables"
84
84
  ],
85
85
  "@wm/runtime/base": [
86
- "libraries/runtime/base"
86
+ "node_modules/@wavemaker/app-ng-runtime/runtime/base"
87
87
  ],
88
88
  "@wm/runtime/dynamic": [
89
- "libraries/runtime/dynamic"
89
+ "node_modules/@wavemaker/app-ng-runtime/runtime/dynamic"
90
90
  ],
91
91
  "@wm/mobile/runtime": [
92
- "libraries/mobile/placeholder/runtime"
92
+ "node_modules/@wavemaker/app-ng-runtime/mobile/placeholder/runtime"
93
93
  ],
94
94
  "@wm/mobile/runtime-dynamic": [
95
- "libraries/mobile/placeholder/runtime/dynamic"
95
+ "node_modules/@wavemaker/app-ng-runtime/mobile/placeholder/runtime/dynamic"
96
96
  ]
97
97
  }
98
98
  },
99
- "angularCompilerOptions":{
99
+ "angularCompilerOptions": {
100
100
  "compilationMode": "full"
101
101
  }
102
- }
102
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.8.0-next.NULL",
3
+ "version": "11.8.0-rc.5615",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {