@memberjunction/ng-explorer-core 0.9.9 → 0.9.11
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.
|
@@ -69,19 +69,21 @@ export declare class SharedService {
|
|
|
69
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedService, never>;
|
|
70
70
|
static ɵprov: i0.ɵɵInjectableDeclaration<SharedService>;
|
|
71
71
|
}
|
|
72
|
-
export declare
|
|
73
|
-
Unordered
|
|
74
|
-
Ordered
|
|
75
|
-
}
|
|
76
|
-
export
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
72
|
+
export declare const HtmlListType: {
|
|
73
|
+
readonly Unordered: "Unordered";
|
|
74
|
+
readonly Ordered: "Ordered";
|
|
75
|
+
};
|
|
76
|
+
export type HtmlListType = typeof HtmlListType[keyof typeof HtmlListType];
|
|
77
|
+
export declare const EventCodes: {
|
|
78
|
+
readonly ViewClicked: "ViewClicked";
|
|
79
|
+
readonly EntityRecordClicked: "EntityRecordClicked";
|
|
80
|
+
readonly AddDashboard: "AddDashboard";
|
|
81
|
+
readonly AddReport: "AddReport";
|
|
82
|
+
readonly ViewCreated: "ViewCreated";
|
|
83
|
+
readonly ViewUpdated: "ViewUpdated";
|
|
84
|
+
readonly RunSearch: "RunSearch";
|
|
85
|
+
readonly ViewNotifications: "ViewNotifications";
|
|
86
|
+
readonly PushStatusUpdates: "PushStatusUpdates";
|
|
87
|
+
readonly UserNotificationsUpdated: "UserNotificationsUpdated";
|
|
88
|
+
};
|
|
89
|
+
export type EventCodes = typeof EventCodes[keyof typeof EventCodes];
|
|
@@ -282,21 +282,19 @@ SharedService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: SharedServ
|
|
|
282
282
|
providedIn: 'root'
|
|
283
283
|
}]
|
|
284
284
|
}], function () { return [{ type: i1.NotificationService }]; }, null); })();
|
|
285
|
-
export
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
EventCodes["UserNotificationsUpdated"] = "userNotificationsUpdated";
|
|
302
|
-
})(EventCodes || (EventCodes = {}));
|
|
285
|
+
export const HtmlListType = {
|
|
286
|
+
Unordered: 'Unordered',
|
|
287
|
+
Ordered: 'Ordered',
|
|
288
|
+
};
|
|
289
|
+
export const EventCodes = {
|
|
290
|
+
ViewClicked: "ViewClicked",
|
|
291
|
+
EntityRecordClicked: "EntityRecordClicked",
|
|
292
|
+
AddDashboard: "AddDashboard",
|
|
293
|
+
AddReport: "AddReport",
|
|
294
|
+
ViewCreated: "ViewCreated",
|
|
295
|
+
ViewUpdated: "ViewUpdated",
|
|
296
|
+
RunSearch: "RunSearch",
|
|
297
|
+
ViewNotifications: "ViewNotifications",
|
|
298
|
+
PushStatusUpdates: "PushStatusUpdates",
|
|
299
|
+
UserNotificationsUpdated: "UserNotificationsUpdated"
|
|
300
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-explorer-core",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.11",
|
|
4
4
|
"description": "MemberJunction Explorer: Core Angular Components",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"@progress/kendo-angular-listview": "^12.1.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@memberjunction/global": "^0.9.
|
|
31
|
-
"@memberjunction/core": "^0.9.
|
|
32
|
-
"@memberjunction/ng-compare-records": "^0.9.
|
|
33
|
-
"@memberjunction/ng-record-changes": "^0.9.
|
|
34
|
-
"@memberjunction/ng-container-directives": "^0.9.
|
|
35
|
-
"@memberjunction/ng-user-view-grid": "^0.9.
|
|
30
|
+
"@memberjunction/global": "^0.9.72",
|
|
31
|
+
"@memberjunction/core": "^0.9.69",
|
|
32
|
+
"@memberjunction/ng-compare-records": "^0.9.71",
|
|
33
|
+
"@memberjunction/ng-record-changes": "^0.9.9",
|
|
34
|
+
"@memberjunction/ng-container-directives": "^0.9.47",
|
|
35
|
+
"@memberjunction/ng-user-view-grid": "^0.9.51",
|
|
36
36
|
"tslib": "^2.3.0"
|
|
37
37
|
},
|
|
38
38
|
"sideEffects": false
|