@wavemaker/angular-app 11.10.3-next.25128 → 11.10.3-rc.6079
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 +26 -34
- package/dependency-report.html +1 -1
- package/npm-shrinkwrap.json +39 -39
- package/package-lock.json +39 -39
- package/package.json +5 -5
|
@@ -1,36 +1,28 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
<
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
@if (!isApplicationType) {
|
|
28
|
-
<div wmAlertDialog name="PrefabAlertDialog" title.bind="title" message.bind="text" oktext.bind="okButtonText"
|
|
29
|
-
canceltext.bind="cancelButtonText" closable="false" iconclass.bind="iconclass"
|
|
30
|
-
escape.event="onEscape()" ok.event="onOk()" cancel.event="onCancel()" close.event="onClose()" opened.event="onOpen()"></div>
|
|
31
|
-
}
|
|
32
|
-
<div wmAppExt></div>
|
|
33
|
-
<i id="wm-mobile-display"></i>
|
|
34
|
-
}
|
|
1
|
+
<ng-container *ngIf="startApp">
|
|
2
|
+
<router-outlet></router-outlet>
|
|
3
|
+
<div wmContainer partialContainer content="Common" hidden class="ng-hide" *ngIf="isApplicationType"></div>
|
|
4
|
+
<app-spinner name="globalspinner" classname="global-spinner" role="alert" aria-live="assertive" [attr.aria-label]="spinner.arialabel || 'Loading'" [show]="spinner.show" [spinnermessages]="spinner.messages"></app-spinner>
|
|
5
|
+
<div wmDialog name="oAuthLoginDialog" title="Application is requesting you to sign in with"
|
|
6
|
+
close.event="closeOAuthDialog()">
|
|
7
|
+
<ng-template #dialogBody>
|
|
8
|
+
<ul class="list-items">
|
|
9
|
+
<li class="list-item" *ngFor="let provider of providersConfig">
|
|
10
|
+
<button class="btn" (click)="provider.invoke()">{{provider.name}}</button>
|
|
11
|
+
</li>
|
|
12
|
+
</ul>
|
|
13
|
+
</ng-template>
|
|
14
|
+
</div>
|
|
15
|
+
<div wmConfirmDialog name="_app-confirm-dialog" title.bind="title" message.bind="message" oktext.bind="oktext"
|
|
16
|
+
canceltext.bind="canceltext" closable="false" iconclass.bind="iconclass"
|
|
17
|
+
escape.event="onEscape()" ok.event="onOk()" cancel.event="onCancel()" close.event="onClose()" opened.event="onOpen()"></div>
|
|
18
|
+
<div *ngIf="!isApplicationType" wmConfirmDialog name="PrefabConfirmDialog" title.bind="title" message.bind="text" oktext.bind="okButtonText"
|
|
19
|
+
canceltext.bind="cancelButtonText" closable="false" iconclass.bind="iconclass"
|
|
20
|
+
escape.event="onEscape()" ok.event="onOk()" cancel.event="onCancel()" close.event="onClose()" opened.event="onOpen()"></div>
|
|
21
|
+
<div *ngIf="!isApplicationType" wmAlertDialog name="PrefabAlertDialog" title.bind="title" message.bind="text" oktext.bind="okButtonText"
|
|
22
|
+
canceltext.bind="cancelButtonText" closable="false" iconclass.bind="iconclass"
|
|
23
|
+
escape.event="onEscape()" ok.event="onOk()" cancel.event="onCancel()" close.event="onClose()" opened.event="onOpen()"></div>
|
|
24
|
+
<div wmAppExt></div>
|
|
25
|
+
<i id="wm-mobile-display"></i>
|
|
26
|
+
</ng-container>
|
|
35
27
|
<!--Dummy container to create the component dynamically-->
|
|
36
28
|
<ng-container #dynamicComponent></ng-container>
|
package/dependency-report.html
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/angular-app",
|
|
3
|
-
"version": "11.10.3-
|
|
3
|
+
"version": "11.10.3-rc.6079",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/angular-app",
|
|
9
|
-
"version": "11.10.3-
|
|
9
|
+
"version": "11.10.3-rc.6079",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@angular/animations": "18.2.13",
|
|
12
12
|
"@angular/common": "18.2.13",
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"@awesome-cordova-plugins/vibration": "5.39.1",
|
|
35
35
|
"@babel/runtime": "7.14.8",
|
|
36
36
|
"@metrichor/jmespath": "0.3.1",
|
|
37
|
-
"@wavemaker/app-ng-runtime": "11.10.3-
|
|
38
|
-
"@wavemaker/custom-widgets-m3": "11.10.3-
|
|
37
|
+
"@wavemaker/app-ng-runtime": "11.10.3-rc.6079",
|
|
38
|
+
"@wavemaker/custom-widgets-m3": "11.10.3-rc.6079",
|
|
39
39
|
"@wavemaker/focus-trap": "1.0.1",
|
|
40
|
-
"@wavemaker/foundation-css": "11.10.3-
|
|
40
|
+
"@wavemaker/foundation-css": "11.10.3-rc.6079",
|
|
41
41
|
"@wavemaker/nvd3": "1.8.12",
|
|
42
|
-
"@wavemaker/variables": "11.10.3-
|
|
42
|
+
"@wavemaker/variables": "11.10.3-rc.6079",
|
|
43
43
|
"@ztree/ztree_v3": "3.5.48",
|
|
44
44
|
"angular-imask": "^7.6.1",
|
|
45
45
|
"angular2-websocket": "0.9.7",
|
|
@@ -4844,8 +4844,8 @@
|
|
|
4844
4844
|
}
|
|
4845
4845
|
},
|
|
4846
4846
|
"node_modules/@inquirer/core/node_modules/@types/node": {
|
|
4847
|
-
"version": "22.13.
|
|
4848
|
-
"integrity": "sha512
|
|
4847
|
+
"version": "22.13.9",
|
|
4848
|
+
"integrity": "sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw==",
|
|
4849
4849
|
"dev": true,
|
|
4850
4850
|
"license": "MIT",
|
|
4851
4851
|
"dependencies": {
|
|
@@ -6995,8 +6995,8 @@
|
|
|
6995
6995
|
]
|
|
6996
6996
|
},
|
|
6997
6997
|
"node_modules/@rollup/wasm-node": {
|
|
6998
|
-
"version": "4.34.
|
|
6999
|
-
"integrity": "sha512
|
|
6998
|
+
"version": "4.34.9",
|
|
6999
|
+
"integrity": "sha512-DP0PulB23rUUC6uxNV4BVm6pqh77LASzeEggSnnNkBkXKxfpJiLe6UW/fsVfsFv2dWZ3r5EQVeYo2q/hg09SZg==",
|
|
7000
7000
|
"dev": true,
|
|
7001
7001
|
"license": "MIT",
|
|
7002
7002
|
"dependencies": {
|
|
@@ -7529,8 +7529,8 @@
|
|
|
7529
7529
|
"license": "MIT"
|
|
7530
7530
|
},
|
|
7531
7531
|
"node_modules/@types/lodash": {
|
|
7532
|
-
"version": "4.17.
|
|
7533
|
-
"integrity": "sha512-
|
|
7532
|
+
"version": "4.17.16",
|
|
7533
|
+
"integrity": "sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==",
|
|
7534
7534
|
"dev": true,
|
|
7535
7535
|
"license": "MIT"
|
|
7536
7536
|
},
|
|
@@ -7666,8 +7666,8 @@
|
|
|
7666
7666
|
"license": "MIT"
|
|
7667
7667
|
},
|
|
7668
7668
|
"node_modules/@types/ws": {
|
|
7669
|
-
"version": "8.
|
|
7670
|
-
"integrity": "sha512-
|
|
7669
|
+
"version": "8.18.0",
|
|
7670
|
+
"integrity": "sha512-8svvI3hMyvN0kKCJMvTJP/x6Y/EoQbepff882wL+Sn5QsXb3etnamgrJq4isrBxSJj5L2AuXcI0+bgkoAXGUJw==",
|
|
7671
7671
|
"dev": true,
|
|
7672
7672
|
"license": "MIT",
|
|
7673
7673
|
"dependencies": {
|
|
@@ -8111,8 +8111,8 @@
|
|
|
8111
8111
|
}
|
|
8112
8112
|
},
|
|
8113
8113
|
"node_modules/@wavemaker/app-ng-runtime": {
|
|
8114
|
-
"version": "11.10.3-
|
|
8115
|
-
"integrity": "sha512-
|
|
8114
|
+
"version": "11.10.3-rc.6079",
|
|
8115
|
+
"integrity": "sha512-ga9KBP0kF3IYK6jwUxLNQXcryNRo3aMbcK0QAw6W5WDNnsENbgJcqKktehgWAV7Yxc2+OESx3A3ywvON/beVoQ==",
|
|
8116
8116
|
"license": "MIT",
|
|
8117
8117
|
"engines": {
|
|
8118
8118
|
"node": ">=18.16.1",
|
|
@@ -8120,8 +8120,8 @@
|
|
|
8120
8120
|
}
|
|
8121
8121
|
},
|
|
8122
8122
|
"node_modules/@wavemaker/custom-widgets-m3": {
|
|
8123
|
-
"version": "11.10.3-
|
|
8124
|
-
"integrity": "sha512-
|
|
8123
|
+
"version": "11.10.3-rc.6079",
|
|
8124
|
+
"integrity": "sha512-jMvXKE773o7q6t7Nd7luyOApTt4LrI6M9b01xyXmn4mUP8woVTCD/W9DP+BF6OEFF0FmeqtISFOuShf/ql1FNQ==",
|
|
8125
8125
|
"license": "ISC"
|
|
8126
8126
|
},
|
|
8127
8127
|
"node_modules/@wavemaker/focus-trap": {
|
|
@@ -8134,8 +8134,8 @@
|
|
|
8134
8134
|
}
|
|
8135
8135
|
},
|
|
8136
8136
|
"node_modules/@wavemaker/foundation-css": {
|
|
8137
|
-
"version": "11.10.3-
|
|
8138
|
-
"integrity": "sha512
|
|
8137
|
+
"version": "11.10.3-rc.6079",
|
|
8138
|
+
"integrity": "sha512-6B6Mun+JFqijM3BC+cEmEKEB0vp4maN3BRosK9XYNvqZPlsPJe/1HyXD3EmWxPBSLNhdTClRJojc19Yh/oyyVw==",
|
|
8139
8139
|
"license": "ISC"
|
|
8140
8140
|
},
|
|
8141
8141
|
"node_modules/@wavemaker/nvd3": {
|
|
@@ -8147,8 +8147,8 @@
|
|
|
8147
8147
|
}
|
|
8148
8148
|
},
|
|
8149
8149
|
"node_modules/@wavemaker/variables": {
|
|
8150
|
-
"version": "11.10.3-
|
|
8151
|
-
"integrity": "sha512-
|
|
8150
|
+
"version": "11.10.3-rc.6079",
|
|
8151
|
+
"integrity": "sha512-I+Ja3Y9n+MzJvFMIv3vYAINN7ycqppn2VtIAzcXAGSHVYOLdUpzlhEnc27JhlOL7oXP+xJkVrnUFftPDeaIRBw==",
|
|
8152
8152
|
"license": "ISC",
|
|
8153
8153
|
"dependencies": {
|
|
8154
8154
|
"@metrichor/jmespath": "^0.3.1",
|
|
@@ -9620,13 +9620,13 @@
|
|
|
9620
9620
|
}
|
|
9621
9621
|
},
|
|
9622
9622
|
"node_modules/call-bound": {
|
|
9623
|
-
"version": "1.0.
|
|
9624
|
-
"integrity": "sha512
|
|
9623
|
+
"version": "1.0.4",
|
|
9624
|
+
"integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
|
|
9625
9625
|
"dev": true,
|
|
9626
9626
|
"license": "MIT",
|
|
9627
9627
|
"dependencies": {
|
|
9628
|
-
"call-bind-apply-helpers": "^1.0.
|
|
9629
|
-
"get-intrinsic": "^1.
|
|
9628
|
+
"call-bind-apply-helpers": "^1.0.2",
|
|
9629
|
+
"get-intrinsic": "^1.3.0"
|
|
9630
9630
|
},
|
|
9631
9631
|
"engines": {
|
|
9632
9632
|
"node": ">= 0.4"
|
|
@@ -9662,8 +9662,8 @@
|
|
|
9662
9662
|
}
|
|
9663
9663
|
},
|
|
9664
9664
|
"node_modules/caniuse-lite": {
|
|
9665
|
-
"version": "1.0.
|
|
9666
|
-
"integrity": "sha512-
|
|
9665
|
+
"version": "1.0.30001702",
|
|
9666
|
+
"integrity": "sha512-LoPe/D7zioC0REI5W73PeR1e1MLCipRGq/VkovJnd6Df+QVqT+vT33OXCp8QUd7kA7RZrHWxb1B36OQKI/0gOA==",
|
|
9667
9667
|
"dev": true,
|
|
9668
9668
|
"funding": [
|
|
9669
9669
|
{
|
|
@@ -10529,12 +10529,12 @@
|
|
|
10529
10529
|
}
|
|
10530
10530
|
},
|
|
10531
10531
|
"node_modules/core-js-compat": {
|
|
10532
|
-
"version": "3.
|
|
10533
|
-
"integrity": "sha512-
|
|
10532
|
+
"version": "3.41.0",
|
|
10533
|
+
"integrity": "sha512-RFsU9LySVue9RTwdDVX/T0e2Y6jRYWXERKElIjpuEOEnxaXffI0X7RUwVzfYLfzuLXSNJDYoRYUAmRUcyln20A==",
|
|
10534
10534
|
"dev": true,
|
|
10535
10535
|
"license": "MIT",
|
|
10536
10536
|
"dependencies": {
|
|
10537
|
-
"browserslist": "^4.24.
|
|
10537
|
+
"browserslist": "^4.24.4"
|
|
10538
10538
|
},
|
|
10539
10539
|
"funding": {
|
|
10540
10540
|
"type": "opencollective",
|
|
@@ -10542,8 +10542,8 @@
|
|
|
10542
10542
|
}
|
|
10543
10543
|
},
|
|
10544
10544
|
"node_modules/core-js-pure": {
|
|
10545
|
-
"version": "3.
|
|
10546
|
-
"integrity": "sha512-
|
|
10545
|
+
"version": "3.41.0",
|
|
10546
|
+
"integrity": "sha512-71Gzp96T9YPk63aUvE5Q5qP+DryB4ZloUZPSOebGM88VNw8VNfvdA7z6kGA8iGOTEzAomsRidp4jXSmUIJsL+Q==",
|
|
10547
10547
|
"hasInstallScript": true,
|
|
10548
10548
|
"license": "MIT",
|
|
10549
10549
|
"funding": {
|
|
@@ -11739,8 +11739,8 @@
|
|
|
11739
11739
|
}
|
|
11740
11740
|
},
|
|
11741
11741
|
"node_modules/electron-to-chromium": {
|
|
11742
|
-
"version": "1.5.
|
|
11743
|
-
"integrity": "sha512-
|
|
11742
|
+
"version": "1.5.112",
|
|
11743
|
+
"integrity": "sha512-oen93kVyqSb3l+ziUgzIOlWt/oOuy4zRmpwestMn4rhFWAoFJeFuCVte9F2fASjeZZo7l/Cif9TiyrdW4CwEMA==",
|
|
11744
11744
|
"dev": true,
|
|
11745
11745
|
"license": "ISC"
|
|
11746
11746
|
},
|
|
@@ -18939,8 +18939,8 @@
|
|
|
18939
18939
|
}
|
|
18940
18940
|
},
|
|
18941
18941
|
"node_modules/nwsapi": {
|
|
18942
|
-
"version": "2.2.
|
|
18943
|
-
"integrity": "sha512-
|
|
18942
|
+
"version": "2.2.18",
|
|
18943
|
+
"integrity": "sha512-p1TRH/edngVEHVbwqWnxUViEmq5znDvyB+Sik5cmuLpGOIfDf/39zLiq3swPF8Vakqn+gvNiOQAZu8djYlQILA==",
|
|
18944
18944
|
"dev": true,
|
|
18945
18945
|
"license": "MIT"
|
|
18946
18946
|
},
|
|
@@ -22872,8 +22872,8 @@
|
|
|
22872
22872
|
}
|
|
22873
22873
|
},
|
|
22874
22874
|
"node_modules/terser-webpack-plugin": {
|
|
22875
|
-
"version": "5.3.
|
|
22876
|
-
"integrity": "sha512-
|
|
22875
|
+
"version": "5.3.13",
|
|
22876
|
+
"integrity": "sha512-JG3pBixF6kx2o0Yfz2K6pqh72DpwTI08nooHd06tcj5WyIt5SsSiUYqRT+kemrGUNSuSzVhwfZ28aO8gogajNQ==",
|
|
22877
22877
|
"dev": true,
|
|
22878
22878
|
"license": "MIT",
|
|
22879
22879
|
"dependencies": {
|
package/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/angular-app",
|
|
3
|
-
"version": "11.10.3-
|
|
3
|
+
"version": "11.10.3-rc.6079",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/angular-app",
|
|
9
|
-
"version": "11.10.3-
|
|
9
|
+
"version": "11.10.3-rc.6079",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@angular/animations": "18.2.13",
|
|
12
12
|
"@angular/common": "18.2.13",
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"@awesome-cordova-plugins/vibration": "5.39.1",
|
|
35
35
|
"@babel/runtime": "7.14.8",
|
|
36
36
|
"@metrichor/jmespath": "0.3.1",
|
|
37
|
-
"@wavemaker/app-ng-runtime": "11.10.3-
|
|
38
|
-
"@wavemaker/custom-widgets-m3": "11.10.3-
|
|
37
|
+
"@wavemaker/app-ng-runtime": "11.10.3-rc.6079",
|
|
38
|
+
"@wavemaker/custom-widgets-m3": "11.10.3-rc.6079",
|
|
39
39
|
"@wavemaker/focus-trap": "1.0.1",
|
|
40
|
-
"@wavemaker/foundation-css": "11.10.3-
|
|
40
|
+
"@wavemaker/foundation-css": "11.10.3-rc.6079",
|
|
41
41
|
"@wavemaker/nvd3": "1.8.12",
|
|
42
|
-
"@wavemaker/variables": "11.10.3-
|
|
42
|
+
"@wavemaker/variables": "11.10.3-rc.6079",
|
|
43
43
|
"@ztree/ztree_v3": "3.5.48",
|
|
44
44
|
"angular-imask": "^7.6.1",
|
|
45
45
|
"angular2-websocket": "0.9.7",
|
|
@@ -4844,8 +4844,8 @@
|
|
|
4844
4844
|
}
|
|
4845
4845
|
},
|
|
4846
4846
|
"node_modules/@inquirer/core/node_modules/@types/node": {
|
|
4847
|
-
"version": "22.13.
|
|
4848
|
-
"integrity": "sha512
|
|
4847
|
+
"version": "22.13.9",
|
|
4848
|
+
"integrity": "sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw==",
|
|
4849
4849
|
"dev": true,
|
|
4850
4850
|
"license": "MIT",
|
|
4851
4851
|
"dependencies": {
|
|
@@ -6995,8 +6995,8 @@
|
|
|
6995
6995
|
]
|
|
6996
6996
|
},
|
|
6997
6997
|
"node_modules/@rollup/wasm-node": {
|
|
6998
|
-
"version": "4.34.
|
|
6999
|
-
"integrity": "sha512
|
|
6998
|
+
"version": "4.34.9",
|
|
6999
|
+
"integrity": "sha512-DP0PulB23rUUC6uxNV4BVm6pqh77LASzeEggSnnNkBkXKxfpJiLe6UW/fsVfsFv2dWZ3r5EQVeYo2q/hg09SZg==",
|
|
7000
7000
|
"dev": true,
|
|
7001
7001
|
"license": "MIT",
|
|
7002
7002
|
"dependencies": {
|
|
@@ -7529,8 +7529,8 @@
|
|
|
7529
7529
|
"license": "MIT"
|
|
7530
7530
|
},
|
|
7531
7531
|
"node_modules/@types/lodash": {
|
|
7532
|
-
"version": "4.17.
|
|
7533
|
-
"integrity": "sha512-
|
|
7532
|
+
"version": "4.17.16",
|
|
7533
|
+
"integrity": "sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==",
|
|
7534
7534
|
"dev": true,
|
|
7535
7535
|
"license": "MIT"
|
|
7536
7536
|
},
|
|
@@ -7666,8 +7666,8 @@
|
|
|
7666
7666
|
"license": "MIT"
|
|
7667
7667
|
},
|
|
7668
7668
|
"node_modules/@types/ws": {
|
|
7669
|
-
"version": "8.
|
|
7670
|
-
"integrity": "sha512-
|
|
7669
|
+
"version": "8.18.0",
|
|
7670
|
+
"integrity": "sha512-8svvI3hMyvN0kKCJMvTJP/x6Y/EoQbepff882wL+Sn5QsXb3etnamgrJq4isrBxSJj5L2AuXcI0+bgkoAXGUJw==",
|
|
7671
7671
|
"dev": true,
|
|
7672
7672
|
"license": "MIT",
|
|
7673
7673
|
"dependencies": {
|
|
@@ -8111,8 +8111,8 @@
|
|
|
8111
8111
|
}
|
|
8112
8112
|
},
|
|
8113
8113
|
"node_modules/@wavemaker/app-ng-runtime": {
|
|
8114
|
-
"version": "11.10.3-
|
|
8115
|
-
"integrity": "sha512-
|
|
8114
|
+
"version": "11.10.3-rc.6079",
|
|
8115
|
+
"integrity": "sha512-ga9KBP0kF3IYK6jwUxLNQXcryNRo3aMbcK0QAw6W5WDNnsENbgJcqKktehgWAV7Yxc2+OESx3A3ywvON/beVoQ==",
|
|
8116
8116
|
"license": "MIT",
|
|
8117
8117
|
"engines": {
|
|
8118
8118
|
"node": ">=18.16.1",
|
|
@@ -8120,8 +8120,8 @@
|
|
|
8120
8120
|
}
|
|
8121
8121
|
},
|
|
8122
8122
|
"node_modules/@wavemaker/custom-widgets-m3": {
|
|
8123
|
-
"version": "11.10.3-
|
|
8124
|
-
"integrity": "sha512-
|
|
8123
|
+
"version": "11.10.3-rc.6079",
|
|
8124
|
+
"integrity": "sha512-jMvXKE773o7q6t7Nd7luyOApTt4LrI6M9b01xyXmn4mUP8woVTCD/W9DP+BF6OEFF0FmeqtISFOuShf/ql1FNQ==",
|
|
8125
8125
|
"license": "ISC"
|
|
8126
8126
|
},
|
|
8127
8127
|
"node_modules/@wavemaker/focus-trap": {
|
|
@@ -8134,8 +8134,8 @@
|
|
|
8134
8134
|
}
|
|
8135
8135
|
},
|
|
8136
8136
|
"node_modules/@wavemaker/foundation-css": {
|
|
8137
|
-
"version": "11.10.3-
|
|
8138
|
-
"integrity": "sha512
|
|
8137
|
+
"version": "11.10.3-rc.6079",
|
|
8138
|
+
"integrity": "sha512-6B6Mun+JFqijM3BC+cEmEKEB0vp4maN3BRosK9XYNvqZPlsPJe/1HyXD3EmWxPBSLNhdTClRJojc19Yh/oyyVw==",
|
|
8139
8139
|
"license": "ISC"
|
|
8140
8140
|
},
|
|
8141
8141
|
"node_modules/@wavemaker/nvd3": {
|
|
@@ -8147,8 +8147,8 @@
|
|
|
8147
8147
|
}
|
|
8148
8148
|
},
|
|
8149
8149
|
"node_modules/@wavemaker/variables": {
|
|
8150
|
-
"version": "11.10.3-
|
|
8151
|
-
"integrity": "sha512-
|
|
8150
|
+
"version": "11.10.3-rc.6079",
|
|
8151
|
+
"integrity": "sha512-I+Ja3Y9n+MzJvFMIv3vYAINN7ycqppn2VtIAzcXAGSHVYOLdUpzlhEnc27JhlOL7oXP+xJkVrnUFftPDeaIRBw==",
|
|
8152
8152
|
"license": "ISC",
|
|
8153
8153
|
"dependencies": {
|
|
8154
8154
|
"@metrichor/jmespath": "^0.3.1",
|
|
@@ -9620,13 +9620,13 @@
|
|
|
9620
9620
|
}
|
|
9621
9621
|
},
|
|
9622
9622
|
"node_modules/call-bound": {
|
|
9623
|
-
"version": "1.0.
|
|
9624
|
-
"integrity": "sha512
|
|
9623
|
+
"version": "1.0.4",
|
|
9624
|
+
"integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
|
|
9625
9625
|
"dev": true,
|
|
9626
9626
|
"license": "MIT",
|
|
9627
9627
|
"dependencies": {
|
|
9628
|
-
"call-bind-apply-helpers": "^1.0.
|
|
9629
|
-
"get-intrinsic": "^1.
|
|
9628
|
+
"call-bind-apply-helpers": "^1.0.2",
|
|
9629
|
+
"get-intrinsic": "^1.3.0"
|
|
9630
9630
|
},
|
|
9631
9631
|
"engines": {
|
|
9632
9632
|
"node": ">= 0.4"
|
|
@@ -9662,8 +9662,8 @@
|
|
|
9662
9662
|
}
|
|
9663
9663
|
},
|
|
9664
9664
|
"node_modules/caniuse-lite": {
|
|
9665
|
-
"version": "1.0.
|
|
9666
|
-
"integrity": "sha512-
|
|
9665
|
+
"version": "1.0.30001702",
|
|
9666
|
+
"integrity": "sha512-LoPe/D7zioC0REI5W73PeR1e1MLCipRGq/VkovJnd6Df+QVqT+vT33OXCp8QUd7kA7RZrHWxb1B36OQKI/0gOA==",
|
|
9667
9667
|
"dev": true,
|
|
9668
9668
|
"funding": [
|
|
9669
9669
|
{
|
|
@@ -10529,12 +10529,12 @@
|
|
|
10529
10529
|
}
|
|
10530
10530
|
},
|
|
10531
10531
|
"node_modules/core-js-compat": {
|
|
10532
|
-
"version": "3.
|
|
10533
|
-
"integrity": "sha512-
|
|
10532
|
+
"version": "3.41.0",
|
|
10533
|
+
"integrity": "sha512-RFsU9LySVue9RTwdDVX/T0e2Y6jRYWXERKElIjpuEOEnxaXffI0X7RUwVzfYLfzuLXSNJDYoRYUAmRUcyln20A==",
|
|
10534
10534
|
"dev": true,
|
|
10535
10535
|
"license": "MIT",
|
|
10536
10536
|
"dependencies": {
|
|
10537
|
-
"browserslist": "^4.24.
|
|
10537
|
+
"browserslist": "^4.24.4"
|
|
10538
10538
|
},
|
|
10539
10539
|
"funding": {
|
|
10540
10540
|
"type": "opencollective",
|
|
@@ -10542,8 +10542,8 @@
|
|
|
10542
10542
|
}
|
|
10543
10543
|
},
|
|
10544
10544
|
"node_modules/core-js-pure": {
|
|
10545
|
-
"version": "3.
|
|
10546
|
-
"integrity": "sha512-
|
|
10545
|
+
"version": "3.41.0",
|
|
10546
|
+
"integrity": "sha512-71Gzp96T9YPk63aUvE5Q5qP+DryB4ZloUZPSOebGM88VNw8VNfvdA7z6kGA8iGOTEzAomsRidp4jXSmUIJsL+Q==",
|
|
10547
10547
|
"hasInstallScript": true,
|
|
10548
10548
|
"license": "MIT",
|
|
10549
10549
|
"funding": {
|
|
@@ -11739,8 +11739,8 @@
|
|
|
11739
11739
|
}
|
|
11740
11740
|
},
|
|
11741
11741
|
"node_modules/electron-to-chromium": {
|
|
11742
|
-
"version": "1.5.
|
|
11743
|
-
"integrity": "sha512-
|
|
11742
|
+
"version": "1.5.112",
|
|
11743
|
+
"integrity": "sha512-oen93kVyqSb3l+ziUgzIOlWt/oOuy4zRmpwestMn4rhFWAoFJeFuCVte9F2fASjeZZo7l/Cif9TiyrdW4CwEMA==",
|
|
11744
11744
|
"dev": true,
|
|
11745
11745
|
"license": "ISC"
|
|
11746
11746
|
},
|
|
@@ -18939,8 +18939,8 @@
|
|
|
18939
18939
|
}
|
|
18940
18940
|
},
|
|
18941
18941
|
"node_modules/nwsapi": {
|
|
18942
|
-
"version": "2.2.
|
|
18943
|
-
"integrity": "sha512-
|
|
18942
|
+
"version": "2.2.18",
|
|
18943
|
+
"integrity": "sha512-p1TRH/edngVEHVbwqWnxUViEmq5znDvyB+Sik5cmuLpGOIfDf/39zLiq3swPF8Vakqn+gvNiOQAZu8djYlQILA==",
|
|
18944
18944
|
"dev": true,
|
|
18945
18945
|
"license": "MIT"
|
|
18946
18946
|
},
|
|
@@ -22872,8 +22872,8 @@
|
|
|
22872
22872
|
}
|
|
22873
22873
|
},
|
|
22874
22874
|
"node_modules/terser-webpack-plugin": {
|
|
22875
|
-
"version": "5.3.
|
|
22876
|
-
"integrity": "sha512-
|
|
22875
|
+
"version": "5.3.13",
|
|
22876
|
+
"integrity": "sha512-JG3pBixF6kx2o0Yfz2K6pqh72DpwTI08nooHd06tcj5WyIt5SsSiUYqRT+kemrGUNSuSzVhwfZ28aO8gogajNQ==",
|
|
22877
22877
|
"dev": true,
|
|
22878
22878
|
"license": "MIT",
|
|
22879
22879
|
"dependencies": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/angular-app",
|
|
3
|
-
"version": "11.10.3-
|
|
3
|
+
"version": "11.10.3-rc.6079",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"ng": "ng",
|
|
6
6
|
"start": "./node_modules/.bin/ng serve",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"@awesome-cordova-plugins/vibration": "5.39.1",
|
|
48
48
|
"@babel/runtime": "7.14.8",
|
|
49
49
|
"@metrichor/jmespath": "0.3.1",
|
|
50
|
-
"@wavemaker/custom-widgets-m3": "11.10.3-
|
|
50
|
+
"@wavemaker/custom-widgets-m3": "11.10.3-rc.6079",
|
|
51
51
|
"@wavemaker/focus-trap": "1.0.1",
|
|
52
|
-
"@wavemaker/foundation-css": "11.10.3-
|
|
52
|
+
"@wavemaker/foundation-css": "11.10.3-rc.6079",
|
|
53
53
|
"@wavemaker/nvd3": "1.8.12",
|
|
54
|
-
"@wavemaker/variables": "11.10.3-
|
|
54
|
+
"@wavemaker/variables": "11.10.3-rc.6079",
|
|
55
55
|
"@ztree/ztree_v3": "3.5.48",
|
|
56
56
|
"angular-imask": "^7.6.1",
|
|
57
57
|
"angular2-websocket": "0.9.7",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"tslib": "2.4.1",
|
|
79
79
|
"x2js": "3.4.4",
|
|
80
80
|
"zone.js": "0.14.10",
|
|
81
|
-
"@wavemaker/app-ng-runtime": "11.10.3-
|
|
81
|
+
"@wavemaker/app-ng-runtime": "11.10.3-rc.6079"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|