@masterteam/client-components 0.0.91 → 0.0.92

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/client-components",
3
- "version": "0.0.91",
3
+ "version": "0.0.92",
4
4
  "publishConfig": {
5
5
  "directory": "../../../dist/masterteam/client-components",
6
6
  "linkDirectory": true,
@@ -16,10 +16,10 @@
16
16
  "rxjs": "^7.8.2",
17
17
  "tailwindcss": "^4.2.2",
18
18
  "tailwindcss-primeui": "^0.6.1",
19
- "@masterteam/components": "^0.0.284",
20
- "@masterteam/forms": "^0.0.147",
19
+ "@masterteam/forms": "^0.0.150",
21
20
  "@masterteam/dashboard-builder": "^0.0.88",
22
- "@masterteam/icons": "^0.0.17"
21
+ "@masterteam/icons": "^0.0.17",
22
+ "@masterteam/components": "^0.0.287"
23
23
  },
24
24
  "dependencies": {
25
25
  "tslib": "^2.8.1"
@@ -1112,6 +1112,7 @@ declare class ClientListToolbarService {
1112
1112
  */
1113
1113
  forList(key: string, defaults?: ClientListToolbarDefaults): ClientListToolbarBucket;
1114
1114
  clear(key: string): void;
1115
+ private createBucket;
1115
1116
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClientListToolbarService, never>;
1116
1117
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<ClientListToolbarService>;
1117
1118
  }