@db-ux/ngx-core-components 4.13.1-angular-signal-forms3-9c66774 → 4.13.1-angular-signal-forms4-d3a9db2
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-forms4-d3a9db2",
|
|
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-forms4-d3a9db2",
|
|
15
|
+
"@db-ux/core-foundations": "4.13.1-angular-signal-forms4-d3a9db2",
|
|
16
16
|
"tslib": "^2.3.0"
|
|
17
17
|
},
|
|
18
18
|
"publishConfig": {
|
|
@@ -2178,6 +2178,7 @@ declare class DBInput implements AfterViewInit, ControlValueAccessor, OnDestroy
|
|
|
2178
2178
|
abortController: _angular_core.WritableSignal<AbortController | undefined>;
|
|
2179
2179
|
observer: _angular_core.WritableSignal<MutationObserver | undefined>;
|
|
2180
2180
|
hasValidState(): boolean;
|
|
2181
|
+
getPatternAttr(): string | undefined;
|
|
2181
2182
|
handleValidation(): void;
|
|
2182
2183
|
handleInput(event: InputEvent<HTMLInputElement>, reset?: boolean): void;
|
|
2183
2184
|
handleChange(event: ChangeEvent<HTMLInputElement>, reset?: boolean): void;
|