<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">define(['jquery'],function($){'use strict';var selector='[data-role="spinner"]',spinner=$(selector);return{show:function(){spinner.show();},hide:function(){spinner.hide();},get:function(id){return $(selector+'[data-component="'+id+'"]');}};});</pre></body></html>