pptx-vanilla-viewer 2.13.0 → 2.15.0
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/CHANGELOG.md +44 -0
- package/dist/ai-panel-NKWPL732.cjs +1 -0
- package/dist/ai-panel-WB3IOXNV.js +1 -0
- package/dist/{chunk-DFG2BX27.cjs → chunk-ADEPVF3O.cjs} +325 -324
- package/dist/{chunk-WXSJURM4.js → chunk-CUPAHDBL.js} +325 -324
- package/dist/index.cjs +261 -73
- package/dist/index.d.ts +84 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +260 -72
- package/dist/styles.css +196 -8
- package/package.json +3 -1
- package/dist/ai-panel-D5RDVN4O.cjs +0 -1
- package/dist/ai-panel-EMAUAIYU.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,50 @@ A release listed with no entries carried no Conventional Commit in this package'
|
|
|
7
7
|
scope: scripts/release-plan.mjs re-releases a package whenever any of its files
|
|
8
8
|
change, not only on conventional ones.
|
|
9
9
|
|
|
10
|
+
## [2.14.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@2.14.0) - 2026-09-10
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- **shared:** Make every dense panel usable at 360px in all five bindings (by @ChristopherVR) ([f560f4a](https://github.com/ChristopherVR/pptx-viewer/commit/f560f4a5e0d0efc83819f3ea0d30816dcc878a59))
|
|
15
|
+
- **shared:** COM-calibrate the a:lightRig elevation table for all 27 rigs (by @ChristopherVR) ([e0db035](https://github.com/ChristopherVR/pptx-viewer/commit/e0db03513aa2099e6a235dd47f50cc618c456f1d))
|
|
16
|
+
- **core:** Read OLE embeds back from legacy .ppt decks (by @ChristopherVR) ([2f1a9a6](https://github.com/ChristopherVR/pptx-viewer/commit/2f1a9a601ffc9a2e7dff691622ccddf3eb109e8e))
|
|
17
|
+
- **shared:** Tile GIF, video, notes-PDF and print captures past the canvas cap (by @ChristopherVR) ([4cdd3e5](https://github.com/ChristopherVR/pptx-viewer/commit/4cdd3e55cc8eb3ffc96d22060521f0f36efe997f))
|
|
18
|
+
- **core:** SmartArt hang ratios, cascade reserve, generation margins and hub font fit (by @ChristopherVR) ([8ccd7cc](https://github.com/ChristopherVR/pptx-viewer/commit/8ccd7ccec858642fe568cfe310128dd263db3721))
|
|
19
|
+
- **shared:** Decide GIF and video capture scale and cap once for all bindings (by @ChristopherVR) ([ad3adfa](https://github.com/ChristopherVR/pptx-viewer/commit/ad3adfa527fe288d380cd22132543f51e30c3027))
|
|
20
|
+
- **shared:** Warp WordArt envelope glyphs by their real outlines (by @ChristopherVR) ([1e67d70](https://github.com/ChristopherVR/pptx-viewer/commit/1e67d70a0cb9c5fb9ab967c69987fd39fa267d59))
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
- **react,vue,angular,svelte,vanilla:** Guard OLE editor state after unmount and steady three e2e specs (by @ChristopherVR) ([6bc1e4c](https://github.com/ChristopherVR/pptx-viewer/commit/6bc1e4c27e98f4f132358a64ea5cb694a9b39af2))
|
|
25
|
+
- **angular,vanilla:** Give the AI history menu its 44px touch targets and steady two e2e specs (by @ChristopherVR) ([8e06a7f](https://github.com/ChristopherVR/pptx-viewer/commit/8e06a7f74e0a1e5636c22dc897176f3990daa737))
|
|
26
|
+
|
|
27
|
+
### Documentation
|
|
28
|
+
|
|
29
|
+
- **shared:** Record the metal/circle re-measurement and the failed decoupling (by @ChristopherVR) ([57fd7c2](https://github.com/ChristopherVR/pptx-viewer/commit/57fd7c2c944ab171f985903cb11e0da8c389e891))
|
|
30
|
+
|
|
31
|
+
### Testing
|
|
32
|
+
|
|
33
|
+
- **core:** Pin PowerPoint's property-order dependence for combined rotated group edits (by @ChristopherVR) ([dc6692e](https://github.com/ChristopherVR/pptx-viewer/commit/dc6692ebaaaeb6fe28ce635e9ec3c69f4e46c89d))
|
|
34
|
+
|
|
35
|
+
## [2.13.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@2.13.0) - 2026-09-10
|
|
36
|
+
|
|
37
|
+
### Features
|
|
38
|
+
|
|
39
|
+
- **core:** SmartArt composite shape dispatch, per-role font fit and hang ratio (by @ChristopherVR) ([b2d985f](https://github.com/ChristopherVR/pptx-viewer/commit/b2d985f0d5c593c4cca231655d02fed828b548ce))
|
|
40
|
+
- **shared:** Route every raster export through the foreignObject tiled pipeline (by @ChristopherVR) ([1ad1993](https://github.com/ChristopherVR/pptx-viewer/commit/1ad19930714668dba87af52e38872d64e7ad4f9d))
|
|
41
|
+
- **shared:** Sample a bar3D picture fill's first pixel on the first paint (by @ChristopherVR) ([8bdb1bc](https://github.com/ChristopherVR/pptx-viewer/commit/8bdb1bc995e92390f6e622f146e9c5abd623d047))
|
|
42
|
+
- **core:** SmartArt repeated-template slots, table hierarchies and cascades (by @ChristopherVR) ([725033d](https://github.com/ChristopherVR/pptx-viewer/commit/725033db29d984d1d9078224a68cb0ccf590fbba))
|
|
43
|
+
|
|
44
|
+
### Bug Fixes
|
|
45
|
+
|
|
46
|
+
- **core:** Preserve fractional table row heights ([#224](https://github.com/ChristopherVR/pptx-viewer/issues/224)) (by @Sudhansh6) ([aaa621f](https://github.com/ChristopherVR/pptx-viewer/commit/aaa621f9f3838a84a13b2422c1888454e592a18f))
|
|
47
|
+
- **angular,core:** Land the transition-split component and media-duration wiring (by @ChristopherVR) ([3d0c8c7](https://github.com/ChristopherVR/pptx-viewer/commit/3d0c8c7b6a68c94f6f9a1258342dd43b6f524503))
|
|
48
|
+
- **vanilla:** Mount the fragmented transition layer in the overlay (by @ChristopherVR) ([2e9525c](https://github.com/ChristopherVR/pptx-viewer/commit/2e9525c8362a347182cbe31b60d06b26f807518d))
|
|
49
|
+
|
|
50
|
+
### Testing
|
|
51
|
+
|
|
52
|
+
- **react,svelte,angular,shared:** Update assertions to the camera-matrix and webfont contracts (by @ChristopherVR) ([f2edef8](https://github.com/ChristopherVR/pptx-viewer/commit/f2edef846a5ffb607fb15985512a1142bb47e570))
|
|
53
|
+
|
|
10
54
|
## [2.12.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@2.12.0) - 2026-09-10
|
|
11
55
|
|
|
12
56
|
### Features
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var chunkADEPVF3O_cjs=require('./chunk-ADEPVF3O.cjs');require('./chunk-B5PFHICE.cjs');function K(o){let{doc:t,t:n,controller:i}=o,a=chunkADEPVF3O_cjs.go(t,"div","pptxv-ai-focus"),h=(p,m,l)=>{let s=chunkADEPVF3O_cjs.go(t,"button","pptxv-ai-focus-btn");return s.type="button",s.title=m,s.setAttribute("aria-label",m),s.appendChild(chunkADEPVF3O_cjs.uo(t,p)),s.addEventListener("click",l),s},x=()=>{a.replaceChildren();let p=i.getEffectiveTargets(),m=i.hasPicks(),l=i.isPinned(),s=i.isPicking(),g=chunkADEPVF3O_cjs.go(t,"div","pptxv-ai-focus-row"),f=chunkADEPVF3O_cjs.go(t,"span","pptxv-ai-focus-label");f.textContent=n("pptx.ai.focusScope"),g.appendChild(f);for(let r of chunkADEPVF3O_cjs.Vn(p,o.getSlides())){let b=chunkADEPVF3O_cjs.go(t,"span","pptxv-ai-focus-chip");(m||l)&&b.classList.add("is-strong"),b.title=r.title,b.textContent=r.label,g.appendChild(b);}if(l){let r=chunkADEPVF3O_cjs.go(t,"span","pptxv-ai-focus-pinned");r.textContent=n("pptx.ai.pinnedFocus"),g.appendChild(r);}let C=chunkADEPVF3O_cjs.go(t,"div","pptxv-ai-focus-actions"),d=chunkADEPVF3O_cjs.Wn(p,o.getSlides());if(d){let r=chunkADEPVF3O_cjs.go(t,"button","pptxv-ai-focus-merge");r.type="button",r.append(chunkADEPVF3O_cjs.uo(t,"git-merge"),t.createTextNode(n("pptx.ai.mergeSelectedTables"))),r.addEventListener("click",()=>o.onSendDirective(chunkADEPVF3O_cjs.Xn(d.slideIndex,d.elementIdA,d.elementIdB))),C.appendChild(r);}let y=h("crosshair",n("pptx.ai.pickElement"),()=>s?i.stopPicking():i.startPicking());if(y.setAttribute("aria-pressed",String(s)),y.classList.toggle("is-active",s),C.appendChild(y),m?C.appendChild(h("close",n("pptx.ai.pickClear"),()=>i.clearPicks())):l?C.appendChild(h("pin-off",n("pptx.ai.clearFocus"),()=>i.clearPinnedFocus())):C.appendChild(h("pin",n("pptx.ai.pinFocus"),()=>i.pinFocus())),g.appendChild(C),a.appendChild(g),s){let r=chunkADEPVF3O_cjs.go(t,"div","pptxv-ai-focus-pick"),b=chunkADEPVF3O_cjs.uo(t,"crosshair");b.classList.add("pptxv-ai-focus-pick-icon");let k=chunkADEPVF3O_cjs.go(t,"span","pptxv-ai-focus-pick-hint");k.textContent=n("pptx.ai.pickElementHint");let T=chunkADEPVF3O_cjs.go(t,"button","pptxv-ai-focus-pick-done");T.type="button",T.textContent=n("pptx.ai.pickDone"),T.addEventListener("click",()=>i.stopPicking()),r.append(b,k,T),a.appendChild(r);}},c=i.subscribe(x);return x(),{el:a,destroy(){c(),a.remove();}}}function O(o){let{doc:t,t:n}=o,i=chunkADEPVF3O_cjs.go(t,"button","pptxv-ai-chats");i.type="button",i.append(chunkADEPVF3O_cjs.uo(t,"history"),t.createTextNode(n("pptx.ai.chats")));let a=chunkADEPVF3O_cjs.go(t,"div","pptxv-ai-history");a.hidden=true;let h=chunkADEPVF3O_cjs.go(t,"div","pptxv-ai-history-head"),x=chunkADEPVF3O_cjs.go(t,"span","pptxv-ai-history-title");x.textContent=n("pptx.ai.historyTitle");let c=chunkADEPVF3O_cjs.go(t,"button","pptxv-ai-history-new");c.type="button",c.append(chunkADEPVF3O_cjs.uo(t,"plus"),t.createTextNode(n("pptx.ai.newChat"))),h.append(x,c);let p=chunkADEPVF3O_cjs.go(t,"div","pptxv-ai-history-body"),m=chunkADEPVF3O_cjs.go(t,"p","pptxv-ai-history-hint");m.textContent=n("pptx.ai.historyHint"),a.append(h,p,m);let l=chunkADEPVF3O_cjs.Zn({deckId:o.deckId,store:o.store,getMessages:o.getMessages,setMessages:o.setMessages,untitledLabel:n("pptx.ai.untitledChat"),onChatsChanged:()=>s()});function s(){p.replaceChildren();let f=l.chats();if(f.length===0){let d=chunkADEPVF3O_cjs.go(t,"p","pptxv-ai-history-empty");d.textContent=n("pptx.ai.historyEmpty"),p.appendChild(d);return}let C=chunkADEPVF3O_cjs.go(t,"ul","pptxv-ai-history-list");for(let d of f){let y=chunkADEPVF3O_cjs.go(t,"li","pptxv-ai-history-row"),r=chunkADEPVF3O_cjs.go(t,"button","pptxv-ai-history-resume");r.type="button",r.classList.toggle("is-active",d.id===l.activeChatId());let b=chunkADEPVF3O_cjs.go(t,"span","pptxv-ai-history-text"),k=chunkADEPVF3O_cjs.go(t,"span","pptxv-ai-history-name");k.textContent=d.title||n("pptx.ai.untitledChat");let T=chunkADEPVF3O_cjs.go(t,"span","pptxv-ai-history-meta");T.textContent=n("pptx.ai.messageCount",{count:d.messageCount}),b.append(k,T),r.append(chunkADEPVF3O_cjs.uo(t,"comment"),b),r.addEventListener("click",()=>{l.resumeChat(d.id),a.hidden=true;});let P=chunkADEPVF3O_cjs.go(t,"button","pptxv-ai-history-delete");P.type="button",P.title=n("pptx.ai.deleteChat"),P.setAttribute("aria-label",n("pptx.ai.deleteChat")),P.appendChild(chunkADEPVF3O_cjs.uo(t,"trash")),P.addEventListener("click",()=>{l.deleteChat(d.id);}),y.append(r,P),C.appendChild(y);}p.appendChild(C);}s(),i.addEventListener("click",()=>{a.hidden=!a.hidden;}),c.addEventListener("click",()=>{l.newChat(),a.hidden=true;});let g=f=>{a.hidden||!(f.target instanceof Node)||!a.contains(f.target)&&!i.contains(f.target)&&(a.hidden=true);};return t.addEventListener("mousedown",g),{button:i,el:a,notifyMessagesChanged:()=>l.notifyMessagesChanged(),destroy(){t.removeEventListener("mousedown",g),l.dispose(),i.remove(),a.remove();}}}var _={view:"eye",text:"text-box",shape:"shapes",theme:"font-color",table:"table",slide:"layout",chart:"chart",move:"move-right",delete:"trash",search:"search",nav:"move-right",animation:"play",notes:"sticky-note",tool:"wrench"};function W(o,t,n){let i=t.state==="output-error",a=t.state==="output-available",h=!i&&!a,x=chunkADEPVF3O_cjs.co(t.toolName,t.input,h?"present":"past"),c=chunkADEPVF3O_cjs.go(o,"div","pptxv-ai-tool"),p=chunkADEPVF3O_cjs.go(o,"div","pptxv-ai-tool-head"),m=chunkADEPVF3O_cjs.uo(o,_[x.icon]??"wrench");m.classList.add("pptxv-ai-tool-icon");let l=chunkADEPVF3O_cjs.go(o,"span","pptxv-ai-tool-name");l.textContent=x.label;let s=chunkADEPVF3O_cjs.go(o,"span","pptxv-ai-tool-state");if(i?(s.classList.add("is-error"),s.append(chunkADEPVF3O_cjs.uo(o,"alert"),o.createTextNode(n("pptx.ai.toolFailed")))):a?(s.classList.add("is-done"),s.append(chunkADEPVF3O_cjs.uo(o,"check"),o.createTextNode(n("pptx.ai.toolDone")))):(s.classList.add("is-running"),s.textContent=n("pptx.ai.toolRunning")),p.append(m,l,s),c.appendChild(p),i&&t.errorText){let f=chunkADEPVF3O_cjs.go(o,"div","pptxv-ai-tool-error");f.textContent=t.errorText,c.appendChild(f);}let g=chunkADEPVF3O_cjs.bo(t.input);if(g){let f=chunkADEPVF3O_cjs.go(o,"details","pptxv-ai-tool-details"),C=chunkADEPVF3O_cjs.go(o,"summary");C.textContent=n("pptx.ai.toolDetails");let d=chunkADEPVF3O_cjs.go(o,"div","pptxv-ai-tool-raw");d.textContent=`${chunkADEPVF3O_cjs.ao(t.toolName)}: ${g}`,f.append(C,d),c.appendChild(f);}return c}function q(o,t,n,i){t.replaceChildren();for(let a of n){if(a.role==="system")continue;let h=a.role==="user",x=chunkADEPVF3O_cjs.Rn(a);if(x.length===0&&!h)continue;let c=chunkADEPVF3O_cjs.go(o,"div",`pptxv-ai-msg pptxv-ai-msg-${a.role}`),p=chunkADEPVF3O_cjs.go(o,"div","pptxv-ai-msg-avatar");p.setAttribute("aria-label",i(h?"pptx.ai.you":"pptx.ai.assistant")),p.appendChild(chunkADEPVF3O_cjs.uo(o,h?"comment":"sparkles"));let m=chunkADEPVF3O_cjs.go(o,"div","pptxv-ai-msg-body");for(let l of x)if(l.kind==="text"){let s=chunkADEPVF3O_cjs.go(o,"div","pptxv-ai-msg-text");s.textContent=l.text,m.appendChild(s);}else m.appendChild(W(o,l,i));c.append(p,m),t.appendChild(c);}}function G(o,t,n,i,a){if(t.replaceChildren(),t.hidden=n.length===0,n.length===0)return;let h=chunkADEPVF3O_cjs.go(o,"div","pptxv-ai-proposals-header"),x=chunkADEPVF3O_cjs.go(o,"span","pptxv-ai-proposals-title");if(x.textContent=i("pptx.ai.pendingChanges",{count:n.length}),h.appendChild(x),n.length>1){let c=chunkADEPVF3O_cjs.go(o,"button","pptxv-ai-proposal-btn is-accept-all");c.type="button",c.textContent=i("pptx.ai.acceptAll"),c.addEventListener("click",()=>a.acceptAll()),h.appendChild(c);}t.appendChild(h);for(let c of n)t.appendChild(tt(o,c,i,a));}function tt(o,t,n,i){let a=chunkADEPVF3O_cjs.go(o,"div","pptxv-ai-proposal");a.dataset.proposalId=t.id;let h=chunkADEPVF3O_cjs.go(o,"div","pptxv-ai-proposal-eyebrow");h.textContent=n("pptx.ai.proposedChange"),a.appendChild(h);let x=chunkADEPVF3O_cjs.go(o,"div","pptxv-ai-proposal-label");if(x.textContent=t.label,a.appendChild(x),t.summary.length>0){let l=chunkADEPVF3O_cjs.go(o,"ul","pptxv-ai-proposal-summary");for(let s of t.summary){let g=chunkADEPVF3O_cjs.go(o,"li");g.textContent=chunkADEPVF3O_cjs.On(s),l.appendChild(g);}a.appendChild(l);}let c=chunkADEPVF3O_cjs.go(o,"div","pptxv-ai-proposal-actions"),p=chunkADEPVF3O_cjs.go(o,"button","pptxv-ai-proposal-btn is-accept");p.type="button",p.append(chunkADEPVF3O_cjs.uo(o,"check"),o.createTextNode(n("pptx.ai.accept"))),p.addEventListener("click",()=>i.accept(t.id));let m=chunkADEPVF3O_cjs.go(o,"button","pptxv-ai-proposal-btn is-reject");return m.type="button",m.append(chunkADEPVF3O_cjs.uo(o,"close"),o.createTextNode(n("pptx.ai.reject"))),m.addEventListener("click",()=>i.reject(t.id)),c.append(p,m),a.appendChild(c),a}async function wt(o){let{doc:t,host:n,t:i}=o;n.replaceChildren();let a=chunkADEPVF3O_cjs.go(t,"div","pptxv-ai-header"),h=chunkADEPVF3O_cjs.go(t,"span","pptxv-ai-title");h.textContent=i("pptx.ai.title");let x=chunkADEPVF3O_cjs.go(t,"button","pptxv-ai-close");x.type="button",x.title=i("pptx.ai.close"),x.setAttribute("aria-label",i("pptx.ai.close")),x.appendChild(chunkADEPVF3O_cjs.uo(t,"close")),x.addEventListener("click",()=>o.onClose?.()),a.append(chunkADEPVF3O_cjs.uo(t,"sparkles"),h,x);let c,p=o.controller,m=p?K({doc:t,t:i,controller:p,getSlides:()=>o.bridge.getSlides(),onSendDirective:u=>{c?.sendMessage(u);}}):null,l=chunkADEPVF3O_cjs.go(t,"div","pptxv-ai-messages");l.setAttribute("role","log"),l.setAttribute("aria-live","polite");let s=chunkADEPVF3O_cjs.go(t,"div","pptxv-ai-empty");s.textContent=i("pptx.ai.emptyHint"),l.appendChild(s);let g=chunkADEPVF3O_cjs.go(t,"div","pptxv-ai-proposals");g.hidden=true;let f=chunkADEPVF3O_cjs.go(t,"div","pptxv-ai-error");f.setAttribute("role","alert"),f.hidden=true;let C=chunkADEPVF3O_cjs.go(t,"form","pptxv-ai-composer"),d=chunkADEPVF3O_cjs.go(t,"textarea","pptxv-ai-input");d.rows=2,d.placeholder=i("pptx.ai.placeholder"),d.setAttribute("aria-label",i("pptx.ai.placeholder"));let y=chunkADEPVF3O_cjs.go(t,"button","pptxv-ai-send");y.type="submit",y.setAttribute("aria-label",i("pptx.ai.send")),y.appendChild(chunkADEPVF3O_cjs.uo(t,"send")),C.append(d,y),n.append(a,...m?[m.el]:[],l,g,f,C);try{c=await(o.createChat??chunkADEPVF3O_cjs._n)({bridge:o.bridge,config:o.config});}catch{return s.textContent=i("pptx.ai.unavailableTitle"),d.disabled=true,y.disabled=true,m?.destroy(),{destroy:()=>n.replaceChildren()}}let r=c,b=O({doc:t,t:i,deckId:chunkADEPVF3O_cjs.Yn(o.bridge),store:o.historyStore,getMessages:()=>r.getSnapshot().messages,setMessages:u=>r.setMessages(u)});a.insertBefore(b.button,x),n.appendChild(b.el);let k=r.subscribe(()=>b.notifyMessagesChanged()),T=new Set,P=u=>{if(!p)return;let A=u.messages.flatMap(Y=>chunkADEPVF3O_cjs.Rn(Y).filter(Z=>Z.kind==="tool")).at(-1);if(!A||A.kind!=="tool"||A.state==="input-streaming"||T.has(A.toolCallId))return;T.add(A.toolCallId);let L=chunkADEPVF3O_cjs.do(A.toolName,A.input);L&&L.slideIndex!==void 0&&o.goToSlide?.(L.slideIndex),p.flashToolTarget(L);},M=u=>{q(t,l,u.messages,i),s.hidden=u.messages.length>0,u.messages.length===0&&l.appendChild(s),G(t,g,r.proposals.list(),i,{accept:A=>{p?.flashToolTarget(null),r.proposals.apply(A),M(r.getSnapshot());},reject:A=>{r.proposals.revert(A),M(r.getSnapshot());},acceptAll:()=>{p?.flashToolTarget(null),r.proposals.acceptAll(),M(r.getSnapshot());}});let w=u.status==="submitted"||u.status==="streaming";n.classList.toggle("is-busy",w),y.setAttribute("aria-label",i(w?"pptx.ai.stop":"pptx.ai.send")),f.hidden=!u.error,f.textContent=u.error?i("pptx.ai.errorPrefix"):"",l.scrollTop=l.scrollHeight,P(u);},S=()=>{if(n.classList.contains("is-busy")){r.stop();return}let u=d.value.trim();u&&(d.value="",r.sendMessage(u));};C.addEventListener("submit",u=>{u.preventDefault(),S();}),d.addEventListener("keydown",u=>{u.key==="Enter"&&!u.shiftKey&&(u.preventDefault(),S());});let I=p?.getPrefill().nonce??0,J=()=>{if(!p)return;let u=p.getPrefill();u.nonce!==I&&(I=u.nonce,d.value=u.text,d.focus());},Q=p?.subscribe(J),X=r.subscribe(M);return M(r.getSnapshot()),{changeAnimator:r.changeAnimator,destroy(){X(),k(),b.destroy(),Q?.(),m?.destroy(),n.replaceChildren();}}}exports.createAiPanel=wt;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import {go,uo,_n,Yn,Zn,Rn,do as _do,Vn,Wn,Xn,co,bo,ao,On}from'./chunk-CUPAHDBL.js';import'./chunk-62D2TNHX.js';function K(o){let{doc:t,t:n,controller:i}=o,a=go(t,"div","pptxv-ai-focus"),h=(p,m,l)=>{let s=go(t,"button","pptxv-ai-focus-btn");return s.type="button",s.title=m,s.setAttribute("aria-label",m),s.appendChild(uo(t,p)),s.addEventListener("click",l),s},x=()=>{a.replaceChildren();let p=i.getEffectiveTargets(),m=i.hasPicks(),l=i.isPinned(),s=i.isPicking(),g=go(t,"div","pptxv-ai-focus-row"),f=go(t,"span","pptxv-ai-focus-label");f.textContent=n("pptx.ai.focusScope"),g.appendChild(f);for(let r of Vn(p,o.getSlides())){let b=go(t,"span","pptxv-ai-focus-chip");(m||l)&&b.classList.add("is-strong"),b.title=r.title,b.textContent=r.label,g.appendChild(b);}if(l){let r=go(t,"span","pptxv-ai-focus-pinned");r.textContent=n("pptx.ai.pinnedFocus"),g.appendChild(r);}let C=go(t,"div","pptxv-ai-focus-actions"),d=Wn(p,o.getSlides());if(d){let r=go(t,"button","pptxv-ai-focus-merge");r.type="button",r.append(uo(t,"git-merge"),t.createTextNode(n("pptx.ai.mergeSelectedTables"))),r.addEventListener("click",()=>o.onSendDirective(Xn(d.slideIndex,d.elementIdA,d.elementIdB))),C.appendChild(r);}let y=h("crosshair",n("pptx.ai.pickElement"),()=>s?i.stopPicking():i.startPicking());if(y.setAttribute("aria-pressed",String(s)),y.classList.toggle("is-active",s),C.appendChild(y),m?C.appendChild(h("close",n("pptx.ai.pickClear"),()=>i.clearPicks())):l?C.appendChild(h("pin-off",n("pptx.ai.clearFocus"),()=>i.clearPinnedFocus())):C.appendChild(h("pin",n("pptx.ai.pinFocus"),()=>i.pinFocus())),g.appendChild(C),a.appendChild(g),s){let r=go(t,"div","pptxv-ai-focus-pick"),b=uo(t,"crosshair");b.classList.add("pptxv-ai-focus-pick-icon");let k=go(t,"span","pptxv-ai-focus-pick-hint");k.textContent=n("pptx.ai.pickElementHint");let T=go(t,"button","pptxv-ai-focus-pick-done");T.type="button",T.textContent=n("pptx.ai.pickDone"),T.addEventListener("click",()=>i.stopPicking()),r.append(b,k,T),a.appendChild(r);}},c=i.subscribe(x);return x(),{el:a,destroy(){c(),a.remove();}}}function O(o){let{doc:t,t:n}=o,i=go(t,"button","pptxv-ai-chats");i.type="button",i.append(uo(t,"history"),t.createTextNode(n("pptx.ai.chats")));let a=go(t,"div","pptxv-ai-history");a.hidden=true;let h=go(t,"div","pptxv-ai-history-head"),x=go(t,"span","pptxv-ai-history-title");x.textContent=n("pptx.ai.historyTitle");let c=go(t,"button","pptxv-ai-history-new");c.type="button",c.append(uo(t,"plus"),t.createTextNode(n("pptx.ai.newChat"))),h.append(x,c);let p=go(t,"div","pptxv-ai-history-body"),m=go(t,"p","pptxv-ai-history-hint");m.textContent=n("pptx.ai.historyHint"),a.append(h,p,m);let l=Zn({deckId:o.deckId,store:o.store,getMessages:o.getMessages,setMessages:o.setMessages,untitledLabel:n("pptx.ai.untitledChat"),onChatsChanged:()=>s()});function s(){p.replaceChildren();let f=l.chats();if(f.length===0){let d=go(t,"p","pptxv-ai-history-empty");d.textContent=n("pptx.ai.historyEmpty"),p.appendChild(d);return}let C=go(t,"ul","pptxv-ai-history-list");for(let d of f){let y=go(t,"li","pptxv-ai-history-row"),r=go(t,"button","pptxv-ai-history-resume");r.type="button",r.classList.toggle("is-active",d.id===l.activeChatId());let b=go(t,"span","pptxv-ai-history-text"),k=go(t,"span","pptxv-ai-history-name");k.textContent=d.title||n("pptx.ai.untitledChat");let T=go(t,"span","pptxv-ai-history-meta");T.textContent=n("pptx.ai.messageCount",{count:d.messageCount}),b.append(k,T),r.append(uo(t,"comment"),b),r.addEventListener("click",()=>{l.resumeChat(d.id),a.hidden=true;});let P=go(t,"button","pptxv-ai-history-delete");P.type="button",P.title=n("pptx.ai.deleteChat"),P.setAttribute("aria-label",n("pptx.ai.deleteChat")),P.appendChild(uo(t,"trash")),P.addEventListener("click",()=>{l.deleteChat(d.id);}),y.append(r,P),C.appendChild(y);}p.appendChild(C);}s(),i.addEventListener("click",()=>{a.hidden=!a.hidden;}),c.addEventListener("click",()=>{l.newChat(),a.hidden=true;});let g=f=>{a.hidden||!(f.target instanceof Node)||!a.contains(f.target)&&!i.contains(f.target)&&(a.hidden=true);};return t.addEventListener("mousedown",g),{button:i,el:a,notifyMessagesChanged:()=>l.notifyMessagesChanged(),destroy(){t.removeEventListener("mousedown",g),l.dispose(),i.remove(),a.remove();}}}var _={view:"eye",text:"text-box",shape:"shapes",theme:"font-color",table:"table",slide:"layout",chart:"chart",move:"move-right",delete:"trash",search:"search",nav:"move-right",animation:"play",notes:"sticky-note",tool:"wrench"};function W(o,t,n){let i=t.state==="output-error",a=t.state==="output-available",h=!i&&!a,x=co(t.toolName,t.input,h?"present":"past"),c=go(o,"div","pptxv-ai-tool"),p=go(o,"div","pptxv-ai-tool-head"),m=uo(o,_[x.icon]??"wrench");m.classList.add("pptxv-ai-tool-icon");let l=go(o,"span","pptxv-ai-tool-name");l.textContent=x.label;let s=go(o,"span","pptxv-ai-tool-state");if(i?(s.classList.add("is-error"),s.append(uo(o,"alert"),o.createTextNode(n("pptx.ai.toolFailed")))):a?(s.classList.add("is-done"),s.append(uo(o,"check"),o.createTextNode(n("pptx.ai.toolDone")))):(s.classList.add("is-running"),s.textContent=n("pptx.ai.toolRunning")),p.append(m,l,s),c.appendChild(p),i&&t.errorText){let f=go(o,"div","pptxv-ai-tool-error");f.textContent=t.errorText,c.appendChild(f);}let g=bo(t.input);if(g){let f=go(o,"details","pptxv-ai-tool-details"),C=go(o,"summary");C.textContent=n("pptx.ai.toolDetails");let d=go(o,"div","pptxv-ai-tool-raw");d.textContent=`${ao(t.toolName)}: ${g}`,f.append(C,d),c.appendChild(f);}return c}function q(o,t,n,i){t.replaceChildren();for(let a of n){if(a.role==="system")continue;let h=a.role==="user",x=Rn(a);if(x.length===0&&!h)continue;let c=go(o,"div",`pptxv-ai-msg pptxv-ai-msg-${a.role}`),p=go(o,"div","pptxv-ai-msg-avatar");p.setAttribute("aria-label",i(h?"pptx.ai.you":"pptx.ai.assistant")),p.appendChild(uo(o,h?"comment":"sparkles"));let m=go(o,"div","pptxv-ai-msg-body");for(let l of x)if(l.kind==="text"){let s=go(o,"div","pptxv-ai-msg-text");s.textContent=l.text,m.appendChild(s);}else m.appendChild(W(o,l,i));c.append(p,m),t.appendChild(c);}}function G(o,t,n,i,a){if(t.replaceChildren(),t.hidden=n.length===0,n.length===0)return;let h=go(o,"div","pptxv-ai-proposals-header"),x=go(o,"span","pptxv-ai-proposals-title");if(x.textContent=i("pptx.ai.pendingChanges",{count:n.length}),h.appendChild(x),n.length>1){let c=go(o,"button","pptxv-ai-proposal-btn is-accept-all");c.type="button",c.textContent=i("pptx.ai.acceptAll"),c.addEventListener("click",()=>a.acceptAll()),h.appendChild(c);}t.appendChild(h);for(let c of n)t.appendChild(tt(o,c,i,a));}function tt(o,t,n,i){let a=go(o,"div","pptxv-ai-proposal");a.dataset.proposalId=t.id;let h=go(o,"div","pptxv-ai-proposal-eyebrow");h.textContent=n("pptx.ai.proposedChange"),a.appendChild(h);let x=go(o,"div","pptxv-ai-proposal-label");if(x.textContent=t.label,a.appendChild(x),t.summary.length>0){let l=go(o,"ul","pptxv-ai-proposal-summary");for(let s of t.summary){let g=go(o,"li");g.textContent=On(s),l.appendChild(g);}a.appendChild(l);}let c=go(o,"div","pptxv-ai-proposal-actions"),p=go(o,"button","pptxv-ai-proposal-btn is-accept");p.type="button",p.append(uo(o,"check"),o.createTextNode(n("pptx.ai.accept"))),p.addEventListener("click",()=>i.accept(t.id));let m=go(o,"button","pptxv-ai-proposal-btn is-reject");return m.type="button",m.append(uo(o,"close"),o.createTextNode(n("pptx.ai.reject"))),m.addEventListener("click",()=>i.reject(t.id)),c.append(p,m),a.appendChild(c),a}async function wt(o){let{doc:t,host:n,t:i}=o;n.replaceChildren();let a=go(t,"div","pptxv-ai-header"),h=go(t,"span","pptxv-ai-title");h.textContent=i("pptx.ai.title");let x=go(t,"button","pptxv-ai-close");x.type="button",x.title=i("pptx.ai.close"),x.setAttribute("aria-label",i("pptx.ai.close")),x.appendChild(uo(t,"close")),x.addEventListener("click",()=>o.onClose?.()),a.append(uo(t,"sparkles"),h,x);let c,p=o.controller,m=p?K({doc:t,t:i,controller:p,getSlides:()=>o.bridge.getSlides(),onSendDirective:u=>{c?.sendMessage(u);}}):null,l=go(t,"div","pptxv-ai-messages");l.setAttribute("role","log"),l.setAttribute("aria-live","polite");let s=go(t,"div","pptxv-ai-empty");s.textContent=i("pptx.ai.emptyHint"),l.appendChild(s);let g=go(t,"div","pptxv-ai-proposals");g.hidden=true;let f=go(t,"div","pptxv-ai-error");f.setAttribute("role","alert"),f.hidden=true;let C=go(t,"form","pptxv-ai-composer"),d=go(t,"textarea","pptxv-ai-input");d.rows=2,d.placeholder=i("pptx.ai.placeholder"),d.setAttribute("aria-label",i("pptx.ai.placeholder"));let y=go(t,"button","pptxv-ai-send");y.type="submit",y.setAttribute("aria-label",i("pptx.ai.send")),y.appendChild(uo(t,"send")),C.append(d,y),n.append(a,...m?[m.el]:[],l,g,f,C);try{c=await(o.createChat??_n)({bridge:o.bridge,config:o.config});}catch{return s.textContent=i("pptx.ai.unavailableTitle"),d.disabled=true,y.disabled=true,m?.destroy(),{destroy:()=>n.replaceChildren()}}let r=c,b=O({doc:t,t:i,deckId:Yn(o.bridge),store:o.historyStore,getMessages:()=>r.getSnapshot().messages,setMessages:u=>r.setMessages(u)});a.insertBefore(b.button,x),n.appendChild(b.el);let k=r.subscribe(()=>b.notifyMessagesChanged()),T=new Set,P=u=>{if(!p)return;let A=u.messages.flatMap(Y=>Rn(Y).filter(Z=>Z.kind==="tool")).at(-1);if(!A||A.kind!=="tool"||A.state==="input-streaming"||T.has(A.toolCallId))return;T.add(A.toolCallId);let L=_do(A.toolName,A.input);L&&L.slideIndex!==void 0&&o.goToSlide?.(L.slideIndex),p.flashToolTarget(L);},M=u=>{q(t,l,u.messages,i),s.hidden=u.messages.length>0,u.messages.length===0&&l.appendChild(s),G(t,g,r.proposals.list(),i,{accept:A=>{p?.flashToolTarget(null),r.proposals.apply(A),M(r.getSnapshot());},reject:A=>{r.proposals.revert(A),M(r.getSnapshot());},acceptAll:()=>{p?.flashToolTarget(null),r.proposals.acceptAll(),M(r.getSnapshot());}});let w=u.status==="submitted"||u.status==="streaming";n.classList.toggle("is-busy",w),y.setAttribute("aria-label",i(w?"pptx.ai.stop":"pptx.ai.send")),f.hidden=!u.error,f.textContent=u.error?i("pptx.ai.errorPrefix"):"",l.scrollTop=l.scrollHeight,P(u);},S=()=>{if(n.classList.contains("is-busy")){r.stop();return}let u=d.value.trim();u&&(d.value="",r.sendMessage(u));};C.addEventListener("submit",u=>{u.preventDefault(),S();}),d.addEventListener("keydown",u=>{u.key==="Enter"&&!u.shiftKey&&(u.preventDefault(),S());});let I=p?.getPrefill().nonce??0,J=()=>{if(!p)return;let u=p.getPrefill();u.nonce!==I&&(I=u.nonce,d.value=u.text,d.focus());},Q=p?.subscribe(J),X=r.subscribe(M);return M(r.getSnapshot()),{changeAnimator:r.changeAnimator,destroy(){X(),k(),b.destroy(),Q?.(),m?.destroy(),n.replaceChildren();}}}export{wt as createAiPanel};
|