@huntsman-cancer-institute/cod 17.2.5 → 17.3.0

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": "@huntsman-cancer-institute/cod",
3
- "version": "17.2.5",
3
+ "version": "17.3.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git@gitlab.com:huntsman-cancer-institute/risr/ng/hci-ng-lib.git"
@@ -18,9 +18,9 @@
18
18
  "date-fns": "^2.16.1"
19
19
  },
20
20
  "dependencies": {
21
- "@huntsman-cancer-institute/dictionary-service": "17.2.5",
22
- "@huntsman-cancer-institute/input": "17.2.5",
23
- "@huntsman-cancer-institute/misc": "17.2.5",
21
+ "@huntsman-cancer-institute/dictionary-service": "^17.x",
22
+ "@huntsman-cancer-institute/input": "^17.x",
23
+ "@huntsman-cancer-institute/misc": "^17.x",
24
24
  "tslib": "^2.3.0"
25
25
  },
26
26
  "overrides": {
@@ -55,8 +55,11 @@ export declare class AttributeService {
55
55
  updatedAttributeValues: AttributeValue[];
56
56
  slicedAttributeValues: AttributeValue[];
57
57
  private uniqueId;
58
+ private _editButtonsEnabled;
58
59
  constructor(dictionaryService: DictionaryService, http: HttpClient, router: Router, attributeEndpoint: string);
59
60
  setBoundData(boundData: any): void;
61
+ get editButtonsEnabled(): boolean;
62
+ set editButtonsEnabled(enabled: boolean);
60
63
  getAttributeValueCountByAttribute(idAttribute: number): Observable<number>;
61
64
  getAttributeValueCountByContainer(idAttributeContainer: number): Observable<number>;
62
65
  getDictionaryValueCount(idAttributeDictionary: number): Observable<number>;
@@ -93,6 +96,7 @@ export declare class AttributeService {
93
96
  * Required the AttributeConfiguration to be pre-loaded
94
97
  */
95
98
  fetchAttributeValueSet(idParentObject: number): void;
99
+ checkAvsEditable(): void;
96
100
  getBaseWindowDimension(baseWindowTemplate: string): void;
97
101
  /**
98
102
  * Currently a simple notifier that the configuration or attribute value set has changed and components may need to be refreshed.