@masterteam/dashboard-builder 0.0.34 → 0.0.35

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.34",
3
+ "version": "0.0.35",
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/icons": "^0.0.16",
25
- "@masterteam/components": "^0.0.190"
24
+ "@masterteam/components": "^0.0.191",
25
+ "@masterteam/icons": "^0.0.16"
26
26
  },
27
27
  "dependencies": {
28
28
  "tslib": "^2.8.1",
@@ -3046,7 +3046,7 @@ declare class CardFilterComponent implements OnInit {
3046
3046
  /** Language code */
3047
3047
  readonly langCode: _angular_core.Signal<string>;
3048
3048
  /** Filter type */
3049
- readonly filterType: _angular_core.Signal<"text" | "date" | "select" | "multiselect" | "multiSelect" | "daterange">;
3049
+ readonly filterType: _angular_core.Signal<"date" | "text" | "select" | "multiselect" | "multiSelect" | "daterange">;
3050
3050
  /** Filter options */
3051
3051
  readonly options: _angular_core.Signal<_masterteam_dashboard_builder.FilterOption[]>;
3052
3052
  /** Placeholder text */