@memberjunction/ng-entity-viewer 2.121.0 → 2.122.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/dist/lib/entity-cards/entity-cards.component.js +1 -1
- package/dist/lib/entity-grid/entity-grid.component.js +1 -1
- package/dist/lib/entity-record-detail-panel/entity-record-detail-panel.component.js +1 -1
- package/dist/lib/entity-viewer/entity-viewer.component.js +1 -1
- package/dist/lib/pagination/pagination.component.js +1 -1
- package/dist/lib/pill/pill.component.js +1 -1
- package/package.json +5 -5
|
@@ -793,5 +793,5 @@ export class EntityCardsComponent {
|
|
|
793
793
|
}], recordOpened: [{
|
|
794
794
|
type: Output
|
|
795
795
|
}] }); })();
|
|
796
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EntityCardsComponent, { className: "EntityCardsComponent" }); })();
|
|
796
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EntityCardsComponent, { className: "EntityCardsComponent", filePath: "src/lib/entity-cards/entity-cards.component.ts", lineNumber: 34 }); })();
|
|
797
797
|
//# sourceMappingURL=entity-cards.component.js.map
|
|
@@ -672,5 +672,5 @@ export class EntityGridComponent {
|
|
|
672
672
|
}], gridStateChanged: [{
|
|
673
673
|
type: Output
|
|
674
674
|
}] }); })();
|
|
675
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EntityGridComponent, { className: "EntityGridComponent" }); })();
|
|
675
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EntityGridComponent, { className: "EntityGridComponent", filePath: "src/lib/entity-grid/entity-grid.component.ts", lineNumber: 56 }); })();
|
|
676
676
|
//# sourceMappingURL=entity-grid.component.js.map
|
|
@@ -783,5 +783,5 @@ export class EntityRecordDetailPanelComponent {
|
|
|
783
783
|
}], openForeignKeyRecord: [{
|
|
784
784
|
type: Output
|
|
785
785
|
}] }); })();
|
|
786
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EntityRecordDetailPanelComponent, { className: "EntityRecordDetailPanelComponent" }); })();
|
|
786
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EntityRecordDetailPanelComponent, { className: "EntityRecordDetailPanelComponent", filePath: "src/lib/entity-record-detail-panel/entity-record-detail-panel.component.ts", lineNumber: 84 }); })();
|
|
787
787
|
//# sourceMappingURL=entity-record-detail-panel.component.js.map
|
|
@@ -879,5 +879,5 @@ export class EntityViewerComponent {
|
|
|
879
879
|
}], gridStateChanged: [{
|
|
880
880
|
type: Output
|
|
881
881
|
}] }); })();
|
|
882
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EntityViewerComponent, { className: "EntityViewerComponent" }); })();
|
|
882
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EntityViewerComponent, { className: "EntityViewerComponent", filePath: "src/lib/entity-viewer/entity-viewer.component.ts", lineNumber: 65 }); })();
|
|
883
883
|
//# sourceMappingURL=entity-viewer.component.js.map
|
|
@@ -195,5 +195,5 @@ export class PaginationComponent {
|
|
|
195
195
|
}], goToPage: [{
|
|
196
196
|
type: Output
|
|
197
197
|
}] }); })();
|
|
198
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PaginationComponent, { className: "PaginationComponent" }); })();
|
|
198
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PaginationComponent, { className: "PaginationComponent", filePath: "src/lib/pagination/pagination.component.ts", lineNumber: 26 }); })();
|
|
199
199
|
//# sourceMappingURL=pagination.component.js.map
|
|
@@ -121,5 +121,5 @@ export class PillComponent {
|
|
|
121
121
|
}], color: [{
|
|
122
122
|
type: Input
|
|
123
123
|
}] }); })();
|
|
124
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PillComponent, { className: "PillComponent" }); })();
|
|
124
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PillComponent, { className: "PillComponent", filePath: "src/lib/pill/pill.component.ts", lineNumber: 133 }); })();
|
|
125
125
|
//# sourceMappingURL=pill.component.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-entity-viewer",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.122.0",
|
|
4
4
|
"description": "MemberJunction: Angular components for viewing entity data in multiple formats (grid, cards) with filtering, selection, and shared data management",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"ag-grid-community": "^34.3.1"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@memberjunction/core-entities": "2.
|
|
38
|
-
"@memberjunction/global": "2.
|
|
39
|
-
"@memberjunction/core": "2.
|
|
40
|
-
"@memberjunction/ng-shared-generic": "2.
|
|
37
|
+
"@memberjunction/core-entities": "2.122.0",
|
|
38
|
+
"@memberjunction/global": "2.122.0",
|
|
39
|
+
"@memberjunction/core": "2.122.0",
|
|
40
|
+
"@memberjunction/ng-shared-generic": "2.122.0",
|
|
41
41
|
"rxjs": "^7.8.1",
|
|
42
42
|
"tslib": "^2.3.0"
|
|
43
43
|
},
|