@onecx/integration-interface 7.0.0-rc.4 → 7.0.0-rc.6

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/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@onecx/integration-interface",
3
- "version": "7.0.0-rc.4",
3
+ "version": "7.0.0-rc.6",
4
4
  "license": "Apache-2.0",
5
5
  "peerDependencies": {
6
6
  "tslib": "^2.6.3",
7
7
  "rxjs": "^7.8.1",
8
- "@onecx/accelerator": "^7.0.0-rc.4",
9
- "@onecx/nx-migration-utils": "^7.0.0-rc.4",
8
+ "@onecx/accelerator": "^7.0.0-rc.6",
9
+ "@onecx/nx-migration-utils": "^7.0.0-rc.6",
10
10
  "@nx/devkit": "^20.3.0",
11
11
  "@phenomnomnominal/tsquery": "^6",
12
12
  "typescript": "^5.5.4"
package/src/index.d.ts CHANGED
@@ -28,6 +28,7 @@ export * from './lib/topics/events/v1/events-topic';
28
28
  export * from './lib/topics/events/v1/topic-event-type';
29
29
  export * from './lib/topics/events/v1/event-type';
30
30
  export * from './lib/topics/events/v1/slots-resized-type';
31
+ export * from './lib/topics/events/v1/slot-groups-resized-type';
31
32
  export * from './lib/topics/events/v1/navigated-event-type';
32
33
  export * from './lib/topics/events/v1/navigated-event-payload';
33
34
  export * from './lib/topics/current-location/v1/current-location.model';
package/src/index.js CHANGED
@@ -31,6 +31,7 @@ tslib_1.__exportStar(require("./lib/topics/events/v1/events-topic"), exports);
31
31
  tslib_1.__exportStar(require("./lib/topics/events/v1/topic-event-type"), exports);
32
32
  tslib_1.__exportStar(require("./lib/topics/events/v1/event-type"), exports);
33
33
  tslib_1.__exportStar(require("./lib/topics/events/v1/slots-resized-type"), exports);
34
+ tslib_1.__exportStar(require("./lib/topics/events/v1/slot-groups-resized-type"), exports);
34
35
  tslib_1.__exportStar(require("./lib/topics/events/v1/navigated-event-type"), exports);
35
36
  tslib_1.__exportStar(require("./lib/topics/events/v1/navigated-event-payload"), exports);
36
37
  tslib_1.__exportStar(require("./lib/topics/current-location/v1/current-location.model"), exports);
package/src/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../libs/integration-interface/src/index.ts"],"names":[],"mappings":";;;AAAA,wFAA6D;AAC7D,qFAA0D;AAC1D,0FAA+D;AAC/D,uFAA4D;AAE5D,0FAA+D;AAE/D,8FAAmE;AAEnE,4FAAiE;AACjE,oFAAyD;AAEzD,0FAA+D;AAC/D,0FAA+D;AAE/D,4FAAiE;AAEjE,oGAAyE;AACzE,0GAA+E;AAC/E,4FAAiE;AACjE,wFAA6D;AAC7D,2FAAgE;AAEhE,iGAAsE;AAEtE,gFAAqD;AACrD,gFAAqD;AAErD,mGAAwE;AACxE,yGAA8E;AAC9E,uFAA4D;AAC5D,oGAAyE;AAEzE,wFAA6D;AAE7D,gGAAqE;AACrE,gGAAqE;AAErE,8EAAmD;AACnD,kFAAuD;AACvD,4EAAiD;AACjD,oFAAyD;AACzD,sFAA2D;AAC3D,yFAA8D;AAE9D,kGAAuE;AACvE,kGAAuE;AAEvE,sFAA2D"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../libs/integration-interface/src/index.ts"],"names":[],"mappings":";;;AAAA,wFAA6D;AAC7D,qFAA0D;AAC1D,0FAA+D;AAC/D,uFAA4D;AAE5D,0FAA+D;AAE/D,8FAAmE;AAEnE,4FAAiE;AACjE,oFAAyD;AAEzD,0FAA+D;AAC/D,0FAA+D;AAE/D,4FAAiE;AAEjE,oGAAyE;AACzE,0GAA+E;AAC/E,4FAAiE;AACjE,wFAA6D;AAC7D,2FAAgE;AAEhE,iGAAsE;AAEtE,gFAAqD;AACrD,gFAAqD;AAErD,mGAAwE;AACxE,yGAA8E;AAC9E,uFAA4D;AAC5D,oGAAyE;AAEzE,wFAA6D;AAE7D,gGAAqE;AACrE,gGAAqE;AAErE,8EAAmD;AACnD,kFAAuD;AACvD,4EAAiD;AACjD,oFAAyD;AACzD,0FAA+D;AAC/D,sFAA2D;AAC3D,yFAA8D;AAE9D,kGAAuE;AACvE,kGAAuE;AAEvE,sFAA2D"}
@@ -1,5 +1,6 @@
1
1
  export declare enum EventType {
2
2
  NAVIGATED = "navigated",
3
3
  AUTH_LOGOUT_BUTTON_CLICKED = "authentication#logoutButtonClicked",
4
- SLOT_RESIZED = "slot#resized"
4
+ SLOT_RESIZED = "slot#resized",
5
+ SLOT_GROUP_RESIZED = "slot#resized_group"
5
6
  }
@@ -6,5 +6,6 @@ var EventType;
6
6
  EventType["NAVIGATED"] = "navigated";
7
7
  EventType["AUTH_LOGOUT_BUTTON_CLICKED"] = "authentication#logoutButtonClicked";
8
8
  EventType["SLOT_RESIZED"] = "slot#resized";
9
+ EventType["SLOT_GROUP_RESIZED"] = "slot#resized_group";
9
10
  })(EventType || (exports.EventType = EventType = {}));
10
11
  //# 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":";;;AAAA,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,oCAAuB,CAAA;IACvB,8EAAiE,CAAA;IACjE,0CAA6B,CAAA;AAC/B,CAAC,EAJW,SAAS,yBAAT,SAAS,QAIpB"}
1
+ {"version":3,"file":"event-type.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/events/v1/event-type.ts"],"names":[],"mappings":";;;AAAA,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,oCAAuB,CAAA;IACvB,8EAAiE,CAAA;IACjE,0CAA6B,CAAA;IAC7B,sDAAyC,CAAA;AAC3C,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB"}
@@ -0,0 +1,13 @@
1
+ import { EventType } from './event-type';
2
+ export type SlotGroupResizedDetails = {
3
+ width: number;
4
+ height: number;
5
+ };
6
+ export type SlotGroupResizedEventPayload = {
7
+ slotName: string;
8
+ slotDetails: SlotGroupResizedDetails;
9
+ };
10
+ export type SlotGroupResizedEvent = {
11
+ type: EventType.SLOT_GROUP_RESIZED;
12
+ payload: SlotGroupResizedEventPayload;
13
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=slot-groups-resized-type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slot-groups-resized-type.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/events/v1/slot-groups-resized-type.ts"],"names":[],"mappings":""}