ngx-edu-sharing-ui 9999.0.0 → 9999.0.1

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.
@@ -17,7 +17,7 @@ export declare class ListTextComponent extends ListWidget implements OnInit {
17
17
  constructor(nodeHelper: NodeHelperService, mds: MdsService, changeDetectorRef: ChangeDetectorRef);
18
18
  ngOnChanges(changes: SimpleChanges): Promise<void>;
19
19
  ngOnInit(): Promise<void>;
20
- getNode(): Node | Constants.Group | Constants.Person | Constants.Statistics;
20
+ getNode(): Node | Constants.Person | Constants.Group | Constants.Statistics;
21
21
  isUserProfileAttribute(attribute: string): boolean;
22
22
  getWorkflowStatus(): import("ngx-edu-sharing-ui").WorkflowDefinition;
23
23
  getI18n(item: ListItem): string;
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
7
7
  export declare class ListWidget {
8
8
  get node(): Node | ProposalNode | Group | Person | Statistics;
9
9
  set node(value: Node | ProposalNode | Group | Person | Statistics);
10
- protected readonly nodeSubject: BehaviorSubject<Node | Group | ProposalNode | Person | Statistics>;
10
+ protected readonly nodeSubject: BehaviorSubject<Node | ProposalNode | Person | Group | Statistics>;
11
11
  get item(): ListItem;
12
12
  set item(value: ListItem);
13
13
  protected readonly itemSubject: BehaviorSubject<ListItem>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-edu-sharing-ui",
3
- "version": "9999.0.0",
3
+ "version": "9999.0.1",
4
4
  "license": "GNU GPL v2",
5
5
  "description": "Angular components for Edu-Sharing UX parts",
6
6
  "peerDependencies": {
@@ -10,7 +10,7 @@
10
10
  "@angular/material": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
11
11
  "material-design-icons": "^3.0.1",
12
12
  "@ngx-translate/core": "^14.0.0 || ^15.0.0",
13
- "angular-material-css-vars": "^3.0.0",
13
+ "angular-material-css-vars": "^3.0.0 || ^6.0.0",
14
14
  "rxjs": "^6.6.7 || ^7.0.0"
15
15
  },
16
16
  "dependencies": {