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.
- package/esm2022/lib/components/cps-table/cps-column-filter-types.mjs +5 -1
- package/esm2022/lib/services/cps-notification/utils/cps-notification-config.mjs +3 -1
- package/fesm2022/cps-ui-kit.mjs +6 -0
- package/fesm2022/cps-ui-kit.mjs.map +1 -1
- package/lib/components/cps-table/cps-column-filter-types.d.ts +4 -0
- package/lib/services/cps-notification/utils/cps-notification-config.d.ts +2 -0
- package/package.json +1 -1
|
@@ -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",
|