@everymatrix/pam-player-profile-controller 1.87.26 → 1.87.28
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/cjs/index.cjs.js +1 -1
- package/dist/cjs/pam-player-addresses_6.cjs.entry.js +5 -5
- package/dist/cjs/pam-player-profile-controller-fd943b58.js +597 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/pam-player-addresses_6.entry.js +6 -6
- package/dist/esm/pam-player-profile-controller-26029d9e.js +592 -0
- package/dist/pam-player-profile-controller/index.esm.js +1 -1
- package/dist/pam-player-profile-controller/pam-player-addresses_6.entry.js +1 -1
- package/dist/pam-player-profile-controller/pam-player-profile-controller-26029d9e.js +1 -0
- package/package.json +1 -1
- package/dist/cjs/pam-player-profile-controller-cb48c67b.js +0 -538
- package/dist/esm/pam-player-profile-controller-0d279063.js +0 -533
- package/dist/pam-player-profile-controller/pam-player-profile-controller-0d279063.js +0 -1
package/dist/esm/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { P as PlayerProfileController } from './pam-player-profile-controller-
|
|
1
|
+
export { P as PlayerProfileController } from './pam-player-profile-controller-26029d9e.js';
|
|
2
2
|
import './index-bb55519d.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host } from './index-bb55519d.js';
|
|
2
|
-
import { s as setClientStyling, a as setClientStylingURL, b as setStreamStyling } from './pam-player-profile-controller-
|
|
3
|
-
export { P as pam_player_profile_controller } from './pam-player-profile-controller-
|
|
2
|
+
import { s as setClientStyling, a as setClientStylingURL, b as setStreamStyling } from './pam-player-profile-controller-26029d9e.js';
|
|
3
|
+
export { P as pam_player_profile_controller } from './pam-player-profile-controller-26029d9e.js';
|
|
4
4
|
|
|
5
5
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
6
6
|
|
|
@@ -578,7 +578,7 @@ const PamPlayerAddresses = class {
|
|
|
578
578
|
componentDidLoad() {
|
|
579
579
|
if (this.stylingContainer) {
|
|
580
580
|
if (window.emMessageBuss != undefined) {
|
|
581
|
-
setStreamStyling(this.stylingContainer, `${this.mbSource}.Style
|
|
581
|
+
setStreamStyling(this.stylingContainer, `${this.mbSource}.Style`, this.stylingSubscription);
|
|
582
582
|
}
|
|
583
583
|
else {
|
|
584
584
|
if (this.clientStyling)
|
|
@@ -1019,7 +1019,7 @@ const PamPlayerContacts = class {
|
|
|
1019
1019
|
componentDidLoad() {
|
|
1020
1020
|
if (this.stylingContainer) {
|
|
1021
1021
|
if (window.emMessageBuss != undefined) {
|
|
1022
|
-
setStreamStyling(this.stylingContainer, `${this.mbSource}.Style
|
|
1022
|
+
setStreamStyling(this.stylingContainer, `${this.mbSource}.Style`, this.stylingSubscription);
|
|
1023
1023
|
}
|
|
1024
1024
|
else {
|
|
1025
1025
|
if (this.clientStyling)
|
|
@@ -1403,7 +1403,7 @@ const PamPlayerDocuments = class {
|
|
|
1403
1403
|
componentDidLoad() {
|
|
1404
1404
|
if (this.stylingContainer) {
|
|
1405
1405
|
if (window.emMessageBuss != undefined) {
|
|
1406
|
-
setStreamStyling(this.stylingContainer, `${this.mbSource}.Style
|
|
1406
|
+
setStreamStyling(this.stylingContainer, `${this.mbSource}.Style`, this.stylingSubscription);
|
|
1407
1407
|
}
|
|
1408
1408
|
else {
|
|
1409
1409
|
if (this.clientStyling)
|
|
@@ -1883,7 +1883,7 @@ const PamPlayerProfile = class {
|
|
|
1883
1883
|
componentDidLoad() {
|
|
1884
1884
|
if (this.stylingContainer) {
|
|
1885
1885
|
if (window.emMessageBuss != undefined) {
|
|
1886
|
-
setStreamStyling(this.stylingContainer, `${this.mbSource}.Style
|
|
1886
|
+
setStreamStyling(this.stylingContainer, `${this.mbSource}.Style`, this.stylingSubscription);
|
|
1887
1887
|
}
|
|
1888
1888
|
else {
|
|
1889
1889
|
if (this.clientStyling)
|