@db-ux/ngx-core-components 4.13.1-angular-signal-forms4-d3a9db2 → 4.13.1-angular-signal-forms6-a1510bb
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": "4.13.1-angular-signal-
|
|
3
|
+
"version": "4.13.1-angular-signal-forms6-a1510bb",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Angular components @db-ux/core-components",
|
|
6
6
|
"repository": {
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"main": "fesm2022/db-ux-ngx-core-components.mjs",
|
|
12
12
|
"module": "fesm2022/db-ux-ngx-core-components.mjs",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@db-ux/core-components": "4.13.1-angular-signal-
|
|
15
|
-
"@db-ux/core-foundations": "4.13.1-angular-signal-
|
|
14
|
+
"@db-ux/core-components": "4.13.1-angular-signal-forms6-a1510bb",
|
|
15
|
+
"@db-ux/core-foundations": "4.13.1-angular-signal-forms6-a1510bb",
|
|
16
16
|
"tslib": "^2.3.0"
|
|
17
17
|
},
|
|
18
18
|
"publishConfig": {
|
|
@@ -1589,6 +1589,8 @@ declare class DBCustomSelect implements AfterViewInit, ControlValueAccessor, OnD
|
|
|
1589
1589
|
_valid: _angular_core.WritableSignal<string | undefined>;
|
|
1590
1590
|
/** Signal Forms alias — maps to 'values' for FormValueControl duck-typing */
|
|
1591
1591
|
value: ModelSignal<any>;
|
|
1592
|
+
/** @internal Flag to prevent circular sync between value↔values */
|
|
1593
|
+
private _syncing;
|
|
1592
1594
|
/** @internal Sync value → values (Signal Forms writes to value) */
|
|
1593
1595
|
private _syncValueToValues;
|
|
1594
1596
|
/** @internal Sync values → value (CVA/user interaction writes to values) */
|