@memberjunction/ng-explorer-core 0.9.231 → 0.9.232

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.
@@ -40,12 +40,14 @@ SingleSearchResultComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type:
40
40
  } if (rf & 2) {
41
41
  let _t;
42
42
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.userViewGrid = _t.first);
43
- } }, inputs: { entity: "entity", searchInput: "searchInput" }, outputs: { loadComplete: "loadComplete", loadStarted: "loadStarted" }, decls: 1, vars: 0, template: function SingleSearchResultComponent_Template(rf, ctx) { if (rf & 1) {
44
- i0.ɵɵelement(0, "mj-user-view-grid");
45
- } }, dependencies: [i1.UserViewGridComponent] });
43
+ } }, inputs: { entity: "entity", searchInput: "searchInput" }, outputs: { loadComplete: "loadComplete", loadStarted: "loadStarted" }, decls: 2, vars: 0, consts: [[1, "search-results-wrap"]], template: function SingleSearchResultComponent_Template(rf, ctx) { if (rf & 1) {
44
+ i0.ɵɵelementStart(0, "div", 0);
45
+ i0.ɵɵelement(1, "mj-user-view-grid");
46
+ i0.ɵɵelementEnd();
47
+ } }, dependencies: [i1.UserViewGridComponent], styles: [".search-results-wrap[_ngcontent-%COMP%] {\r\n padding: 5px;\r\n}"] });
46
48
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SingleSearchResultComponent, [{
47
49
  type: Component,
48
- args: [{ selector: 'mj-single-search-result', template: "<mj-user-view-grid\n>\n</mj-user-view-grid>" }]
50
+ args: [{ selector: 'mj-single-search-result', template: "<div class=\"search-results-wrap\">\n <mj-user-view-grid>\n </mj-user-view-grid>\n</div>\n", styles: [".search-results-wrap {\r\n padding: 5px;\r\n}"] }]
49
51
  }], null, { entity: [{
50
52
  type: Input
51
53
  }], searchInput: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-explorer-core",
3
- "version": "0.9.231",
3
+ "version": "0.9.232",
4
4
  "description": "MemberJunction Explorer: Core Angular Components",
5
5
  "main": "./dist/public-api.js",
6
6
  "typings": "./dist/public-api.d.ts",