@masterteam/dashboard-builder 0.0.7 → 0.0.8
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.8",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"directory": "../../../dist/masterteam/dashboard-builder",
|
|
6
6
|
"linkDirectory": true,
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"primeng": "21.0.1",
|
|
22
22
|
"rxjs": "^7.8.2",
|
|
23
23
|
"tailwindcss": "^4.1.17",
|
|
24
|
-
"@masterteam/components": "^0.0.
|
|
24
|
+
"@masterteam/components": "^0.0.103",
|
|
25
25
|
"@masterteam/icons": "^0.0.13"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
@@ -1409,7 +1409,7 @@ declare class CardFilterComponent implements OnInit {
|
|
|
1409
1409
|
/** Language code */
|
|
1410
1410
|
readonly langCode: _angular_core.Signal<string>;
|
|
1411
1411
|
/** Filter type */
|
|
1412
|
-
readonly filterType: _angular_core.Signal<"
|
|
1412
|
+
readonly filterType: _angular_core.Signal<"date" | "text" | "select" | "multiselect" | "multiSelect" | "daterange">;
|
|
1413
1413
|
/** Filter options */
|
|
1414
1414
|
readonly options: _angular_core.Signal<_masterteam_dashboard_builder.FilterOption[]>;
|
|
1415
1415
|
/** Placeholder text */
|