set(+__modules[i].uuid, i); } if (__modules[0].uuid == uuid) { __showModuleContent(uuid); __modules.shift(); if (__queue.length) { __queue.sort((a, b) => indexMap.get(a) - indexMap.get(b)); __suspenseCallback(__queue.shift()); } } else { __queue.push(uuid); } } function __replaceModuleContent(uuid) { const html = window['moduleHtml_' + uuid]; const root = document.getElementById(uuid); root.classList.add('hidden-content'); root.innerHTML = html; root.dataset.suspense = true; } function __showModuleContent(uuid) { __removeSkeleton(); const root = document.getElementById(uuid); root.classList.remove('hidden-content'); } function __removeSkeleton() { const skeleton = document.getElementById('ncms-snapshot-or-skeleton-root'); if (skeleton) { skeleton.remove(); } } isplay:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2p