@wavemaker/angular-app 11.8.0-rc.5698 → 11.8.0-rc.5721
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.
- package/dependencies/app.component.html +28 -0
- package/dependencies/expression-parser.cjs.js +50533 -0
- package/dependencies/pipe-provider.cjs.js +206320 -0
- package/dependencies/transpilation-mobile.cjs.js +93287 -0
- package/dependencies/transpilation-web.cjs.js +104478 -0
- package/package-lock.json +10 -11
- package/package.json +8 -10
- package/pwa-assets/icons/icon-128x128.png +0 -0
- package/pwa-assets/icons/icon-144x144.png +0 -0
- package/pwa-assets/icons/icon-152x152.png +0 -0
- package/pwa-assets/icons/icon-192x192.png +0 -0
- package/pwa-assets/icons/icon-384x384.png +0 -0
- package/pwa-assets/icons/icon-512x512.png +0 -0
- package/pwa-assets/icons/icon-72x72.png +0 -0
- package/pwa-assets/icons/icon-96x96.png +0 -0
- package/pwa-assets/manifest.json +59 -0
- package/pwa-assets/ngsw-config.json +30 -0
- package/pwa-assets/wmsw-worker.js +24 -0
package/package-lock.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/angular-app",
|
|
3
|
-
"version": "11.8.0-rc.
|
|
3
|
+
"version": "11.8.0-rc.5721",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/angular-app",
|
|
9
|
-
"version": "11.8.0-rc.
|
|
10
|
-
"license": "MIT",
|
|
9
|
+
"version": "11.8.0-rc.5721",
|
|
11
10
|
"dependencies": {
|
|
12
11
|
"@angular/animations": "17.3.11",
|
|
13
12
|
"@angular/common": "17.3.11",
|
|
@@ -35,10 +34,10 @@
|
|
|
35
34
|
"@awesome-cordova-plugins/vibration": "5.39.1",
|
|
36
35
|
"@babel/runtime": "7.14.8",
|
|
37
36
|
"@metrichor/jmespath": "0.3.1",
|
|
38
|
-
"@wavemaker/app-ng-runtime": "11.8.0-rc.
|
|
37
|
+
"@wavemaker/app-ng-runtime": "11.8.0-rc.5721",
|
|
39
38
|
"@wavemaker/focus-trap": "1.0.1",
|
|
40
39
|
"@wavemaker/nvd3": "1.8.11",
|
|
41
|
-
"@wavemaker/variables": "11.8.0-rc.
|
|
40
|
+
"@wavemaker/variables": "11.8.0-rc.5721",
|
|
42
41
|
"@ztree/ztree_v3": "3.5.48",
|
|
43
42
|
"angular-imask": "^7.6.1",
|
|
44
43
|
"angular2-websocket": "0.9.7",
|
|
@@ -6437,9 +6436,9 @@
|
|
|
6437
6436
|
}
|
|
6438
6437
|
},
|
|
6439
6438
|
"node_modules/@wavemaker/app-ng-runtime": {
|
|
6440
|
-
"version": "11.8.0-rc.
|
|
6441
|
-
"resolved": "https://registry.npmjs.org/@wavemaker/app-ng-runtime/-/app-ng-runtime-11.8.0-rc.
|
|
6442
|
-
"integrity": "sha512-
|
|
6439
|
+
"version": "11.8.0-rc.5721",
|
|
6440
|
+
"resolved": "https://registry.npmjs.org/@wavemaker/app-ng-runtime/-/app-ng-runtime-11.8.0-rc.5721.tgz",
|
|
6441
|
+
"integrity": "sha512-ssiXmAQqa4JpiWlEVG6XKO66/cR5dlKGQsUqnR0olg5tWsxitzAaZBSE/FbkOKy5gLwA2AmydH+Yuo3qwBetzQ==",
|
|
6443
6442
|
"engines": {
|
|
6444
6443
|
"node": ">=18.16.1",
|
|
6445
6444
|
"npm": ">=9.5.1"
|
|
@@ -6463,9 +6462,9 @@
|
|
|
6463
6462
|
}
|
|
6464
6463
|
},
|
|
6465
6464
|
"node_modules/@wavemaker/variables": {
|
|
6466
|
-
"version": "11.8.0-rc.
|
|
6467
|
-
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.8.0-rc.
|
|
6468
|
-
"integrity": "sha512-
|
|
6465
|
+
"version": "11.8.0-rc.5721",
|
|
6466
|
+
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.8.0-rc.5721.tgz",
|
|
6467
|
+
"integrity": "sha512-TvicN2g3NLujtXdvnnDoSkhI0z29vuuSLSBXICNLNndufBvGpcMq6QxA8XexgCa5aEfdytyJxxQjZX1EVV+YPg==",
|
|
6469
6468
|
"dependencies": {
|
|
6470
6469
|
"@metrichor/jmespath": "^0.3.1",
|
|
6471
6470
|
"he": "^1.2.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/angular-app",
|
|
3
|
-
"version": "11.8.0-rc.
|
|
3
|
+
"version": "11.8.0-rc.5721",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"ng": "ng",
|
|
6
6
|
"start": "./node_modules/.bin/ng serve",
|
|
@@ -15,8 +15,10 @@
|
|
|
15
15
|
"optimizecss": "gulp --gulpfile build-scripts/optimize-css.gulpfile.js",
|
|
16
16
|
"owasp": "owasp-dependency-check --project \"wavemaker-ng-runtime\" -f \"ALL\""
|
|
17
17
|
},
|
|
18
|
-
"
|
|
19
|
-
|
|
18
|
+
"files": [
|
|
19
|
+
"**/*",
|
|
20
|
+
".npmrc"
|
|
21
|
+
],
|
|
20
22
|
"dependencies": {
|
|
21
23
|
"@angular/animations": "17.3.11",
|
|
22
24
|
"@angular/common": "17.3.11",
|
|
@@ -46,7 +48,7 @@
|
|
|
46
48
|
"@metrichor/jmespath": "0.3.1",
|
|
47
49
|
"@wavemaker/focus-trap": "1.0.1",
|
|
48
50
|
"@wavemaker/nvd3": "1.8.11",
|
|
49
|
-
"@wavemaker/variables": "11.8.0-rc.
|
|
51
|
+
"@wavemaker/variables": "11.8.0-rc.5721",
|
|
50
52
|
"@ztree/ztree_v3": "3.5.48",
|
|
51
53
|
"angular-imask": "^7.6.1",
|
|
52
54
|
"angular2-websocket": "0.9.7",
|
|
@@ -71,7 +73,7 @@
|
|
|
71
73
|
"tslib": "2.4.1",
|
|
72
74
|
"x2js": "3.4.4",
|
|
73
75
|
"zone.js": "0.14.7",
|
|
74
|
-
"@wavemaker/app-ng-runtime": "11.8.0-rc.
|
|
76
|
+
"@wavemaker/app-ng-runtime": "11.8.0-rc.5721"
|
|
75
77
|
},
|
|
76
78
|
"devDependencies": {
|
|
77
79
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|
|
@@ -126,9 +128,5 @@
|
|
|
126
128
|
"node": ">=18.16.1",
|
|
127
129
|
"npm": ">=9.5.1"
|
|
128
130
|
},
|
|
129
|
-
"engineStrict": true
|
|
130
|
-
"files": [
|
|
131
|
-
"**/*",
|
|
132
|
-
".npmrc"
|
|
133
|
-
]
|
|
131
|
+
"engineStrict": true
|
|
134
132
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "wm-pwa",
|
|
3
|
+
"short_name": "wm-pwa",
|
|
4
|
+
"theme_color": "#2c3049",
|
|
5
|
+
"background_color": "#fafafa",
|
|
6
|
+
"display": "standalone",
|
|
7
|
+
"scope": "./",
|
|
8
|
+
"start_url": "./",
|
|
9
|
+
"icons": [
|
|
10
|
+
{
|
|
11
|
+
"src": "./ng-bundle/assets/icons/icon-72x72.png",
|
|
12
|
+
"sizes": "72x72",
|
|
13
|
+
"type": "image/png",
|
|
14
|
+
"purpose": "maskable any"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"src": "./ng-bundle/assets/icons/icon-96x96.png",
|
|
18
|
+
"sizes": "96x96",
|
|
19
|
+
"type": "image/png",
|
|
20
|
+
"purpose": "maskable any"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"src": "./ng-bundle/assets/icons/icon-128x128.png",
|
|
24
|
+
"sizes": "128x128",
|
|
25
|
+
"type": "image/png",
|
|
26
|
+
"purpose": "maskable any"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"src": "./ng-bundle/assets/icons/icon-144x144.png",
|
|
30
|
+
"sizes": "144x144",
|
|
31
|
+
"type": "image/png",
|
|
32
|
+
"purpose": "maskable any"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"src": "./ng-bundle/assets/icons/icon-152x152.png",
|
|
36
|
+
"sizes": "152x152",
|
|
37
|
+
"type": "image/png",
|
|
38
|
+
"purpose": "maskable any"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"src": "./ng-bundle/assets/icons/icon-192x192.png",
|
|
42
|
+
"sizes": "192x192",
|
|
43
|
+
"type": "image/png",
|
|
44
|
+
"purpose": "maskable any"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"src": "./ng-bundle/assets/icons/icon-384x384.png",
|
|
48
|
+
"sizes": "384x384",
|
|
49
|
+
"type": "image/png",
|
|
50
|
+
"purpose": "maskable any"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"src": "./ng-bundle/assets/icons/icon-512x512.png",
|
|
54
|
+
"sizes": "512x512",
|
|
55
|
+
"type": "image/png",
|
|
56
|
+
"purpose": "maskable any"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"index": "/index.html",
|
|
3
|
+
"assetGroups": [
|
|
4
|
+
{
|
|
5
|
+
"name": "app",
|
|
6
|
+
"installMode": "prefetch",
|
|
7
|
+
"resources": {
|
|
8
|
+
"files": [
|
|
9
|
+
"/favicon.ico",
|
|
10
|
+
"/index.html",
|
|
11
|
+
"/manifest.json",
|
|
12
|
+
"/*.css",
|
|
13
|
+
"/*.js"
|
|
14
|
+
],
|
|
15
|
+
"urls": []
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "assets",
|
|
20
|
+
"installMode": "lazy",
|
|
21
|
+
"resources": {
|
|
22
|
+
"files": [
|
|
23
|
+
"/assets/**",
|
|
24
|
+
"/*.(eot|svg|cur|jpg|png|webp|gif|otf|ttf|woff|woff2|ani)"
|
|
25
|
+
],
|
|
26
|
+
"urls": []
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
]
|
|
30
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
importScripts("./ngsw-worker.js");
|
|
2
|
+
|
|
3
|
+
(function () {
|
|
4
|
+
"use strict";
|
|
5
|
+
|
|
6
|
+
self.addEventListener("notificationclick", (event) => {
|
|
7
|
+
const notificationUrl = event.notification.data?.url;
|
|
8
|
+
event.notification.close();
|
|
9
|
+
// Enumerate windows, and call window.focus(), or open a new one.
|
|
10
|
+
event.waitUntil(
|
|
11
|
+
clients.matchAll().then((matchedClients) => {
|
|
12
|
+
for (let client of matchedClients) {
|
|
13
|
+
if (!notificationUrl) {
|
|
14
|
+
return client.focus();
|
|
15
|
+
}
|
|
16
|
+
if (client.url === notificationUrl) {
|
|
17
|
+
return client.focus();
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
return clients.openWindow(notificationUrl);
|
|
21
|
+
})
|
|
22
|
+
);
|
|
23
|
+
});
|
|
24
|
+
})();
|