@memberjunction/ng-base-types 2.76.0 → 2.78.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.
@@ -28,13 +28,13 @@ export class BaseAngularComponent {
28
28
  * Returns either the default RunQuery provider or the one specified in the Provider property, if it was specified
29
29
  */
30
30
  get RunQueryToUse() {
31
- return this;
31
+ return this.ProviderToUse;
32
32
  }
33
33
  /**
34
34
  * Returns either the default RunReport provider or the one specified in the Provider property, if it was specified
35
35
  */
36
36
  get RunReportToUse() {
37
- return this;
37
+ return this.ProviderToUse;
38
38
  }
39
39
  static ɵfac = function BaseAngularComponent_Factory(t) { return new (t || BaseAngularComponent)(); };
40
40
  static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: BaseAngularComponent, inputs: { Provider: "Provider" } });
@@ -1 +1 @@
1
- {"version":3,"file":"base-angular-component.js","sourceRoot":"","sources":["../src/base-angular-component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAA8E,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;AAE5H;;GAEG;AAEH,MAAM,OAAgB,oBAAoB;IACxC;;;;;OAKG;IACM,QAAQ,GAA6B,IAAI,CAAC;IAEnD;;OAEG;IACH,IAAW,aAAa;QACtB,OAAO,IAAI,CAAC,QAAQ,IAAI,QAAQ,CAAC,QAAQ,CAAC;IAC5C,CAAC;IAED;;OAEG;IACH,IAAW,YAAY;QACrB,OAA8B,IAAI,CAAC,aAAa,CAAC;IACnD,CAAC;IAED;;OAEG;IACH,IAAW,aAAa;QACtB,OAA+B,IAAI,CAAA;IACrC,CAAC;IAED;;OAEG;IACH,IAAW,cAAc;QACvB,OAAgC,IAAI,CAAA;IACtC,CAAC;8EAnCmB,oBAAoB;6DAApB,oBAAoB;;iFAApB,oBAAoB;cADzC,SAAS;gBAQC,QAAQ;kBAAhB,KAAK"}
1
+ {"version":3,"file":"base-angular-component.js","sourceRoot":"","sources":["../src/base-angular-component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAA8E,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;AAE5H;;GAEG;AAEH,MAAM,OAAgB,oBAAoB;IACxC;;;;;OAKG;IACM,QAAQ,GAA6B,IAAI,CAAC;IAEnD;;OAEG;IACH,IAAW,aAAa;QACtB,OAAO,IAAI,CAAC,QAAQ,IAAI,QAAQ,CAAC,QAAQ,CAAC;IAC5C,CAAC;IAED;;OAEG;IACH,IAAW,YAAY;QACrB,OAA8B,IAAI,CAAC,aAAa,CAAC;IACnD,CAAC;IAED;;OAEG;IACH,IAAW,aAAa;QACtB,OAA+B,IAAI,CAAC,aAAa,CAAC;IACpD,CAAC;IAED;;OAEG;IACH,IAAW,cAAc;QACvB,OAAgC,IAAI,CAAC,aAAa,CAAC;IACrD,CAAC;8EAnCmB,oBAAoB;6DAApB,oBAAoB;;iFAApB,oBAAoB;cADzC,SAAS;gBAQC,QAAQ;kBAAhB,KAAK"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-base-types",
3
- "version": "2.76.0",
3
+ "version": "2.78.0",
4
4
  "description": "MemberJunction: Simple types that are used across many generic Angular UI components for coordination",
5
5
  "main": "./dist/public-api.js",
6
6
  "typings": "./dist/public-api.d.ts",
@@ -23,9 +23,9 @@
23
23
  "@angular/core": "18.0.2"
24
24
  },
25
25
  "dependencies": {
26
- "@memberjunction/core-entities": "2.76.0",
27
- "@memberjunction/global": "2.76.0",
28
- "@memberjunction/core": "2.76.0",
26
+ "@memberjunction/core-entities": "2.78.0",
27
+ "@memberjunction/global": "2.78.0",
28
+ "@memberjunction/core": "2.78.0",
29
29
  "tslib": "^2.3.0"
30
30
  },
31
31
  "sideEffects": false