@db-ux/ngx-core-components 2.3.1 → 2.4.0-0-af2a02f

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/ngx-core-components",
3
- "version": "2.3.1",
3
+ "version": "2.4.0-0-af2a02f",
4
4
  "description": "Angular components @db-ux/core-components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,8 +26,8 @@
26
26
  },
27
27
  "sideEffects": false,
28
28
  "dependencies": {
29
- "@db-ux/core-components": "2.3.1",
30
- "@db-ux/core-foundations": "2.3.1",
29
+ "@db-ux/core-components": "2.4.0-0-af2a02f",
30
+ "@db-ux/core-foundations": "2.4.0-0-af2a02f",
31
31
  "tslib": "^2.3.0"
32
32
  }
33
33
  }
package/shared/model.d.ts CHANGED
@@ -497,6 +497,7 @@ export type AriaControlsProps = {
497
497
  export type ValueLabelType = {
498
498
  value: string;
499
499
  label?: string;
500
+ hiddenValue?: string;
500
501
  };
501
502
  export type DocumentScrollState = {
502
503
  _documentScrollListenerCallbackId?: string;