@wavemaker/angular-app 11.14.1-rc.6304 → 11.14.1-rc.6311

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.
@@ -147964,8 +147964,8 @@ var Operation$1;
147964
147964
  const DataSource$1 = {
147965
147965
  Operation: Operation$1
147966
147966
  };
147967
- let App$1 = class App {
147968
- };
147967
+ class App {
147968
+ }
147969
147969
  let AbstractI18nService$1 = class AbstractI18nService {
147970
147970
  };
147971
147971
 
@@ -147983,7 +147983,6 @@ const REGEX$1 = {
147983
147983
  SUPPORTED_AUDIO_FORMAT: /\.(mp3|ogg|webm|wma|3gp|wav|m4a)$/i,
147984
147984
  SUPPORTED_VIDEO_FORMAT: /\.(mp4|ogg|webm|wmv|mpeg|mpg|avi|mov)$/i,
147985
147985
  VALID_WEB_URL: /^(http[s]?:\/\/)(www\.){0,1}[a-zA-Z0-9=:?\/\.\-]+(\.[a-zA-Z]{2,5}[\.]{0,1})?/,
147986
- VALID_IMAGE_URL: /^(https?|blob|data|file|ftp):/i,
147987
147986
  REPLACE_PATTERN: /\$\{([^\}]+)\}/g,
147988
147987
  DATA_URL: /^\s*data:([a-z]+\/[a-z0-9-+.]+(;[a-z-]+=[a-z0-9-]+)?)?(;base64)?,([a-z0-9!$&',()*+;=\-._~:@\/?%\s]*)\s*$/i,
147989
147988
  ISO_DATE_FORMAT: /(\d{4}-\d{2}-\d{2})T(\d{2}:\d{2}:\d{2})(\.\d+)?([+-]\d{2}:?\d{2}|Z)$/
@@ -148206,9 +148205,6 @@ const isVideoFile$1 = (fileName) => {
148206
148205
  const isValidWebURL$1 = (url) => {
148207
148206
  return (REGEX$1.VALID_WEB_URL).test(url);
148208
148207
  };
148209
- const isValidImageUrl$1 = (url) => {
148210
- return (REGEX$1.VALID_IMAGE_URL).test(url?.trim());
148211
- };
148212
148208
  /*This function returns the url to the resource after checking the validity of url*/
148213
148209
  const getResourceURL$1 = (urlString) => {
148214
148210
  return urlString;
@@ -149462,7 +149458,6 @@ var Utils$1 = /*#__PURE__*/Object.freeze({
149462
149458
  isPageable: isPageable$1,
149463
149459
  isSafari: isSafari$1,
149464
149460
  isTablet: isTablet$1,
149465
- isValidImageUrl: isValidImageUrl$1,
149466
149461
  isValidWebURL: isValidWebURL$1,
149467
149462
  isVideoFile: isVideoFile$1,
149468
149463
  loadScript: loadScript$1,
@@ -150704,7 +150699,7 @@ class ToDatePipe extends WmPipe {
150704
150699
  this.app = app;
150705
150700
  this.customPipeManager = customPipeManager;
150706
150701
  }
150707
- static { this.ɵfac = function ToDatePipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToDatePipe)(ɵɵdirectiveInject(DatePipe, 16), ɵɵdirectiveInject(AbstractI18nService$1, 16), ɵɵdirectiveInject(App$1, 16), ɵɵdirectiveInject(CustomPipeManager$1, 16)); }; }
150702
+ static { this.ɵfac = function ToDatePipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToDatePipe)(ɵɵdirectiveInject(DatePipe, 16), ɵɵdirectiveInject(AbstractI18nService$1, 16), ɵɵdirectiveInject(App, 16), ɵɵdirectiveInject(CustomPipeManager$1, 16)); }; }
150708
150703
  static { this.ɵpipe = /*@__PURE__*/ ɵɵdefinePipe({ name: "toDate", type: ToDatePipe, pure: true, standalone: true }); }
150709
150704
  }
150710
150705
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(ToDatePipe, [{
@@ -150713,7 +150708,7 @@ class ToDatePipe extends WmPipe {
150713
150708
  standalone: true,
150714
150709
  name: 'toDate'
150715
150710
  }]
150716
- }], () => [{ type: DatePipe }, { type: AbstractI18nService$1 }, { type: App$1 }, { type: CustomPipeManager$1 }], null); })();
150711
+ }], () => [{ type: DatePipe }, { type: AbstractI18nService$1 }, { type: App }, { type: CustomPipeManager$1 }], null); })();
150717
150712
  class ToNumberPipe {
150718
150713
  transform(data, fracSize) {
150719
150714
  if (fracSize && !String(fracSize).match(/^(\d+)?\.((\d+)(-(\d+))?)?$/)) {
@@ -150823,7 +150818,7 @@ class CustomPipe {
150823
150818
  return data;
150824
150819
  }
150825
150820
  }
150826
- static { this.ɵfac = function CustomPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomPipe)(ɵɵdirectiveInject(App$1, 16), ɵɵdirectiveInject(CustomPipeManager$1, 16)); }; }
150821
+ static { this.ɵfac = function CustomPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomPipe)(ɵɵdirectiveInject(App, 16), ɵɵdirectiveInject(CustomPipeManager$1, 16)); }; }
150827
150822
  static { this.ɵpipe = /*@__PURE__*/ ɵɵdefinePipe({ name: "custom", type: CustomPipe, pure: true, standalone: true }); }
