@wavemaker/angular-codegen 11.10.5-rc.6100 → 11.11.0-next.27920
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/angular-app/angular.json +4 -9
- package/angular-app/build-scripts/post-build.js +7 -47
- package/angular-app/dependency-report.html +1 -1
- package/angular-app/npm-shrinkwrap.json +111 -239
- package/angular-app/package-lock.json +111 -239
- package/angular-app/package.json +11 -21
- package/angular-app/src/app/bootstrap-wrapper.component.ts +10 -0
- package/angular-app/src/app/lazy-load-scripts.resolve.ts +2 -9
- package/angular-app/src/index.html +1 -0
- package/angular-app/src/main.ts +28 -32
- package/angular-app/tsconfig.json +0 -30
- package/angular-app/tsconfig.web-app.json +0 -21
- package/angular-app/wm-custom-webpack.config.js +18 -0
- package/dependencies/app.component.html +34 -26
- package/dependencies/pipe-provider.cjs.js +23477 -186
- package/dependencies/transpilation-web.cjs.js +12587 -816
- package/npm-shrinkwrap.json +85 -233
- package/package-lock.json +85 -233
- package/package.json +2 -2
- package/src/codegen.js +1 -1
- package/src/gen-app-codegen-module.js +1 -1
- package/src/gen-app-routes.js +1 -1
- package/src/gen-components.js +1 -1
- package/src/gen-index-html.js +1 -1
- package/src/gen-layouts.js +1 -1
- package/src/handlebar-helpers.js +1 -1
- package/src/pages-util.js +1 -1
- package/src/project-meta.js +1 -1
- package/src/update-angular-json.js +1 -1
- package/src/wm-utils.js +1 -1
- package/templates/app-routes.ts.hbs +2 -2
- package/templates/app.config.ts.hbs +128 -0
- package/templates/app.module.ts.hbs +0 -2
- package/templates/layout/layout.component.ts.hbs +26 -4
- package/templates/page/page.component.ts.hbs +36 -5
- package/dependencies/transpilation-mobile.cjs.js +0 -93554
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/angular-app",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.11.0-next.27920",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/angular-app",
|
|
9
|
-
"version": "11.
|
|
9
|
+
"version": "11.11.0-next.27920",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@angular/animations": "18.2.13",
|
|
12
12
|
"@angular/common": "18.2.13",
|
|
@@ -17,36 +17,25 @@
|
|
|
17
17
|
"@angular/platform-browser-dynamic": "18.2.13",
|
|
18
18
|
"@angular/router": "18.2.13",
|
|
19
19
|
"@angular/service-worker": "18.2.13",
|
|
20
|
-
"@awesome-cordova-plugins/app-version": "5.39.1",
|
|
21
|
-
"@awesome-cordova-plugins/barcode-scanner": "5.39.1",
|
|
22
|
-
"@awesome-cordova-plugins/calendar": "5.39.1",
|
|
23
|
-
"@awesome-cordova-plugins/camera": "5.39.1",
|
|
24
|
-
"@awesome-cordova-plugins/core": "5.39.1",
|
|
25
|
-
"@awesome-cordova-plugins/device": "5.39.1",
|
|
26
|
-
"@awesome-cordova-plugins/diagnostic": "5.39.1",
|
|
27
|
-
"@awesome-cordova-plugins/file": "5.39.1",
|
|
28
|
-
"@awesome-cordova-plugins/file-opener": "5.39.1",
|
|
29
|
-
"@awesome-cordova-plugins/geolocation": "5.39.1",
|
|
30
|
-
"@awesome-cordova-plugins/location-accuracy": "5.39.1",
|
|
31
|
-
"@awesome-cordova-plugins/media-capture": "5.39.1",
|
|
32
|
-
"@awesome-cordova-plugins/network": "5.39.1",
|
|
33
|
-
"@awesome-cordova-plugins/sqlite": "5.39.1",
|
|
34
|
-
"@awesome-cordova-plugins/vibration": "5.39.1",
|
|
35
20
|
"@babel/runtime": "7.14.8",
|
|
21
|
+
"@fullcalendar/core": "6.1.15",
|
|
22
|
+
"@fullcalendar/daygrid": "6.1.15",
|
|
23
|
+
"@fullcalendar/interaction": "6.1.15",
|
|
24
|
+
"@fullcalendar/list": "6.1.15",
|
|
25
|
+
"@fullcalendar/timegrid": "6.1.15",
|
|
36
26
|
"@metrichor/jmespath": "0.3.1",
|
|
37
|
-
"@wavemaker/app-ng-runtime": "11.
|
|
38
|
-
"@wavemaker/custom-widgets-m3": "11.
|
|
27
|
+
"@wavemaker/app-ng-runtime": "11.11.0-next.27920",
|
|
28
|
+
"@wavemaker/custom-widgets-m3": "11.11.0-next.27920",
|
|
39
29
|
"@wavemaker/focus-trap": "1.0.1",
|
|
40
|
-
"@wavemaker/foundation-css": "11.
|
|
30
|
+
"@wavemaker/foundation-css": "11.11.0-next.27920",
|
|
41
31
|
"@wavemaker/nvd3": "1.8.12",
|
|
42
|
-
"@wavemaker/variables": "11.
|
|
32
|
+
"@wavemaker/variables": "11.11.0-next.27920",
|
|
43
33
|
"@ztree/ztree_v3": "3.5.48",
|
|
44
34
|
"angular-imask": "^7.6.1",
|
|
45
35
|
"angular2-websocket": "0.9.7",
|
|
46
36
|
"core-js": "3.35.1",
|
|
47
37
|
"d3": "7.8.5",
|
|
48
38
|
"esbuild-wasm": "^0.24.2",
|
|
49
|
-
"fullcalendar": "5.3.1",
|
|
50
39
|
"hammerjs": "2.0.8",
|
|
51
40
|
"iscroll": "5.2.0",
|
|
52
41
|
"jquery": "3.7.1",
|
|
@@ -107,6 +96,7 @@
|
|
|
107
96
|
"jest-preset-angular": "^14.1.0",
|
|
108
97
|
"license-checker": "25.0.1",
|
|
109
98
|
"moment": "2.29.4",
|
|
99
|
+
"moment-locales-webpack-plugin": "^1.2.0",
|
|
110
100
|
"moment-timezone": "^0.5.34",
|
|
111
101
|
"ng-packagr": "17.3.0",
|
|
112
102
|
"npm-run-all": "4.1.5",
|
|
@@ -293,12 +283,12 @@
|
|
|
293
283
|
}
|
|
294
284
|
},
|
|
295
285
|
"node_modules/@angular-devkit/architect": {
|
|
296
|
-
"version": "0.1802.
|
|
297
|
-
"integrity": "sha512-
|
|
286
|
+
"version": "0.1802.17",
|
|
287
|
+
"integrity": "sha512-qIvQzpKimmC3IZFlLvLpcdVGY5RZqnVgVFguBx9jYJSZX608bM3/yUPO1U+I4KLBGrkq/Y6NNibMVoNA/y7Nvg==",
|
|
298
288
|
"dev": true,
|
|
299
289
|
"license": "MIT",
|
|
300
290
|
"dependencies": {
|
|
301
|
-
"@angular-devkit/core": "18.2.
|
|
291
|
+
"@angular-devkit/core": "18.2.17",
|
|
302
292
|
"rxjs": "7.8.1"
|
|
303
293
|
},
|
|
304
294
|
"engines": {
|
|
@@ -721,8 +711,8 @@
|
|
|
721
711
|
}
|
|
722
712
|
},
|
|
723
713
|
"node_modules/@angular-devkit/core": {
|
|
724
|
-
"version": "18.2.
|
|
725
|
-
"integrity": "sha512-
|
|
714
|
+
"version": "18.2.17",
|
|
715
|
+
"integrity": "sha512-buN3GFZ5uzgaAjx5toe+GDFKonNof0oJBRygWf+1Udx194Q1aUFxRk+mcQOUX+V2SEb7izUiaWWfH/ibvYCRYg==",
|
|
726
716
|
"dev": true,
|
|
727
717
|
"license": "MIT",
|
|
728
718
|
"dependencies": {
|
|
@@ -1581,185 +1571,6 @@
|
|
|
1581
1571
|
"@angular/core": "18.2.13"
|
|
1582
1572
|
}
|
|
1583
1573
|
},
|
|
1584
|
-
"node_modules/@awesome-cordova-plugins/app-version": {
|
|
1585
|
-
"version": "5.39.1",
|
|
1586
|
-
"integrity": "sha512-UQELx2IeQCMu+ngSnA0bSUKJfDHANT+RZ9EbuOtk+kmhzkbvjbnRhu7AWLA8q4fdXG8PlPljRcCZNxGT6+mraQ==",
|
|
1587
|
-
"license": "MIT",
|
|
1588
|
-
"dependencies": {
|
|
1589
|
-
"@types/cordova": "latest"
|
|
1590
|
-
},
|
|
1591
|
-
"peerDependencies": {
|
|
1592
|
-
"@awesome-cordova-plugins/core": "^5.1.0",
|
|
1593
|
-
"rxjs": "^5.5.0 || ^6.5.0 || ^7.3.0"
|
|
1594
|
-
}
|
|
1595
|
-
},
|
|
1596
|
-
"node_modules/@awesome-cordova-plugins/barcode-scanner": {
|
|
1597
|
-
"version": "5.39.1",
|
|
1598
|
-
"integrity": "sha512-gWolTyq2N5FSHbr56kAji4QVMO1ZQrdLIjoP02V8LsHpSs5vLL44b2rDlbjppUukhz9qfkaT3wTYjuY7M41uyA==",
|
|
1599
|
-
"license": "MIT",
|
|
1600
|
-
"dependencies": {
|
|
1601
|
-
"@types/cordova": "latest"
|
|
1602
|
-
},
|
|
1603
|
-
"peerDependencies": {
|
|
1604
|
-
"@awesome-cordova-plugins/core": "^5.1.0",
|
|
1605
|
-
"rxjs": "^5.5.0 || ^6.5.0 || ^7.3.0"
|
|
1606
|
-
}
|
|
1607
|
-
},
|
|
1608
|
-
"node_modules/@awesome-cordova-plugins/calendar": {
|
|
1609
|
-
"version": "5.39.1",
|
|
1610
|
-
"integrity": "sha512-WYyF14clIQnoUOMVrIWIPg3QOHjGw/nJ4JYgEfvjuQPtdT6kJ6k66Uc7brDOQE2SG18pvkeM+uEHRk1tzZD2Aw==",
|
|
1611
|
-
"license": "MIT",
|
|
1612
|
-
"dependencies": {
|
|
1613
|
-
"@types/cordova": "latest"
|
|
1614
|
-
},
|
|
1615
|
-
"peerDependencies": {
|
|
1616
|
-
"@awesome-cordova-plugins/core": "^5.1.0",
|
|
1617
|
-
"rxjs": "^5.5.0 || ^6.5.0 || ^7.3.0"
|
|
1618
|
-
}
|
|
1619
|
-
},
|
|
1620
|
-
"node_modules/@awesome-cordova-plugins/camera": {
|
|
1621
|
-
"version": "5.39.1",
|
|
1622
|
-
"integrity": "sha512-p+9pzJqec1FdjNgXdQomIzoC17ZKW0iedUkU3t/dqe+3tTgVS2J8EGljKdroz6fa3zkpdWX6QD17MJ9OfTuX7g==",
|
|
1623
|
-
"license": "MIT",
|
|
1624
|
-
"dependencies": {
|
|
1625
|
-
"@types/cordova": "latest"
|
|
1626
|
-
},
|
|
1627
|
-
"peerDependencies": {
|
|
1628
|
-
"@awesome-cordova-plugins/core": "^5.1.0",
|
|
1629
|
-
"rxjs": "^5.5.0 || ^6.5.0 || ^7.3.0"
|
|
1630
|
-
}
|
|
1631
|
-
},
|
|
1632
|
-
"node_modules/@awesome-cordova-plugins/core": {
|
|
1633
|
-
"version": "5.39.1",
|
|
1634
|
-
"integrity": "sha512-IHBemJf7/kNXCyOghNHckdSY+pu+59W5cTE8w2UMFKQCtJugXVkdDqBPQjmmefzKLmDNCJ+lYhbv0V3VIr6N2g==",
|
|
1635
|
-
"license": "MIT",
|
|
1636
|
-
"dependencies": {
|
|
1637
|
-
"@types/cordova": "latest"
|
|
1638
|
-
},
|
|
1639
|
-
"peerDependencies": {
|
|
1640
|
-
"rxjs": "^5.5.0 || ^6.5.0 || ^7.3.0"
|
|
1641
|
-
}
|
|
1642
|
-
},
|
|
1643
|
-
"node_modules/@awesome-cordova-plugins/device": {
|
|
1644
|
-
"version": "5.39.1",
|
|
1645
|
-
"integrity": "sha512-HdrlJHN+t8eTZ/5kMUTpaTFLpqcnCjVWqQFIIf4zz/q8klD0gqVhUV2+ZH/m9iYVRtjTB73W3VoVn+lzBkSl8A==",
|
|
1646
|
-
"license": "MIT",
|
|
1647
|
-
"dependencies": {
|
|
1648
|
-
"@types/cordova": "latest"
|
|
1649
|
-
},
|
|
1650
|
-
"peerDependencies": {
|
|
1651
|
-
"@awesome-cordova-plugins/core": "^5.1.0",
|
|
1652
|
-
"rxjs": "^5.5.0 || ^6.5.0 || ^7.3.0"
|
|
1653
|
-
}
|
|
1654
|
-
},
|
|
1655
|
-
"node_modules/@awesome-cordova-plugins/diagnostic": {
|
|
1656
|
-
"version": "5.39.1",
|
|
1657
|
-
"integrity": "sha512-MlcqnDQqWR26AsOw5i2Y/KHd+3LoClaZTs5OefIBtQE8BP6y0IEmTBiXunQfyrMN6xNAdo503d2V6lgXCjrf9A==",
|
|
1658
|
-
"license": "MIT",
|
|
1659
|
-
"dependencies": {
|
|
1660
|
-
"@types/cordova": "latest"
|
|
1661
|
-
},
|
|
1662
|
-
"peerDependencies": {
|
|
1663
|
-
"@awesome-cordova-plugins/core": "^5.1.0",
|
|
1664
|
-
"rxjs": "^5.5.0 || ^6.5.0 || ^7.3.0"
|
|
1665
|
-
}
|
|
1666
|
-
},
|
|
1667
|
-
"node_modules/@awesome-cordova-plugins/file": {
|
|
1668
|
-
"version": "5.39.1",
|
|
1669
|
-
"integrity": "sha512-DXJfPw5KDF43r+DGth8uVmKkh+m3qD+5lgwm/U1FVJTsqcicbzJXc6/gBSpdwvoBDWactHF1pj6sF4sp3HkIGw==",
|
|
1670
|
-
"license": "MIT",
|
|
1671
|
-
"dependencies": {
|
|
1672
|
-
"@types/cordova": "latest"
|
|
1673
|
-
},
|
|
1674
|
-
"peerDependencies": {
|
|
1675
|
-
"@awesome-cordova-plugins/core": "^5.1.0",
|
|
1676
|
-
"rxjs": "^5.5.0 || ^6.5.0 || ^7.3.0"
|
|
1677
|
-
}
|
|
1678
|
-
},
|
|
1679
|
-
"node_modules/@awesome-cordova-plugins/file-opener": {
|
|
1680
|
-
"version": "5.39.1",
|
|
1681
|
-
"integrity": "sha512-4ZYpvdyZqVnTbkhbRlEBk5VRiwDI83luyvgQTx0xXB+J4ArtYjEHQdpDiqmbaGdFOO2vy9uhCrHJvbm6+ERNWw==",
|
|
1682
|
-
"license": "MIT",
|
|
1683
|
-
"dependencies": {
|
|
1684
|
-
"@types/cordova": "latest"
|
|
1685
|
-
},
|
|
1686
|
-
"peerDependencies": {
|
|
1687
|
-
"@awesome-cordova-plugins/core": "^5.1.0",
|
|
1688
|
-
"rxjs": "^5.5.0 || ^6.5.0 || ^7.3.0"
|
|
1689
|
-
}
|
|
1690
|
-
},
|
|
1691
|
-
"node_modules/@awesome-cordova-plugins/geolocation": {
|
|
1692
|
-
"version": "5.39.1",
|
|
1693
|
-
"integrity": "sha512-MFOD7HuIvVncYp6AUCZygHeik61+01D3IQQmzcUbc7CNub7MK9jf0kdNx90ycVyelg7D/7AaUdxh2RZy5nHGkA==",
|
|
1694
|
-
"license": "MIT",
|
|
1695
|
-
"dependencies": {
|
|
1696
|
-
"@types/cordova": "latest"
|
|
1697
|
-
},
|
|
1698
|
-
"peerDependencies": {
|
|
1699
|
-
"@awesome-cordova-plugins/core": "^5.1.0",
|
|
1700
|
-
"rxjs": "^5.5.0 || ^6.5.0 || ^7.3.0"
|
|
1701
|
-
}
|
|
1702
|
-
},
|
|
1703
|
-
"node_modules/@awesome-cordova-plugins/location-accuracy": {
|
|
1704
|
-
"version": "5.39.1",
|
|
1705
|
-
"integrity": "sha512-CiocZlmR+fkJO4qVotbF4C8i7mtm7uHR8MiQI3BaaVrhQKmQoi70pstJonmBFhONVx3b69bMHoSc05z5A7zxVg==",
|
|
1706
|
-
"license": "MIT",
|
|
1707
|
-
"dependencies": {
|
|
1708
|
-
"@types/cordova": "latest"
|
|
1709
|
-
},
|
|
1710
|
-
"peerDependencies": {
|
|
1711
|
-
"@awesome-cordova-plugins/core": "^5.1.0",
|
|
1712
|
-
"rxjs": "^5.5.0 || ^6.5.0 || ^7.3.0"
|
|
1713
|
-
}
|
|
1714
|
-
},
|
|
1715
|
-
"node_modules/@awesome-cordova-plugins/media-capture": {
|
|
1716
|
-
"version": "5.39.1",
|
|
1717
|
-
"integrity": "sha512-OHYfuA7zdcrQ6U+wkRhSn0aXnS95yeOpplcQDQ7wS+v6ZnWG5vp94Sgk121XUallQ2eTZaL6hTQbS7/obiyh/Q==",
|
|
1718
|
-
"license": "MIT",
|
|
1719
|
-
"dependencies": {
|
|
1720
|
-
"@types/cordova": "latest"
|
|
1721
|
-
},
|
|
1722
|
-
"peerDependencies": {
|
|
1723
|
-
"@awesome-cordova-plugins/core": "^5.1.0",
|
|
1724
|
-
"rxjs": "^5.5.0 || ^6.5.0 || ^7.3.0"
|
|
1725
|
-
}
|
|
1726
|
-
},
|
|
1727
|
-
"node_modules/@awesome-cordova-plugins/network": {
|
|
1728
|
-
"version": "5.39.1",
|
|
1729
|
-
"integrity": "sha512-85phHMyHO0zS5/4ZmPfk+r8I8JKUfEZM5pxsSxLBB8XBt0oNjSQt+dQn83BaZPdLutIOc8d/tQl2jI3kf60K0Q==",
|
|
1730
|
-
"license": "MIT",
|
|
1731
|
-
"dependencies": {
|
|
1732
|
-
"@types/cordova": "latest"
|
|
1733
|
-
},
|
|
1734
|
-
"peerDependencies": {
|
|
1735
|
-
"@awesome-cordova-plugins/core": "^5.1.0",
|
|
1736
|
-
"rxjs": "^5.5.0 || ^6.5.0 || ^7.3.0"
|
|
1737
|
-
}
|
|
1738
|
-
},
|
|
1739
|
-
"node_modules/@awesome-cordova-plugins/sqlite": {
|
|
1740
|
-
"version": "5.39.1",
|
|
1741
|
-
"integrity": "sha512-XRzfo30gARBjqEtjwbyN/QP+PhLAmUuaMiDHbHA4PU2jTTarXrHwulLczVuprb0t//Q/D2I1EKr3UDfmeLROJg==",
|
|
1742
|
-
"license": "MIT",
|
|
1743
|
-
"dependencies": {
|
|
1744
|
-
"@types/cordova": "latest"
|
|
1745
|
-
},
|
|
1746
|
-
"peerDependencies": {
|
|
1747
|
-
"@awesome-cordova-plugins/core": "^5.1.0",
|
|
1748
|
-
"rxjs": "^5.5.0 || ^6.5.0 || ^7.3.0"
|
|
1749
|
-
}
|
|
1750
|
-
},
|
|
1751
|
-
"node_modules/@awesome-cordova-plugins/vibration": {
|
|
1752
|
-
"version": "5.39.1",
|
|
1753
|
-
"integrity": "sha512-XSyACER6UwsH3HgiXXekxzKuoQYK/CDLK7Bj0paGZaQ0c73+JNAnhNmj5VmrgFXJrg4MvybbC+IbCbIIRuvr5Q==",
|
|
1754
|
-
"license": "MIT",
|
|
1755
|
-
"dependencies": {
|
|
1756
|
-
"@types/cordova": "latest"
|
|
1757
|
-
},
|
|
1758
|
-
"peerDependencies": {
|
|
1759
|
-
"@awesome-cordova-plugins/core": "^5.1.0",
|
|
1760
|
-
"rxjs": "^5.5.0 || ^6.5.0 || ^7.3.0"
|
|
1761
|
-
}
|
|
1762
|
-
},
|
|
1763
1574
|
"node_modules/@babel/code-frame": {
|
|
1764
1575
|
"version": "7.26.2",
|
|
1765
1576
|
"integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
|
|
@@ -4783,6 +4594,49 @@
|
|
|
4783
4594
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
4784
4595
|
}
|
|
4785
4596
|
},
|
|
4597
|
+
"node_modules/@fullcalendar/core": {
|
|
4598
|
+
"version": "6.1.15",
|
|
4599
|
+
"integrity": "sha512-BuX7o6ALpLb84cMw1FCB9/cSgF4JbVO894cjJZ6kP74jzbUZNjtwffwRdA+Id8rrLjT30d/7TrkW90k4zbXB5Q==",
|
|
4600
|
+
"license": "MIT",
|
|
4601
|
+
"dependencies": {
|
|
4602
|
+
"preact": "~10.12.1"
|
|
4603
|
+
}
|
|
4604
|
+
},
|
|
4605
|
+
"node_modules/@fullcalendar/daygrid": {
|
|
4606
|
+
"version": "6.1.15",
|
|
4607
|
+
"integrity": "sha512-j8tL0HhfiVsdtOCLfzK2J0RtSkiad3BYYemwQKq512cx6btz6ZZ2RNc/hVnIxluuWFyvx5sXZwoeTJsFSFTEFA==",
|
|
4608
|
+
"license": "MIT",
|
|
4609
|
+
"peerDependencies": {
|
|
4610
|
+
"@fullcalendar/core": "~6.1.15"
|
|
4611
|
+
}
|
|
4612
|
+
},
|
|
4613
|
+
"node_modules/@fullcalendar/interaction": {
|
|
4614
|
+
"version": "6.1.15",
|
|
4615
|
+
"integrity": "sha512-DOTSkofizM7QItjgu7W68TvKKvN9PSEEvDJceyMbQDvlXHa7pm/WAVtAc6xSDZ9xmB1QramYoWGLHkCYbTW1rQ==",
|
|
4616
|
+
"license": "MIT",
|
|
4617
|
+
"peerDependencies": {
|
|
4618
|
+
"@fullcalendar/core": "~6.1.15"
|
|
4619
|
+
}
|
|
4620
|
+
},
|
|
4621
|
+
"node_modules/@fullcalendar/list": {
|
|
4622
|
+
"version": "6.1.15",
|
|
4623
|
+
"integrity": "sha512-U1bce04tYDwkFnuVImJSy2XalYIIQr6YusOWRPM/5ivHcJh67Gm8CIMSWpi3KdRSNKFkqBxLPkfZGBMaOcJYug==",
|
|
4624
|
+
"license": "MIT",
|
|
4625
|
+
"peerDependencies": {
|
|
4626
|
+
"@fullcalendar/core": "~6.1.15"
|
|
4627
|
+
}
|
|
4628
|
+
},
|
|
4629
|
+
"node_modules/@fullcalendar/timegrid": {
|
|
4630
|
+
"version": "6.1.15",
|
|
4631
|
+
"integrity": "sha512-61ORr3A148RtxQ2FNG7JKvacyA/TEVZ7z6I+3E9Oeu3dqTf6M928bFcpehRTIK6zIA6Yifs7BeWHgOE9dFnpbw==",
|
|
4632
|
+
"license": "MIT",
|
|
4633
|
+
"dependencies": {
|
|
4634
|
+
"@fullcalendar/daygrid": "~6.1.15"
|
|
4635
|
+
},
|
|
4636
|
+
"peerDependencies": {
|
|
4637
|
+
"@fullcalendar/core": "~6.1.15"
|
|
4638
|
+
}
|
|
4639
|
+
},
|
|
4786
4640
|
"node_modules/@humanwhocodes/config-array": {
|
|
4787
4641
|
"version": "0.13.0",
|
|
4788
4642
|
"integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
|
|
@@ -4883,12 +4737,12 @@
|
|
|
4883
4737
|
}
|
|
4884
4738
|
},
|
|
4885
4739
|
"node_modules/@inquirer/core/node_modules/@types/node": {
|
|
4886
|
-
"version": "22.
|
|
4887
|
-
"integrity": "sha512-
|
|
4740
|
+
"version": "22.14.0",
|
|
4741
|
+
"integrity": "sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==",
|
|
4888
4742
|
"dev": true,
|
|
4889
4743
|
"license": "MIT",
|
|
4890
4744
|
"dependencies": {
|
|
4891
|
-
"undici-types": "~6.
|
|
4745
|
+
"undici-types": "~6.21.0"
|
|
4892
4746
|
}
|
|
4893
4747
|
},
|
|
4894
4748
|
"node_modules/@inquirer/editor": {
|
|
@@ -7034,8 +6888,8 @@
|
|
|
7034
6888
|
]
|
|
7035
6889
|
},
|
|
7036
6890
|
"node_modules/@rollup/wasm-node": {
|
|
7037
|
-
"version": "4.
|
|
7038
|
-
"integrity": "sha512-
|
|
6891
|
+
"version": "4.39.0",
|
|
6892
|
+
"integrity": "sha512-hSzvI7Rd7mCw1OI/pkkmwPAlzSTJ2uspxti8yZR0ZRSoHLJuuWCTxGnbdCC3U9bSxtLQwvE0DyXSrj3BtoIl5g==",
|
|
7039
6893
|
"dev": true,
|
|
7040
6894
|
"license": "MIT",
|
|
7041
6895
|
"dependencies": {
|
|
@@ -7374,8 +7228,8 @@
|
|
|
7374
7228
|
}
|
|
7375
7229
|
},
|
|
7376
7230
|
"node_modules/@types/babel__generator": {
|
|
7377
|
-
"version": "7.
|
|
7378
|
-
"integrity": "sha512-
|
|
7231
|
+
"version": "7.27.0",
|
|
7232
|
+
"integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
|
|
7379
7233
|
"dev": true,
|
|
7380
7234
|
"license": "MIT",
|
|
7381
7235
|
"dependencies": {
|
|
@@ -7439,11 +7293,6 @@
|
|
|
7439
7293
|
"@types/node": "*"
|
|
7440
7294
|
}
|
|
7441
7295
|
},
|
|
7442
|
-
"node_modules/@types/cordova": {
|
|
7443
|
-
"version": "11.0.3",
|
|
7444
|
-
"integrity": "sha512-kyuRQ40/NWQVhqGIHq78Ehu2Bf9Mlg0LhmSmis6ZFJK7z933FRfYi8tHe/k/0fB+PGfCf95rJC6TO7dopaFvAg==",
|
|
7445
|
-
"license": "MIT"
|
|
7446
|
-
},
|
|
7447
7296
|
"node_modules/@types/estree": {
|
|
7448
7297
|
"version": "1.0.7",
|
|
7449
7298
|
"integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==",
|
|
@@ -8150,8 +7999,8 @@
|
|
|
8150
7999
|
}
|
|
8151
8000
|
},
|
|
8152
8001
|
"node_modules/@wavemaker/app-ng-runtime": {
|
|
8153
|
-
"version": "11.
|
|
8154
|
-
"integrity": "sha512-
|
|
8002
|
+
"version": "11.11.0-next.27920",
|
|
8003
|
+
"integrity": "sha512-MpnUaYtzFVA6/HZGGRdRcYjdV8oSII1aGNSPuJ97hvJ4AX1xNzG5tk2xzLGmMHYoWtm/P6b6sScTuQlROrNIeg==",
|
|
8155
8004
|
"license": "MIT",
|
|
8156
8005
|
"engines": {
|
|
8157
8006
|
"node": ">=18.16.1",
|
|
@@ -8159,8 +8008,8 @@
|
|
|
8159
8008
|
}
|
|
8160
8009
|
},
|
|
8161
8010
|
"node_modules/@wavemaker/custom-widgets-m3": {
|
|
8162
|
-
"version": "11.
|
|
8163
|
-
"integrity": "sha512
|
|
8011
|
+
"version": "11.11.0-next.27920",
|
|
8012
|
+
"integrity": "sha512-hRvbQnNk5zvoB0aM5YpNLItYurz56vctm5NvK8MDCAvKz4/Zq0CAyhvHYSLu+kcJrNjWHELjGxZUu5NOLpPmjQ==",
|
|
8164
8013
|
"license": "ISC"
|
|
8165
8014
|
},
|
|
8166
8015
|
"node_modules/@wavemaker/focus-trap": {
|
|
@@ -8173,8 +8022,8 @@
|
|
|
8173
8022
|
}
|
|
8174
8023
|
},
|
|
8175
8024
|
"node_modules/@wavemaker/foundation-css": {
|
|
8176
|
-
"version": "11.
|
|
8177
|
-
"integrity": "sha512-
|
|
8025
|
+
"version": "11.11.0-next.27920",
|
|
8026
|
+
"integrity": "sha512-1Hl+g+45JXTsuuNa6NvuHHyLvs30cZ2BXgSTDj6xKjVCExjGNH4kmL8EcZCkVUtw/K/DeprBuTVwkRQdbQSUog==",
|
|
8178
8027
|
"license": "ISC",
|
|
8179
8028
|
"dependencies": {
|
|
8180
8029
|
"chroma-js": "^3.1.2"
|
|
@@ -8189,8 +8038,8 @@
|
|
|
8189
8038
|
}
|
|
8190
8039
|
},
|
|
8191
8040
|
"node_modules/@wavemaker/variables": {
|
|
8192
|
-
"version": "11.
|
|
8193
|
-
"integrity": "sha512-
|
|
8041
|
+
"version": "11.11.0-next.27920",
|
|
8042
|
+
"integrity": "sha512-ibRU5GP6f+6Yuz3oXGhZ2OlWexLaUcmnpxUjznk79E7bqvBLSRhxv6GJv5rKiTh3DQYHk1Hh81o2vlf888Gi5w==",
|
|
8194
8043
|
"license": "ISC",
|
|
8195
8044
|
"dependencies": {
|
|
8196
8045
|
"@metrichor/jmespath": "^0.3.1",
|
|
@@ -9704,8 +9553,8 @@
|
|
|
9704
9553
|
}
|
|
9705
9554
|
},
|
|
9706
9555
|
"node_modules/caniuse-lite": {
|
|
9707
|
-
"version": "1.0.
|
|
9708
|
-
"integrity": "sha512-
|
|
9556
|
+
"version": "1.0.30001712",
|
|
9557
|
+
"integrity": "sha512-MBqPpGYYdQ7/hfKiet9SCI+nmN5/hp4ZzveOJubl5DTAMa5oggjAuoi0Z4onBpKPFI2ePGnQuQIzF3VxDjDJig==",
|
|
9709
9558
|
"dev": true,
|
|
9710
9559
|
"funding": [
|
|
9711
9560
|
{
|
|
@@ -11786,8 +11635,8 @@
|
|
|
11786
11635
|
}
|
|
11787
11636
|
},
|
|
11788
11637
|
"node_modules/electron-to-chromium": {
|
|
11789
|
-
"version": "1.5.
|
|
11790
|
-
"integrity": "sha512-
|
|
11638
|
+
"version": "1.5.132",
|
|
11639
|
+
"integrity": "sha512-QgX9EBvWGmvSRa74zqfnG7+Eno0Ak0vftBll0Pt2/z5b3bEGYL6OUXLgKPtvx73dn3dvwrlyVkjPKRRlhLYTEg==",
|
|
11791
11640
|
"dev": true,
|
|
11792
11641
|
"license": "ISC"
|
|
11793
11642
|
},
|
|
@@ -13248,11 +13097,6 @@
|
|
|
13248
13097
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
13249
13098
|
}
|
|
13250
13099
|
},
|
|
13251
|
-
"node_modules/fullcalendar": {
|
|
13252
|
-
"version": "5.3.1",
|
|
13253
|
-
"integrity": "sha512-qnZ0RpoWlp66+LWIQK0iT7nLPdlkR2i6uOn5fXEN7KM2VGeAlzWNFmjsMlP67UwraJdH1B0bYtQdaUK29llzkQ==",
|
|
13254
|
-
"license": "MIT"
|
|
13255
|
-
},
|
|
13256
13100
|
"node_modules/function-bind": {
|
|
13257
13101
|
"version": "1.1.2",
|
|
13258
13102
|
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
@@ -15722,8 +15566,8 @@
|
|
|
15722
15566
|
}
|
|
15723
15567
|
},
|
|
15724
15568
|
"node_modules/jest-preset-angular/node_modules/type-fest": {
|
|
15725
|
-
"version": "4.
|
|
15726
|
-
"integrity": "sha512-
|
|
15569
|
+
"version": "4.39.1",
|
|
15570
|
+
"integrity": "sha512-uW9qzd66uyHYxwyVBYiwS4Oi0qZyUqwjU+Oevr6ZogYiXt99EOYtwvzMSLw1c3lYo2HzJsep/NB23iEVEgjG/w==",
|
|
15727
15571
|
"dev": true,
|
|
15728
15572
|
"license": "(MIT OR CC0-1.0)",
|
|
15729
15573
|
"engines": {
|
|
@@ -16773,6 +16617,12 @@
|
|
|
16773
16617
|
"dev": true,
|
|
16774
16618
|
"license": "MIT"
|
|
16775
16619
|
},
|
|
16620
|
+
"node_modules/lodash.difference": {
|
|
16621
|
+
"version": "4.5.0",
|
|
16622
|
+
"integrity": "sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==",
|
|
16623
|
+
"dev": true,
|
|
16624
|
+
"license": "MIT"
|
|
16625
|
+
},
|
|
16776
16626
|
"node_modules/lodash.memoize": {
|
|
16777
16627
|
"version": "4.1.2",
|
|
16778
16628
|
"integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
|
|
@@ -17516,6 +17366,19 @@
|
|
|
17516
17366
|
"node": "*"
|
|
17517
17367
|
}
|
|
17518
17368
|
},
|
|
17369
|
+
"node_modules/moment-locales-webpack-plugin": {
|
|
17370
|
+
"version": "1.2.0",
|
|
17371
|
+
"integrity": "sha512-QAi5v0OlPUP7GXviKMtxnpBAo8WmTHrUNN7iciAhNOEAd9evCOvuN0g1N7ThIg3q11GLCkjY1zQ2saRcf/43nQ==",
|
|
17372
|
+
"dev": true,
|
|
17373
|
+
"license": "MIT",
|
|
17374
|
+
"dependencies": {
|
|
17375
|
+
"lodash.difference": "^4.5.0"
|
|
17376
|
+
},
|
|
17377
|
+
"peerDependencies": {
|
|
17378
|
+
"moment": "^2.8.0",
|
|
17379
|
+
"webpack": "^1 || ^2 || ^3 || ^4 || ^5"
|
|
17380
|
+
}
|
|
17381
|
+
},
|
|
17519
17382
|
"node_modules/moment-timezone": {
|
|
17520
17383
|
"version": "0.5.48",
|
|
17521
17384
|
"integrity": "sha512-f22b8LV1gbTO2ms2j2z13MuPogNoh5UzxL3nzNAYKGraILnbGc9NEE6dyiiiLv46DGRb8A4kg8UKWLjPthxBHw==",
|
|
@@ -20352,6 +20215,15 @@
|
|
|
20352
20215
|
"dev": true,
|
|
20353
20216
|
"license": "MIT"
|
|
20354
20217
|
},
|
|
20218
|
+
"node_modules/preact": {
|
|
20219
|
+
"version": "10.12.1",
|
|
20220
|
+
"integrity": "sha512-l8386ixSsBdbreOAkqtrwqHwdvR35ID8c3rKPa8lCWuO86dBi32QWHV4vfsZK1utLLFMvw+Z5Ad4XLkZzchscg==",
|
|
20221
|
+
"license": "MIT",
|
|
20222
|
+
"funding": {
|
|
20223
|
+
"type": "opencollective",
|
|
20224
|
+
"url": "https://opencollective.com/preact"
|
|
20225
|
+
}
|
|
20226
|
+
},
|
|
20355
20227
|
"node_modules/prelude-ls": {
|
|
20356
20228
|
"version": "1.2.1",
|
|
20357
20229
|
"integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
|
|
@@ -23890,8 +23762,8 @@
|
|
|
23890
23762
|
}
|
|
23891
23763
|
},
|
|
23892
23764
|
"node_modules/undici-types": {
|
|
23893
|
-
"version": "6.
|
|
23894
|
-
"integrity": "sha512-
|
|
23765
|
+
"version": "6.21.0",
|
|
23766
|
+
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
23895
23767
|
"dev": true,
|
|
23896
23768
|
"license": "MIT"
|
|
23897
23769
|
},
|
package/angular-app/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/angular-app",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.11.0-next.27920",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"ng": "ng",
|
|
6
6
|
"start": "./node_modules/.bin/ng serve",
|
|
@@ -30,35 +30,24 @@
|
|
|
30
30
|
"@angular/platform-browser-dynamic": "18.2.13",
|
|
31
31
|
"@angular/router": "18.2.13",
|
|
32
32
|
"@angular/service-worker": "18.2.13",
|
|
33
|
-
"@awesome-cordova-plugins/app-version": "5.39.1",
|
|
34
|
-
"@awesome-cordova-plugins/barcode-scanner": "5.39.1",
|
|
35
|
-
"@awesome-cordova-plugins/calendar": "5.39.1",
|
|
36
|
-
"@awesome-cordova-plugins/camera": "5.39.1",
|
|
37
|
-
"@awesome-cordova-plugins/core": "5.39.1",
|
|
38
|
-
"@awesome-cordova-plugins/device": "5.39.1",
|
|
39
|
-
"@awesome-cordova-plugins/diagnostic": "5.39.1",
|
|
40
|
-
"@awesome-cordova-plugins/file": "5.39.1",
|
|
41
|
-
"@awesome-cordova-plugins/file-opener": "5.39.1",
|
|
42
|
-
"@awesome-cordova-plugins/geolocation": "5.39.1",
|
|
43
|
-
"@awesome-cordova-plugins/location-accuracy": "5.39.1",
|
|
44
|
-
"@awesome-cordova-plugins/media-capture": "5.39.1",
|
|
45
|
-
"@awesome-cordova-plugins/network": "5.39.1",
|
|
46
|
-
"@awesome-cordova-plugins/sqlite": "5.39.1",
|
|
47
|
-
"@awesome-cordova-plugins/vibration": "5.39.1",
|
|
48
33
|
"@babel/runtime": "7.14.8",
|
|
34
|
+
"@fullcalendar/core": "6.1.15",
|
|
35
|
+
"@fullcalendar/daygrid": "6.1.15",
|
|
36
|
+
"@fullcalendar/interaction": "6.1.15",
|
|
37
|
+
"@fullcalendar/list": "6.1.15",
|
|
38
|
+
"@fullcalendar/timegrid": "6.1.15",
|
|
49
39
|
"@metrichor/jmespath": "0.3.1",
|
|
50
|
-
"@wavemaker/custom-widgets-m3": "11.
|
|
40
|
+
"@wavemaker/custom-widgets-m3": "11.11.0-next.27920",
|
|
51
41
|
"@wavemaker/focus-trap": "1.0.1",
|
|
52
|
-
"@wavemaker/foundation-css": "11.
|
|
42
|
+
"@wavemaker/foundation-css": "11.11.0-next.27920",
|
|
53
43
|
"@wavemaker/nvd3": "1.8.12",
|
|
54
|
-
"@wavemaker/variables": "11.
|
|
44
|
+
"@wavemaker/variables": "11.11.0-next.27920",
|
|
55
45
|
"@ztree/ztree_v3": "3.5.48",
|
|
56
46
|
"angular-imask": "^7.6.1",
|
|
57
47
|
"angular2-websocket": "0.9.7",
|
|
58
48
|
"core-js": "3.35.1",
|
|
59
49
|
"d3": "7.8.5",
|
|
60
50
|
"esbuild-wasm": "^0.24.2",
|
|
61
|
-
"fullcalendar": "5.3.1",
|
|
62
51
|
"hammerjs": "2.0.8",
|
|
63
52
|
"iscroll": "5.2.0",
|
|
64
53
|
"jquery": "3.7.1",
|
|
@@ -78,7 +67,7 @@
|
|
|
78
67
|
"tslib": "2.4.1",
|
|
79
68
|
"x2js": "3.4.4",
|
|
80
69
|
"zone.js": "0.14.10",
|
|
81
|
-
"@wavemaker/app-ng-runtime": "11.
|
|
70
|
+
"@wavemaker/app-ng-runtime": "11.11.0-next.27920"
|
|
82
71
|
},
|
|
83
72
|
"devDependencies": {
|
|
84
73
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|
|
@@ -120,6 +109,7 @@
|
|
|
120
109
|
"jest-preset-angular": "^14.1.0",
|
|
121
110
|
"license-checker": "25.0.1",
|
|
122
111
|
"moment": "2.29.4",
|
|
112
|
+
"moment-locales-webpack-plugin": "^1.2.0",
|
|
123
113
|
"moment-timezone": "^0.5.34",
|
|
124
114
|
"ng-packagr": "17.3.0",
|
|
125
115
|
"npm-run-all": "4.1.5",
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Component } from "@angular/core";
|
|
2
|
+
import { CommonModule } from "@angular/common";
|
|
3
|
+
|
|
4
|
+
@Component({
|
|
5
|
+
standalone: true,
|
|
6
|
+
template: `<ng-content></ng-content>`,
|
|
7
|
+
imports: [CommonModule],
|
|
8
|
+
selector: 'bootstrap-wrapper',
|
|
9
|
+
})
|
|
10
|
+
export class BootstrapWrapperComponent { }
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Injectable } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { ScriptLoaderService } from '@wm/core';
|
|
3
|
+
|
|
3
4
|
|
|
4
5
|
|
|
5
6
|
@Injectable()
|
|
@@ -8,13 +9,5 @@ export class LazyLoadScriptsResolve {
|
|
|
8
9
|
constructor(private scriptLoaderService: ScriptLoaderService) {}
|
|
9
10
|
|
|
10
11
|
async resolve() {
|
|
11
|
-
const scriptsToLoad = [];
|
|
12
|
-
if(isMobileApp()) {
|
|
13
|
-
scriptsToLoad.push('node_modules-hammerjs-hammer.min.js');
|
|
14
|
-
scriptsToLoad.push('node_modules-iscroll-build-iscroll.js');
|
|
15
|
-
}
|
|
16
|
-
if (scriptsToLoad.length > 0) {
|
|
17
|
-
await this.scriptLoaderService.load(...scriptsToLoad);
|
|
18
|
-
}
|
|
19
12
|
}
|
|
20
13
|
}
|