@masterteam/dashboard-builder 0.0.18 → 0.0.19
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": "@masterteam/dashboard-builder",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.19",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"directory": "../../../dist/masterteam/dashboard-builder",
|
|
6
6
|
"linkDirectory": true,
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"primeng": "21.1.5",
|
|
22
22
|
"rxjs": "^7.8.2",
|
|
23
23
|
"tailwindcss": "^4.2.2",
|
|
24
|
-
"@masterteam/
|
|
25
|
-
"@masterteam/
|
|
24
|
+
"@masterteam/components": "^0.0.143",
|
|
25
|
+
"@masterteam/icons": "^0.0.14"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"tslib": "^2.8.1",
|
|
@@ -2299,7 +2299,7 @@ declare class TopbarCardComponent implements OnInit, OnDestroy {
|
|
|
2299
2299
|
readonly iconColor: _angular_core.Signal<any>;
|
|
2300
2300
|
readonly iconBackgroundColor: _angular_core.Signal<any>;
|
|
2301
2301
|
readonly borderColor: _angular_core.Signal<any>;
|
|
2302
|
-
readonly borderWidth: _angular_core.Signal<
|
|
2302
|
+
readonly borderWidth: _angular_core.Signal<0 | 1>;
|
|
2303
2303
|
readonly padding: _angular_core.Signal<number>;
|
|
2304
2304
|
readonly titleFontSize: _angular_core.Signal<number>;
|
|
2305
2305
|
readonly subtitleFontSize: _angular_core.Signal<number>;
|