@onecx/integration-interface 8.0.0-rc.4 → 8.0.0-rc.7
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/README.md +13 -7
- package/migrations/index.js +3 -6
- package/migrations/index.js.map +1 -1
- package/migrations/v5/warn-for-events-publisher-navigated.js +5 -8
- package/migrations/v5/warn-for-events-publisher-navigated.js.map +1 -1
- package/migrations/v5/warn-for-events-topic-navigated.js +8 -11
- package/migrations/v5/warn-for-events-topic-navigated.js.map +1 -1
- package/migrations/v6/migrate-onecx-to-v6.js +3 -6
- package/migrations/v6/migrate-onecx-to-v6.js.map +1 -1
- package/package.json +9 -5
- package/src/index.d.ts +9 -0
- package/src/index.js +53 -47
- package/src/index.js.map +1 -1
- package/src/lib/declarations.d.ts +5 -0
- package/src/lib/declarations.js +2 -0
- package/src/lib/declarations.js.map +1 -0
- package/src/lib/models/shell-capability.model.d.ts +11 -0
- package/src/lib/models/shell-capability.model.js +8 -0
- package/src/lib/models/shell-capability.model.js.map +1 -0
- package/src/lib/services/dynamic-translation.service.d.ts +87 -0
- package/src/lib/services/dynamic-translation.service.js +275 -0
- package/src/lib/services/dynamic-translation.service.js.map +1 -0
- package/src/lib/services/icon.service.d.ts +15 -0
- package/src/lib/services/icon.service.js +50 -0
- package/src/lib/services/icon.service.js.map +1 -0
- package/src/lib/services/image-repository.service.js +5 -9
- package/src/lib/services/image-repository.service.js.map +1 -1
- package/src/lib/topics/configuration/v1/configuration.topic.js +2 -6
- package/src/lib/topics/configuration/v1/configuration.topic.js.map +1 -1
- package/src/lib/topics/current-location/v1/current-location.model.js +0 -2
- package/src/lib/topics/current-location/v1/current-location.topic.js +2 -6
- package/src/lib/topics/current-location/v1/current-location.topic.js.map +1 -1
- package/src/lib/topics/current-mfe/v1/current-mfe.topic.js +2 -6
- package/src/lib/topics/current-mfe/v1/current-mfe.topic.js.map +1 -1
- package/src/lib/topics/current-mfe/v1/mfe-info.model.js +0 -2
- package/src/lib/topics/current-page/v1/current-page.topic.js +8 -12
- package/src/lib/topics/current-page/v1/current-page.topic.js.map +1 -1
- package/src/lib/topics/current-page/v1/page-info.model.js +0 -2
- package/src/lib/topics/current-theme/v1/current-theme.topic.js +2 -6
- package/src/lib/topics/current-theme/v1/current-theme.topic.js.map +1 -1
- package/src/lib/topics/current-theme/v1/theme-override.model.d.ts +8 -0
- package/src/lib/topics/current-theme/v1/theme-override.model.js +6 -0
- package/src/lib/topics/current-theme/v1/theme-override.model.js.map +1 -0
- package/src/lib/topics/current-theme/v1/theme.model.d.ts +2 -0
- package/src/lib/topics/current-theme/v1/theme.model.js +0 -2
- package/src/lib/topics/current-workspace/v1/current-workspace.topic.js +2 -6
- package/src/lib/topics/current-workspace/v1/current-workspace.topic.js.map +1 -1
- package/src/lib/topics/current-workspace/v1/endpoint.model.js +0 -2
- package/src/lib/topics/current-workspace/v1/mfe-portal-registration.model.js +0 -2
- package/src/lib/topics/current-workspace/v1/route.model.js +0 -2
- package/src/lib/topics/current-workspace/v1/workspace.model.js +0 -2
- package/src/lib/topics/dynamic-translations/v1/dynamic-translations.model.d.ts +15 -0
- package/src/lib/topics/dynamic-translations/v1/dynamic-translations.model.js +6 -0
- package/src/lib/topics/dynamic-translations/v1/dynamic-translations.model.js.map +1 -0
- package/src/lib/topics/dynamic-translations/v1/dynamic-translations.topic.d.ts +6 -0
- package/src/lib/topics/dynamic-translations/v1/dynamic-translations.topic.js +7 -0
- package/src/lib/topics/dynamic-translations/v1/dynamic-translations.topic.js.map +1 -0
- package/src/lib/topics/events/v1/event-type.js +2 -5
- package/src/lib/topics/events/v1/event-type.js.map +1 -1
- package/src/lib/topics/events/v1/events-topic.js +2 -6
- package/src/lib/topics/events/v1/events-topic.js.map +1 -1
- package/src/lib/topics/events/v1/navigated-event-payload.js +0 -2
- package/src/lib/topics/events/v1/navigated-event-type.js +0 -2
- package/src/lib/topics/events/v1/topic-event-type.js +0 -2
- package/src/lib/topics/global-error/v1/global-error.topic.js +2 -6
- package/src/lib/topics/global-error/v1/global-error.topic.js.map +1 -1
- package/src/lib/topics/global-loading/v1/global-loading.topic.js +2 -6
- package/src/lib/topics/global-loading/v1/global-loading.topic.js.map +1 -1
- package/src/lib/topics/icons/v1/icon.model.d.ts +15 -0
- package/src/lib/topics/icons/v1/icon.model.js +1 -0
- package/src/lib/topics/icons/v1/icon.model.js.map +1 -0
- package/src/lib/topics/icons/v1/icon.topic.d.ts +5 -0
- package/src/lib/topics/icons/v1/icon.topic.js +7 -0
- package/src/lib/topics/icons/v1/icon.topic.js.map +1 -0
- package/src/lib/topics/image-repository/image-repository.model.js +0 -2
- package/src/lib/topics/image-repository/image-repository.topic.js +2 -6
- package/src/lib/topics/image-repository/image-repository.topic.js.map +1 -1
- package/src/lib/topics/is-authenticated/v1/isAuthenticated.topic.js +2 -6
- package/src/lib/topics/is-authenticated/v1/isAuthenticated.topic.js.map +1 -1
- package/src/lib/topics/message/v1/message.model.js +0 -2
- package/src/lib/topics/message/v1/message.topic.js +2 -6
- package/src/lib/topics/message/v1/message.topic.js.map +1 -1
- package/src/lib/topics/parameters/v1/parameters.topic.js +2 -6
- package/src/lib/topics/parameters/v1/parameters.topic.js.map +1 -1
- package/src/lib/topics/permissions/v1/permissions.topic.js +2 -6
- package/src/lib/topics/permissions/v1/permissions.topic.js.map +1 -1
- package/src/lib/topics/permissions-rpc/v1/permissions-rpc.model.js +0 -2
- package/src/lib/topics/permissions-rpc/v1/permissions-rpc.topic.js +2 -6
- package/src/lib/topics/permissions-rpc/v1/permissions-rpc.topic.js.map +1 -1
- package/src/lib/topics/remote-components/v1/remote-component.model.js +2 -5
- package/src/lib/topics/remote-components/v1/remote-component.model.js.map +1 -1
- package/src/lib/topics/remote-components/v1/remote-components-info.model.js +0 -2
- package/src/lib/topics/remote-components/v1/remote-components.topic.js +2 -6
- package/src/lib/topics/remote-components/v1/remote-components.topic.js.map +1 -1
- package/src/lib/topics/remote-components/v1/slot.model.js +0 -2
- package/src/lib/topics/resized-events/v1/resized-event-type.js +2 -5
- package/src/lib/topics/resized-events/v1/resized-event-type.js.map +1 -1
- package/src/lib/topics/resized-events/v1/resized-events.topic.js +9 -13
- package/src/lib/topics/resized-events/v1/resized-events.topic.js.map +1 -1
- package/src/lib/topics/resized-events/v1/resized-update-requested-type.js +0 -2
- package/src/lib/topics/resized-events/v1/slot-groups-resized-type.js +0 -2
- package/src/lib/topics/resized-events/v1/slots-resized-type.js +0 -2
- package/src/lib/topics/resized-events/v1/topic-resized-event-type.js +0 -2
- package/src/lib/topics/user-profile/v1/user-profile.model.js +2 -5
- package/src/lib/topics/user-profile/v1/user-profile.model.js.map +1 -1
- package/src/lib/topics/user-profile/v1/user-profile.topic.js +2 -6
- package/src/lib/topics/user-profile/v1/user-profile.topic.js.map +1 -1
- package/src/lib/utils/logger.utils.js +2 -5
- package/src/lib/utils/logger.utils.js.map +1 -1
- package/src/lib/utils/shell-capability.utils.d.ts +2 -0
- package/src/lib/utils/shell-capability.utils.js +4 -0
- package/src/lib/utils/shell-capability.utils.js.map +1 -0
- package/src/version.d.ts +2 -0
- package/src/version.js +3 -0
- package/src/version.js.map +1 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare enum DynamicTranslationsMessageType {
|
|
2
|
+
REQUESTED = "REQUESTED",
|
|
3
|
+
RECEIVED = "RECEIVED"
|
|
4
|
+
}
|
|
5
|
+
export interface TranslationsRequested {
|
|
6
|
+
type: DynamicTranslationsMessageType.REQUESTED;
|
|
7
|
+
locale: string;
|
|
8
|
+
contexts: {
|
|
9
|
+
name: string;
|
|
10
|
+
version?: string;
|
|
11
|
+
}[];
|
|
12
|
+
}
|
|
13
|
+
export interface TranslationsReceived {
|
|
14
|
+
type: DynamicTranslationsMessageType.RECEIVED;
|
|
15
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export var DynamicTranslationsMessageType;
|
|
2
|
+
(function (DynamicTranslationsMessageType) {
|
|
3
|
+
DynamicTranslationsMessageType["REQUESTED"] = "REQUESTED";
|
|
4
|
+
DynamicTranslationsMessageType["RECEIVED"] = "RECEIVED";
|
|
5
|
+
})(DynamicTranslationsMessageType || (DynamicTranslationsMessageType = {}));
|
|
6
|
+
//# sourceMappingURL=dynamic-translations.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dynamic-translations.model.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/dynamic-translations/v1/dynamic-translations.model.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,8BAGX;AAHD,WAAY,8BAA8B;IACxC,yDAAuB,CAAA;IACvB,uDAAqB,CAAA;AACvB,CAAC,EAHW,8BAA8B,KAA9B,8BAA8B,QAGzC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Topic } from '@onecx/accelerator';
|
|
2
|
+
import { TranslationsRequested, TranslationsReceived } from './dynamic-translations.model';
|
|
3
|
+
export type DynamicTranslationsMessage = TranslationsRequested | TranslationsReceived;
|
|
4
|
+
export declare class DynamicTranslationsTopic extends Topic<DynamicTranslationsMessage> {
|
|
5
|
+
constructor();
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dynamic-translations.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/dynamic-translations/v1/dynamic-translations.topic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAK3C,MAAM,OAAO,wBAAyB,SAAQ,KAAiC;IAC7E;QACE,KAAK,CAAC,qBAAqB,EAAE,CAAC,EAAE,KAAK,CAAC,CAAC;IACzC,CAAC;CACF"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EventType = void 0;
|
|
4
|
-
var EventType;
|
|
1
|
+
export var EventType;
|
|
5
2
|
(function (EventType) {
|
|
6
3
|
EventType["NAVIGATED"] = "navigated";
|
|
7
4
|
EventType["AUTH_LOGOUT_BUTTON_CLICKED"] = "authentication#logoutButtonClicked";
|
|
8
|
-
})(EventType || (
|
|
5
|
+
})(EventType || (EventType = {}));
|
|
9
6
|
//# sourceMappingURL=event-type.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event-type.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/events/v1/event-type.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"event-type.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/events/v1/event-type.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,oCAAuB,CAAA;IACvB,8EAAiE,CAAA;AACnE,CAAC,EAHW,SAAS,KAAT,SAAS,QAGpB"}
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.EventsTopic = void 0;
|
|
4
|
-
const accelerator_1 = require("@onecx/accelerator");
|
|
5
|
-
class EventsTopic extends accelerator_1.Topic {
|
|
1
|
+
import { Topic } from '@onecx/accelerator';
|
|
2
|
+
export class EventsTopic extends Topic {
|
|
6
3
|
constructor() {
|
|
7
4
|
super('events', 1, false);
|
|
8
5
|
}
|
|
9
6
|
}
|
|
10
|
-
exports.EventsTopic = EventsTopic;
|
|
11
7
|
//# sourceMappingURL=events-topic.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events-topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/events/v1/events-topic.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"events-topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/events/v1/events-topic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAG1C,MAAM,OAAO,WAAY,SAAQ,KAAqB;IACpD;QACE,KAAK,CAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,CAAC,CAAA;IAC3B,CAAC;CACF"}
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.GlobalErrorTopic = void 0;
|
|
4
|
-
const accelerator_1 = require("@onecx/accelerator");
|
|
5
|
-
class GlobalErrorTopic extends accelerator_1.Topic {
|
|
1
|
+
import { Topic } from '@onecx/accelerator';
|
|
2
|
+
export class GlobalErrorTopic extends Topic {
|
|
6
3
|
constructor() {
|
|
7
4
|
super('globalError', 1);
|
|
8
5
|
}
|
|
9
6
|
}
|
|
10
|
-
exports.GlobalErrorTopic = GlobalErrorTopic;
|
|
11
7
|
//# sourceMappingURL=global-error.topic.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"global-error.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/global-error/v1/global-error.topic.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"global-error.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/global-error/v1/global-error.topic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAE1C,MAAM,OAAO,gBAAiB,SAAQ,KAAa;IACjD;QACE,KAAK,CAAC,aAAa,EAAE,CAAC,CAAC,CAAA;IACzB,CAAC;CACF"}
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.GlobalLoadingTopic = void 0;
|
|
4
|
-
const accelerator_1 = require("@onecx/accelerator");
|
|
5
|
-
class GlobalLoadingTopic extends accelerator_1.Topic {
|
|
1
|
+
import { Topic } from '@onecx/accelerator';
|
|
2
|
+
export class GlobalLoadingTopic extends Topic {
|
|
6
3
|
constructor() {
|
|
7
4
|
super('globalLoading', 1);
|
|
8
5
|
}
|
|
9
6
|
}
|
|
10
|
-
exports.GlobalLoadingTopic = GlobalLoadingTopic;
|
|
11
7
|
//# sourceMappingURL=global-loading.topic.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"global-loading.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/global-loading/v1/global-loading.topic.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"global-loading.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/global-loading/v1/global-loading.topic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAE1C,MAAM,OAAO,kBAAmB,SAAQ,KAAc;IACpD;QACE,KAAK,CAAC,eAAe,EAAE,CAAC,CAAC,CAAA;IAC3B,CAAC;CACF"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface IconCache {
|
|
2
|
+
name: string;
|
|
3
|
+
type: string;
|
|
4
|
+
body: string;
|
|
5
|
+
parent?: string | null;
|
|
6
|
+
}
|
|
7
|
+
export type IconClassType = 'svg' | 'background' | 'background-before';
|
|
8
|
+
export interface IconRequested {
|
|
9
|
+
type: 'IconRequested';
|
|
10
|
+
name: string;
|
|
11
|
+
}
|
|
12
|
+
export interface IconsReceived {
|
|
13
|
+
type: 'IconsReceived';
|
|
14
|
+
}
|
|
15
|
+
export type Icon = IconRequested | IconsReceived;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=icon.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon.model.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/icons/v1/icon.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/icons/v1/icon.topic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAG1C,MAAM,OAAO,SAAU,SAAQ,KAAW;IACxC;QACE,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,KAAK,CAAC,CAAA;IACzB,CAAC;CACF"}
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.ImageRepositoryTopic = void 0;
|
|
4
|
-
const accelerator_1 = require("@onecx/accelerator");
|
|
5
|
-
class ImageRepositoryTopic extends accelerator_1.Topic {
|
|
1
|
+
import { Topic } from "@onecx/accelerator";
|
|
2
|
+
export class ImageRepositoryTopic extends Topic {
|
|
6
3
|
constructor() {
|
|
7
4
|
super('imageRepository', 1);
|
|
8
5
|
}
|
|
9
6
|
}
|
|
10
|
-
exports.ImageRepositoryTopic = ImageRepositoryTopic;
|
|
11
7
|
//# sourceMappingURL=image-repository.topic.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image-repository.topic.js","sourceRoot":"","sources":["../../../../../../../libs/integration-interface/src/lib/topics/image-repository/image-repository.topic.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"image-repository.topic.js","sourceRoot":"","sources":["../../../../../../../libs/integration-interface/src/lib/topics/image-repository/image-repository.topic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAG3C,MAAM,OAAO,oBAAqB,SAAQ,KAA0B;IAClE;QACE,KAAK,CAAC,iBAAiB,EAAE,CAAC,CAAC,CAAA;IAC7B,CAAC;CACF"}
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.IsAuthenticatedTopic = void 0;
|
|
4
|
-
const accelerator_1 = require("@onecx/accelerator");
|
|
5
|
-
class IsAuthenticatedTopic extends accelerator_1.Topic {
|
|
1
|
+
import { Topic } from '@onecx/accelerator';
|
|
2
|
+
export class IsAuthenticatedTopic extends Topic {
|
|
6
3
|
constructor() {
|
|
7
4
|
super('isAuthenticated', 1);
|
|
8
5
|
}
|
|
9
6
|
}
|
|
10
|
-
exports.IsAuthenticatedTopic = IsAuthenticatedTopic;
|
|
11
7
|
//# sourceMappingURL=isAuthenticated.topic.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"isAuthenticated.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/is-authenticated/v1/isAuthenticated.topic.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"isAuthenticated.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/is-authenticated/v1/isAuthenticated.topic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAE1C,MAAM,OAAO,oBAAqB,SAAQ,KAAW;IACnD;QACE,KAAK,CAAC,iBAAiB,EAAE,CAAC,CAAC,CAAA;IAC7B,CAAC;CACF"}
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.MessageTopic = void 0;
|
|
4
|
-
const accelerator_1 = require("@onecx/accelerator");
|
|
5
|
-
class MessageTopic extends accelerator_1.Topic {
|
|
1
|
+
import { Topic } from '@onecx/accelerator';
|
|
2
|
+
export class MessageTopic extends Topic {
|
|
6
3
|
constructor() {
|
|
7
4
|
super('message', 1);
|
|
8
5
|
}
|
|
9
6
|
}
|
|
10
|
-
exports.MessageTopic = MessageTopic;
|
|
11
7
|
//# sourceMappingURL=message.topic.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/message/v1/message.topic.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"message.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/message/v1/message.topic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAG1C,MAAM,OAAO,YAAa,SAAQ,KAAc;IAC9C;QACE,KAAK,CAAC,SAAS,EAAE,CAAC,CAAC,CAAA;IACrB,CAAC;CACF"}
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.ParametersTopic = void 0;
|
|
4
|
-
const accelerator_1 = require("@onecx/accelerator");
|
|
5
|
-
class ParametersTopic extends accelerator_1.Topic {
|
|
1
|
+
import { Topic } from '@onecx/accelerator';
|
|
2
|
+
export class ParametersTopic extends Topic {
|
|
6
3
|
constructor() {
|
|
7
4
|
super('parameters', 1);
|
|
8
5
|
}
|
|
9
6
|
}
|
|
10
|
-
exports.ParametersTopic = ParametersTopic;
|
|
11
7
|
//# sourceMappingURL=parameters.topic.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/parameters/v1/parameters.topic.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"parameters.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/parameters/v1/parameters.topic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAkB1C,MAAM,OAAO,eAAgB,SAAQ,KAA6B;IAChE;QACE,KAAK,CAAC,YAAY,EAAE,CAAC,CAAC,CAAA;IACxB,CAAC;CACF"}
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.PermissionsTopic = void 0;
|
|
4
|
-
const accelerator_1 = require("@onecx/accelerator");
|
|
5
|
-
class PermissionsTopic extends accelerator_1.Topic {
|
|
1
|
+
import { Topic } from '@onecx/accelerator';
|
|
2
|
+
export class PermissionsTopic extends Topic {
|
|
6
3
|
constructor() {
|
|
7
4
|
super('permissions', 1);
|
|
8
5
|
}
|
|
9
6
|
}
|
|
10
|
-
exports.PermissionsTopic = PermissionsTopic;
|
|
11
7
|
//# sourceMappingURL=permissions.topic.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"permissions.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/permissions/v1/permissions.topic.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"permissions.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/permissions/v1/permissions.topic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAE1C,MAAM,OAAO,gBAAiB,SAAQ,KAAe;IACnD;QACE,KAAK,CAAC,aAAa,EAAE,CAAC,CAAC,CAAA;IACzB,CAAC;CACF"}
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.PermissionsRpcTopic = void 0;
|
|
4
|
-
const accelerator_1 = require("@onecx/accelerator");
|
|
5
|
-
class PermissionsRpcTopic extends accelerator_1.Topic {
|
|
1
|
+
import { Topic } from '@onecx/accelerator';
|
|
2
|
+
export class PermissionsRpcTopic extends Topic {
|
|
6
3
|
constructor() {
|
|
7
4
|
super('permissionsRpc', 1, false);
|
|
8
5
|
}
|
|
9
6
|
}
|
|
10
|
-
exports.PermissionsRpcTopic = PermissionsRpcTopic;
|
|
11
7
|
//# sourceMappingURL=permissions-rpc.topic.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"permissions-rpc.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/permissions-rpc/v1/permissions-rpc.topic.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"permissions-rpc.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/permissions-rpc/v1/permissions-rpc.topic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAG1C,MAAM,OAAO,mBAAoB,SAAQ,KAAqB;IAC5D;QACE,KAAK,CAAC,gBAAgB,EAAE,CAAC,EAAE,KAAK,CAAC,CAAA;IACnC,CAAC;CACF"}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Technologies = void 0;
|
|
4
|
-
var Technologies;
|
|
1
|
+
export var Technologies;
|
|
5
2
|
(function (Technologies) {
|
|
6
3
|
Technologies["Angular"] = "Angular";
|
|
7
4
|
Technologies["WebComponentScript"] = "WebComponentScript";
|
|
8
5
|
Technologies["WebComponentModule"] = "WebComponentModule";
|
|
9
|
-
})(Technologies || (
|
|
6
|
+
})(Technologies || (Technologies = {}));
|
|
10
7
|
//# sourceMappingURL=remote-component.model.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remote-component.model.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/remote-components/v1/remote-component.model.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"remote-component.model.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/remote-components/v1/remote-component.model.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,YAIX;AAJD,WAAY,YAAY;IACtB,mCAAmB,CAAA;IACnB,yDAAyC,CAAA;IACzC,yDAAyC,CAAA;AAC3C,CAAC,EAJW,YAAY,KAAZ,YAAY,QAIvB"}
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.RemoteComponentsTopic = void 0;
|
|
4
|
-
const accelerator_1 = require("@onecx/accelerator");
|
|
5
|
-
class RemoteComponentsTopic extends accelerator_1.Topic {
|
|
1
|
+
import { Topic } from '@onecx/accelerator';
|
|
2
|
+
export class RemoteComponentsTopic extends Topic {
|
|
6
3
|
constructor() {
|
|
7
4
|
super('remoteComponentsInfo', 1);
|
|
8
5
|
}
|
|
9
6
|
}
|
|
10
|
-
exports.RemoteComponentsTopic = RemoteComponentsTopic;
|
|
11
7
|
//# sourceMappingURL=remote-components.topic.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remote-components.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/remote-components/v1/remote-components.topic.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"remote-components.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/remote-components/v1/remote-components.topic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAG1C,MAAM,OAAO,qBAAsB,SAAQ,KAA2B;IACpE;QACE,KAAK,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAA;IAClC,CAAC;CACF"}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ResizedEventType = void 0;
|
|
4
|
-
var ResizedEventType;
|
|
1
|
+
export var ResizedEventType;
|
|
5
2
|
(function (ResizedEventType) {
|
|
6
3
|
ResizedEventType["SLOT_RESIZED"] = "slot_resized";
|
|
7
4
|
ResizedEventType["SLOT_GROUP_RESIZED"] = "slot_group_resized";
|
|
8
5
|
ResizedEventType["REQUESTED_EVENTS_CHANGED"] = "requested_events_changed";
|
|
9
|
-
})(ResizedEventType || (
|
|
6
|
+
})(ResizedEventType || (ResizedEventType = {}));
|
|
10
7
|
//# sourceMappingURL=resized-event-type.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resized-event-type.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/resized-events/v1/resized-event-type.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"resized-event-type.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/resized-events/v1/resized-event-type.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC1B,iDAA6B,CAAA;IAC7B,6DAAyC,CAAA;IACzC,yEAAqD,CAAA;AACvD,CAAC,EAJW,gBAAgB,KAAhB,gBAAgB,QAI3B"}
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
const accelerator_1 = require("@onecx/accelerator");
|
|
5
|
-
const resized_event_type_1 = require("./resized-event-type");
|
|
6
|
-
class ResizedEventsPublisher extends accelerator_1.TopicPublisher {
|
|
1
|
+
import { Topic, TopicPublisher } from '@onecx/accelerator';
|
|
2
|
+
import { ResizedEventType } from './resized-event-type';
|
|
3
|
+
class ResizedEventsPublisher extends TopicPublisher {
|
|
7
4
|
constructor() {
|
|
8
5
|
super('resizedEvents', 1);
|
|
9
6
|
}
|
|
10
7
|
//NOSONAR
|
|
11
8
|
publish(event) {
|
|
12
|
-
if (![
|
|
9
|
+
if (![ResizedEventType.SLOT_GROUP_RESIZED, ResizedEventType.SLOT_RESIZED].includes(event.type)) {
|
|
13
10
|
return super.publish(event);
|
|
14
11
|
}
|
|
15
12
|
const resizedEvent = event;
|
|
@@ -20,7 +17,7 @@ class ResizedEventsPublisher extends accelerator_1.TopicPublisher {
|
|
|
20
17
|
return Promise.resolve();
|
|
21
18
|
}
|
|
22
19
|
}
|
|
23
|
-
class ResizedEventsTopic extends
|
|
20
|
+
export class ResizedEventsTopic extends Topic {
|
|
24
21
|
constructor() {
|
|
25
22
|
super('resizedEvents', 1, false);
|
|
26
23
|
window['@onecx/integration-interface'] ??= {};
|
|
@@ -40,7 +37,7 @@ class ResizedEventsTopic extends accelerator_1.Topic {
|
|
|
40
37
|
// Without this, the listener might have to wait until the next resize to get any data
|
|
41
38
|
// Its important that this is called after the listener is registered
|
|
42
39
|
new ResizedEventsPublisher().publish({
|
|
43
|
-
type:
|
|
40
|
+
type: ResizedEventType.REQUESTED_EVENTS_CHANGED,
|
|
44
41
|
payload: {
|
|
45
42
|
type: eventType,
|
|
46
43
|
name: entityName,
|
|
@@ -49,7 +46,7 @@ class ResizedEventsTopic extends accelerator_1.Topic {
|
|
|
49
46
|
}
|
|
50
47
|
//NOSONAR
|
|
51
48
|
publish(event) {
|
|
52
|
-
if (![
|
|
49
|
+
if (![ResizedEventType.SLOT_GROUP_RESIZED, ResizedEventType.SLOT_RESIZED].includes(event.type)) {
|
|
53
50
|
return super.publish(event);
|
|
54
51
|
}
|
|
55
52
|
const resizedEvent = event;
|
|
@@ -60,12 +57,11 @@ class ResizedEventsTopic extends accelerator_1.Topic {
|
|
|
60
57
|
return Promise.resolve();
|
|
61
58
|
}
|
|
62
59
|
}
|
|
63
|
-
exports.ResizedEventsTopic = ResizedEventsTopic;
|
|
64
60
|
function eventToEntityName(event) {
|
|
65
61
|
switch (event.type) {
|
|
66
|
-
case
|
|
62
|
+
case ResizedEventType.SLOT_RESIZED:
|
|
67
63
|
return event.payload.slotName;
|
|
68
|
-
case
|
|
64
|
+
case ResizedEventType.SLOT_GROUP_RESIZED:
|
|
69
65
|
return event.payload.slotGroupName;
|
|
70
66
|
}
|
|
71
67
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resized-events.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/resized-events/v1/resized-events.topic.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"resized-events.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/resized-events/v1/resized-events.topic.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PhoneType = void 0;
|
|
4
|
-
var PhoneType;
|
|
1
|
+
export var PhoneType;
|
|
5
2
|
(function (PhoneType) {
|
|
6
3
|
PhoneType["MOBILE"] = "MOBILE";
|
|
7
4
|
PhoneType["LANDLINE"] = "LANDLINE";
|
|
8
|
-
})(PhoneType || (
|
|
5
|
+
})(PhoneType || (PhoneType = {}));
|
|
9
6
|
//# sourceMappingURL=user-profile.model.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-profile.model.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/user-profile/v1/user-profile.model.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"user-profile.model.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/user-profile/v1/user-profile.model.ts"],"names":[],"mappings":"AA0IA,MAAM,CAAN,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,8BAAiB,CAAA;IACjB,kCAAqB,CAAA;AACvB,CAAC,EAHW,SAAS,KAAT,SAAS,QAGpB"}
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.UserProfileTopic = void 0;
|
|
4
|
-
const accelerator_1 = require("@onecx/accelerator");
|
|
5
|
-
class UserProfileTopic extends accelerator_1.Topic {
|
|
1
|
+
import { Topic } from '@onecx/accelerator';
|
|
2
|
+
export class UserProfileTopic extends Topic {
|
|
6
3
|
constructor() {
|
|
7
4
|
super('userProfile', 1);
|
|
8
5
|
}
|
|
9
6
|
}
|
|
10
|
-
exports.UserProfileTopic = UserProfileTopic;
|
|
11
7
|
//# sourceMappingURL=user-profile.topic.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-profile.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/user-profile/v1/user-profile.topic.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"user-profile.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/user-profile/v1/user-profile.topic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAG1C,MAAM,OAAO,gBAAiB,SAAQ,KAAkB;IACtD;QACE,KAAK,CAAC,aAAa,EAAE,CAAC,CAAC,CAAA;IACzB,CAAC;CACF"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.createLogger = void 0;
|
|
4
1
|
// This file is not planned to be in the index.ts so it is private to this lib
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
import { createLoggerFactory } from '@onecx/accelerator';
|
|
3
|
+
export const createLogger = createLoggerFactory('@onecx/integration-interface');
|
|
7
4
|
//# sourceMappingURL=logger.utils.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logger.utils.js","sourceRoot":"","sources":["../../../../../../libs/integration-interface/src/lib/utils/logger.utils.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"logger.utils.js","sourceRoot":"","sources":["../../../../../../libs/integration-interface/src/lib/utils/logger.utils.ts"],"names":[],"mappings":"AAAA,8EAA8E;AAC9E,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAA;AAExD,MAAM,CAAC,MAAM,YAAY,GAAG,mBAAmB,CAAC,8BAA8B,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shell-capability.utils.js","sourceRoot":"","sources":["../../../../../../libs/integration-interface/src/lib/utils/shell-capability.utils.ts"],"names":[],"mappings":"AAEA,MAAM,UAAU,kBAAkB,CAAC,UAA2B;IAC5D,OAAO,MAAM,CAAC,0BAA0B,CAAC,EAAE,QAAQ,CAAC,UAAU,CAAC,IAAI,KAAK,CAAC;AAC3E,CAAC"}
|
package/src/version.d.ts
ADDED
package/src/version.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../../../libs/integration-interface/src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG,8BAA8B,CAAA;AACtD,MAAM,CAAC,MAAM,WAAW,GAAG,YAAY,CAAA"}
|