@db-ux/ngx-core-components 4.5.4 → 4.6.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/ngx-core-components",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.6.0",
|
|
4
4
|
"description": "Angular components @db-ux/core-components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -10,23 +10,22 @@
|
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"main": "fesm2022/db-ux-ngx-core-components.mjs",
|
|
12
12
|
"module": "fesm2022/db-ux-ngx-core-components.mjs",
|
|
13
|
-
"types": "index.d.ts",
|
|
14
13
|
"publishConfig": {
|
|
15
14
|
"registry": "https://registry.npmjs.org/",
|
|
16
15
|
"access": "public"
|
|
17
16
|
},
|
|
18
17
|
"dependencies": {
|
|
19
|
-
"@db-ux/core-components": "4.
|
|
20
|
-
"@db-ux/core-foundations": "4.
|
|
18
|
+
"@db-ux/core-components": "4.6.0",
|
|
19
|
+
"@db-ux/core-foundations": "4.6.0",
|
|
21
20
|
"tslib": "^2.3.0"
|
|
22
21
|
},
|
|
23
|
-
"typings": "
|
|
22
|
+
"typings": "types/db-ux-ngx-core-components.d.ts",
|
|
24
23
|
"exports": {
|
|
25
24
|
"./package.json": {
|
|
26
25
|
"default": "./package.json"
|
|
27
26
|
},
|
|
28
27
|
".": {
|
|
29
|
-
"types": "./
|
|
28
|
+
"types": "./types/db-ux-ngx-core-components.d.ts",
|
|
30
29
|
"default": "./fesm2022/db-ux-ngx-core-components.mjs"
|
|
31
30
|
}
|
|
32
31
|
},
|
|
@@ -25,7 +25,7 @@ interface GlobalProps {
|
|
|
25
25
|
*/
|
|
26
26
|
autofocus?: boolean | string;
|
|
27
27
|
/**
|
|
28
|
-
* Allows overriding specific props on nested elements or internal component structure.
|
|
28
|
+
* Allows overriding specific props on nested elements or internal component structure. Currently only supports propOverrides.id
|
|
29
29
|
*/
|
|
30
30
|
propOverrides?: PropOverridesType;
|
|
31
31
|
}
|