150828
150823
  }
150829
150824
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(CustomPipe, [{
@@ -150832,7 +150827,7 @@ class CustomPipe {
150832
150827
  standalone: true,
150833
150828
  name: 'custom'
150834
150829
  }]
150835
- }], () => [{ type: App$1 }, { type: CustomPipeManager$1 }], null); })();
150830
+ }], () => [{ type: App }, { type: CustomPipeManager$1 }], null); })();
150836
150831
  class TimeFromNowPipe {
150837
150832
  transform(data) {
150838
150833
  let timestamp;
@@ -203579,8 +203574,6 @@ var Operation;
203579
203574
  const DataSource = {
203580
203575
  Operation
203581
203576
  };
203582
- class App {
203583
- }
203584
203577
  class AbstractI18nService {
203585
203578
  }
203586
203579
 
@@ -203598,7 +203591,6 @@ const REGEX = {
203598
203591
  SUPPORTED_AUDIO_FORMAT: /\.(mp3|ogg|webm|wma|3gp|wav|m4a)$/i,
203599
203592
  SUPPORTED_VIDEO_FORMAT: /\.(mp4|ogg|webm|wmv|mpeg|mpg|avi|mov)$/i,
203600
203593
  VALID_WEB_URL: /^(http[s]?:\/\/)(www\.){0,1}[a-zA-Z0-9=:?\/\.\-]+(\.[a-zA-Z]{2,5}[\.]{0,1})?/,
203601
- VALID_IMAGE_URL: /^(https?|blob|data|file|ftp):/i,
203602
203594
  REPLACE_PATTERN: /\$\{([^\}]+)\}/g,
203603
203595
  DATA_URL: /^\s*data:([a-z]+\/[a-z0-9-+.]+(;[a-z-]+=[a-z0-9-]+)?)?(;base64)?,([a-z0-9!$&',()*+;=\-._~:@\/?%\s]*)\s*$/i,
203604
203596
  ISO_DATE_FORMAT: /(\d{4}-\d{2}-\d{2})T(\d{2}:\d{2}:\d{2})(\.\d+)?([+-]\d{2}:?\d{2}|Z)$/
@@ -203821,9 +203813,6 @@ const isVideoFile = (fileName) => {
203821
203813
  const isValidWebURL = (url) => {
203822
203814
  return (REGEX.VALID_WEB_URL).test(url);
203823
203815
  };
203824
- const isValidImageUrl = (url) => {
203825
- return (REGEX.VALID_IMAGE_URL).test(url?.trim());
203826
- };
203827
203816
  /*This function returns the url to the resource after checking the validity of url*/
203828
203817
  const getResourceURL = (urlString) => {
203829
203818
  return urlString;
@@ -205077,7 +205066,6 @@ var Utils = /*#__PURE__*/Object.freeze({
205077
205066
  isPageable: isPageable,
205078
205067
  isSafari: isSafari,
205079
205068
  isTablet: isTablet,
205080
- isValidImageUrl: isValidImageUrl,
205081
205069
  isValidWebURL: isValidWebURL,
205082
205070
  isVideoFile: isVideoFile,
205083
205071
  loadScript: loadScript,
@@ -207917,7 +207905,7 @@ class PipeProvider {
207917
207905
  this.preparePipeMeta(CurrencyPipe$1, 'currency', true, [this._locale]),
207918
207906
  this.preparePipeMeta(DatePipe$1, 'date', true, [this._locale]),
207919
207907
  this.preparePipeMeta(ToDatePipe, 'toDate', true, [
207920
- new DatePipe$1(this._locale), undefined, this.injector.get(App), this.injector.get(CustomPipeManager)
207908
+ new DatePipe$1(this._locale), undefined, this.injector.get(CustomPipeManager)
207921
207909
  ]),
207922
207910
  this.preparePipeMeta(ToNumberPipe, 'toNumber', true, [
207923
207911
  new DecimalPipe$1(this._locale),
@@ -207934,7 +207922,7 @@ class PipeProvider {
207934
207922
  new DecimalPipe$1(this._locale)
207935
207923
  ]),
207936
207924
  this.preparePipeMeta(StringToNumberPipe, 'stringToNumber', true),
207937
- this.preparePipeMeta(CustomPipe, 'custom', true, [this.injector.get(App), this.injector.get(CustomPipeManager)]),
207925
+ this.preparePipeMeta(CustomPipe, 'custom', true, [this.injector.get(CustomPipeManager)]),
207938
207926
  this.preparePipeMeta(TrustAsPipe, 'trustAs', true, [this.domSanitizer]),
207939
207927
  this.preparePipeMeta(SanitizePipe, 'sanitize', true, [this.domSanitizer]),
207940
207928
  this.preparePipeMeta(TemplateReplacePipe, 'templateReplace', true),
@@ -100387,7 +100387,6 @@ const REGEX = {
100387
100387
  SUPPORTED_AUDIO_FORMAT: /\.(mp3|ogg|webm|wma|3gp|wav|m4a)$/i,
100388
100388
  SUPPORTED_VIDEO_FORMAT: /\.(mp4|ogg|webm|wmv|mpeg|mpg|avi|mov)$/i,
100389
100389
  VALID_WEB_URL: /^(http[s]?:\/\/)(www\.){0,1}[a-zA-Z0-9=:?\/\.\-]+(\.[a-zA-Z]{2,5}[\.]{0,1})?/,
100390
- VALID_IMAGE_URL: /^(https?|blob|data|file|ftp):/i,
100391
100390
  REPLACE_PATTERN: /\$\{([^\}]+)\}/g,
100392
100391
  DATA_URL: /^\s*data:([a-z]+\/[a-z0-9-+.]+(;[a-z-]+=[a-z0-9-]+)?)?(;base64)?,([a-z0-9!$&',()*+;=\-._~:@\/?%\s]*)\s*$/i,
100393
100392
  ISO_DATE_FORMAT: /(\d{4}-\d{2}-\d{2})T(\d{2}:\d{2}:\d{2})(\.\d+)?([+-]\d{2}:?\d{2}|Z)$/
@@ -100610,9 +100609,6 @@ const isVideoFile = (fileName) => {
100610
100609
  const isValidWebURL = (url) => {
100611
100610
  return (REGEX.VALID_WEB_URL).test(url);
100612
100611
  };
100613
- const isValidImageUrl = (url) => {
100614
- return (REGEX.VALID_IMAGE_URL).test(url?.trim());
100615
- };
100616
100612
  /*This function returns the url to the resource after checking the validity of url*/
100617
100613
  const getResourceURL = (urlString) => {
100618
100614
  return urlString;
@@ -101866,7 +101862,6 @@ var Utils = /*#__PURE__*/Object.freeze({
101866
101862
  isPageable: isPageable,
101867
101863
  isSafari: isSafari,
101868
101864
  isTablet: isTablet,
101869
- isValidImageUrl: isValidImageUrl,
101870
101865
  isValidWebURL: isValidWebURL,
101871
101866
  isVideoFile: isVideoFile,
101872
101867
  loadScript: loadScript,
@@ -69,7 +69,7 @@
69
69
  <body>
70
70
  <div class="header">
71
71
  <h1>Angular Project Dependencies Report</h1>
72
- <p class="timestamp">Generated on: 11/26/2025, 1:28:56 PM</p>
72
+ <p class="timestamp">Generated on: 11/27/2025, 9:46:34 PM</p>
73
73
  </div>
74
74
 
75
75
  <div class="section">
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-app",
3
- "version": "11.14.1-rc.6304",
3
+ "version": "11.14.1-rc.6311",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@wavemaker/angular-app",
9
- "version": "11.14.1-rc.6304",
9
+ "version": "11.14.1-rc.6311",
10
10
  "dependencies": {
11
11
  "@angular/animations": "18.2.13",
12
12
  "@angular/common": "18.2.13",
@@ -23,12 +23,12 @@
23
23
  "@fullcalendar/list": "6.1.18",
24
24
  "@fullcalendar/timegrid": "6.1.18",
25
25
  "@metrichor/jmespath": "0.3.1",
26
- "@wavemaker/app-ng-runtime": "11.14.1-rc.6304",
27
- "@wavemaker/custom-widgets-m3": "11.14.1-rc.6304",
26
+ "@wavemaker/app-ng-runtime": "11.14.1-rc.6311",
27
+ "@wavemaker/custom-widgets-m3": "11.14.1-rc.6311",
28
28
  "@wavemaker/focus-trap": "1.0.1",
29
- "@wavemaker/foundation-css": "11.14.1-rc.6304",
30
- "@wavemaker/nvd3": "1.8.15",
31
- "@wavemaker/variables": "11.14.1-rc.6304",
29
+ "@wavemaker/foundation-css": "11.14.1-rc.6311",
30
+ "@wavemaker/nvd3": "1.8.16",
31
+ "@wavemaker/variables": "11.14.1-rc.6311",
32
32
  "@ztree/ztree_v3": "3.5.48",
33
33
  "acorn": "^8.15.0",
34
34
  "angular-imask": "7.6.1",
@@ -8693,8 +8693,8 @@
8693
8693
  }
8694
8694
  },
8695
8695
  "node_modules/@wavemaker/app-ng-runtime": {
8696
- "version": "11.14.1-rc.6304",
8697
- "integrity": "sha512-d0vWkIH/Qs9tlUEELH/ajWnkxfa8CEV0OpDfPPUgJ7maRQnVI3UvFc1Qk9+bJ3NKX0/kmm7aE760k7z+rfEIWg==",
8696
+ "version": "11.14.1-rc.6311",
8697
+ "integrity": "sha512-do+J060KT/7dT7eQgOS1DRak6EneDWJ6eg4YzDh0hDS5nM5Z9DoHrveJy8H/hQ5Nuh8y1KeiRC3iBRMW6W9nAA==",
8698
8698
  "license": "MIT",
8699
8699
  "engines": {
8700
8700
  "node": ">=18.16.1",
@@ -8702,8 +8702,8 @@
8702
8702
  }
8703
8703
  },
8704
8704
  "node_modules/@wavemaker/custom-widgets-m3": {
8705
- "version": "11.14.1-rc.6304",
8706
- "integrity": "sha512-kKLq8hXQuySu/Qs8Ox02butmj4HGmXtv9oNdX89UdPy3Bc/6izzD9lfA1F5ypZmBI1WFr9kB8Sl3CZ3GLspcKg==",
8705
+ "version": "11.14.1-rc.6311",
8706
+ "integrity": "sha512-jW1smw65OcRUaBuNZn2jqznFj6xv6QwOv3pgtFv1HZueb5ncAGZVK58RHWxcLzX2HSTS4uLJ3tZCPza/HM9v4g==",
8707
8707
  "license": "ISC"
8708
8708
  },
8709
8709
  "node_modules/@wavemaker/focus-trap": {
@@ -8716,24 +8716,24 @@
8716
8716
  }
8717
8717
  },
8718
8718
  "node_modules/@wavemaker/foundation-css": {
8719
- "version": "11.14.1-rc.6304",
8720
- "integrity": "sha512-SzlYBuEzoiLoA46NhTNQZrZ5E26w4KHdzXThA9ilHF1+yrrqUPYbDJXpktPhGZFfwK6dQtwVoH+UqKr9fIQ8Xg==",
8719
+ "version": "11.14.1-rc.6311",
8720
+ "integrity": "sha512-A4cUvzXpX4Xe8ldcpBeWJCdB1TP9exd61byyqjd5BxyYTUe9mXKo5BpA92ct9nfnKlW7iLLl1kOngyAm7yTzSg==",
8721
8721
  "license": "ISC",
8722
8722
  "dependencies": {
8723
8723
  "chroma-js": "^3.1.2"
8724
8724
  }
8725
8725
  },
8726
8726
  "node_modules/@wavemaker/nvd3": {
8727
- "version": "1.8.15",
8728
- "integrity": "sha512-ufRoz09lG1vAMfc+Qc0TC912m/bTmzQYTCJpaQ0T525i6J3+tjmT7dLbTLxRlA1KTsRFRHTaLi410R8RCYMjRg==",
8727
+ "version": "1.8.16",
8728
+ "integrity": "sha512-gzgcW3Gr3MYUpYqbhWXVlUq8NhWpBFCz/QKF+Ekvi6pUjTHDLfe264HgiyrPs0PbCPsqN7Z/cFNbQTYJZC+fzQ==",
8729
8729
  "license": "Apache-2.0",
8730
8730
  "peerDependencies": {
8731
8731
  "d3": "7.8.5"
8732
8732
  }
8733
8733
  },
8734
8734
  "node_modules/@wavemaker/variables": {
8735
- "version": "11.14.1-rc.6304",
8736
- "integrity": "sha512-wgLAvWoP6Ezw9UHonONezoeHuGFCndg0duwmwKcqQ19Xp1FXmyoRSlHLkOmrw4lgGcdCRK/KU1JGFAPN3qsCBQ==",
8735
+ "version": "11.14.1-rc.6311",
8736
+ "integrity": "sha512-3onoAZxJMQ+/D3D7uOVPXAcDcyu2Z9SduFosoJDnD+lrFPSQmOSaPvemHGyBCRh4vjSd3WQyYnj3IX56gb7JvQ==",
8737
8737
  "license": "ISC",
8738
8738
  "dependencies": {
8739
8739
  "@metrichor/jmespath": "^0.3.1",
@@ -11696,8 +11696,8 @@
11696
11696
  "license": "MIT"
11697
11697
  },
11698
11698
  "node_modules/electron-to-chromium": {
11699
- "version": "1.5.260",
11700
- "integrity": "sha512-ov8rBoOBhVawpzdre+Cmz4FB+y66Eqrk6Gwqd8NGxuhv99GQ8XqMAr351KEkOt7gukXWDg6gJWEMKgL2RLMPtA==",
11699
+ "version": "1.5.262",
11700
+ "integrity": "sha512-NlAsMteRHek05jRUxUR0a5jpjYq9ykk6+kO0yRaMi5moe7u0fVIOeQ3Y30A8dIiWFBNUoQGi1ljb1i5VtS9WQQ==",
11701
11701
  "dev": true,
11702
11702
  "license": "ISC"
11703
11703
  },
@@ -19339,8 +19339,8 @@
19339
19339
  }
19340
19340
  },
19341
19341
  "node_modules/postcss-selector-parser": {
19342
- "version": "7.1.0",
19343
- "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
19342
+ "version": "7.1.1",
19343
+ "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
19344
19344
  "dev": true,
19345
19345
  "license": "MIT",
19346
19346
  "dependencies": {
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-app",
3
- "version": "11.14.1-rc.6304",
3
+ "version": "11.14.1-rc.6311",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@wavemaker/angular-app",
9
- "version": "11.14.1-rc.6304",
9
+ "version": "11.14.1-rc.6311",
10
10
  "dependencies": {
11
11
  "@angular/animations": "18.2.13",
12
12
  "@angular/common": "18.2.13",
@@ -23,12 +23,12 @@
23
23
  "@fullcalendar/list": "6.1.18",
24
24
  "@fullcalendar/timegrid": "6.1.18",
25
25
  "@metrichor/jmespath": "0.3.1",
26
- "@wavemaker/app-ng-runtime": "11.14.1-rc.6304",
27
- "@wavemaker/custom-widgets-m3": "11.14.1-rc.6304",
26
+ "@wavemaker/app-ng-runtime": "11.14.1-rc.6311",
27
+ "@wavemaker/custom-widgets-m3": "11.14.1-rc.6311",
28
28
  "@wavemaker/focus-trap": "1.0.1",
29
- "@wavemaker/foundation-css": "11.14.1-rc.6304",
30
- "@wavemaker/nvd3": "1.8.15",
31
- "@wavemaker/variables": "11.14.1-rc.6304",
29
+ "@wavemaker/foundation-css": "11.14.1-rc.6311",
30
+ "@wavemaker/nvd3": "1.8.16",
31
+ "@wavemaker/variables": "11.14.1-rc.6311",
32
32
  "@ztree/ztree_v3": "3.5.48",
33
33
  "acorn": "^8.15.0",
34
34
  "angular-imask": "7.6.1",
@@ -8693,8 +8693,8 @@
8693
8693
  }
8694
8694
  },
8695
8695
  "node_modules/@wavemaker/app-ng-runtime": {
8696
- "version": "11.14.1-rc.6304",
8697
- "integrity": "sha512-d0vWkIH/Qs9tlUEELH/ajWnkxfa8CEV0OpDfPPUgJ7maRQnVI3UvFc1Qk9+bJ3NKX0/kmm7aE760k7z+rfEIWg==",
8696
+ "version": "11.14.1-rc.6311",
8697
+ "integrity": "sha512-do+J060KT/7dT7eQgOS1DRak6EneDWJ6eg4YzDh0hDS5nM5Z9DoHrveJy8H/hQ5Nuh8y1KeiRC3iBRMW6W9nAA==",
8698
8698
  "license": "MIT",
8699
8699
  "engines": {
8700
8700
  "node": ">=18.16.1",
@@ -8702,8 +8702,8 @@
8702
8702
  }
8703
8703
  },
8704
8704
  "node_modules/@wavemaker/custom-widgets-m3": {
8705
- "version": "11.14.1-rc.6304",
8706
- "integrity": "sha512-kKLq8hXQuySu/Qs8Ox02butmj4HGmXtv9oNdX89UdPy3Bc/6izzD9lfA1F5ypZmBI1WFr9kB8Sl3CZ3GLspcKg==",
8705
+ "version": "11.14.1-rc.6311",
8706
+ "integrity": "sha512-jW1smw65OcRUaBuNZn2jqznFj6xv6QwOv3pgtFv1HZueb5ncAGZVK58RHWxcLzX2HSTS4uLJ3tZCPza/HM9v4g==",
8707
8707
  "license": "ISC"
8708
8708
  },
8709
8709
  "node_modules/@wavemaker/focus-trap": {
@@ -8716,24 +8716,24 @@
8716
8716
  }
8717
8717
  },
8718
8718
  "node_modules/@wavemaker/foundation-css": {
8719
- "version": "11.14.1-rc.6304",
8720
- "integrity": "sha512-SzlYBuEzoiLoA46NhTNQZrZ5E26w4KHdzXThA9ilHF1+yrrqUPYbDJXpktPhGZFfwK6dQtwVoH+UqKr9fIQ8Xg==",
8719
+ "version": "11.14.1-rc.6311",
8720
+ "integrity": "sha512-A4cUvzXpX4Xe8ldcpBeWJCdB1TP9exd61byyqjd5BxyYTUe9mXKo5BpA92ct9nfnKlW7iLLl1kOngyAm7yTzSg==",
8721
8721
  "license": "ISC",
8722
8722
  "dependencies": {
8723
8723
  "chroma-js": "^3.1.2"
8724
8724
  }
8725
8725
  },
8726
8726
  "node_modules/@wavemaker/nvd3": {
8727
- "version": "1.8.15",
8728
- "integrity": "sha512-ufRoz09lG1vAMfc+Qc0TC912m/bTmzQYTCJpaQ0T525i6J3+tjmT7dLbTLxRlA1KTsRFRHTaLi410R8RCYMjRg==",
8727
+ "version": "1.8.16",
8728
+ "integrity": "sha512-gzgcW3Gr3MYUpYqbhWXVlUq8NhWpBFCz/QKF+Ekvi6pUjTHDLfe264HgiyrPs0PbCPsqN7Z/cFNbQTYJZC+fzQ==",
8729
8729
  "license": "Apache-2.0",
8730
8730
  "peerDependencies": {
8731
8731
  "d3": "7.8.5"
8732
8732
  }
8733
8733
  },
8734
8734
  "node_modules/@wavemaker/variables": {
8735
- "version": "11.14.1-rc.6304",
8736
- "integrity": "sha512-wgLAvWoP6Ezw9UHonONezoeHuGFCndg0duwmwKcqQ19Xp1FXmyoRSlHLkOmrw4lgGcdCRK/KU1JGFAPN3qsCBQ==",
8735
+ "version": "11.14.1-rc.6311",
8736
+ "integrity": "sha512-3onoAZxJMQ+/D3D7uOVPXAcDcyu2Z9SduFosoJDnD+lrFPSQmOSaPvemHGyBCRh4vjSd3WQyYnj3IX56gb7JvQ==",
8737
8737
  "license": "ISC",
8738
8738
  "dependencies": {
8739
8739
  "@metrichor/jmespath": "^0.3.1",
@@ -11696,8 +11696,8 @@
11696
11696
  "license": "MIT"
11697
11697
  },
11698
11698
  "node_modules/electron-to-chromium": {
11699
- "version": "1.5.260",
11700
- "integrity": "sha512-ov8rBoOBhVawpzdre+Cmz4FB+y66Eqrk6Gwqd8NGxuhv99GQ8XqMAr351KEkOt7gukXWDg6gJWEMKgL2RLMPtA==",
11699
+ "version": "1.5.262",
11700
+ "integrity": "sha512-NlAsMteRHek05jRUxUR0a5jpjYq9ykk6+kO0yRaMi5moe7u0fVIOeQ3Y30A8dIiWFBNUoQGi1ljb1i5VtS9WQQ==",
11701
11701
  "dev": true,
11702
11702
  "license": "ISC"
11703
11703
  },
@@ -19339,8 +19339,8 @@
19339
19339
  }
19340
19340
  },
19341
19341
  "node_modules/postcss-selector-parser": {
19342
- "version": "7.1.0",
19343
- "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
19342
+ "version": "7.1.1",
19343
+ "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
19344
19344
  "dev": true,
19345
19345
  "license": "MIT",
19346
19346
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-app",
3
- "version": "11.14.1-rc.6304",
3
+ "version": "11.14.1-rc.6311",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "start": "./node_modules/.bin/ng serve",
@@ -36,11 +36,11 @@
36
36
  "@fullcalendar/list": "6.1.18",
37
37
  "@fullcalendar/timegrid": "6.1.18",
38
38
  "@metrichor/jmespath": "0.3.1",
39
- "@wavemaker/custom-widgets-m3": "11.14.1-rc.6304",
39
+ "@wavemaker/custom-widgets-m3": "11.14.1-rc.6311",
40
40
  "@wavemaker/focus-trap": "1.0.1",
41
- "@wavemaker/foundation-css": "11.14.1-rc.6304",
42
- "@wavemaker/nvd3": "1.8.15",
43
- "@wavemaker/variables": "11.14.1-rc.6304",
41
+ "@wavemaker/foundation-css": "11.14.1-rc.6311",
42
+ "@wavemaker/nvd3": "1.8.16",
43
+ "@wavemaker/variables": "11.14.1-rc.6311",
44
44
  "@ztree/ztree_v3": "3.5.48",
45
45
  "acorn": "^8.15.0",
46
46
  "angular-imask": "7.6.1",
@@ -62,7 +62,7 @@
62
62
  "tslib": "2.8.1",
63
63
  "x2js": "3.4.4",
64
64
  "zone.js": "0.15.1",
65
- "@wavemaker/app-ng-runtime": "11.14.1-rc.6304"
65
+ "@wavemaker/app-ng-runtime": "11.14.1-rc.6311"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",