ids-enterprise-ng 20.2.13 → 20.2.14

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/index.d.ts CHANGED
@@ -546,6 +546,14 @@ declare class SohoAlertDirective implements AfterViewInit {
546
546
  * @param triggerEvents optional - true (default) triggers events
547
547
  */
548
548
  removeMessage(type?: SohoAlertType, triggerEvents?: boolean | undefined): void;
549
+ /**
550
+ * Removes a specific message by its id
551
+ *
552
+ * @param id the id of the message to remove
553
+ * @param type optional - 'error' (default)
554
+ * @param triggerEvents optional - true (default) triggers events
555
+ */
556
+ removeMessageById(id: string, type?: SohoAlertType, triggerEvents?: boolean): void;
549
557
  /**
550
558
  * Removes the message for all types
551
559
  *
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "ids-enterprise-ng",
3
3
  "slug": "ids-enterprise-ng",
4
- "version": "20.2.13",
4
+ "version": "20.2.14",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.0.0",
7
7
  "@angular/core": "^20.0.0",
8
8
  "jquery": "3.7.1",
9
9
  "d3": "7.9.0",
10
- "ids-enterprise": "4.110.12",
10
+ "ids-enterprise": "4.110.13",
11
11
  "@types/jquery": "3.5.33",
12
12
  "@types/d3": "7.4.3",
13
- "ids-enterprise-typings": "20.2.13"
13
+ "ids-enterprise-typings": "20.2.14"
14
14
  },
15
15
  "description": "Infor Design System (IDS) Enterprise Angular Components",
16
16
  "repository": {