@bluepic/embed 0.2.32 → 0.2.34
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/bluepic-embed.iife.js +1 -1
- package/dist/bluepic-embed.iife.js.map +1 -1
- package/dist/bluepic-embed.umd.js +1 -1
- package/dist/bluepic-embed.umd.js.map +1 -1
- package/dist/embed/embed.d.ts +2 -0
- package/dist/main.cjs +1 -1
- package/dist/main.cjs.map +1 -1
- package/dist/main.mjs +1 -1
- package/dist/main.mjs.map +1 -1
- package/package.json +1 -1
package/dist/embed/embed.d.ts
CHANGED
|
@@ -17546,6 +17546,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
17546
17546
|
customDomain: string | null;
|
|
17547
17547
|
sharedWithUsers: string[];
|
|
17548
17548
|
sharedWithGroups: number[];
|
|
17549
|
+
shared_with_organizations: string[] | null;
|
|
17549
17550
|
private: boolean;
|
|
17550
17551
|
active: boolean;
|
|
17551
17552
|
type: "widget" | "playlist";
|
|
@@ -17728,6 +17729,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
17728
17729
|
customDomain: string | null;
|
|
17729
17730
|
sharedWithUsers: string[];
|
|
17730
17731
|
sharedWithGroups: number[];
|
|
17732
|
+
shared_with_organizations: string[] | null;
|
|
17731
17733
|
private: boolean;
|
|
17732
17734
|
active: boolean;
|
|
17733
17735
|
type: "widget" | "playlist";
|
package/dist/main.cjs
CHANGED
|
@@ -550,7 +550,7 @@ list should be an Array.`),I.length===0)return new w(0);if(I.length===1)return I
|
|
|
550
550
|
box-sizing: border-box;
|
|
551
551
|
}
|
|
552
552
|
`,document.head.appendChild(t),this.element.innerHTML=`
|
|
553
|
-
<div id="${this.id}" class="bluepic-app-wrapper" style="position: relative;
|
|
553
|
+
<div id="${this.id}" class="bluepic-app-wrapper" style="position: relative; height: ${this.displayMode.value==="stack"?"auto":"100%"};">
|
|
554
554
|
<div v-if="templateId && (!isAsync || baseSerial)" style="display: flex; flex-direction: column;" :style="{ height: displayMode === 'stack' ? 'auto' : '100%' }">
|
|
555
555
|
<bluepic-embedded-editor
|
|
556
556
|
v-if="templateId"
|