@wavemaker/angular-codegen 11.8.0-next.24864 → 11.8.0-next.NULL
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/angular.json +1811 -1882
- angular-codegen/angular-app/package-lock.json +5060 -7683
- angular-codegen/angular-app/package.json +5 -5
- angular-codegen/angular-app/tsconfig.json +31 -86
- angular-codegen/angular-app/tsconfig.web-app.json +24 -24
- angular-codegen/package.json +1 -1
|
@@ -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.
|
|
48
|
+
"@wavemaker/variables": "11.8.0-next.NULL",
|
|
49
49
|
"@ztree/ztree_v3": "3.5.48",
|
|
50
|
-
"angular-imask": "
|
|
50
|
+
"angular-imask": "7.6.0",
|
|
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.
|
|
74
|
+
"@wavemaker/app-ng-runtime": "11.8.0-next.NULL"
|
|
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.
|
|
90
|
+
"@types/jquery": "^3.5.16",
|
|
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-darwin-arm64": "4.9.5",
|
|
120
119
|
"@rollup/rollup-linux-x64-gnu": "4.9.5",
|
|
120
|
+
"@rollup/rollup-darwin-arm64": "4.9.5",
|
|
121
121
|
"@rollup/rollup-win32-x64": "4.9.5"
|
|
122
122
|
},
|
|
123
123
|
"engines": {
|
|
@@ -3,17 +3,10 @@
|
|
|
3
3
|
"compilerOptions": {
|
|
4
4
|
"baseUrl": "./",
|
|
5
5
|
"outDir": "./dist/out-tsc",
|
|
6
|
-
"downlevelIteration": true,
|
|
7
|
-
"declaration": false,
|
|
8
|
-
"sourceMap": true,
|
|
9
|
-
"emitDecoratorMetadata": true,
|
|
10
6
|
"experimentalDecorators": true,
|
|
11
7
|
"moduleResolution": "node",
|
|
12
8
|
"target": "ES2022",
|
|
13
9
|
"module": "ES2022",
|
|
14
|
-
"typeRoots": [
|
|
15
|
-
"node_modules/@types"
|
|
16
|
-
],
|
|
17
10
|
"paths": {
|
|
18
11
|
"rxjs/observable/throw": [
|
|
19
12
|
"node_modules/rxjs-compat/_esm2015/observable/throw"
|
|
@@ -21,102 +14,54 @@
|
|
|
21
14
|
"rxjs/observable/*": [
|
|
22
15
|
"node_modules/rxjs-compat/_esm2015/observable/*"
|
|
23
16
|
],
|
|
24
|
-
"rxjs/Observable": [
|
|
25
|
-
|
|
26
|
-
],
|
|
27
|
-
"@wm/
|
|
28
|
-
|
|
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
|
-
],
|
|
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"],
|
|
42
23
|
"@wm/components/basic": [
|
|
43
|
-
"
|
|
24
|
+
"libraries/components/basic/default/index.d.ts"
|
|
44
25
|
],
|
|
45
26
|
"@wm/components/input": [
|
|
46
|
-
"
|
|
27
|
+
"libraries/components/input/default/index.d.ts"
|
|
47
28
|
],
|
|
48
29
|
"@wm/components/page": [
|
|
49
|
-
"
|
|
30
|
+
"libraries/components/page/default/index.d.ts"
|
|
50
31
|
],
|
|
51
32
|
"@wm/mobile/components/basic": [
|
|
52
|
-
"
|
|
33
|
+
"libraries/mobile/components/basic/default/index.d.ts"
|
|
53
34
|
],
|
|
54
35
|
"@wm/mobile/components/page": [
|
|
55
|
-
"
|
|
36
|
+
"libraries/mobile/components/page/default/index.d.ts"
|
|
56
37
|
],
|
|
57
38
|
"@wm/components/dialogs": [
|
|
58
|
-
"
|
|
59
|
-
],
|
|
60
|
-
"@wm/mobile/components/*": [
|
|
61
|
-
|
|
62
|
-
],
|
|
63
|
-
"@wm/
|
|
64
|
-
|
|
65
|
-
],
|
|
66
|
-
"@wm/
|
|
67
|
-
|
|
68
|
-
],
|
|
69
|
-
"@wm/
|
|
70
|
-
|
|
71
|
-
],
|
|
72
|
-
"@
|
|
73
|
-
|
|
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
|
-
],
|
|
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"],
|
|
105
56
|
"@wm/mobile/runtime/dynamic": [
|
|
106
|
-
"
|
|
57
|
+
"libraries/mobile/runtime-dynamic/index.d.ts"
|
|
107
58
|
]
|
|
108
59
|
},
|
|
109
|
-
"lib": [
|
|
110
|
-
"es2020",
|
|
111
|
-
"dom"
|
|
112
|
-
],
|
|
60
|
+
"lib": ["es2020", "dom"],
|
|
113
61
|
"useDefineForClassFields": false,
|
|
114
62
|
"resolveJsonModule": true
|
|
115
63
|
},
|
|
116
64
|
"angularCompilerOptions": {
|
|
117
|
-
"compilationMode": "full",
|
|
118
|
-
"strictMetadataEmit": false,
|
|
119
|
-
"fullTemplateTypeCheck": false,
|
|
120
65
|
"extendedDiagnostics": {
|
|
121
66
|
"checks": {
|
|
122
67
|
"optionalChainNotNullable": "suppress"
|
|
@@ -127,4 +72,4 @@
|
|
|
127
72
|
"strictInputAccessModifiers": false,
|
|
128
73
|
"trace": true
|
|
129
74
|
}
|
|
130
|
-
}
|
|
75
|
+
}
|
|
@@ -29,74 +29,74 @@
|
|
|
29
29
|
"node_modules/rxjs-compat/_esm2015/Observable"
|
|
30
30
|
],
|
|
31
31
|
"@wm/build-task": [
|
|
32
|
-
"
|
|
32
|
+
"libraries/build-task/"
|
|
33
33
|
],
|
|
34
34
|
"@wm/mobile-build-task": [
|
|
35
|
-
"
|
|
35
|
+
"libraries/mobile-build-task"
|
|
36
36
|
],
|
|
37
37
|
"@wm/core": [
|
|
38
|
-
"
|
|
38
|
+
"libraries/core"
|
|
39
39
|
],
|
|
40
40
|
"@wm/components/basic": [
|
|
41
|
-
"
|
|
41
|
+
"libraries/components/basic/default"
|
|
42
42
|
],
|
|
43
43
|
"@wm/components/input": [
|
|
44
|
-
"
|
|
44
|
+
"libraries/components/input/default"
|
|
45
45
|
],
|
|
46
46
|
"@wm/components/page": [
|
|
47
|
-
"
|
|
47
|
+
"libraries/components/page/default"
|
|
48
48
|
],
|
|
49
49
|
"@wm/components/dialogs": [
|
|
50
|
-
"
|
|
50
|
+
"libraries/components/dialogs/default"
|
|
51
51
|
],
|
|
52
52
|
"@wm/components/*": [
|
|
53
|
-
"
|
|
53
|
+
"libraries/components/*"
|
|
54
54
|
],
|
|
55
55
|
"@wm/transpiler": [
|
|
56
|
-
"
|
|
56
|
+
"libraries/transpiler"
|
|
57
57
|
],
|
|
58
58
|
"@wm/security": [
|
|
59
|
-
"
|
|
59
|
+
"libraries/security"
|
|
60
60
|
],
|
|
61
61
|
"@swipey": [
|
|
62
|
-
"
|
|
62
|
+
"libraries/swipey"
|
|
63
63
|
],
|
|
64
64
|
"@wm/http": [
|
|
65
|
-
"
|
|
65
|
+
"libraries/http"
|
|
66
66
|
],
|
|
67
67
|
"@wm/oAuth": [
|
|
68
|
-
"
|
|
68
|
+
"libraries/oAuth"
|
|
69
69
|
],
|
|
70
70
|
"@wm/variables": [
|
|
71
|
-
"
|
|
71
|
+
"libraries/variables"
|
|
72
72
|
],
|
|
73
73
|
"@wm/mobile/core": [
|
|
74
|
-
"
|
|
74
|
+
"libraries/mobile/core"
|
|
75
75
|
],
|
|
76
76
|
"@wm/mobile/components": [
|
|
77
|
-
"
|
|
77
|
+
"libraries/mobile/components"
|
|
78
78
|
],
|
|
79
79
|
"@wm/mobile/offline": [
|
|
80
|
-
"
|
|
80
|
+
"libraries/mobile/offline"
|
|
81
81
|
],
|
|
82
82
|
"@wm/mobile/variables": [
|
|
83
|
-
"
|
|
83
|
+
"libraries/mobile/variables"
|
|
84
84
|
],
|
|
85
85
|
"@wm/runtime/base": [
|
|
86
|
-
"
|
|
86
|
+
"libraries/runtime/base"
|
|
87
87
|
],
|
|
88
88
|
"@wm/runtime/dynamic": [
|
|
89
|
-
"
|
|
89
|
+
"libraries/runtime/dynamic"
|
|
90
90
|
],
|
|
91
91
|
"@wm/mobile/runtime": [
|
|
92
|
-
"
|
|
92
|
+
"libraries/mobile/placeholder/runtime"
|
|
93
93
|
],
|
|
94
94
|
"@wm/mobile/runtime-dynamic": [
|
|
95
|
-
"
|
|
95
|
+
"libraries/mobile/placeholder/runtime/dynamic"
|
|
96
96
|
]
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
|
-
"angularCompilerOptions":
|
|
99
|
+
"angularCompilerOptions":{
|
|
100
100
|
"compilationMode": "full"
|
|
101
101
|
}
|
|
102
|
-
}
|
|
102
|
+
}
|