cps-ui-kit 17.18.0 → 17.19.0

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.
@@ -1,3 +1,7 @@
1
+ /**
2
+ * CpsColumnFilterMatchMode is used to define how the filter value should be matched.
3
+ * @group Enums
4
+ */
1
5
  export declare enum CpsColumnFilterMatchMode {
2
6
  STARTS_WITH = "startsWith",
3
7
  CONTAINS = "contains",
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * An enumeration of appearances of notifications.
3
+ * @group Enums
3
4
  */
4
5
  export declare enum CpsNotificationAppearance {
5
6
  FILLED = "filled",
@@ -7,6 +8,7 @@ export declare enum CpsNotificationAppearance {
7
8
  }
8
9
  /**
9
10
  * An enumeration of positions of notifications.
11
+ * @group Enums
10
12
  */
11
13
  export declare enum CpsNotificationPosition {
12
14
  CENTER = "center",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cps-ui-kit",
3
- "version": "17.18.0",
3
+ "version": "17.19.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0",