Lines Matching refs:dialog
3 #dialog = null;
13 <dialog>
28 </dialog>
32 this.#dialog = this.#root.querySelector('dialog');
39 this.#dialog.querySelector('button.fs').addEventListener('click', function() {
40 this.#dialog.classList.toggle('fullscreen');
51 this.#dialog.querySelector('header h1').textContent = this.getAttribute('label') || 'AI Chat';
95 dialog {
113 dialog.fullscreen {
120 dialog > div {
125 dialog header {
130 dialog header button svg {
133 dialog main {
142 if (this.#dialog.open) {
143 this.#dialog.close();
145 this.#dialog.show();