SYMBOL INDEX (2769 symbols across 814 files) FILE: app-vite/exports/bex/background.js function interceptRequests (line 3) | function interceptRequests(devServerPort) { function connectToDevServer (line 43) | function connectToDevServer(devServerPort, wsToken) { function createBridge (line 141) | function createBridge({ debug } = {}) { FILE: app-vite/exports/bex/content.js function createBridge (line 58) | function createBridge({ debug } = {}) { FILE: app-vite/exports/bex/private/bex-bridge.js function getRandomId (line 9) | function getRandomId(max) { class BexBridge (line 21) | class BexBridge { method constructor (line 49) | constructor({ type, name = '', debug }) { method connectToBackground (line 116) | connectToBackground() { method disconnectFromBackground (line 179) | disconnectFromBackground() { method on (line 200) | on(event, callback) { method once (line 220) | once(event, callback) { method off (line 240) | off(event, callback) { method send (line 289) | async send({ event, to, payload } = {}) { method setDebug (line 346) | setDebug(value) { method log (line 350) | log(...args) { method warn (line 365) | warn(...args) { method #onPortChange (line 385) | #onPortChange(reason) { method #triggerMessageEvent (line 406) | async #triggerMessageEvent(message) { method #cleanupPort (line 454) | #cleanupPort(portName) { method #onPacket (line 472) | #onPacket(packet) { method #sendPacket (line 590) | #sendPacket(packet) { method #sendMessage (line 630) | #sendMessage({ method #onMessage (line 690) | #onMessage(message) { FILE: app-vite/exports/eslint/eslint.cjs method recommended (line 13) | recommended() { FILE: app-vite/exports/eslint/eslint.js method recommended (line 13) | recommended() { FILE: app-vite/exports/testing/testing.js function getTestingConfig (line 14) | async function getTestingConfig(ctxParams = {}) { FILE: app-vite/lib/app-builder.js class AppBuilder (line 7) | class AppBuilder extends AppTool { method constructor (line 10) | constructor({ argv, quasarConf }) { method readFile (line 15) | readFile(filename) { method writeFile (line 23) | writeFile(filename, content) { method copyFiles (line 32) | copyFiles(patterns, targetFolder = this.quasarConf.build.distDir) { method moveFile (line 60) | moveFile(source, destination) { method removeFile (line 72) | removeFile(filename) { method printSummary (line 80) | printSummary(folder, showGzipped) { FILE: app-vite/lib/app-devserver.js function getConfSnapshot (line 7) | function getConfSnapshot(extractFn, quasarConf, diffExtractFnMap) { class AppDevserver (line 13) | class AppDevserver extends AppTool { method constructor (line 20) | constructor(opts) { method run (line 85) | run(quasarConf, __isRetry) { method #queue (line 107) | #queue(runId, quasarConf, fn) { method registerDiff (line 119) | registerDiff(name, extractFn) { method #diff (line 128) | #diff(name, quasarConf) { method clearWatcherList (line 159) | clearWatcherList([...watcherList], clearFn) { method printBanner (line 164) | printBanner(quasarConf) { FILE: app-vite/lib/app-extension/AppExtensionInstance.js function promptOverwrite (line 16) | async function promptOverwrite({ targetPath, options, ctx }) { function renderFile (line 38) | async function renderFile( function renderFolders (line 66) | async function renderFolders({ source, rawCopy, scope }, ctx) { class AppExtensionInstance (line 111) | class AppExtensionInstance { method constructor (line 121) | constructor({ extName, ctx, appExtJson }) { method isInstalled (line 145) | get isInstalled() { method #loadPackageInfo (line 153) | #loadPackageInfo() { method install (line 175) | async install(skipPkgInstall) { method uninstall (line 216) | async uninstall(skipPkgUninstall) { method run (line 254) | async run() { method #stripVersion (line 277) | #stripVersion(packageFullName) { method getPrompts (line 282) | getPrompts() { method #getScriptPrompts (line 286) | async #getScriptPrompts() { method #installPackage (line 305) | async #installPackage() { method #uninstallPackage (line 310) | async #uninstallPackage() { method #getScriptPath (line 330) | #getScriptPath(scriptName) { method #getScript (line 345) | async #getScript(scriptName, fatalError) { method #runInstallScript (line 386) | async #runInstallScript(prompts) { method #runUninstallScript (line 426) | async #runUninstallScript(prompts) { FILE: app-vite/lib/app-extension/api-classes/BaseAPI.js class BaseAPI (line 4) | class BaseAPI { method constructor (line 15) | constructor({ ctx, extId }) { method hasTypescript (line 27) | hasTypescript() { method getStorePackageName (line 37) | getStorePackageName() { method getNodePackagerName (line 48) | async getNodePackagerName() { FILE: app-vite/lib/app-extension/api-classes/IndexAPI.js class IndexAPI (line 12) | class IndexAPI extends BaseAPI { method constructor (line 15) | constructor(opts, appExtJson) { method getPersistentConf (line 28) | getPersistentConf() { method setPersistentConf (line 38) | setPersistentConf(cfg) { method mergePersistentConf (line 49) | mergePersistentConf(cfg = {}) { method compatibleWith (line 68) | compatibleWith(packageName, semverCondition) { method hasPackage (line 95) | hasPackage(packageName, semverCondition) { method hasExtension (line 114) | hasExtension(extId) { method getPackageVersion (line 124) | getPackageVersion(packageName) { method extendQuasarConf (line 135) | extendQuasarConf(fn) { method extendViteConf (line 145) | extendViteConf(fn) { method extendBexScriptsConf (line 155) | extendBexScriptsConf(fn) { method extendElectronMainConf (line 165) | extendElectronMainConf(fn) { method extendElectronPreloadConf (line 175) | extendElectronPreloadConf(fn) { method extendPWACustomSWConf (line 186) | extendPWACustomSWConf(fn) { method extendSSRWebserverConf (line 196) | extendSSRWebserverConf(fn) { method registerCommand (line 208) | registerCommand(commandName, fn) { method registerDescribeApi (line 219) | registerDescribeApi(name, relativePath) { method beforeDev (line 234) | beforeDev(fn) { method afterDev (line 246) | afterDev(fn) { method beforeBuild (line 257) | beforeBuild(fn) { method afterBuild (line 269) | afterBuild(fn) { method onPublish (line 284) | onPublish(fn) { method __getHooks (line 313) | __getHooks(appExtJson) { method #addHook (line 320) | #addHook(name, fn) { FILE: app-vite/lib/app-extension/api-classes/InstallAPI.js class InstallAPI (line 15) | class InstallAPI extends BaseAPI { method constructor (line 18) | constructor(opts, appExtJson) { method getPersistentConf (line 31) | getPersistentConf() { method setPersistentConf (line 41) | setPersistentConf(cfg) { method mergePersistentConf (line 52) | mergePersistentConf(cfg = {}) { method compatibleWith (line 71) | compatibleWith(packageName, semverCondition) { method hasPackage (line 98) | hasPackage(packageName, semverCondition) { method hasExtension (line 117) | hasExtension(extId) { method getPackageVersion (line 127) | getPackageVersion(packageName) { method extendPackageJson (line 138) | extendPackageJson(extPkg) { method extendJsonFile (line 201) | extendJsonFile(file, newData) { method render (line 249) | render(templatePath, scope) { method renderFile (line 284) | renderFile(relativeSourcePath, relativeTargetPath, scope) { method onExitLog (line 319) | onExitLog(msg) { method __getNodeModuleNeedsUpdate (line 330) | __getNodeModuleNeedsUpdate(appExtJson) { method __getHooks (line 343) | __getHooks(appExtJson) { FILE: app-vite/lib/app-extension/api-classes/PromptsAPI.js class PromptsAPI (line 10) | class PromptsAPI extends BaseAPI { method constructor (line 11) | constructor(opts, appExtJson) { method compatibleWith (line 30) | compatibleWith(packageName, semverCondition) { method hasPackage (line 57) | hasPackage(packageName, semverCondition) { method hasExtension (line 76) | hasExtension(extId) { method getPackageVersion (line 86) | getPackageVersion(packageName) { FILE: app-vite/lib/app-extension/api-classes/UninstallAPI.js class UninstallAPI (line 10) | class UninstallAPI extends BaseAPI { method constructor (line 13) | constructor(opts, appExtJson) { method getPersistentConf (line 26) | getPersistentConf() { method hasPackage (line 41) | hasPackage(packageName, semverCondition) { method hasExtension (line 59) | hasExtension(extId) { method getPackageVersion (line 69) | getPackageVersion(packageName) { method removePath (line 86) | removePath(__path) { method onExitLog (line 95) | onExitLog(msg) { method __getHooks (line 109) | __getHooks(appExtJson) { FILE: app-vite/lib/app-extension/create-app-ext.js function readJson (line 8) | function readJson(file) { function getAppExtJson (line 19) | function getAppExtJson({ file, json, onListUpdate }) { function createAppExt (line 73) | function createAppExt(ctx) { FILE: app-vite/lib/app-tool.js class AppTool (line 12) | class AppTool { method constructor (line 16) | constructor({ argv, ctx }) { method buildWithVite (line 21) | async buildWithVite(threadName, viteConfig) { method watchWithRolldown (line 34) | watchWithRolldown(threadName, rolldownConfig, onRebuildSuccess) { method buildWithRolldown (line 69) | async buildWithRolldown(threadName, rolldownConfig) { method cleanArtifacts (line 82) | cleanArtifacts(dir) { FILE: app-vite/lib/cache/create-cache-proxy.js function createCacheProxy (line 6) | function createCacheProxy(ctx) { FILE: app-vite/lib/cache/module.animations.js function createInstance (line 3) | async function createInstance({ appPaths }) { FILE: app-vite/lib/cache/module.capCli.js function createInstance (line 4) | function createInstance({ appPaths: { capacitorDir } }) { FILE: app-vite/lib/cache/module.cssVariables.js function createInstance (line 3) | function createInstance({ appPaths }) { FILE: app-vite/lib/cache/module.electron.js function isValidName (line 16) | function isValidName(bundlerName) { function installBundler (line 20) | function installBundler(bundlerName, nodePackager, appPaths) { function hasPackage (line 30) | function hasPackage(pkgName, modePkg) { function createInstance (line 37) | async function createInstance({ FILE: app-vite/lib/cache/module.hasTypescript.js function createInstance (line 3) | function createInstance({ appPaths }) { FILE: app-vite/lib/cache/module.nodePackager.js function run (line 8) | function run({ name, params, cwd, onFail, env = 'development' }) { function getMajorVersion (line 17) | function getMajorVersion(name) { class PackageManager (line 31) | class PackageManager { method constructor (line 34) | constructor(appDir) { method getInstallParams (line 44) | getInstallParams(/* env */) { method getInstallPackageParams (line 48) | getInstallPackageParams(/* names, isDev */) { method getUninstallPackageParams (line 52) | getUninstallPackageParams(/* names */) { method isInstalled (line 63) | isInstalled() { method install (line 74) | install({ method installPackage (line 94) | installPackage( method uninstallPackage (line 110) | uninstallPackage(name, { cwd = this.appDir, displayName = name } = {}) { class Npm (line 123) | class Npm extends PackageManager { method getInstallParams (line 127) | getInstallParams(env) { method getInstallPackageParams (line 137) | getInstallPackageParams(names, isDevDependency) { method getUninstallPackageParams (line 141) | getUninstallPackageParams(names) { class Yarn (line 146) | class Yarn extends PackageManager { method getInstallParams (line 150) | getInstallParams(env) { method getInstallPackageParams (line 160) | getInstallPackageParams(names, isDevDependency) { method getUninstallPackageParams (line 164) | getUninstallPackageParams(names) { class Pnpm (line 169) | class Pnpm extends PackageManager { method getInstallParams (line 173) | getInstallParams(env) { method getInstallPackageParams (line 177) | getInstallPackageParams(names, isDevDependency) { method getUninstallPackageParams (line 181) | getUninstallPackageParams(names) { class Bun (line 186) | class Bun extends PackageManager { method getInstallParams (line 190) | getInstallParams(env) { method getInstallPackageParams (line 194) | getInstallPackageParams(names, isDevDependency) { method getUninstallPackageParams (line 198) | getUninstallPackageParams(names) { function getProjectPackageManager (line 206) | function getProjectPackageManager(packageManagersList, dir) { function createInstance (line 220) | function createInstance({ appPaths }) { FILE: app-vite/lib/cache/module.storeProvider.js function createInstance (line 5) | function createInstance({ appPaths: { appDir }, cacheProxy }) { FILE: app-vite/lib/cache/module.workboxBuild.js function createInstance (line 3) | async function createInstance({ appPaths }) { FILE: app-vite/lib/cmd/describe.js function getEventParams (line 98) | function getEventParams(event) { function getMethodParams (line 107) | function getMethodParams(method, noRequired) { function getMethodReturnValue (line 135) | function getMethodReturnValue(method) { function getStringType (line 139) | function getStringType(type) { function printProp (line 143) | function printProp(prop, propName, indentLevel) { function printProperties (line 209) | function printProperties({ props }) { function printSlots (line 237) | function printSlots({ slots }) { function printEvents (line 265) | function printEvents({ events }) { function printMethods (line 303) | function printMethods({ methods }) { function printComputedProps (line 348) | function printComputedProps({ computedProps }) { function printValue (line 376) | function printValue({ value }) { function printArg (line 387) | function printArg({ arg }) { function printModifiers (line 398) | function printModifiers({ modifiers }) { function printInjection (line 427) | function printInjection({ injection }) { function printQuasarConfOptions (line 437) | function printQuasarConfOptions({ quasarConfOptions }) { function describe (line 469) | function describe(api) { function run (line 504) | async function run() { function listElements (line 542) | async function listElements() { FILE: app-vite/lib/cmd/dev.js function startVueDevtools (line 89) | async function startVueDevtools(ctx, devtoolsPort) { FILE: app-vite/lib/cmd/ext.js function showHelp (line 10) | function showHelp() { FILE: app-vite/lib/cmd/info.js function getSpawnOutput (line 37) | function getSpawnOutput(command) { function safePkgInfo (line 48) | function safePkgInfo(pkg, dir) { function print (line 62) | function print(m) { FILE: app-vite/lib/cmd/mode.js function showHelp (line 13) | function showHelp() { function run (line 51) | async function run() { function displayModes (line 115) | function displayModes() { FILE: app-vite/lib/cmd/new.js function showHelp (line 18) | function showHelp(returnCode) { function showError (line 60) | function showError(message) { function createFile (line 118) | function createFile({ targetFile, ext, reference }) { function getAsset (line 145) | async function getAsset(assetType) { FILE: app-vite/lib/cmd/run.js function getArgv (line 39) | function getArgv({ _, ...params }) { FILE: app-vite/lib/config-tools.js function parseVitePlugins (line 18) | async function parseVitePlugins(entries, appDir, compileId) { function getQuasarVitePluginRunMode (line 111) | function getQuasarVitePluginRunMode(compileId) { function createViteConfig (line 123) | async function createViteConfig( function extendViteConfig (line 276) | function extendViteConfig(viteConf, quasarConf, invokeParams) { function createNodeRolldownConfig (line 305) | function createNodeRolldownConfig( function createBrowserRolldownConfig (line 350) | function createBrowserRolldownConfig(quasarConf, { shippedToClient }) { function extendRolldownConfig (line 388) | function extendRolldownConfig( FILE: app-vite/lib/entry-files-generator.js class EntryFilesGenerator (line 6) | class EntryFilesGenerator { method constructor (line 10) | constructor(ctx) { method generate (line 49) | generate(quasarConf) { FILE: app-vite/lib/modes/bex/bex-builder.js class QuasarModeBuilder (line 10) | class QuasarModeBuilder extends AppBuilder { method build (line 11) | async build() { method #bundlePackage (line 32) | #bundlePackage(dir) { FILE: app-vite/lib/modes/bex/bex-config.js function generateDefaultEntry (line 12) | function generateDefaultEntry(quasarConf) { method configResolved (line 55) | configResolved(viteConfig) { method bexScript (line 66) | bexScript(quasarConf, entry = generateDefaultEntry(quasarConf)) { FILE: app-vite/lib/modes/bex/bex-devserver.js class QuasarModeDevserver (line 11) | class QuasarModeDevserver extends AppDevserver { method constructor (line 21) | constructor(opts) { method run (line 49) | run(quasarConf, __isRetry) { method #onDistDir (line 69) | async #onDistDir(quasarConf) { method #compileBexManifest (line 92) | async #compileBexManifest(quasarConf, queue) { method #compileBexScripts (line 135) | async #compileBexScripts(quasarConf) { method #runVite (line 158) | async #runVite(quasarConf, queue) { method #getBexAssetsDirWatcher (line 192) | #getBexAssetsDirWatcher(quasarConf) { method #getAppSourceWatcher (line 212) | #getAppSourceWatcher(quasarConf, viteConfig, queue) { method #getPublicDirWatcher (line 236) | #getPublicDirWatcher(quasarConf) { FILE: app-vite/lib/modes/bex/bex-installation.js function addMode (line 12) | async function addMode({ ctx: { appPaths, cacheProxy }, silent }) { function removeMode (line 37) | function removeMode({ ctx: { appPaths } }) { FILE: app-vite/lib/modes/bex/bex-utils.js function createManifest (line 7) | function createManifest(quasarConf) { function getCompilationEntry (line 80) | function getCompilationEntry(quasarConf, inputFile, scriptName) { function extractBexScripts (line 90) | function extractBexScripts(quasarConf, bexManifest) { function copyBexAssets (line 185) | function copyBexAssets(quasarConf) { FILE: app-vite/lib/modes/capacitor/capacitor-builder.js class QuasarModeBuilder (line 14) | class QuasarModeBuilder extends AppBuilder { method build (line 18) | async build() { method #buildFiles (line 25) | async #buildFiles() { method #packageFiles (line 31) | async #packageFiles() { method #cleanup (line 64) | #cleanup() { method #runCapacitorCommand (line 68) | #runCapacitorCommand(args, capBin) { method #buildIos (line 82) | async #buildIos() { method #buildAndroid (line 106) | async #buildAndroid() { FILE: app-vite/lib/modes/capacitor/capacitor-consistency.js function ensureWWW (line 4) | function ensureWWW({ appPaths, forced }) { function ensureDeps (line 14) | async function ensureDeps({ appPaths, cacheProxy }) { function ensureConsistency (line 25) | async function ensureConsistency(opts) { FILE: app-vite/lib/modes/capacitor/capacitor-devserver.js class QuasarModeDevserver (line 11) | class QuasarModeDevserver extends AppDevserver { method constructor (line 17) | constructor(opts) { method run (line 32) | run(quasarConf, __isRetry) { method #runVite (line 44) | async #runVite(quasarConf) { method #runCapacitor (line 57) | async #runCapacitor(quasarConf) { method #stopCapacitor (line 79) | #stopCapacitor() { method #runCapacitorCommand (line 87) | #runCapacitorCommand(args, cwd, capBin) { method #cleanup (line 101) | #cleanup() { FILE: app-vite/lib/modes/capacitor/capacitor-installation.js function addMode (line 19) | async function addMode({ function removeMode (line 111) | function removeMode({ ctx: { appPaths } }) { function addPlatform (line 123) | async function addPlatform(target, appPaths, cacheProxy) { FILE: app-vite/lib/modes/capacitor/config-file.js class CapacitorConfigFile (line 15) | class CapacitorConfigFile { method prepare (line 19) | async prepare(quasarConf, target) { method reset (line 47) | reset() { method #save (line 58) | #save() { method #updateCapJson (line 65) | #updateCapJson(quasarConf, originalCapCfg, capVersion, target) { method #updateCapPkg (line 93) | #updateCapPkg(quasarConf) { method #updateSSL (line 112) | async #updateSSL(quasarConf, target, capVersion) { FILE: app-vite/lib/modes/cordova/android-cleartext.js function fixAndroidCleartext (line 3) | function fixAndroidCleartext(appPaths, action) { FILE: app-vite/lib/modes/cordova/config-file.js function setFields (line 8) | function setFields(root, cfg) { class CordovaConfigFile (line 31) | class CordovaConfigFile { method prepare (line 37) | prepare(quasarConf) { method reset (line 87) | reset() { method #save (line 109) | #save(doc) { method #prepareAppDelegate (line 120) | #prepareAppDelegate(node) { method #prepareWkWebEngine (line 172) | #prepareWkWebEngine(node) { FILE: app-vite/lib/modes/cordova/cordova-builder.js function ensureArray (line 28) | function ensureArray(val) { class QuasarModeBuilder (line 32) | class QuasarModeBuilder extends AppBuilder { method build (line 35) | async build() { method #buildFiles (line 40) | async #buildFiles() { method #packageFiles (line 65) | async #packageFiles() { method #cleanup (line 144) | #cleanup() { method #runCordovaCommand (line 148) | #runCordovaCommand(args, target) { FILE: app-vite/lib/modes/cordova/cordova-consistency.js function ensureWWW (line 7) | function ensureWWW({ appPaths, forced }) { function ensureDeps (line 17) | function ensureDeps({ appPaths }) { function ensureConsistency (line 36) | function ensureConsistency(opts) { FILE: app-vite/lib/modes/cordova/cordova-devserver.js class QuasarModeDevserver (line 12) | class QuasarModeDevserver extends AppDevserver { method constructor (line 18) | constructor(opts) { method run (line 37) | run(quasarConf, __isRetry) { method #runVite (line 49) | async #runVite(quasarConf) { method #runCordova (line 62) | async #runCordova(quasarConf) { method #stopCordova (line 92) | #stopCordova() { method #runCordovaCommand (line 100) | #runCordovaCommand(quasarConf, args) { method #cleanup (line 126) | #cleanup() { FILE: app-vite/lib/modes/cordova/cordova-installation.js function addMode (line 16) | async function addMode({ function removeMode (line 103) | function removeMode({ ctx: { appPaths } }) { function addPlatform (line 113) | function addPlatform(appPaths, target) { FILE: app-vite/lib/modes/cordova/vite-plugin.dev.cordova-platform-inject.js function quasarVitePluginDevCordovaPlatformInject (line 8) | function quasarVitePluginDevCordovaPlatformInject(quasarConf) { FILE: app-vite/lib/modes/electron/electron-builder.js class QuasarModeBuilder (line 10) | class QuasarModeBuilder extends AppBuilder { method build (line 11) | async build() { method #buildFiles (line 23) | async #buildFiles() { method #writePackageJson (line 41) | #writePackageJson() { method #copyElectronFiles (line 70) | #copyElectronFiles() { method #packageFiles (line 88) | async #packageFiles() { FILE: app-vite/lib/modes/electron/electron-config.js function preloadScript (line 16) | async function preloadScript(quasarConf, name) { method preloadScriptList (line 148) | async preloadScriptList(quasarConf) { FILE: app-vite/lib/modes/electron/electron-consistency.js function ensureDeps (line 3) | async function ensureDeps({ appPaths, cacheProxy }) { function ensureConsistency (line 14) | async function ensureConsistency(opts) { FILE: app-vite/lib/modes/electron/electron-devserver.js function wait (line 11) | function wait(time) { class QuasarModeDevserver (line 17) | class QuasarModeDevserver extends AppDevserver { method constructor (line 24) | constructor(opts) { method run (line 52) | run(quasarConf, __isRetry) { method #runVite (line 64) | async #runVite(quasarConf) { method #runElectronFiles (line 77) | async #runElectronFiles(quasarConf) { method #runElectron (line 110) | async #runElectron(quasarConf) { FILE: app-vite/lib/modes/electron/electron-installation.js function addMode (line 14) | async function addMode({ ctx: { appPaths, cacheProxy }, silent }) { function removeMode (line 53) | function removeMode({ ctx: { appPaths } }) { FILE: app-vite/lib/modes/modes-utils.js function isModeInstalled (line 8) | function isModeInstalled(appPaths, modeName) { FILE: app-vite/lib/modes/pwa/pwa-builder.js class QuasarModeBuilder (line 8) | class QuasarModeBuilder extends AppBuilder { method build (line 9) | async build() { FILE: app-vite/lib/modes/pwa/pwa-devserver.js class QuasarModeDevserver (line 11) | class QuasarModeDevserver extends AppDevserver { method constructor (line 18) | constructor(opts) { method run (line 56) | run(quasarConf, __isRetry) { method #runVite (line 75) | async #runVite(quasarConf, urlDiffers) { method #compilePwaManifest (line 99) | async #compilePwaManifest(quasarConf) { method #compilePwaServiceWorker (line 130) | async #compilePwaServiceWorker(quasarConf, queue) { FILE: app-vite/lib/modes/pwa/pwa-installation.js function addMode (line 28) | async function addMode({ ctx: { appPaths, cacheProxy }, silent }) { function removeMode (line 70) | async function removeMode({ ctx: { appPaths, cacheProxy } }) { FILE: app-vite/lib/modes/pwa/utils.js function createHeadTags (line 10) | function createHeadTags(quasarConf) { function injectPwaManifest (line 42) | function injectPwaManifest(quasarConf, ifNotAlreadyGenerated) { function buildPwaServiceWorker (line 70) | async function buildPwaServiceWorker(quasarConf, workboxConfig) { FILE: app-vite/lib/modes/pwa/vite-plugin.pwa-resources.js function quasarVitePluginPwaResources (line 5) | function quasarVitePluginPwaResources(quasarConf) { FILE: app-vite/lib/modes/spa/spa-builder.js class QuasarModeBuilder (line 4) | class QuasarModeBuilder extends AppBuilder { method build (line 5) | async build() { FILE: app-vite/lib/modes/spa/spa-devserver.js class QuasarModeDevserver (line 7) | class QuasarModeDevserver extends AppDevserver { method run (line 10) | run(quasarConf, __isRetry) { method #runVite (line 18) | async #runVite(quasarConf, urlDiffers) { FILE: app-vite/lib/modes/spa/spa-installation.js function addMode (line 3) | function addMode() {} function removeMode (line 4) | function removeMode() {} FILE: app-vite/lib/modes/ssr/ssr-builder.js class QuasarModeBuilder (line 19) | class QuasarModeBuilder extends AppBuilder { method build (line 20) | async build() { method #buildWebserver (line 81) | async #buildWebserver() { method #copyWebserverFiles (line 86) | #copyWebserverFiles() { method #writePackageJson (line 97) | #writePackageJson() { method #writeRenderTemplate (line 136) | async #writeRenderTemplate(clientDir) { method #writeSsrManifest (line 155) | #writeSsrManifest() { FILE: app-vite/lib/modes/ssr/ssr-consistency.js function ensureDeps (line 3) | async function ensureDeps({ appPaths, cacheProxy }) { function ensureConsistency (line 14) | async function ensureConsistency(opts) { FILE: app-vite/lib/modes/ssr/ssr-devserver.js function logServerMessage (line 25) | function logServerMessage(title, msg, additional) { function renderStoreState (line 37) | function renderStoreState(ssrContext) { class QuasarModeDevserver (line 45) | class QuasarModeDevserver extends AppDevserver { method constructor (line 68) | constructor(opts) { method run (line 131) | run(quasarConf, __isRetry) { method #compileWebserver (line 157) | async #compileWebserver(quasarConf, queue) { method #runVite (line 173) | async #runVite(quasarConf, urlDiffers) { method #bootWebserver (line 305) | async #bootWebserver(quasarConf) { method #compilePwaManifest (line 398) | async #compilePwaManifest(quasarConf) { method #compilePwaServiceWorker (line 429) | async #compilePwaServiceWorker(quasarConf, queue) { FILE: app-vite/lib/modes/ssr/ssr-installation.js function addMode (line 14) | async function addMode({ ctx: { appPaths, cacheProxy }, silent }) { function removeMode (line 62) | function removeMode({ ctx: { appPaths } }) { FILE: app-vite/lib/plugins/rolldown.inject-replacements.js function quasarRolldownInjectReplacementsPlugin (line 17) | function quasarRolldownInjectReplacementsPlugin() { FILE: app-vite/lib/plugins/rolldown.vue-shim.js function quasarRolldownVueShimPlugin (line 5) | function quasarRolldownVueShimPlugin() { FILE: app-vite/lib/plugins/vite.index-html-transform.js function quasarViteIndexHtmlTransformPlugin (line 3) | function quasarViteIndexHtmlTransformPlugin(quasarConf) { FILE: app-vite/lib/plugins/vite.strip-filename-hashes.js function quasarViteStripFilenameHashesPlugin (line 18) | function quasarViteStripFilenameHashesPlugin() { FILE: app-vite/lib/quasar-config-file.js function escapeHTMLTagContent (line 61) | function escapeHTMLTagContent(str) { function escapeHTMLAttribute (line 64) | function escapeHTMLAttribute(str) { function formatPublicPath (line 68) | function formatPublicPath(publicPath) { function formatRouterBase (line 84) | function formatRouterBase(publicPath) { function parseAssetProperty (line 95) | function parseAssetProperty(prefix) { function getUniqueArray (line 115) | function getUniqueArray(original) { function uniquePathFilter (line 119) | function uniquePathFilter(value, index, self) { function formatQuasarAssetPath (line 124) | function formatQuasarAssetPath(asset, type) { function onAddress (line 135) | async function onAddress({ host, port }, mode) { function createWsToken (line 185) | function createWsToken() { class QuasarConfigFile (line 199) | class QuasarConfigFile { method constructor (line 229) | constructor({ ctx, host, port, verifyAddress, watch = false }) { method #getRolldownConfig (line 243) | #getRolldownConfig() { method watch (line 294) | watch(onUpdate) { method read (line 304) | async read() { method #readBuiltFile (line 357) | async #readBuiltFile() { method #getConfEnv (line 400) | #getConfEnv() { method #injectAppEnv (line 412) | #injectAppEnv(quasarConf) { method #createConfEnvWatcher (line 469) | #createConfEnvWatcher() { method #createAppEnvWatcher (line 526) | #createAppEnvWatcher(initialAppEnv) { method #watchBuild (line 543) | #watchBuild() { method #build (line 606) | async #build() { method #computeConfig (line 631) | async #computeConfig(quasarConfigFn) { FILE: app-vite/lib/types-generator.js function generateTypes (line 35) | function generateTypes(quasarConf) { function generateTsConfig (line 62) | function generateTsConfig(quasarConf, fsUtils) { function writeFeatureFlags (line 210) | function writeFeatureFlags(quasarConf, fsUtils) { function writeDeclarations (line 272) | function writeDeclarations(quasarConf, fsUtils) { FILE: app-vite/lib/utils/app-files-validations.js function appFilesValidations (line 6) | function appFilesValidations(appPaths) { FILE: app-vite/lib/utils/banner.js function getPackager (line 7) | function getPackager(argv, cmd) { function getCompilationTarget (line 19) | function getCompilationTarget(target) { function displayBanner (line 23) | async function displayBanner({ argv, ctx, cmd, details }) { function getIPList (line 124) | function getIPList() { function capitalize (line 133) | function capitalize(str) { function printDevRunningBanner (line 137) | function printDevRunningBanner(quasarConf) { FILE: app-vite/lib/utils/build-targets.js constant BASELINE_WIDELY_AVAILABLE_TARGET_STRING (line 2) | const BASELINE_WIDELY_AVAILABLE_TARGET_STRING = constant BASELINE_WIDELY_AVAILABLE (line 5) | const BASELINE_WIDELY_AVAILABLE = [ FILE: app-vite/lib/utils/cli-runtime.js function resolveToCliDir (line 6) | function resolveToCliDir(dir) { FILE: app-vite/lib/utils/encode-for-diff.js function encodeForDiff (line 1) | function encodeForDiff(obj) { FILE: app-vite/lib/utils/ensure-argv.js function ensureArgv (line 3) | function ensureArgv(argv, cmd) { function ensureElectronArgv (line 79) | function ensureElectronArgv(bundlerName, ctx) { FILE: app-vite/lib/utils/env.js function getEnvFilesPrefix (line 18) | function getEnvFilesPrefix({ prefix, defaultPrefix, banner }) { function getQuasarConfEnv (line 82) | function getQuasarConfEnv({ ctx, envCfg, useSnapshot }) { function getAppEnv (line 146) | function getAppEnv({ ctx, envCfg, useSnapshot }) { function getFileEnvResult (line 248) | function getFileEnvResult({ appDir, fileList, folderList }) { function parseEnvDefineList (line 293) | function parseEnvDefineList(env, regex) { FILE: app-vite/lib/utils/escape-regex-string.js function escapeRegexString (line 10) | function escapeRegexString(str) { FILE: app-vite/lib/utils/get-api.js function getApi (line 10) | async function getApi(item, ctx) { FILE: app-vite/lib/utils/get-app-paths.js function getAppInfo (line 15) | function getAppInfo() { function getRunType (line 35) | function getRunType(ctx) { function getPrefixDir (line 41) | function getPrefixDir(ctx) { function getAppPaths (line 51) | function getAppPaths({ ctx, defineHiddenProp } = {}) { FILE: app-vite/lib/utils/get-caller-path.js function getCallerPath (line 4) | function getCallerPath() { FILE: app-vite/lib/utils/get-ctx.js function defineHiddenProp (line 6) | function defineHiddenProp(target, propName, value) { function getCtx (line 18) | function getCtx(opts = {}) { FILE: app-vite/lib/utils/get-external-ip.js function getExternalIP (line 6) | async function getExternalIP() { FILE: app-vite/lib/utils/get-fixed-deps.js function getFixedDeps (line 15) | function getFixedDeps(deps, rootDir) { FILE: app-vite/lib/utils/get-package-json.js function getPackageJson (line 9) | function getPackageJson(pkgName, dir) { FILE: app-vite/lib/utils/get-package-major-version.js function getMajorVersion (line 3) | function getMajorVersion(version) { function getPackageMajorVersion (line 11) | function getPackageMajorVersion(pkgName, dir) { FILE: app-vite/lib/utils/get-package-path.js function getPackagePath (line 15) | function getPackagePath(pkgName, dir) { FILE: app-vite/lib/utils/get-package.js function getPackage (line 9) | async function getPackage(pkgName, dir) { FILE: app-vite/lib/utils/get-pkg.js function getPkg (line 12) | function getPkg(appPaths, mode) { FILE: app-vite/lib/utils/html-template.js function injectPublicPath (line 28) | function injectPublicPath(html, publicPath) { function injectSsrRuntimeInterpolation (line 38) | function injectSsrRuntimeInterpolation(html) { function injectVueDevtools (line 79) | function injectVueDevtools(html, { host, port }, nonce = '') { function transformHtml (line 87) | async function transformHtml(template, quasarConf) { function transformProdSsrPwaOfflineHtml (line 122) | async function transformProdSsrPwaOfflineHtml(html, quasarConf) { function getDevSsrTemplateFn (line 142) | function getDevSsrTemplateFn(template, quasarConf) { function getProdSsrRenderTemplateFileContent (line 181) | async function getProdSsrRenderTemplateFileContent( FILE: app-vite/lib/utils/logger.js function tip (line 47) | function tip(msg) { function log (line 51) | function log(msg) { function warn (line 55) | function warn(msg, pill) { function fatal (line 64) | function fatal(msg, pill) { function success (line 80) | function success(msg, title = 'SUCCESS') { function getSuccess (line 83) | function getSuccess(msg, title) { function info (line 87) | function info(msg, title = 'INFO') { function getInfo (line 90) | function getInfo(msg, title) { function error (line 94) | function error(msg, title = 'ERROR') { function getError (line 97) | function getError(msg, title = 'ERROR') { function warning (line 101) | function warning(msg, title = 'WARNING') { function getWarning (line 106) | function getWarning(msg, title = 'WARNING') { function progress (line 114) | function progress(msg, token) { FILE: app-vite/lib/utils/net.js function getExternalNetworkInterface (line 6) | function getExternalNetworkInterface() { function getIPs (line 23) | function getIPs() { function findClosestOpenPort (line 40) | async function findClosestOpenPort(port, host) { function isPortAvailable (line 53) | function isPortAvailable(port, host) { FILE: app-vite/lib/utils/on-shutdown.js function onShutdown (line 3) | function onShutdown(fn, msg) { FILE: app-vite/lib/utils/open-browser.js function openBrowser (line 5) | function openBrowser({ url, opts, wait = true }) { FILE: app-vite/lib/utils/open-ide.js function findXcodeWorkspace (line 8) | function findXcodeWorkspace(folder) { function runMacOS (line 20) | function runMacOS(mode, target, appPaths) { function getLinuxPath (line 41) | function getLinuxPath(bin) { function runLinux (line 62) | function runLinux(mode, bin, target, appPaths) { function getWindowsPath (line 88) | function getWindowsPath(bin) { function runWindows (line 120) | function runWindows(mode, bin, target, appPaths) { function openIDE (line 158) | function openIDE({ mode, bin, target, dev, appPaths }) { FILE: app-vite/lib/utils/print-build-summary.js function getAssets (line 22) | function getAssets(distDir) { function getHumanSize (line 44) | function getHumanSize(bytes) { function getGzippedSize (line 48) | function getGzippedSize(file) { function getAssetLines (line 57) | function getAssetLines(assetList, showGzipped) { function getAssetColumnWidth (line 126) | function getAssetColumnWidth(assetList) { function capitalize (line 152) | function capitalize(str) { function getTable (line 156) | function getTable(widthMap) { function printBuildSummary (line 230) | function printBuildSummary(distDir, showGzipped) { FILE: app-vite/lib/utils/rate-limit.js function debounce (line 2) | function debounce(fn, wait = 250, immediate) { function throttle (line 29) | function throttle(fn, limit = 250) { FILE: app-vite/lib/utils/resolve-extension.js function resolveExtension (line 5) | function resolveExtension(file, extList = extensions) { FILE: app-vite/lib/utils/signals.js constant SIGNALS (line 1) | const SIGNALS = { FILE: app-vite/lib/utils/spawn.js function spawn (line 8) | function spawn(cmd, params, opts, onClose) { function spawnSync (line 41) | function spawnSync(cmd, params, opts, onFail) { FILE: app-vite/lib/utils/template.js function throwParseError (line 24) | function throwParseError(message, str, index) { function escapeRegExp (line 45) | function escapeRegExp(str) { function trimWS (line 50) | function trimWS(str, wsLeft, wsRight) { function getAST (line 82) | function getAST(str, opts) { function compileBody (line 226) | function compileBody(ast, opts) { function compileTemplateToFile (line 257) | function compileTemplateToFile(str, rawOpts = {}) { function compileTemplateToFn (line 264) | function compileTemplateToFn(str, rawOpts = {}) { function renderTemplate (line 272) | function renderTemplate(str, scope, rawOpts) { FILE: app-vite/playground-ts/src/components/models.ts type Todo (line 1) | interface Todo { type Meta (line 6) | interface Meta { FILE: app-vite/playground-ts/src/env.d.ts type ImportMetaEnv (line 4) | interface ImportMetaEnv {} FILE: app-vite/templates/bex/js/background.js function openExtension (line 12) | function openExtension () { FILE: app-vite/templates/bex/ts/background.ts function openExtension (line 12) | function openExtension () { type BexEventMap (line 27) | interface BexEventMap { FILE: app-vite/templates/bex/ts/bex-env.d.ts type ImportMetaEnv (line 3) | interface ImportMetaEnv {} FILE: app-vite/templates/bex/ts/my-content-script.ts type BexEventMap (line 21) | interface BexEventMap { FILE: app-vite/templates/electron/js/electron-main.js function createWindow (line 11) | async function createWindow () { FILE: app-vite/templates/electron/ts/electron-env.d.ts type ImportMetaEnv (line 3) | interface ImportMetaEnv {} FILE: app-vite/templates/electron/ts/electron-main.ts function createWindow (line 11) | async function createWindow() { FILE: app-vite/templates/entry/app.js method setup (line 40) | setup (props) { FILE: app-vite/templates/entry/server-entry.js function getRedirectUrl (line 59) | function getRedirectUrl (url, router) { FILE: app-vite/templates/entry/ssr-middlewares.js function injectMiddlewares (line 7) | function injectMiddlewares (opts) { FILE: app-vite/templates/entry/ssr-prod-webserver.js function renderModulesPreload (line 33) | function renderModulesPreload (modules, opts) { function renderStoreState (line 66) | function renderStoreState (ssrContext) { function render (line 76) | async function render (ssrContext) { FILE: app-vite/templates/pwa/js/register-service-worker.js method ready (line 14) | ready (/* registration */) { method registered (line 18) | registered (/* registration */) { method cached (line 22) | cached (/* registration */) { method updatefound (line 26) | updatefound (/* registration */) { method updated (line 30) | updated (/* registration */) { method offline (line 34) | offline () { method error (line 38) | error (/* err */) { FILE: app-vite/templates/pwa/ts/pwa-env.d.ts type ImportMetaEnv (line 4) | interface ImportMetaEnv {} FILE: app-vite/templates/pwa/ts/register-service-worker.ts method ready (line 14) | ready(/* registration */) { method registered (line 18) | registered(/* registration */) { method cached (line 22) | cached(/* registration */) { method updatefound (line 26) | updatefound(/* registration */) { method updated (line 30) | updated(/* registration */) { method offline (line 34) | offline() { method error (line 38) | error(/* err */) { FILE: app-vite/templates/ssr/express/ts/middlewares/render.ts function isRedirectError (line 7) | function isRedirectError(err: unknown): err is SsrRenderRedirectError { function isRouteNotFoundError (line 16) | function isRouteNotFoundError( FILE: app-vite/templates/ssr/express/ts/server.ts type SsrDriver (line 24) | interface SsrDriver { FILE: app-vite/templates/ssr/express/ts/ssr-env.d.ts type ImportMetaEnv (line 3) | interface ImportMetaEnv {} FILE: app-vite/templates/ssr/fastify/ts/middlewares/render.ts function isRedirectError (line 7) | function isRedirectError(err: unknown): err is SsrRenderRedirectError { function isRouteNotFoundError (line 16) | function isRouteNotFoundError( FILE: app-vite/templates/ssr/fastify/ts/server.ts type SsrDriver (line 32) | interface SsrDriver { FILE: app-vite/templates/ssr/fastify/ts/ssr-env.d.ts type ImportMetaEnv (line 3) | interface ImportMetaEnv {} FILE: app-vite/templates/ssr/hono/ts/middlewares/render.ts function isRedirectError (line 7) | function isRedirectError(err: unknown): err is SsrRenderRedirectError { function isRouteNotFoundError (line 16) | function isRouteNotFoundError( FILE: app-vite/templates/ssr/hono/ts/server.ts type NodeEnv (line 25) | interface NodeEnv { type SsrDriver (line 33) | interface SsrDriver { FILE: app-vite/templates/ssr/hono/ts/ssr-env.d.ts type ImportMetaEnv (line 3) | interface ImportMetaEnv {} FILE: app-vite/templates/ssr/koa/ts/middlewares/render.ts function isRedirectError (line 7) | function isRedirectError(err: unknown): err is SsrRenderRedirectError { function isRouteNotFoundError (line 16) | function isRouteNotFoundError( FILE: app-vite/templates/ssr/koa/ts/server.ts type SsrDriver (line 22) | interface SsrDriver { FILE: app-vite/templates/ssr/koa/ts/ssr-env.d.ts type ImportMetaEnv (line 3) | interface ImportMetaEnv {} FILE: app-vite/templates/store/pinia/ts/index.ts type PiniaCustomProperties (line 11) | interface PiniaCustomProperties { FILE: app-vite/types/app-extension.d.ts type ExtendViteConfHandler (line 6) | type ExtendViteConfHandler = ( type GetPersistentConfHandler (line 15) | type GetPersistentConfHandler = () => Record; type HasExtensionHandler (line 16) | type HasExtensionHandler = (extId: string) => boolean; type BaseAPI (line 18) | interface BaseAPI { type SharedIndexInstallAPI (line 34) | interface SharedIndexInstallAPI { type Callback (line 50) | type Callback = (callback: T) => void; type IndexAPI (line 52) | interface IndexAPI extends BaseAPI, SharedIndexInstallAPI { type ExitLogHandler (line 105) | type ExitLogHandler = (msg: string) => void; type InstallAPI (line 106) | interface InstallAPI extends BaseAPI, SharedIndexInstallAPI { type UninstallAPI (line 120) | interface UninstallAPI extends BaseAPI { type PromptsAPI (line 129) | interface PromptsAPI extends BaseAPI { FILE: app-vite/types/app-paths.d.ts type IResolve (line 1) | interface IResolve { type QuasarAppPaths (line 14) | interface QuasarAppPaths { FILE: app-vite/types/bex/bridge.d.ts type BexEventMap (line 29) | interface BexEventMap {} type BexEventName (line 31) | type BexEventName = LiteralUnion>; type BexEventEntry (line 32) | type BexEventEntry< type BexEventData (line 40) | type BexEventData = BexEventEntry[0]; type BexEventResponse (line 41) | type BexEventResponse = BexEventEntry[1]; type PortName (line 46) | type PortName = "background" | "app" | `content@${string}-${string}`; type BexPayload (line 48) | type BexPayload = type BexMessage (line 55) | type BexMessage = { type BexEventListener (line 61) | type BexEventListener = ( type BexBridgeOptions (line 65) | type BexBridgeOptions = { type BexBridge (line 104) | interface BexBridge { FILE: app-vite/types/boot.d.ts type BootFileParams (line 6) | interface BootFileParams extends HasSsrParam, HasStoreParam { type BootCallback (line 23) | type BootCallback = (params: BootFileParams) => void | Promise; FILE: app-vite/types/client/src-bex.d.ts type ImportMetaEnv (line 1) | interface ImportMetaEnv extends Record { type ImportMeta (line 16) | interface ImportMeta { FILE: app-vite/types/client/src-electron.d.ts type ImportMetaEnv (line 1) | interface ImportMetaEnv extends Record { type ImportMeta (line 28) | interface ImportMeta { FILE: app-vite/types/client/src-pwa.d.ts type ImportMetaEnv (line 1) | interface ImportMetaEnv { FILE: app-vite/types/client/src-ssr.d.ts type ImportMetaEnv (line 1) | interface ImportMetaEnv extends Record { type ImportMeta (line 16) | interface ImportMeta { FILE: app-vite/types/client/src.d.ts type ImportMetaEnv (line 1) | interface ImportMetaEnv { FILE: app-vite/types/configuration.d.ts type ConfigureCallback (line 4) | type ConfigureCallback = ( FILE: app-vite/types/configuration/bex.d.ts type QuasarBexConfiguration (line 3) | interface QuasarBexConfiguration { FILE: app-vite/types/configuration/boot.d.ts type BootConfigurationItem (line 1) | interface BootConfigurationItem { type QuasarBootConfiguration (line 7) | type QuasarBootConfiguration = (string | BootConfigurationItem)[]; FILE: app-vite/types/configuration/build.d.ts type HtmlMinifierOptions (line 6) | interface HtmlMinifierOptions { type StripEnums (line 48) | type StripEnums> = { type TSConfig (line 61) | interface TSConfig { type InvokeParams (line 71) | interface InvokeParams { type BuildTargetOptions (line 76) | interface BuildTargetOptions { type PluginEntryRunOptions (line 87) | interface PluginEntryRunOptions { type PluginEntry (line 92) | type PluginEntry = type QuasarBuildEnv (line 104) | interface QuasarBuildEnv { type QuasarStaticBuildConfiguration (line 159) | interface QuasarStaticBuildConfiguration { type QuasarDynamicBuildConfiguration (line 435) | interface QuasarDynamicBuildConfiguration { type QuasarBuildConfiguration (line 469) | type QuasarBuildConfiguration = QuasarStaticBuildConfiguration & FILE: app-vite/types/configuration/capacitor-conf.d.ts type QuasarCapacitorTargets (line 1) | type QuasarCapacitorTargets = "android" | "ios"; type QuasarCapacitorConfiguration (line 3) | interface QuasarCapacitorConfiguration { FILE: app-vite/types/configuration/conf.d.ts type DevServerOptions (line 22) | type DevServerOptions = Omit & { type QuasarSourceFilesConfiguration (line 45) | interface QuasarSourceFilesConfiguration { type BaseQuasarConfiguration (line 56) | interface BaseQuasarConfiguration { type QuasarHookParams (line 102) | interface QuasarHookParams { type QuasarConf (line 106) | interface QuasarConf type QuasarMetaConf (line 122) | interface QuasarMetaConf { type ResolvedQuasarConf (line 156) | interface ResolvedQuasarConf extends DeepRequired< type IsObject (line 164) | type IsObject = type MaxDepth (line 172) | type MaxDepth = 5; type BuildPaths (line 173) | type BuildPaths< type DotNotation (line 186) | type DotNotation< type QuasarConfPath (line 199) | type QuasarConfPath = BuildPaths; type ResolvedQuasarConfValue (line 200) | type ResolvedQuasarConfValue = DotNotation< FILE: app-vite/types/configuration/context.d.ts type QuasarMode (line 13) | type QuasarMode = type BaseQuasarContext (line 22) | interface BaseQuasarContext { type CapacitorQuasarContext (line 38) | interface CapacitorQuasarContext extends BaseQuasarContext { type CordovaQuasarContext (line 53) | interface CordovaQuasarContext extends BaseQuasarContext { type BaseElectronQuasarContext (line 75) | interface BaseElectronQuasarContext extends BaseQuasarContext { type ElectronBuilderQuasarContext (line 82) | interface ElectronBuilderQuasarContext extends BaseElectronQuasarContext { type ElectronPackagerQuasarContext (line 113) | interface ElectronPackagerQuasarContext extends BaseElectronQuasarContext { type ElectronQuasarContext (line 132) | type ElectronQuasarContext = type SpaQuasarContext (line 136) | interface SpaQuasarContext extends BaseQuasarContext { type PwaQuasarContext (line 141) | interface PwaQuasarContext extends BaseQuasarContext { type SsrQuasarContext (line 146) | interface SsrQuasarContext extends BaseQuasarContext { type QuasarBexTargets (line 151) | type QuasarBexTargets = "chrome" | "firefox"; type BexQuasarContext (line 152) | interface BexQuasarContext extends BaseQuasarContext { type QuasarContext (line 163) | type QuasarContext = type CacheProxyModuleKey (line 172) | type CacheProxyModuleKey = type CacheProxy (line 181) | interface CacheProxy { type InternalQuasarContext (line 194) | type InternalQuasarContext = QuasarContext & { FILE: app-vite/types/configuration/cordova-conf.d.ts type QuasarCordovaTargets (line 1) | type QuasarCordovaTargets = type QuasarCordovaConfiguration (line 11) | interface QuasarCordovaConfiguration { FILE: app-vite/types/configuration/electron-conf.d.ts type QuasarElectronBundlersInternal (line 7) | type QuasarElectronBundlersInternal = "builder" | "packager"; type ElectronBuilderConfiguration (line 9) | type ElectronBuilderConfiguration = ElectronBuilder.Configuration; type ElectronPackagerOptions (line 10) | type ElectronPackagerOptions = ElectronPackager.Options; type QuasarBaseElectronConfiguration (line 12) | interface QuasarBaseElectronConfiguration { type QuasarElectronPackagerConfiguration (line 69) | interface QuasarElectronPackagerConfiguration extends QuasarBaseElectron... type QuasarElectronBuilderConfiguration (line 79) | interface QuasarElectronBuilderConfiguration extends QuasarBaseElectronC... type QuasarElectronBundlers (line 86) | type QuasarElectronBundlers = QuasarElectronBundlersInternal; type ElectronBuilderArchs (line 88) | type ElectronBuilderArchs = ElectronBuilderUtil.Arch; type ElectronBuilderTargets (line 90) | type ElectronBuilderTargets = type ElectronPackagerArchs (line 98) | type ElectronPackagerArchs = LiteralUnion< type ElectronPackagerTargets (line 101) | type ElectronPackagerTargets = LiteralUnion< type QuasarElectronConfiguration (line 105) | type QuasarElectronConfiguration = FILE: app-vite/types/configuration/framework-conf.d.ts type AnyFn (line 10) | type AnyFn = (...args: any) => any; type SerializableConfiguration (line 11) | type SerializableConfiguration = { type QuasarFrameworkConfiguration (line 17) | interface QuasarFrameworkConfiguration { FILE: app-vite/types/configuration/mobile-conf.d.ts type QuasarMobileConfiguration (line 1) | interface QuasarMobileConfiguration { FILE: app-vite/types/configuration/pwa-conf.d.ts type PwaManifestDirection (line 5) | type PwaManifestDirection = "ltr" | "rtl" | "auto"; type PwaManifestDisplay (line 7) | type PwaManifestDisplay = type PwaManifestOrientation (line 13) | type PwaManifestOrientation = type PwaManifestScreenshot (line 23) | interface PwaManifestScreenshot { type PwaManifestServiceWorker (line 29) | interface PwaManifestServiceWorker { type PwaManifestRelatedApplications (line 33) | interface PwaManifestRelatedApplications { type PwaManifestIcon (line 39) | interface PwaManifestIcon { type PwaManifestOptions (line 46) | interface PwaManifestOptions { type InjectPwaMetaTagsParams (line 69) | interface InjectPwaMetaTagsParams { type QuasarPwaConfiguration (line 79) | interface QuasarPwaConfiguration { FILE: app-vite/types/configuration/ssr-conf.d.ts type QuasarSsrConfiguration (line 3) | interface QuasarSsrConfiguration { FILE: app-vite/types/globals.d.ts type GlobalsTypesHolder (line 6) | interface GlobalsTypesHolder { FILE: app-vite/types/prefetch.d.ts type PreFetchOptions (line 5) | interface PreFetchOptions extends HasSsrParam, HasStoreParam { type PrefetchCallback (line 24) | type PrefetchCallback = ( type ComponentCustomOptions (line 29) | interface ComponentCustomOptions { FILE: app-vite/types/route.d.ts type RouteParams (line 5) | type RouteParams = {} & HasSsrParam & HasStoreParam; type RouteCallback (line 7) | type RouteCallback = (params: RouteParams) => Router | Promise; FILE: app-vite/types/ssr/context.d.ts type QSsrContext (line 5) | interface QSsrContext extends HasStoreParam { FILE: app-vite/types/ssr/driver.d.ts type SsrDriver (line 14) | interface SsrDriver extends Record {} type SsrDriverTypes (line 19) | interface SsrDriverTypes { FILE: app-vite/types/ssr/index.d.ts type HasSsrParam (line 4) | type HasSsrParam = HasSsr<{ ssrContext?: QSsrContext | null }>; FILE: app-vite/types/ssr/ssrmiddleware.d.ts type RenderParams (line 10) | interface RenderParams extends Pick< type RenderVueParams (line 15) | interface RenderVueParams extends RenderParams, Record {} type HttpRedirectStatusCode (line 17) | type HttpRedirectStatusCode = 301 | 302 | 303 | 307 | 308; type SsrRenderRouteNotFoundError (line 19) | interface SsrRenderRouteNotFoundError { type SsrRenderRedirectError (line 22) | interface SsrRenderRedirectError { type SsrMiddlewareResolve (line 27) | interface SsrMiddlewareResolve { type SsrMiddlewareFolders (line 49) | interface SsrMiddlewareFolders { type SsrCreateParams (line 55) | interface SsrCreateParams { type SsrCreateCallback (line 78) | type SsrCreateCallback = ( type SsrServeStaticContentParams (line 82) | interface SsrServeStaticContentParams extends SsrCreateParams { type SsrServeStaticFnParams (line 86) | interface SsrServeStaticFnParams { type SsrServeStaticFn (line 104) | type SsrServeStaticFn = ( type SsrServeStaticContentCallback (line 108) | type SsrServeStaticContentCallback = ( type SsrRenderErrorFn (line 112) | type SsrRenderErrorFn = (params: { type SsrMiddlewareServe (line 122) | interface SsrMiddlewareServe { type SsrMiddlewareParams (line 137) | interface SsrMiddlewareParams extends SsrServeStaticContentParams { type SsrMiddlewareCallback (line 141) | type SsrMiddlewareCallback = ( type SsrListenHandlerResult (line 145) | interface SsrListenHandlerResult { type SsrListenCallback (line 149) | type SsrListenCallback = ( type SsrCloseParams (line 157) | interface SsrCloseParams extends SsrMiddlewareParams { type SsrCloseCallback (line 161) | type SsrCloseCallback = (params: SsrCloseParams) => any | Promise; type SsrRenderPreloadTagCallbackOptions (line 163) | interface SsrRenderPreloadTagCallbackOptions { type SsrRenderPreloadTagCallback (line 167) | type SsrRenderPreloadTagCallback = ( type SsrInjectDevMiddlewareParam (line 177) | type SsrInjectDevMiddlewareParam = ( type SsrInjectDevMiddlewareFn (line 183) | type SsrInjectDevMiddlewareFn = ( type SsrInjectDevMiddlewareCallback (line 187) | type SsrInjectDevMiddlewareCallback = ( FILE: app-vite/types/store.d.ts type StoreInstance (line 5) | type StoreInstance = Pinia; type HasStoreParam (line 7) | type HasStoreParam = HasStore<{ type StoreParams (line 14) | type StoreParams = {} & HasSsrParam; type StoreCallback (line 16) | type StoreCallback = ( FILE: app-webpack/exports/bex/background.mjs function interceptRequests (line 3) | function interceptRequests(devServerPort) { function connectToDevServer (line 43) | function connectToDevServer(devServerPort) { function createBridge (line 136) | function createBridge({ debug } = {}) { FILE: app-webpack/exports/bex/content.mjs function createBridge (line 58) | function createBridge({ debug } = {}) { FILE: app-webpack/exports/bex/private/bex-bridge.mjs function getRandomId (line 8) | function getRandomId(max) { class BexBridge (line 20) | class BexBridge { method constructor (line 48) | constructor({ type, name = '', debug }) { method connectToBackground (line 115) | connectToBackground() { method disconnectFromBackground (line 178) | disconnectFromBackground() { method on (line 199) | on(event, callback) { method once (line 219) | once(event, callback) { method off (line 239) | off(event, callback) { method send (line 288) | async send({ event, to, payload } = {}) { method setDebug (line 345) | setDebug(value) { method log (line 349) | log(...args) { method warn (line 364) | warn(...args) { method #onPortChange (line 384) | #onPortChange(reason) { method #triggerMessageEvent (line 405) | async #triggerMessageEvent(message) { method #cleanupPort (line 446) | #cleanupPort(portName) { method #onPacket (line 464) | #onPacket(packet) { method #sendPacket (line 582) | #sendPacket(packet) { method #sendMessage (line 622) | #sendMessage({ method #onMessage (line 682) | #onMessage(message) { FILE: app-webpack/exports/eslint/eslint.js method recommended (line 13) | recommended() { FILE: app-webpack/exports/eslint/eslint.mjs method recommended (line 13) | recommended() { FILE: app-webpack/lib/app-builder.js method constructor (line 11) | constructor({ argv, quasarConf }) { method readFile (line 16) | readFile(filename) { method writeFile (line 25) | writeFile(filename, content) { method copyFiles (line 35) | copyFiles(patterns, targetFolder = this.quasarConf.build.distDir) { method moveFile (line 54) | moveFile(source, destination) { method removeFile (line 68) | removeFile(filename) { method printSummary (line 77) | printSummary(folder, showGzipped) { FILE: app-webpack/lib/app-devserver.js function getConfSnapshot (line 7) | function getConfSnapshot(extractFn, quasarConf, diffExtractFnMap) { method constructor (line 20) | constructor(opts) { method run (line 74) | run(quasarConf, __isRetry) { method #queue (line 96) | #queue(runId, quasarConf, fn) { method registerDiff (line 108) | registerDiff(name, extractFn) { method #diff (line 117) | #diff(name, quasarConf) { method clearWatcherList (line 148) | async clearWatcherList(watcherList, clearFn) { method printBanner (line 157) | printBanner(quasarConf) { FILE: app-webpack/lib/app-extension/AppExtensionInstance.js function promptOverwrite (line 15) | async function promptOverwrite({ targetPath, options, ctx }) { function renderFile (line 38) | async function renderFile( function renderFolders (line 65) | async function renderFolders({ source, rawCopy, scope }, ctx) { method constructor (line 120) | constructor({ extName, ctx, appExtJson }) { method isInstalled (line 144) | get isInstalled() { method #loadPackageInfo (line 152) | #loadPackageInfo() { method install (line 174) | async install(skipPkgInstall) { method uninstall (line 232) | async uninstall(skipPkgUninstall) { method run (line 270) | async run() { method #stripVersion (line 293) | #stripVersion(packageFullName) { method getPrompts (line 299) | getPrompts() { method #getScriptPrompts (line 303) | async #getScriptPrompts() { method #installPackage (line 323) | async #installPackage() { method #uninstallPackage (line 329) | async #uninstallPackage() { method #getScriptPath (line 349) | #getScriptPath(scriptName) { method #getScript (line 364) | async #getScript(scriptName, fatalError) { method #runInstallScript (line 405) | async #runInstallScript(prompts) { method #runUninstallScript (line 445) | async #runUninstallScript(prompts) { FILE: app-webpack/lib/app-extension/api-classes/BaseAPI.js method constructor (line 15) | constructor({ ctx, extId }) { method hasTypescript (line 27) | hasTypescript() { method hasLint (line 36) | hasLint() { method getStorePackageName (line 46) | getStorePackageName() { method getNodePackagerName (line 57) | getNodePackagerName() { FILE: app-webpack/lib/app-extension/api-classes/IndexAPI.js method constructor (line 18) | constructor(opts, appExtJson) { method getPersistentConf (line 31) | getPersistentConf() { method setPersistentConf (line 41) | setPersistentConf(cfg) { method mergePersistentConf (line 52) | mergePersistentConf(cfg = {}) { method compatibleWith (line 71) | compatibleWith(packageName, semverCondition) { method hasPackage (line 99) | hasPackage(packageName, semverCondition) { method hasExtension (line 119) | hasExtension(extId) { method getPackageVersion (line 129) | getPackageVersion(packageName) { method extendQuasarConf (line 141) | extendQuasarConf(fn) { method chainWebpack (line 151) | chainWebpack(fn) { method extendWebpack (line 161) | extendWebpack(fn) { method extendBexScriptsConf (line 171) | extendBexScriptsConf(fn) { method extendElectronMainConf (line 181) | extendElectronMainConf(fn) { method extendElectronPreloadConf (line 191) | extendElectronPreloadConf(fn) { method extendPWACustomSWConf (line 202) | extendPWACustomSWConf(fn) { method extendSSRWebserverConf (line 212) | extendSSRWebserverConf(fn) { method registerCommand (line 224) | registerCommand(commandName, fn) { method registerDescribeApi (line 235) | registerDescribeApi(name, relativePath) { method beforeDev (line 250) | beforeDev(fn) { method afterDev (line 262) | afterDev(fn) { method beforeBuild (line 273) | beforeBuild(fn) { method afterBuild (line 285) | afterBuild(fn) { method onPublish (line 300) | onPublish(fn) { method __getHooks (line 331) | __getHooks(appExtJson) { method #addHook (line 338) | #addHook(name, fn) { FILE: app-webpack/lib/app-extension/api-classes/InstallAPI.js method constructor (line 21) | constructor(opts, appExtJson) { method getPersistentConf (line 34) | getPersistentConf() { method setPersistentConf (line 44) | setPersistentConf(cfg) { method mergePersistentConf (line 55) | mergePersistentConf(cfg = {}) { method compatibleWith (line 74) | compatibleWith(packageName, semverCondition) { method hasPackage (line 102) | hasPackage(packageName, semverCondition) { method hasExtension (line 122) | hasExtension(extId) { method getPackageVersion (line 132) | getPackageVersion(packageName) { method extendPackageJson (line 144) | extendPackageJson(extPkg) { method extendJsonFile (line 207) | extendJsonFile(file, newData) { method render (line 255) | render(templatePath, scope) { method renderFile (line 290) | renderFile(relativeSourcePath, relativeTargetPath, scope) { method onExitLog (line 325) | onExitLog(msg) { method __getNodeModuleNeedsUpdate (line 336) | __getNodeModuleNeedsUpdate(appExtJson) { method __getHooks (line 349) | __getHooks(appExtJson) { FILE: app-webpack/lib/app-extension/api-classes/PromptsAPI.js method constructor (line 14) | constructor(opts, appExtJson) { method compatibleWith (line 33) | compatibleWith(packageName, semverCondition) { method hasPackage (line 61) | hasPackage(packageName, semverCondition) { method hasExtension (line 81) | hasExtension(extId) { method getPackageVersion (line 91) | getPackageVersion(packageName) { FILE: app-webpack/lib/app-extension/api-classes/UninstallAPI.js method constructor (line 16) | constructor(opts, appExtJson) { method getPersistentConf (line 29) | getPersistentConf() { method hasPackage (line 44) | hasPackage(packageName, semverCondition) { method hasExtension (line 63) | hasExtension(extId) { method getPackageVersion (line 73) | getPackageVersion(packageName) { method removePath (line 91) | removePath(__path) { method onExitLog (line 100) | onExitLog(msg) { method __getHooks (line 114) | __getHooks(appExtJson) { FILE: app-webpack/lib/app-extension/create-app-ext.js function readJson (line 8) | function readJson(file) { function getAppExtJson (line 21) | function getAppExtJson({ file, json, onListUpdate }) { method createInstance (line 81) | createInstance(extName) { method registerAppExtensions (line 89) | async registerAppExtensions() { method runAppExtensionHook (line 97) | async runAppExtensionHook(hookName, fn) { method getInstance (line 104) | getInstance(extId) { FILE: app-webpack/lib/app-tool.js method constructor (line 16) | constructor({ argv, ctx }) { method buildWithWebpack (line 21) | buildWithWebpack(threadName, webpackConf) { method watchWithEsbuild (line 64) | async watchWithEsbuild(threadName, esbuildConfig, onRebuildSuccess) { method buildWithEsbuild (line 107) | async buildWithEsbuild(threadName, esbuildConfig) { method cleanArtifacts (line 119) | cleanArtifacts(dir) { FILE: app-webpack/lib/cache/module.electron.js function isValidName (line 16) | function isValidName(bundlerName) { function installBundler (line 20) | function installBundler(bundlerName, nodePackager) { function hasPackage (line 29) | function hasPackage(pkgName, appPkg) { function bundlerIsInstalled (line 43) | function bundlerIsInstalled(bundlerName) { function ensureInstall (line 48) | function ensureInstall(bundlerName) { function getDefaultName (line 58) | function getDefaultName() { function getBundler (line 70) | function getBundler(bundlerName) { FILE: app-webpack/lib/cache/module.nodePackager.js function run (line 8) | function run({ name, params, cwd, onFail, env = 'development' }) { function getMajorVersion (line 17) | function getMajorVersion(name) { class PackageManager (line 31) | class PackageManager { method constructor (line 34) | constructor(appDir) { method getInstallParams (line 44) | getInstallParams(/* env */) { method getInstallPackageParams (line 48) | getInstallPackageParams(/* names, isDev */) { method getUninstallPackageParams (line 52) | getUninstallPackageParams(/* names */) { method isInstalled (line 63) | isInstalled() { method install (line 74) | install({ method installPackage (line 94) | installPackage( method uninstallPackage (line 110) | uninstallPackage(name, { cwd = this.appDir, displayName = name } = {}) { class Npm (line 123) | class Npm extends PackageManager { method getInstallParams (line 127) | getInstallParams(env) { method getInstallPackageParams (line 137) | getInstallPackageParams(names, isDevDependency) { method getUninstallPackageParams (line 141) | getUninstallPackageParams(names) { class Yarn (line 146) | class Yarn extends PackageManager { method getInstallParams (line 150) | getInstallParams(env) { method getInstallPackageParams (line 160) | getInstallPackageParams(names, isDevDependency) { method getUninstallPackageParams (line 164) | getUninstallPackageParams(names) { class Pnpm (line 169) | class Pnpm extends PackageManager { method getInstallParams (line 173) | getInstallParams(env) { method getInstallPackageParams (line 177) | getInstallPackageParams(names, isDevDependency) { method getUninstallPackageParams (line 181) | getUninstallPackageParams(names) { class Bun (line 186) | class Bun extends PackageManager { method getInstallParams (line 190) | getInstallParams(env) { method getInstallPackageParams (line 194) | getInstallPackageParams(names, isDevDependency) { method getUninstallPackageParams (line 198) | getUninstallPackageParams(names) { function getProjectPackageManager (line 206) | function getProjectPackageManager(packageManagersList, dir) { FILE: app-webpack/lib/cache/module.quasarMeta.js method importTransformation (line 20) | importTransformation(importName) { FILE: app-webpack/lib/cache/module.storeProvider.js method install (line 16) | install() { FILE: app-webpack/lib/cmd/build.js function runBuild (line 117) | async function runBuild() { FILE: app-webpack/lib/cmd/describe.js function getEventParams (line 97) | function getEventParams(event) { function getMethodParams (line 106) | function getMethodParams(method, noRequired) { function getMethodReturnValue (line 134) | function getMethodReturnValue(method) { function getStringType (line 138) | function getStringType(type) { function printProp (line 142) | function printProp(prop, propName, indentLevel) { function printProperties (line 212) | function printProperties({ props }) { function printSlots (line 240) | function printSlots({ slots }) { function printEvents (line 268) | function printEvents({ events }) { function printMethods (line 306) | function printMethods({ methods }) { function printComputedProps (line 351) | function printComputedProps({ computedProps }) { function printValue (line 379) | function printValue({ value }) { function printArg (line 390) | function printArg({ arg }) { function printModifiers (line 401) | function printModifiers({ modifiers }) { function printInjection (line 430) | function printInjection({ injection }) { function printQuasarConfOptions (line 440) | function printQuasarConfOptions({ quasarConfOptions }) { function describe (line 472) | function describe(api) { function run (line 507) | async function run() { function listElements (line 545) | function listElements() { FILE: app-webpack/lib/cmd/dev.js function startVueDevtools (line 87) | function startVueDevtools(ctx, devtoolsPort) { function runDev (line 137) | async function runDev() { FILE: app-webpack/lib/cmd/ext.js function showHelp (line 10) | function showHelp() { function runExtAction (line 57) | async function runExtAction() { FILE: app-webpack/lib/cmd/info.js function getSpawnOutput (line 36) | function getSpawnOutput(command) { function safePkgInfo (line 47) | function safePkgInfo(pkg, dir) { function print (line 61) | function print(m) { FILE: app-webpack/lib/cmd/mode.js function showHelp (line 13) | function showHelp() { function run (line 50) | async function run() { function displayModes (line 114) | function displayModes() { FILE: app-webpack/lib/cmd/new.js function showHelp (line 18) | function showHelp(returnCode) { function showError (line 59) | function showError(message) { function createFile (line 116) | function createFile({ targetFile, ext, reference }) { function getAsset (line 143) | async function getAsset(assetType) { function generate (line 219) | async function generate() { FILE: app-webpack/lib/cmd/prepare.js function runPrepare (line 54) | async function runPrepare() { FILE: app-webpack/lib/cmd/run.js function getArgv (line 38) | function getArgv({ _, ...params }) { function run (line 57) | async function run() { FILE: app-webpack/lib/config-tools.js function getDependenciesRegex (line 20) | function getDependenciesRegex(list) { function getRawDefine (line 39) | function getRawDefine(rootDefines, compileId) { FILE: app-webpack/lib/entry-files-generator.js method constructor (line 9) | constructor(ctx) { method generate (line 48) | generate(quasarConf) { FILE: app-webpack/lib/loaders/loader.vue.auto-import-quasar.js function transform (line 7) | function transform(itemArray, importTransformation) { function extract (line 13) | function extract( function getModuleIdentifierCode (line 71) | function getModuleIdentifierCode(ctx) { FILE: app-webpack/lib/loaders/runtime.inject-module-id.js method created (line 16) | created() { FILE: app-webpack/lib/modes/bex/bex-builder.js method build (line 11) | async build() { method #bundlePackage (line 32) | #bundlePackage(dir) { FILE: app-webpack/lib/modes/bex/bex-config.js function generateDefaultEntry (line 13) | function generateDefaultEntry(quasarConf) { method bexScript (line 41) | async bexScript(quasarConf, entry = generateDefaultEntry(quasarConf)) { FILE: app-webpack/lib/modes/bex/bex-devserver.js method constructor (line 30) | constructor(opts) { method run (line 59) | run(quasarConf, __isRetry) { method #onDistDir (line 79) | async #onDistDir(quasarConf) { method #compileBexManifest (line 101) | #compileBexManifest(quasarConf, queue) { method #compileBexScripts (line 144) | async #compileBexScripts(quasarConf) { method #runWebpack (line 167) | async #runWebpack(quasarConf, queue) { method #getBexAssetsDirWatcher (line 222) | #getBexAssetsDirWatcher(quasarConf) { method #getAppSourceWatcher (line 242) | #getAppSourceWatcher(quasarConf, webpackConf, queue) { method #getPublicDirWatcher (line 269) | #getPublicDirWatcher(quasarConf) { FILE: app-webpack/lib/modes/bex/bex-utils.js function getCompilationEntry (line 80) | function getCompilationEntry(quasarConf, inputFile, scriptName) { function extractBexScripts (line 90) | function extractBexScripts(quasarConf, bexManifest) { FILE: app-webpack/lib/modes/capacitor/capacitor-builder.js method build (line 18) | async build() { method #buildFiles (line 25) | async #buildFiles() { method #packageFiles (line 31) | async #packageFiles() { method #cleanup (line 64) | #cleanup() { method #runCapacitorCommand (line 68) | #runCapacitorCommand(args, capBin) { method #buildIos (line 82) | async #buildIos() { method #buildAndroid (line 106) | async #buildAndroid() { FILE: app-webpack/lib/modes/capacitor/capacitor-devserver.js method constructor (line 21) | constructor(opts) { method run (line 36) | run(quasarConf, __isRetry) { method #runWebpack (line 48) | async #runWebpack(quasarConf) { method #runCapacitor (line 82) | async #runCapacitor(quasarConf) { method #stopCapacitor (line 104) | #stopCapacitor() { method #runCapacitorCommand (line 112) | #runCapacitorCommand(args, cwd, capBin) { method #cleanup (line 126) | #cleanup() { FILE: app-webpack/lib/modes/capacitor/capacitor-installation.js function addPlatform (line 131) | function addPlatform(target, appPaths, cacheProxy) { FILE: app-webpack/lib/modes/capacitor/config-file.js function getAndroidMainActivity (line 13) | function getAndroidMainActivity(capVersion, appId) { method prepare (line 67) | async prepare(quasarConf, target) { method reset (line 96) | reset() { method #save (line 107) | #save() { method #updateCapJson (line 114) | #updateCapJson(quasarConf, originalCapCfg, capVersion, target) { method #updateCapPkg (line 146) | #updateCapPkg(quasarConf) { method #updateSSL (line 165) | #updateSSL(quasarConf, target, capVersion) { method #handleSSLonIOS (line 203) | #handleSSLonIOS(add) { method #getIosCapacitorBridgeFile (line 225) | #getIosCapacitorBridgeFile() { method #injectIntoFile (line 244) | #injectIntoFile(file, needle, content) { method #removeFromFile (line 287) | #removeFromFile(file, content) { method #handleSSLonAndroid (line 300) | #handleSSLonAndroid(add, capVersion) { FILE: app-webpack/lib/modes/capacitor/ensure-consistency.js function ensureWWW (line 4) | function ensureWWW({ appPaths, forced }) { function ensureDeps (line 15) | function ensureDeps({ appPaths, cacheProxy }) { FILE: app-webpack/lib/modes/cordova/config-file.js function setFields (line 9) | function setFields(root, cfg) { method prepare (line 38) | prepare(quasarConf) { method reset (line 93) | reset() { method #save (line 115) | #save(doc) { method #prepareAppDelegate (line 126) | #prepareAppDelegate(node) { method #prepareWkWebEngine (line 178) | #prepareWkWebEngine(node) { FILE: app-webpack/lib/modes/cordova/cordova-builder.js function ensureArray (line 28) | function ensureArray(val) { method build (line 35) | async build() { method #buildFiles (line 40) | async #buildFiles() { method #packageFiles (line 46) | async #packageFiles() { method #cleanup (line 125) | #cleanup() { method #runCordovaCommand (line 129) | #runCordovaCommand(args, target) { FILE: app-webpack/lib/modes/cordova/cordova-devserver.js method constructor (line 22) | constructor(opts) { method run (line 41) | run(quasarConf, __isRetry) { method #runWebpack (line 53) | async #runWebpack(quasarConf) { method #runCordova (line 87) | async #runCordova(quasarConf) { method #stopCordova (line 117) | #stopCordova() { method #runCordovaCommand (line 125) | #runCordovaCommand(quasarConf, args) { method #cleanup (line 151) | #cleanup() { FILE: app-webpack/lib/modes/cordova/cordova-installation.js function addPlatform (line 114) | function addPlatform(appPaths, target) { FILE: app-webpack/lib/modes/cordova/ensure-consistency.js function ensureWWW (line 7) | function ensureWWW({ appPaths, forced }) { function ensureDeps (line 18) | function ensureDeps({ appPaths }) { FILE: app-webpack/lib/modes/electron/electron-builder.js method build (line 12) | async build() { method #buildFiles (line 24) | async #buildFiles() { method #writePackageJson (line 43) | #writePackageJson() { method #copyElectronFiles (line 75) | #copyElectronFiles() { method #packageFiles (line 115) | async #packageFiles() { FILE: app-webpack/lib/modes/electron/electron-config.js function preloadScript (line 12) | async function preloadScript(quasarConf, name) { method preloadScriptList (line 113) | async preloadScriptList(quasarConf) { FILE: app-webpack/lib/modes/electron/electron-devserver.js function wait (line 13) | function wait(time) { method constructor (line 28) | constructor(opts) { method run (line 55) | run(quasarConf, __isRetry) { method #runWebpack (line 67) | async #runWebpack(quasarConf) { method #runElectronFiles (line 101) | async #runElectronFiles(quasarConf) { method #runElectron (line 134) | async #runElectron(quasarConf) { FILE: app-webpack/lib/modes/pwa/plugin.webpack.pwa-manifest.js function warn (line 6) | function warn(msg) { method constructor (line 13) | constructor(cfg = {}) { method #createManifest (line 17) | #createManifest() { method apply (line 53) | apply(compiler) { FILE: app-webpack/lib/modes/pwa/plugin.webpack.workbox-warning.js method apply (line 7) | apply(compiler) { FILE: app-webpack/lib/modes/pwa/pwa-builder.js method build (line 5) | async build() { FILE: app-webpack/lib/modes/pwa/pwa-config.js function injectWebpackPwa (line 14) | function injectWebpackPwa(webpackChain, quasarConf) { FILE: app-webpack/lib/modes/pwa/pwa-devserver.js method constructor (line 15) | constructor(opts) { method run (line 55) | run(quasarConf, __isRetry) { method #runWebpack (line 71) | async #runWebpack(quasarConf, urlDiffers) { method #compileCustomServiceWorker (line 116) | async #compileCustomServiceWorker(quasarConf) { FILE: app-webpack/lib/modes/spa/spa-builder.js method build (line 5) | async build() { FILE: app-webpack/lib/modes/spa/spa-devserver.js method run (line 14) | run(quasarConf, __isRetry) { method #runWebpack (line 24) | async #runWebpack(quasarConf, urlDiffers) { FILE: app-webpack/lib/modes/ssr/plugin.webpack.client-side.js function ensureTrailingSlash (line 17) | function ensureTrailingSlash(path) { function groupFiles (line 21) | function groupFiles(fileList) { function getClientManifest (line 33) | function getClientManifest(compilation) { method apply (line 108) | apply(compiler) { FILE: app-webpack/lib/modes/ssr/plugin.webpack.server-side.js function warn (line 13) | function warn(msg) { function error (line 17) | function error(msg) { function extractAndValidateCompilationStats (line 21) | function extractAndValidateCompilationStats(compilation) { method apply (line 77) | apply(compiler) { FILE: app-webpack/lib/modes/ssr/ssr-builder.js method build (line 18) | async build() { method #buildWebserver (line 50) | async #buildWebserver() { method #copyWebserverFiles (line 55) | #copyWebserverFiles() { method #writePackageJson (line 65) | #writePackageJson() { method #writeRenderTemplate (line 108) | async #writeRenderTemplate() { FILE: app-webpack/lib/modes/ssr/ssr-config.js function getModuleDirs (line 20) | function getModuleDirs(dir) { FILE: app-webpack/lib/modes/ssr/ssr-devserver.js function logServerMessage (line 23) | function logServerMessage(title, msg, additional) { function getClientHMRScriptQuery (line 35) | function getClientHMRScriptQuery(devServerCfg) { function injectHMREntryPoints (line 53) | function injectHMREntryPoints(webpackConf, devServerCfg) { function promisify (line 65) | function promisify(fn) { method constructor (line 91) | constructor(opts) { method run (line 156) | run(quasarConf, __isRetry) { method #compileWebserver (line 180) | async #compileWebserver(quasarConf, queue) { method #runWebpack (line 198) | async #runWebpack(quasarConf, urlDiffers) { method #bootWebserver (line 377) | async #bootWebserver(quasarConf) { method #createLazyDevHttpsServer (line 524) | #createLazyDevHttpsServer(httpsOptions, app) { method #compileCustomServiceWorker (line 571) | async #compileCustomServiceWorker(quasarConf) { FILE: app-webpack/lib/plugins/esbuild.eslint.js function normalizePath (line 15) | function normalizePath(id) { function parseIssue (line 21) | function parseIssue(path, reportEntry) { function extractStore (line 44) | function extractStore( function getLinter (line 95) | function getLinter(quasarConf, compileId) { method setup (line 137) | setup(build) { FILE: app-webpack/lib/plugins/esbuild.inject-replacements.js method setup (line 17) | setup(build) { FILE: app-webpack/lib/plugins/esbuild.vue-shim.js method setup (line 7) | setup(build) { FILE: app-webpack/lib/plugins/webpack.boot-default-export.js method apply (line 2) | apply(compiler) { FILE: app-webpack/lib/plugins/webpack.html-transform.js method constructor (line 6) | constructor(transformHtmlFn) { method apply (line 10) | apply(compiler) { FILE: app-webpack/lib/plugins/webpack.progress.js function isCompilationIdle (line 25) | function isCompilationIdle() { function createState (line 29) | function createState(name) { function printBars (line 67) | function printBars() { function printStatus (line 112) | function printStatus() { method constructor (line 151) | constructor({ name, quasarConf }) { method apply (line 175) | apply(compiler) { method resetStats (line 269) | resetStats() { method updateBars (line 274) | updateBars(percent, msg, details) { FILE: app-webpack/lib/quasar-config-file.js function escapeHTMLTagContent (line 55) | function escapeHTMLTagContent(str) { function escapeHTMLAttribute (line 58) | function escapeHTMLAttribute(str) { function formatPublicPath (line 62) | function formatPublicPath(publicPath) { function formatRouterBase (line 82) | function formatRouterBase(publicPath) { function parseAssetProperty (line 93) | function parseAssetProperty(prefix) { function getUniqueArray (line 113) | function getUniqueArray(original) { function uniquePathFilter (line 117) | function uniquePathFilter(value, index, self) { function uniqueRegexFilter (line 121) | function uniqueRegexFilter(value, index, self) { function formatQuasarAssetPath (line 126) | function formatQuasarAssetPath(asset, type) { function onAddress (line 137) | async function onAddress({ host, port }, mode) { method constructor (line 204) | constructor({ ctx, host, port, verifyAddress, watch }) { method init (line 227) | async init() { method read (line 266) | read() { method watch (line 274) | watch() { method #createEsbuildConfig (line 278) | #createEsbuildConfig() { method #build (line 317) | async #build(esbuildConfig) { method #buildAndWatch (line 349) | async #buildAndWatch(esbuildConfig) { method #computeConfig (line 459) | async #computeConfig(quasarConfigFn, failOnError) { FILE: app-webpack/lib/types-generator.js method writeFileSync (line 38) | writeFileSync(filename, content) { function generateTsConfig (line 62) | function generateTsConfig(quasarConf, fsUtils) { function writeFeatureFlags (line 196) | function writeFeatureFlags(quasarConf, fsUtils) { function writeDeclarations (line 258) | function writeDeclarations(quasarConf, fsUtils) { FILE: app-webpack/lib/utils/app-files-validations.js function getRelativePath (line 7) | function getRelativePath(appPaths, file) { FILE: app-webpack/lib/utils/banner.js function getPackager (line 7) | function getPackager(argv, cmd) { function getCompilationTarget (line 19) | function getCompilationTarget(target) { function getIPList (line 141) | function getIPList() { function capitalize (line 150) | function capitalize(str) { FILE: app-webpack/lib/utils/env.js function getFileEnvResult (line 52) | function getFileEnvResult({ function getFileEnv (line 135) | function getFileEnv(env) { FILE: app-webpack/lib/utils/get-app-paths.js function getAppInfo (line 14) | function getAppInfo(appDir) { function getPostcssConfigFile (line 43) | function getPostcssConfigFile(appDir) { function getBabelConfigFile (line 62) | function getBabelConfigFile(appDir) { function getRunType (line 71) | function getRunType(ctx) { function getPrefixDir (line 77) | function getPrefixDir(ctx) { FILE: app-webpack/lib/utils/get-ctx.js function defineHiddenProp (line 6) | function defineHiddenProp(target, propName, value) { FILE: app-webpack/lib/utils/get-package-major-version.js function getMajorVersion (line 3) | function getMajorVersion(version) { FILE: app-webpack/lib/utils/get-pkg.js function getAppPackageJson (line 19) | function getAppPackageJson() { FILE: app-webpack/lib/utils/html-template.js function injectPublicPath (line 23) | function injectPublicPath(html, publicPath) { function injectSsrRuntimeInterpolation (line 33) | function injectSsrRuntimeInterpolation(html) { function injectPwaTags (line 74) | function injectPwaTags(html, quasarConf) { function transformHtml (line 106) | async function transformHtml({ html, quasarConf, renderSsrPwaOffline }) { FILE: app-webpack/lib/utils/inject-eslint-plugin.js function extractPluginConfig (line 5) | function extractPluginConfig({ FILE: app-webpack/lib/utils/inject-style-rules.js function shouldRequireUrl (line 21) | function shouldRequireUrl(url) { function createRule (line 35) | async function createRule({ rule, isModules, pref, loader, loaderOptions... function injectRule (line 174) | function injectRule(chain, pref, lang, test, loader, loaderOptions) { FILE: app-webpack/lib/utils/logger.js function log (line 57) | function log(msg) { function success (line 87) | function success(msg, title = 'SUCCESS') { function info (line 95) | function info(msg, title = 'INFO') { FILE: app-webpack/lib/utils/net.js function isPortAvailable (line 57) | function isPortAvailable(port, host) { FILE: app-webpack/lib/utils/open-ide.js function findXcodeWorkspace (line 7) | function findXcodeWorkspace(folder) { function runMacOS (line 19) | function runMacOS({ mode, target, appPaths, open }) { function getLinuxPath (line 42) | function getLinuxPath(bin) { function runLinux (line 63) | function runLinux({ mode, bin, target, appPaths, open }) { function getWindowsPath (line 89) | function getWindowsPath(bin) { function runWindows (line 120) | function runWindows({ mode, bin, target, appPaths, open }) { FILE: app-webpack/lib/utils/print-build-summary.js function getAssets (line 22) | function getAssets(distDir) { function getHumanSize (line 44) | function getHumanSize(bytes) { function getGzippedSize (line 48) | function getGzippedSize(file) { function getAssetLines (line 57) | function getAssetLines(assetList, showGzipped) { function getAssetColumnWidth (line 127) | function getAssetColumnWidth(assetList) { function capitalize (line 153) | function capitalize(str) { function getTable (line 157) | function getTable(widthMap) { FILE: app-webpack/lib/utils/print-webpack-issue/extractWebpackError.js function getOriginalErrorStack (line 11) | function getOriginalErrorStack(e) { function getFile (line 20) | function getFile(e) { function getOrigin (line 32) | function getOrigin(e) { FILE: app-webpack/lib/utils/print-webpack-issue/formatters/babelError.js function cleanMessage (line 6) | function cleanMessage(message) { FILE: app-webpack/lib/utils/print-webpack-issue/formatters/stringError.js function extract (line 3) | function extract(message) { FILE: app-webpack/lib/utils/print-webpack-issue/index.js function extract (line 9) | function extract(stats, severity) { function getMaxSeverityErrors (line 26) | function getMaxSeverityErrors(errors) { function display (line 35) | function display(stats, severity, titleFn) { FILE: app-webpack/lib/utils/progress-log.js function progressLog (line 5) | function progressLog(str) { FILE: app-webpack/playground-js/babel.config.js function babelConfig (line 1) | function babelConfig(api) { FILE: app-webpack/playground-ts/src/components/models.ts type Todo (line 1) | interface Todo { type Meta (line 6) | interface Meta { FILE: app-webpack/playground-ts/src/env.d.ts type ProcessEnv (line 2) | interface ProcessEnv { FILE: app-webpack/templates/bex/js/background.js function openExtension (line 12) | function openExtension () { FILE: app-webpack/templates/bex/ts/background.ts function openExtension (line 12) | function openExtension () { type BexEventMap (line 27) | interface BexEventMap { FILE: app-webpack/templates/bex/ts/my-content-script.ts type BexEventMap (line 21) | interface BexEventMap { FILE: app-webpack/templates/electron/js/electron-main.js function createWindow (line 13) | async function createWindow () { FILE: app-webpack/templates/electron/ts/electron-env.d.ts type ProcessEnv (line 2) | interface ProcessEnv { FILE: app-webpack/templates/electron/ts/electron-main.ts function createWindow (line 13) | async function createWindow() { FILE: app-webpack/templates/entry/app.js method setup (line 45) | setup (props) { FILE: app-webpack/templates/entry/client-entry.js method if (line 112) | if (err && err.url) { FILE: app-webpack/templates/entry/server-entry.js function getRedirectUrl (line 58) | function getRedirectUrl (url, router) { FILE: app-webpack/templates/entry/ssr-middlewares.js function injectMiddlewares (line 7) | function injectMiddlewares (opts) { FILE: app-webpack/templates/entry/ssr-prod-webserver.js function resolvePublicFolder (line 30) | function resolvePublicFolder () { method root (line 51) | root () { return join(rootFolder, ...arguments) } function startServer (line 65) | async function startServer () { FILE: app-webpack/templates/pwa/js/register-service-worker.js method ready (line 14) | ready (/* registration */) { method registered (line 18) | registered (/* registration */) { method cached (line 22) | cached (/* registration */) { method updatefound (line 26) | updatefound (/* registration */) { method updated (line 30) | updated (/* registration */) { method offline (line 34) | offline () { method error (line 38) | error (/* err */) { FILE: app-webpack/templates/pwa/ts/pwa-env.d.ts type ProcessEnv (line 4) | interface ProcessEnv { FILE: app-webpack/templates/pwa/ts/register-service-worker.ts method ready (line 14) | ready (/* registration */) { method registered (line 18) | registered (/* registration */) { method cached (line 22) | cached (/* registration */) { method updatefound (line 26) | updatefound (/* registration */) { method updated (line 30) | updated (/* registration */) { method offline (line 34) | offline () { method error (line 38) | error (/* err */) { FILE: app-webpack/templates/ssr/ts/server.ts type SsrDriver (line 26) | interface SsrDriver { FILE: app-webpack/templates/store/pinia/ts/index.ts type PiniaCustomProperties (line 11) | interface PiniaCustomProperties { FILE: app-webpack/types/app-extension.d.ts type QuasarConfProxy (line 7) | type QuasarConfProxy = DeepRequired>; type ExtractQuasarConfParameters (line 8) | type ExtractQuasarConfParameters< type ChainWebpackHandler (line 16) | type ChainWebpackHandler = ( type ExtendWebpackHandler (line 21) | type ExtendWebpackHandler = ( type GetPersistentConfHandler (line 30) | type GetPersistentConfHandler = () => Record; type HasExtensionHandler (line 31) | type HasExtensionHandler = (extId: string) => boolean; type BaseAPI (line 33) | interface BaseAPI { type SharedIndexInstallAPI (line 50) | interface SharedIndexInstallAPI { type Callback (line 60) | type Callback = (callback: T) => void; type IndexAPI (line 62) | interface IndexAPI extends BaseAPI, SharedIndexInstallAPI { type ExitLogHandler (line 116) | type ExitLogHandler = (msg: string) => void; type InstallAPI (line 117) | interface InstallAPI extends BaseAPI, SharedIndexInstallAPI { type UninstallAPI (line 131) | interface UninstallAPI extends BaseAPI { type PromptsAPI (line 140) | interface PromptsAPI extends BaseAPI { FILE: app-webpack/types/app-paths.d.ts type IResolve (line 1) | interface IResolve { type QuasarAppPaths (line 14) | interface QuasarAppPaths { FILE: app-webpack/types/bex/bridge.d.ts type BexEventMap (line 29) | interface BexEventMap {} type BexEventName (line 31) | type BexEventName = LiteralUnion>; type BexEventEntry (line 32) | type BexEventEntry< type BexEventData (line 40) | type BexEventData = BexEventEntry[0]; type BexEventResponse (line 41) | type BexEventResponse = BexEventEntry[1]; type PortName (line 46) | type PortName = "background" | "app" | `content@${string}-${string}`; type BexPayload (line 48) | type BexPayload = type BexMessage (line 55) | type BexMessage = { type BexEventListener (line 61) | type BexEventListener = ( type BexBridgeOptions (line 65) | type BexBridgeOptions = { type BexBridge (line 104) | interface BexBridge { FILE: app-webpack/types/boot.d.ts type BootFileParams (line 6) | interface BootFileParams extends HasSsrParam, HasStoreParam { type BootCallback (line 14) | type BootCallback = (params: BootFileParams) => void | Promise; FILE: app-webpack/types/configuration.d.ts type ConfigureCallback (line 4) | type ConfigureCallback = ( FILE: app-webpack/types/configuration/bex.d.ts type QuasarBexConfiguration (line 3) | interface QuasarBexConfiguration { FILE: app-webpack/types/configuration/boot.d.ts type BootConfigurationItem (line 1) | interface BootConfigurationItem { type QuasarBootConfiguration (line 7) | type QuasarBootConfiguration = (string | BootConfigurationItem)[]; FILE: app-webpack/types/configuration/build.d.ts type HtmlMinifierOptions (line 9) | interface HtmlMinifierOptions { type StripEnums (line 51) | type StripEnums> = { type TSConfig (line 64) | interface TSConfig { type InvokeParams (line 74) | interface InvokeParams { type EsbuildTargetOptions (line 79) | interface EsbuildTargetOptions { type QuasarStaticBuildConfiguration (line 90) | interface QuasarStaticBuildConfiguration { type QuasarDynamicBuildConfiguration (line 364) | interface QuasarDynamicBuildConfiguration { type QuasarBuildConfiguration (line 395) | type QuasarBuildConfiguration = QuasarStaticBuildConfiguration & FILE: app-webpack/types/configuration/capacitor-conf.d.ts type QuasarCapacitorTargets (line 1) | type QuasarCapacitorTargets = "android" | "ios"; type QuasarCapacitorConfiguration (line 3) | interface QuasarCapacitorConfiguration { FILE: app-webpack/types/configuration/conf.d.ts type DevServerOptions (line 20) | type DevServerOptions = Omit & { type QuasarSourceFilesConfiguration (line 43) | interface QuasarSourceFilesConfiguration { type BaseQuasarConfiguration (line 55) | interface BaseQuasarConfiguration { type QuasarHookParams (line 104) | interface QuasarHookParams { type QuasarConf (line 108) | type QuasarConf = BaseQuasarConfiguration & FILE: app-webpack/types/configuration/context.d.ts type QuasarMode (line 13) | type QuasarMode = type QuasarBexTargets (line 22) | type QuasarBexTargets = "chrome" | "firefox"; type BaseQuasarContext (line 23) | interface BaseQuasarContext { type CapacitorQuasarContext (line 39) | interface CapacitorQuasarContext extends BaseQuasarContext { type CordovaQuasarContext (line 54) | interface CordovaQuasarContext extends BaseQuasarContext { type BaseElectronQuasarContext (line 76) | interface BaseElectronQuasarContext extends BaseQuasarContext { type ElectronBuilderQuasarContext (line 83) | interface ElectronBuilderQuasarContext extends BaseElectronQuasarContext { type ElectronPackagerQuasarContext (line 114) | interface ElectronPackagerQuasarContext extends BaseElectronQuasarContext { type ElectronQuasarContext (line 133) | type ElectronQuasarContext = type SpaQuasarContext (line 137) | interface SpaQuasarContext extends BaseQuasarContext { type PwaQuasarContext (line 142) | interface PwaQuasarContext extends BaseQuasarContext { type SsrQuasarContext (line 147) | interface SsrQuasarContext extends BaseQuasarContext { type BexQuasarContext (line 152) | interface BexQuasarContext extends BaseQuasarContext { type QuasarContext (line 163) | type QuasarContext = type CacheProxyModuleKey (line 172) | type CacheProxyModuleKey = type CacheProxy (line 184) | interface CacheProxy { type InternalQuasarContext (line 193) | type InternalQuasarContext = QuasarContext & { FILE: app-webpack/types/configuration/cordova-conf.d.ts type QuasarCordovaTargets (line 1) | type QuasarCordovaTargets = type QuasarCordovaConfiguration (line 11) | interface QuasarCordovaConfiguration { FILE: app-webpack/types/configuration/electron-conf.d.ts type QuasarElectronBundlersInternal (line 7) | type QuasarElectronBundlersInternal = "builder" | "packager"; type ElectronBuilderConfiguration (line 9) | type ElectronBuilderConfiguration = ElectronBuilder.Configuration; type ElectronPackagerOptions (line 10) | type ElectronPackagerOptions = ElectronPackager.Options; type QuasarBaseElectronConfiguration (line 12) | interface QuasarBaseElectronConfiguration { type QuasarElectronPackagerConfiguration (line 69) | interface QuasarElectronPackagerConfiguration extends QuasarBaseElectron... type QuasarElectronBuilderConfiguration (line 79) | interface QuasarElectronBuilderConfiguration extends QuasarBaseElectronC... type QuasarElectronBundlers (line 86) | type QuasarElectronBundlers = QuasarElectronBundlersInternal; type ElectronBuilderArchs (line 88) | type ElectronBuilderArchs = ElectronBuilderUtil.Arch; type ElectronBuilderTargets (line 90) | type ElectronBuilderTargets = string; type ElectronPackagerArchs (line 92) | type ElectronPackagerArchs = LiteralUnion< type ElectronPackagerTargets (line 95) | type ElectronPackagerTargets = LiteralUnion< type QuasarElectronConfiguration (line 99) | type QuasarElectronConfiguration = FILE: app-webpack/types/configuration/eslint.d.ts type QuasarEslintConfiguration (line 4) | interface QuasarEslintConfiguration { FILE: app-webpack/types/configuration/framework-conf.d.ts type AnyFn (line 10) | type AnyFn = (...args: any) => any; type SerializableConfiguration (line 11) | type SerializableConfiguration = { type QuasarFrameworkConfiguration (line 17) | interface QuasarFrameworkConfiguration { FILE: app-webpack/types/configuration/mobile-conf.d.ts type QuasarMobileConfiguration (line 1) | interface QuasarMobileConfiguration { FILE: app-webpack/types/configuration/pwa-conf.d.ts type PwaManifestDirection (line 5) | type PwaManifestDirection = "ltr" | "rtl" | "auto"; type PwaManifestDisplay (line 7) | type PwaManifestDisplay = type PwaManifestOrientation (line 13) | type PwaManifestOrientation = type PwaManifestScreenshot (line 23) | interface PwaManifestScreenshot { type PwaManifestServiceWorker (line 29) | interface PwaManifestServiceWorker { type PwaManifestRelatedApplications (line 33) | interface PwaManifestRelatedApplications { type PwaManifestIcon (line 39) | interface PwaManifestIcon { type PwaManifestOptions (line 46) | interface PwaManifestOptions { type InjectPwaMetaTagsParams (line 69) | interface InjectPwaMetaTagsParams { type QuasarPwaConfiguration (line 79) | interface QuasarPwaConfiguration { FILE: app-webpack/types/configuration/ssr-conf.d.ts type QuasarSsrConfiguration (line 3) | interface QuasarSsrConfiguration { FILE: app-webpack/types/globals.d.ts type GlobalsTypesHolder (line 6) | interface GlobalsTypesHolder { FILE: app-webpack/types/prefetch.d.ts type PreFetchOptions (line 5) | interface PreFetchOptions extends HasSsrParam, HasStoreParam { type PrefetchCallback (line 15) | type PrefetchCallback = ( type ComponentCustomOptions (line 20) | interface ComponentCustomOptions { FILE: app-webpack/types/route.d.ts type RouteParams (line 5) | type RouteParams = {} & HasSsrParam & HasStoreParam; type RouteCallback (line 7) | type RouteCallback = (params: RouteParams) => Router | Promise; FILE: app-webpack/types/ssr/context.d.ts type QSsrContext (line 5) | interface QSsrContext extends HasStoreParam { FILE: app-webpack/types/ssr/driver.d.ts type SsrDriver (line 17) | interface SsrDriver extends Record {} type SsrDriverTypes (line 22) | interface SsrDriverTypes { FILE: app-webpack/types/ssr/ssrmiddleware.d.ts type RenderParams (line 8) | interface RenderParams extends Pick< type RenderVueParams (line 13) | interface RenderVueParams extends RenderParams, Record {} type RenderError (line 15) | interface RenderError extends Error { type RenderErrorParams (line 20) | interface RenderErrorParams extends RenderParams { type SsrMiddlewareResolve (line 24) | interface SsrMiddlewareResolve { type SsrMiddlewareFolders (line 41) | interface SsrMiddlewareFolders { type SsrCreateParams (line 46) | interface SsrCreateParams { type SsrCreateCallback (line 71) | type SsrCreateCallback = ( type SsrServeStaticContentParams (line 75) | interface SsrServeStaticContentParams extends SsrCreateParams { type SsrServeStaticFnParams (line 79) | interface SsrServeStaticFnParams { type SsrServeStaticFn (line 101) | type SsrServeStaticFn = ( type SsrServeStaticContentCallback (line 105) | type SsrServeStaticContentCallback = ( type SsrMiddlewareServe (line 109) | interface SsrMiddlewareServe { type SsrMiddlewareParams (line 124) | interface SsrMiddlewareParams extends SsrServeStaticContentParams { type SsrMiddlewareCallback (line 134) | type SsrMiddlewareCallback = ( type SsrListenHandlerResult (line 138) | interface SsrListenHandlerResult { type SsrListenCallback (line 142) | type SsrListenCallback = ( type SsrCloseParams (line 150) | interface SsrCloseParams extends SsrMiddlewareParams { type SsrCloseCallback (line 154) | type SsrCloseCallback = (params: SsrCloseParams) => void; type SsrRenderPreloadTagCallbackOptions (line 156) | interface SsrRenderPreloadTagCallbackOptions { type SsrRenderPreloadTagCallback (line 160) | type SsrRenderPreloadTagCallback = ( type SsrInjectDevMiddlewareParam (line 170) | type SsrInjectDevMiddlewareParam = ( type SsrInjectDevMiddlewareFn (line 175) | type SsrInjectDevMiddlewareFn = ( type SsrInjectDevMiddlewareCallback (line 179) | type SsrInjectDevMiddlewareCallback = ( FILE: app-webpack/types/store.d.ts type StoreInstance (line 5) | type StoreInstance = Pinia; type HasStoreParam (line 7) | type HasStoreParam = HasStore<{ type StoreParams (line 14) | type StoreParams = {} & HasSsrParam; type StoreCallback (line 16) | type StoreCallback = ( FILE: cli/lib/app-paths.js function getAppInfo (line 13) | function getAppInfo() { FILE: cli/lib/cmd/info.js function getSpawnOutput (line 32) | function getSpawnOutput(command) { FILE: cli/lib/cmd/serve.js function getAbsolutePath (line 82) | function getAbsolutePath(pathParam) { FILE: cli/lib/cmd/upgrade.js function getQuasarVersionPrefix (line 166) | function getQuasarVersionPrefix(version) { FILE: cli/lib/get-package-json.js function getPackageJson (line 10) | function getPackageJson(pkgName, folder = appPaths.appDir) { FILE: cli/lib/get-package-path.js function getPackagePath (line 9) | function getPackagePath(pkgName, folder = appPaths.appDir) { FILE: cli/lib/logger.js function tip (line 47) | function tip(msg) { function log (line 51) | function log(msg) { function warn (line 55) | function warn(msg, pill) { function fatal (line 66) | function fatal(msg, pill) { function success (line 82) | function success(msg, title = 'SUCCESS') { function getSuccess (line 87) | function getSuccess(msg, title) { function info (line 91) | function info(msg, title = 'INFO') { function getInfo (line 94) | function getInfo(msg, title) { function error (line 98) | function error(msg, title = 'ERROR') { function getError (line 103) | function getError(msg, title = 'ERROR') { function warning (line 107) | function warning(msg, title = 'WARNING') { function getWarning (line 112) | function getWarning(msg, title = 'WARNING') { function progress (line 120) | function progress(msg, token) { FILE: cli/lib/net.js function getExternalNetworkInterface (line 3) | function getExternalNetworkInterface() { function getIPs (line 20) | function getIPs() { FILE: cli/lib/node-packager.js function getNpmRegistryUrl (line 12) | function getNpmRegistryUrl() { function getPackageVersionList (line 23) | async function getPackageVersionList(packageName, npmRegistryUrl) { function run (line 53) | function run({ name, params, cwd, onFail, env = 'development' }) { function getMajorVersion (line 62) | function getMajorVersion(name) { class PackageManager (line 76) | class PackageManager { method getInstallParams (line 83) | getInstallParams(/* env */) { method getInstallPackageParams (line 87) | getInstallPackageParams(/* names, isDev */) { method getUninstallPackageParams (line 91) | getUninstallPackageParams(/* names */) { method isInstalled (line 103) | isInstalled() { method install (line 114) | install({ cwd, params, displayName, env = 'development' } = {}) { method installPackage (line 129) | installPackage( method uninstallPackage (line 145) | uninstallPackage(name, { cwd, displayName = name } = {}) { method npmRegistryUrl (line 157) | get npmRegistryUrl() { method npmRegistryUrl (line 164) | set npmRegistryUrl(url) { method getPackageLatestVersion (line 170) | async getPackageLatestVersion({ class Npm (line 200) | class Npm extends PackageManager { method getInstallParams (line 204) | getInstallParams(env) { method getInstallPackageParams (line 214) | getInstallPackageParams(names, isDevDependency) { method getUninstallPackageParams (line 218) | getUninstallPackageParams(names) { class Yarn (line 223) | class Yarn extends PackageManager { method getInstallParams (line 227) | getInstallParams(env) { method getInstallPackageParams (line 237) | getInstallPackageParams(names, isDevDependency) { method getUninstallPackageParams (line 241) | getUninstallPackageParams(names) { class Pnpm (line 246) | class Pnpm extends PackageManager { method getInstallParams (line 250) | getInstallParams(env) { method getInstallPackageParams (line 254) | getInstallPackageParams(names, isDevDependency) { method getUninstallPackageParams (line 258) | getUninstallPackageParams(names) { class Bun (line 263) | class Bun extends PackageManager { method getInstallParams (line 267) | getInstallParams(env) { method getInstallPackageParams (line 271) | getInstallPackageParams(names, isDevDependency) { method getUninstallPackageParams (line 275) | getUninstallPackageParams(names) { function getProjectPackageManager (line 285) | function getProjectPackageManager(folder) { function getNodePackager (line 304) | function getNodePackager(folder = appPaths.appDir) { FILE: cli/lib/spawn.js function spawn (line 7) | function spawn(cmd, params, opts, onClose) { function spawnSync (line 40) | function spawnSync(cmd, params, opts, onFail) { FILE: create-quasar/index.js function finalize (line 111) | function finalize() { FILE: create-quasar/scripts/create-test-project.ts type ScriptType (line 3) | type ScriptType = "js" | "ts"; type AppEngine (line 4) | type AppEngine = "vite-2" | "webpack-4"; type PackageManager (line 5) | type PackageManager = "yarn" | "npm" | "pnpm"; type CreateProjectOptions (line 7) | type CreateProjectOptions = { function createProject (line 13) | async function createProject({ FILE: create-quasar/templates/app-extension/ae-js/create-quasar-script.js function createQuasarScript (line 1) | async function createQuasarScript({ scope, utils }) { FILE: create-quasar/templates/app-extension/ae-ts/BASE/app-extension/src/runtime/components/types.ts type IsKeyRequired (line 3) | type IsKeyRequired = type PropOptions (line 14) | type PropOptions = { FILE: create-quasar/templates/app-extension/ae-ts/BASE/app-extension/src/runtime/index.ts type GlobalComponents (line 4) | interface GlobalComponents { FILE: create-quasar/templates/app-extension/ae-ts/BASE/playground/quasar-cli-vite/src/env.d.ts type ProcessEnv (line 2) | interface ProcessEnv { FILE: create-quasar/templates/app-extension/ae-ts/BASE/playground/quasar-cli-webpack/quasar.config.ts method chainWebpack (line 66) | chainWebpack(chain /* chain, { isClient, isServer } */) { FILE: create-quasar/templates/app-extension/ae-ts/BASE/playground/quasar-cli-webpack/src/env.d.ts type ProcessEnv (line 2) | interface ProcessEnv { FILE: create-quasar/templates/app-extension/ae-ts/create-quasar-script.js function createQuasarScript (line 1) | async function createQuasarScript({ scope, utils }) { FILE: create-quasar/templates/app-extension/create-quasar-script.js function createQuasarScript (line 1) | async function createQuasarScript({ scope, utils }) { FILE: create-quasar/templates/app/create-quasar-script.js function createQuasarScript (line 1) | async function createQuasarScript({ scope, utils }) { FILE: create-quasar/templates/app/quasar-v2/create-quasar-script.js function createQuasarScript (line 1) | async function createQuasarScript({ scope, utils }) { FILE: create-quasar/templates/app/quasar-v2/js-vite-2/create-quasar-script.js function createQuasarScript (line 1) | async function createQuasarScript({ scope, utils }) { FILE: create-quasar/templates/app/quasar-v2/js-vite-2/pinia/src/stores/example-store.js method increment (line 13) | increment() { FILE: create-quasar/templates/app/quasar-v2/js-webpack-4/create-quasar-script.js function createQuasarScript (line 1) | async function createQuasarScript({ scope, utils }) { FILE: create-quasar/templates/app/quasar-v2/js-webpack-4/pinia/src/stores/example-store.js method increment (line 11) | increment() { FILE: create-quasar/templates/app/quasar-v2/js-webpack-4/pinia/src/stores/store-flag.d.ts type QuasarFeatureFlags (line 10) | interface QuasarFeatureFlags { FILE: create-quasar/templates/app/quasar-v2/ts-vite-2/BASE/src/components/models.ts type Todo (line 1) | interface Todo { type Meta (line 6) | interface Meta { FILE: create-quasar/templates/app/quasar-v2/ts-vite-2/BASE/src/env.d.ts type ProcessEnv (line 2) | interface ProcessEnv { FILE: create-quasar/templates/app/quasar-v2/ts-vite-2/create-quasar-script.js function createQuasarScript (line 1) | async function createQuasarScript({ scope, utils }) { FILE: create-quasar/templates/app/quasar-v2/ts-vite-2/i18n/src/boot/i18n.ts type MessageLanguages (line 6) | type MessageLanguages = keyof typeof messages; type MessageSchema (line 8) | type MessageSchema = typeof messages['en-US']; type DefineLocaleMessage (line 14) | interface DefineLocaleMessage extends MessageSchema {} type DefineDateTimeFormat (line 17) | interface DefineDateTimeFormat {} type DefineNumberFormat (line 20) | interface DefineNumberFormat {} FILE: create-quasar/templates/app/quasar-v2/ts-vite-2/pinia/src/stores/example-store.ts method increment (line 13) | increment() { FILE: create-quasar/templates/app/quasar-v2/ts-vite-2/pinia/src/stores/index.ts type PiniaCustomProperties (line 11) | interface PiniaCustomProperties { FILE: create-quasar/templates/app/quasar-v2/ts-webpack-4/BASE/src/components/models.ts type Todo (line 1) | interface Todo { type Meta (line 6) | interface Meta { FILE: create-quasar/templates/app/quasar-v2/ts-webpack-4/BASE/src/env.d.ts type ProcessEnv (line 2) | interface ProcessEnv { FILE: create-quasar/templates/app/quasar-v2/ts-webpack-4/create-quasar-script.js function createQuasarScript (line 1) | async function createQuasarScript({ scope, utils }) { FILE: create-quasar/templates/app/quasar-v2/ts-webpack-4/i18n/src/boot/i18n.ts type MessageLanguages (line 6) | type MessageLanguages = keyof typeof messages; type MessageSchema (line 8) | type MessageSchema = typeof messages["en-US"]; type DefineLocaleMessage (line 14) | interface DefineLocaleMessage extends MessageSchema {} type DefineDateTimeFormat (line 17) | interface DefineDateTimeFormat {} type DefineNumberFormat (line 20) | interface DefineNumberFormat {} FILE: create-quasar/templates/app/quasar-v2/ts-webpack-4/pinia/src/stores/example-store.ts method increment (line 11) | increment() { FILE: create-quasar/templates/app/quasar-v2/ts-webpack-4/pinia/src/stores/index.ts type PiniaCustomProperties (line 11) | interface PiniaCustomProperties { FILE: create-quasar/templates/ui-kit/create-quasar-script.js function createQuasarScript (line 1) | async function createQuasarScript({ scope, utils }) { FILE: create-quasar/templates/ui-kit/quasar-v2/BASE/ui/build/script.css.js function resolve (line 38) | function resolve (_path) { function generate (line 42) | function generate (src, dest) { function generateUMD (line 71) | function generateUMD (dest, code, ext = '') { FILE: create-quasar/templates/ui-kit/quasar-v2/BASE/ui/build/script.javascript.js function pathResolve (line 93) | function pathResolve (_path) { function addAssets (line 98) | function addAssets (builds, type, injectName) { function build (line 129) | function build (builds) { function genConfig (line 135) | function genConfig (opts) { function addExtension (line 149) | function addExtension (filename, ext = 'min') { function buildEntry (line 154) | function buildEntry (config) { function injectVueRequirement (line 196) | function injectVueRequirement (code) { FILE: create-quasar/templates/ui-kit/quasar-v2/BASE/ui/build/utils.js function getSize (line 7) | function getSize (code) { function report (line 28) | function report (extra) { FILE: create-quasar/templates/ui-kit/quasar-v2/BASE/ui/dev/quasar.config.js method chainWebpack (line 49) | chainWebpack (chain) { FILE: create-quasar/templates/ui-kit/quasar-v2/BASE/ui/dev/src/router/pages.js function kebabCase (line 5) | function kebabCase (str) { function slugify (line 16) | function slugify (str) { FILE: create-quasar/templates/ui-kit/quasar-v2/ae/app-extension/src/index.js function extendConf (line 8) | function extendConf (conf, api) { FILE: create-quasar/templates/ui-kit/quasar-v2/create-quasar-script.js function createQuasarScript (line 1) | function createQuasarScript({ scope, utils }) { FILE: create-quasar/templates/ui-kit/quasar-v2/ui-component/ui/src/components/Component.js method setup (line 7) | setup () { FILE: create-quasar/templates/ui-kit/quasar-v2/ui-directive/ui/src/directives/Directive.js method mounted (line 4) | mounted (_el) { FILE: create-quasar/utils/index.js constant TEMPLATING_FILE_EXTENSIONS (line 19) | const TEMPLATING_FILE_EXTENSIONS = [ function prompts (line 36) | async function prompts(scope, questions, opts) { function createTargetDir (line 47) | function createTargetDir(scope) { function convertArrayToObject (line 56) | function convertArrayToObject(arr) { function getCallerPath (line 74) | function getCallerPath() { function renderTemplate (line 85) | function renderTemplate(relativePath, scope) { function isValidPackageName (line 123) | function isValidPackageName(projectName) { function inferPackageName (line 129) | function inferPackageName(projectFolder) { function escapeString (line 138) | function escapeString(val) { function getGitUser (line 142) | function getGitUser() { function printFinalMessage (line 162) | function printFinalMessage(scope) { function runCommand (line 197) | function runCommand(cmd, args, options) { function installDeps (line 215) | function installDeps(scope) { function lintFolder (line 226) | function lintFolder(scope) { function formatFolder (line 236) | function formatFolder(scope) { function hasGit (line 242) | function hasGit() { function folderHasGit (line 249) | function folderHasGit(cwd) { function initializeGit (line 256) | function initializeGit(projectFolder) { function ensureOutsideProject (line 307) | function ensureOutsideProject() { constant SCRIPT_TYPES (line 324) | const SCRIPT_TYPES = [ function injectAuthor (line 364) | async function injectAuthor(scope) { FILE: create-quasar/utils/logger.js function tip (line 46) | function tip(msg) { function log (line 50) | function log(msg) { function warn (line 54) | function warn(msg, pill) { function fatal (line 65) | function fatal(msg, pill) { function success (line 81) | function success(msg, title = 'SUCCESS') { function getSuccess (line 84) | function getSuccess(msg, title) { function info (line 88) | function info(msg, title = 'INFO') { function getInfo (line 91) | function getInfo(msg, title) { function error (line 95) | function error(msg, title = 'ERROR') { function getError (line 98) | function getError(msg, title = 'ERROR') { function warning (line 102) | function warning(msg, title = 'WARNING') { function getWarning (line 107) | function getWarning(msg, title = 'WARNING') { function progress (line 115) | function progress(msg, token) { FILE: create-quasar/utils/template.js function throwParseError (line 24) | function throwParseError(message, str, index) { function escapeRegExp (line 45) | function escapeRegExp(str) { function trimWS (line 50) | function trimWS(str, wsLeft, wsRight) { function getAST (line 82) | function getAST(str, opts) { function compileBody (line 226) | function compileBody(ast, opts) { function compileTemplateToFile (line 257) | function compileTemplateToFile(str, rawOpts = {}) { function compileTemplateToFn (line 264) | function compileTemplateToFn(str, rawOpts = {}) { function renderTemplate (line 271) | function renderTemplate(str, scope, rawOpts) { FILE: docs/build/chunks.js method name (line 16) | name(id) { FILE: docs/build/copy-quasar-api.js function getSource (line 14) | function getSource() { FILE: docs/build/examples.js function devLoad (line 10) | function devLoad(id) { function prodLoad (line 20) | function prodLoad(id) { function examplesPlugin (line 42) | function examplesPlugin(isProd) { FILE: docs/build/md/flat-menu.js function menuWalk (line 11) | function menuWalk(node, path, parentName) { function convertToRelated (line 50) | function convertToRelated(entry, id) { FILE: docs/build/md/index.js method transform (line 9) | transform(code, id) { FILE: docs/build/md/md-parse-utils.js function parseToc (line 4) | function parseToc(toc) { function getVueComponent (line 35) | function getVueComponent({ frontMatter, mdContent, pageScripts }) { function parseFrontMatter (line 68) | function parseFrontMatter(content) { FILE: docs/build/md/md-parse.js function splitRenderedContent (line 13) | function splitRenderedContent(mdPageContent) { function mdParse (line 24) | function mdParse(code, id) { FILE: docs/build/md/md-plugin-blockquote.js function mdPluginBlockquote (line 5) | function mdPluginBlockquote(md) { FILE: docs/build/md/md-plugin-codeblock.js function extractTabs (line 59) | function extractTabs(content) { function extractCodeLineProps (line 111) | function extractCodeLineProps(lines, attrs) { function parseCodeLine (line 132) | function parseCodeLine(content, attrs) { function getHighlightedContent (line 183) | function getHighlightedContent(rawContent, attrs) { function parseAttrs (line 224) | function parseAttrs(rawAttrs) { function parseDefinitionLine (line 238) | function parseDefinitionLine(token) { function mdPluginCodeblock (line 264) | function mdPluginCodeblock(md) { FILE: docs/build/md/md-plugin-containers.js function createContainer (line 29) | function createContainer(containerType, defaultTitle) { function mdPluginContainers (line 55) | function mdPluginContainers(md) { FILE: docs/build/md/md-plugin-heading.js function parseContent (line 12) | function parseContent(str) { function mdPluginHeading (line 21) | function mdPluginHeading(md) { FILE: docs/build/md/md-plugin-image.js function mdPluginImage (line 5) | function mdPluginImage(md) { FILE: docs/build/md/md-plugin-link.js function mdPluginLink (line 5) | function mdPluginLink(md) { FILE: docs/build/md/md-plugin-table.js function mdPluginTable (line 5) | function mdPluginTable(md) { FILE: docs/build/md/md-plugin-token.js function mdPluginToken (line 5) | function mdPluginToken(md) { FILE: docs/build/release-notes/highlight.js function highlight (line 18) | function highlight(str, lang) { FILE: docs/build/release-notes/md.mjs function mdPlugins (line 15) | function mdPlugins(md) { FILE: docs/build/release-notes/request.js function releaseNotesRequest (line 9) | async function releaseNotesRequest(packages, versionRE) { FILE: docs/build/search.js function getJsonSize (line 33) | function getJsonSize(content) { function parseRank (line 44) | function parseRank(rank) { function processPage (line 215) | function processPage(page, entries) { FILE: docs/build/utils.js function slugify (line 7) | function slugify(str) { function capitalize (line 16) | function capitalize(str) { FILE: docs/quasar.config.js method extendViteConf (line 38) | extendViteConf(viteConf, { isClient }) { method extendWorkboxGenerateSWOptions (line 102) | extendWorkboxGenerateSWOptions(cfg) { FILE: docs/src-pwa/pwa-flag.d.ts type QuasarFeatureFlags (line 6) | interface QuasarFeatureFlags { FILE: docs/src-pwa/register-service-worker.js method updated (line 6) | updated() { FILE: docs/src-ssr/middlewares/render.js function renderMiddleware (line 5) | function renderMiddleware({ app, resolve, render, serve }) { FILE: docs/src-ssr/ssr-flag.d.ts type QuasarFeatureFlags (line 6) | interface QuasarFeatureFlags { FILE: docs/src/assets/get-meta.js function getMeta (line 1) | function getMeta(title, desc) { FILE: docs/src/assets/page-utils.js function copyToClipboard (line 4) | function copyToClipboard(text) { function copyHeading (line 16) | function copyHeading(id) { FILE: docs/src/boot/gdpr.js method handler (line 19) | handler() { method handler (line 27) | handler() { FILE: docs/src/components/CodePrism.js method setup (line 13) | setup(props) { FILE: docs/src/components/DocApiEntry.js function copyPropName (line 6) | function copyPropName(propName) { function getEventParams (line 17) | function getEventParams(event) { function getMethodParams (line 28) | function getMethodParams(method, noRequired) { function getMethodReturnValue (line 59) | function getMethodReturnValue(method) { function getStringType (line 68) | function getStringType(type) { constant NAME_PROP_COLOR (line 72) | const NAME_PROP_COLOR = ['orange-8', 'brand-primary', 'green-5', 'purple... constant NAME_PROP_COLOR_LEN (line 73) | const NAME_PROP_COLOR_LEN = NAME_PROP_COLOR.length function getDiv (line 75) | function getDiv(col, propName, propValue, slot) { function getNameDiv (line 84) | function getNameDiv(prop, label, level, suffix, prefix) { function getExpandable (line 124) | function getExpandable(openState, desc, isExpandable, key, getDetails) { function getPropDetails (line 152) | function getPropDetails(openState, masterKey, prop, level) { function getProp (line 287) | function getProp(openState, masterKey, prop, propName, level, onlyChildr... function useConfigToggle (line 528) | function useConfigToggle(openState) { method setup (line 630) | setup(props) { FILE: docs/src/components/DocPrerender.js method setup (line 10) | setup(props, { slots }) { FILE: docs/src/layouts/doc-layout/DocHeaderMenu.js method setup (line 22) | setup(props) { FILE: docs/src/layouts/doc-layout/DocPageMenu.js function getParentProxy (line 18) | function getParentProxy(proxy) { method setup (line 35) | setup() { FILE: docs/src/layouts/doc-layout/store/index.js function useDocStore (line 10) | function useDocStore() { function provideDocStore (line 14) | function provideDocStore() { FILE: docs/src/layouts/doc-layout/store/inject-scroll.js function injectScroll (line 9) | function injectScroll(store) { FILE: docs/src/layouts/doc-layout/store/inject-toc.js function updateActiveToc (line 1) | function updateActiveToc(position, state) { function injectToc (line 35) | function injectToc(store) { FILE: docs/src/router/index.js function appRouter (line 16) | function appRouter() { FILE: extras/animate/animate-list.common.d.ts type generalAnimations (line 1) | type generalAnimations = type inAnimations (line 18) | type inAnimations = type outAnimations (line 62) | type outAnimations = FILE: extras/animate/animate-list.d.ts type generalAnimations (line 1) | type generalAnimations = type inAnimations (line 18) | type inAnimations = type outAnimations (line 62) | type outAnimations = FILE: extras/build/animate.js function extract (line 20) | function extract(file) { function getList (line 37) | function getList(prefix) { FILE: extras/build/index.js function collectFontVersions (line 16) | function collectFontVersions(text) { function handleChild (line 27) | function handleChild(child) { function runJob (line 63) | function runJob(queue, scriptFile) { function generate (line 71) | async function generate() { FILE: extras/build/material-icons.js function downloadIcon (line 32) | function downloadIcon(icon) { function run (line 69) | async function run() { FILE: extras/build/material-symbols.js function downloadIcon (line 31) | function downloadIcon(icon) { function run (line 69) | async function run() { FILE: extras/build/readme.js function resolvePackageSpecVersion (line 8) | function resolvePackageSpecVersion(name) { function resolveFileVersion (line 23) | function resolveFileVersion(path, pattern) { function resolveVersion (line 34) | function resolveVersion(versionSource, googleVersions) { function renderTable (line 60) | function renderTable(headers, rows) { function renderRows (line 73) | function renderRows(rows, googleVersions, type) { FILE: extras/build/utils/buildExports.js function readFolders (line 34) | async function readFolders(folderPath, skipSet) { function generateExports (line 57) | function generateExports(folders) { function updatePackageJson (line 93) | async function updatePackageJson(exports) { FILE: extras/build/utils/index.js method rect (line 127) | rect(el) { function parseDom (line 177) | function parseDom(name, el, pathsDefinitions) { function getWidthHeightAsViewbox (line 223) | function getWidthHeightAsViewbox(element) { function parseSvgContent (line 237) | function parseSvgContent(name, content) { function getPackageJson (line 283) | function getPackageJson(packageName) { function getBanner (line 298) | function getBanner(iconSetName, versionOrPackageName) { function extractSvg (line 316) | function extractSvg(content, name) { class Queue (line 427) | class Queue { method constructor (line 434) | constructor(worker, options = {}) { FILE: extras/build/webfonts.js function run (line 4) | function run(cwd) { FILE: extras/index.d.ts type QuasarFonts (line 7) | type QuasarFonts = "roboto-font" | "roboto-font-latin-ext"; type QuasarGeneralAnimations (line 9) | type QuasarGeneralAnimations = generalAnimations; type QuasarInAnimations (line 10) | type QuasarInAnimations = inAnimations; type QuasarOutAnimations (line 11) | type QuasarOutAnimations = outAnimations; type QuasarAnimations (line 12) | type QuasarAnimations = type QuasarExtrasIcons (line 17) | type QuasarExtrasIcons = FILE: icongenie/lib/cmd/generate.js function runProfiles (line 175) | async function runProfiles(params, profileFiles) { FILE: icongenie/lib/cmd/verify.js function runProfiles (line 79) | async function runProfiles(params, profileFiles) { FILE: icongenie/lib/generators/icns.js function icns (line 6) | async function icns(file, opts, done) { FILE: icongenie/lib/generators/ico.js function ico (line 6) | async function ico(file, opts, done) { FILE: icongenie/lib/generators/png.js function png (line 3) | function png(file, opts, done) { FILE: icongenie/lib/generators/splashscreen.js function splashscreen (line 3) | async function splashscreen(file, opts, done) { FILE: icongenie/lib/generators/svg.js function svg (line 7) | async function svg(file, opts, done) { FILE: icongenie/lib/modes/quasar-app-v1/capacitor.js function getAndroidIcons (line 3) | function getAndroidIcons(entries) { function getAndroidSplashscreen (line 34) | function getAndroidSplashscreen(entries) { function getIosIcon (line 59) | function getIosIcon(name) { FILE: icongenie/lib/modes/quasar-app-v1/cordova.js function getAndroidIcon (line 3) | function getAndroidIcon(entry) { function getAndroidSplashscreens (line 14) | function getAndroidSplashscreens(entries) { function getIosIcon (line 40) | function getIosIcon(name) { function getIosSplashscreen (line 57) | function getIosSplashscreen(entry) { FILE: icongenie/lib/modes/quasar-app-v1/pwa.js function getAppleLaunch (line 4) | function getAppleLaunch(def) { FILE: icongenie/lib/modes/quasar-app-v2/capacitor.js function getAndroidIcons (line 3) | function getAndroidIcons(entries) { function getAndroidSplashscreen (line 34) | function getAndroidSplashscreen(entries) { function getIosIcon (line 59) | function getIosIcon(name) { FILE: icongenie/lib/modes/quasar-app-v2/cordova.js function getAndroidIcon (line 3) | function getAndroidIcon(entry) { function getAndroidSplashscreens (line 14) | function getAndroidSplashscreens(entries) { function getIosIcon (line 40) | function getIosIcon(name) { function getIosSplashscreen (line 57) | function getIosSplashscreen(entry) { FILE: icongenie/lib/modes/quasar-app-v2/pwa.js function getAppleLaunch (line 4) | function getAppleLaunch(def) { FILE: icongenie/lib/mount/index.js function mount (line 4) | function mount(files) { function verifyMount (line 9) | function verifyMount(file) { FILE: icongenie/lib/mount/mount-cordova.js function getNode (line 18) | function getNode(root, tag, selector) { function hasNode (line 22) | function hasNode(root, tag, selector) { function isCordovaFile (line 26) | function isCordovaFile(file) { function getCordovaFiles (line 33) | function getCordovaFiles(files) { function updateConfigXml (line 45) | function updateConfigXml(cordovaFiles, hasSplashscreen) { function hasDeepProp (line 116) | function hasDeepProp(target, ...args) { function installSplashscreenPlugin (line 131) | function installSplashscreenPlugin() { function mountCordova (line 169) | function mountCordova(files) { function verifyCordova (line 187) | function verifyCordova(file) { FILE: icongenie/lib/mount/mount-tag.js function mountTag (line 3) | function mountTag(files) { FILE: icongenie/lib/runner/generate.js function printBanner (line 20) | function printBanner(assetsOf, params) { function parseAssets (line 39) | function parseAssets(assets, include) { function getUniqueFiles (line 66) | function getUniqueFiles(files) { function generateFile (line 80) | function generateFile(file, opts) { function generateFromProfile (line 96) | async function generateFromProfile(profile) { function generate (line 123) | function generate(argv) { FILE: icongenie/lib/runner/profile.js function getParams (line 10) | function getParams({ include, ...props }) { function getAssets (line 18) | function getAssets(assets) { function getTargetFilepath (line 25) | function getTargetFilepath(output) { function profile (line 37) | function profile({ output, assets, ...params }) { FILE: icongenie/lib/runner/verify.js function getFileStatus (line 16) | function getFileStatus(file) { function printMode (line 36) | function printMode(modeName, files) { function printBanner (line 48) | function printBanner(assetsOf, params) { function parseAssets (line 58) | function parseAssets(assets, include) { function verifyProfile (line 92) | function verifyProfile(profile) { function verify (line 116) | function verify(argv) { FILE: icongenie/lib/utils/app-paths.js function getAppInfo (line 6) | function getAppInfo() { FILE: icongenie/lib/utils/filter-argv-params.js function filterArgvParams (line 1) | function filterArgvParams(argv) { FILE: icongenie/lib/utils/get-assets-files.js function getAssetsFiles (line 7) | function getAssetsFiles(assets) { FILE: icongenie/lib/utils/get-compression.js function getIcoCompression (line 14) | function getIcoCompression(quality) { function getPngCompression (line 43) | function getPngCompression(quality) { FILE: icongenie/lib/utils/get-file-size.js function humanStorageSize (line 5) | function humanStorageSize(bytes) { function getFileSize (line 16) | function getFileSize(filename) { FILE: icongenie/lib/utils/get-files-options.js function getRgbColor (line 5) | function getRgbColor(color) { function getFilesOptions (line 22) | async function getFilesOptions({ FILE: icongenie/lib/utils/get-png-size.js function getSize (line 7) | function getSize(buffer) { function getPngSize (line 17) | function getPngSize(file) { FILE: icongenie/lib/utils/get-profile-content.js function getProfileContent (line 7) | function getProfileContent(profileFile) { FILE: icongenie/lib/utils/get-profile-files.js function parseFolder (line 7) | function parseFolder(folder) { function getProfileFiles (line 35) | function getProfileFiles(profileParam) { FILE: icongenie/lib/utils/get-square-icon.js function getSquareIcon (line 3) | function getSquareIcon({ FILE: icongenie/lib/utils/logger.js function log (line 8) | function log(msg) { function warn (line 12) | function warn(msg) { function fatal (line 16) | function fatal(msg) { FILE: icongenie/lib/utils/merge-objects.js function mergeObjects (line 1) | function mergeObjects(...args) { FILE: icongenie/lib/utils/parse-argv.js function die (line 15) | function die(msg) { function profile (line 21) | function profile(value, argv) { function mode (line 37) | function mode(value, argv) { function include (line 57) | function include(value, argv) { function quality (line 70) | function quality(value, argv) { function filter (line 88) | function filter(value) { function padding (line 94) | function padding(value, argv) { function parseIconPath (line 120) | function parseIconPath(value) { function icon (line 138) | function icon(value, argv) { function background (line 166) | function background(value, argv) { function getColorParser (line 186) | function getColorParser(name, defaultValue) { function splashscreenIconRatio (line 204) | function splashscreenIconRatio(value, argv) { function output (line 224) | function output(value) { function assets (line 230) | function assets(value, argv) { function parseArgv (line 274) | function parseArgv(argv, list) { FILE: icongenie/lib/utils/spawn-sync.js function spawnSync (line 5) | function spawnSync(cmd, params, opts, onFail) { FILE: icongenie/lib/utils/validate-profile-object.js function validateProfileObject (line 83) | function validateProfileObject( FILE: ui/build/build.api.js function parseAddedIn (line 110) | function parseAddedIn(val) { function parseObjectWithPascalCaseProps (line 138) | function parseObjectWithPascalCaseProps(obj, objName) { function parseObjectWithKebabCaseProps (line 156) | function parseObjectWithKebabCaseProps(obj, objName) { function isClassStyleType (line 572) | function isClassStyleType(type) { function isSerializable (line 594) | function isSerializable(value) { function getApiWithMixins (line 599) | function getApiWithMixins(api, mainFile) { function deCapitalize (line 625) | function deCapitalize(str) { function encodeDefaultValue (line 632) | function encodeDefaultValue(val, isFunction) { function extractRuntimeDefinablePropTypes (line 661) | function extractRuntimeDefinablePropTypes(apiTypes) { function parseRuntimeType (line 671) | function parseRuntimeType(runtimeConstructor) { function extractRuntimePropAttrs (line 679) | function extractRuntimePropAttrs(runtimeProp) { function parseObject (line 754) | function parseObject({ function parseAPI (line 1127) | function parseAPI(file, apiType) { function orderAPI (line 1206) | function orderAPI(api, apiType) { function fillAPI (line 1218) | function fillAPI(apiType, list, encodeFn) { function writeTransformAssetUrls (line 1635) | function writeTransformAssetUrls(components, encodeFn) { function writeApiIndex (line 1669) | function writeApiIndex(list, encodeFn) { function prepareRuntimeImports (line 1673) | function prepareRuntimeImports() { function resetRuntimeImports (line 1680) | function resetRuntimeImports() { function generate (line 1688) | async function generate({ compact = false } = {}) { FILE: ui/build/build.icon-sets.js function convertWebfont (line 112) | function convertWebfont(name, originalType) { function toObject (line 123) | function toObject(arr) { function splitContent (line 135) | function splitContent(str) { function generateSvgFile (line 144) | function generateSvgFile(type) { function generate (line 197) | function generate() { FILE: ui/build/build.lang.js function generate (line 10) | async function generate() { FILE: ui/build/build.transforms.js function relative (line 16) | function relative(name) { function getWithoutExtension (line 20) | function getWithoutExtension(filename) { function lowerCamelCase (line 25) | function lowerCamelCase(name) { function addComponents (line 29) | function addComponents(map, autoImport) { function addDirectives (line 46) | function addDirectives(map, autoImport) { function addPlugins (line 61) | function addPlugins(map) { function addComposables (line 71) | function addComposables(map) { function addUtils (line 81) | function addUtils(map) { function getAutoImportFile (line 91) | function getAutoImportFile(autoImport, encodeFn) { function generate (line 111) | function generate({ compact = false } = {}) { FILE: ui/build/build.types.js constant INDENT_SPACE_COUNT (line 16) | const INDENT_SPACE_COUNT = 2 function formatWithOxfmt (line 18) | async function formatWithOxfmt(filePath, rawCode) { function writeLine (line 28) | function writeLine(fileContent, line = '', indent = 0) { function writeLines (line 34) | function writeLines(fileContent, lines = '', indent = 0) { function write (line 38) | function write(fileContent, text = '') { function convertTypeVal (line 58) | function convertTypeVal(type, def) { function getTypeVal (line 101) | function getTypeVal(def) { function getPropDefinition (line 120) | function getPropDefinition({ function getPropDefinitions (line 190) | function getPropDefinitions({ function getFunctionDefinition (line 207) | function getFunctionDefinition({ definition }) { function getInjectionDefinition (line 231) | function getInjectionDefinition(propertyName, typeDef, typeName) { function copyPredefinedTypes (line 248) | function copyPredefinedTypes(dir, parentDir) { function addToExtraInterfaces (line 274) | function addToExtraInterfaces(def) { function writeInterface (line 298) | function writeInterface(contents, typeName, props) { function addQuasarLangCodes (line 305) | function addQuasarLangCodes(contents, quasarLangIndex) { function transformObject (line 322) | function transformObject(definition, handler) { function getIndexDts (line 334) | function getIndexDts(apis, quasarLangIndex) { function ensureTypeScriptValidity (line 829) | function ensureTypeScriptValidity() { function generate (line 879) | async function generate({ api, quasarLangIndex }) { FILE: ui/build/build.utils.js constant BUILD_TARGETS (line 15) | const BUILD_TARGETS = getBuildTargets() function getBuildTargets (line 17) | function getBuildTargets() { function plural (line 42) | function plural(num) { function camelCase (line 48) | function camelCase(str) { function kebabCase (line 56) | function kebabCase(str) { function capitalize (line 61) | function capitalize(str) { function resolveToRoot (line 67) | function resolveToRoot(...pathList) { function relativeToRoot (line 71) | function relativeToRoot(...pathList) { function getSize (line 116) | function getSize(code) { function createFolder (line 120) | function createFolder(folder) { function getDestinationInfo (line 125) | function getDestinationInfo(dest) { function enableGzip (line 158) | async function enableGzip() { function writeFile (line 163) | function writeFile(dest, code, { summary = false, gzip = false } = {}) { function readFile (line 215) | function readFile(file) { function readJsonFile (line 219) | function readJsonFile(file) { function writeFileIfChanged (line 223) | function writeFileIfChanged(dest, newContent, opts) { function logError (line 235) | function logError(err) { function clone (line 240) | function clone(data) { function filterOutPrivateFiles (line 250) | function filterOutPrivateFiles(file) { FILE: ui/build/build.web-types.js function resolveType (line 11) | function resolveType({ type, values }) { function getDescription (line 28) | function getDescription(propApi) { function generate (line 34) | function generate({ api, compact = false }) { FILE: ui/build/prepare-diff.js function prepareDiff (line 14) | function prepareDiff(locationPath) { FILE: ui/build/script.build.css.js function moveUseStatementsToTop (line 17) | function moveUseStatementsToTop(code) { function compileSass (line 27) | function compileSass(src) { function getConcatenatedContent (line 33) | function getConcatenatedContent(src, noBanner) { function generateUMD (line 56) | function generateUMD(code, middleName, ext = '') { function renderAsset (line 75) | function renderAsset(cssCode, middleName = '') { function generateBase (line 86) | async function generateBase(source) { function generateAddon (line 102) | async function generateAddon(source) { function buildCss (line 111) | async function buildCss(withDiff) { FILE: ui/build/script.build.javascript.js function compile (line 130) | async function compile({ inputConfig, outputList }) { function convertExternalImports (line 149) | async function convertExternalImports(content) { function addUmdAssets (line 182) | async function addUmdAssets(buildList, type, injectName, convertImports) { function addExtension (line 234) | function addExtension(filename, ext = 'prod') { method full (line 241) | async full() { method fast (line 270) | async fast() { method types (line 295) | async types() { method api (line 311) | async api() { method webtypes (line 317) | async webtypes() { method transforms (line 327) | async transforms() { function buildJavascript (line 334) | function buildJavascript(subtype) { FILE: ui/lang/kk.js function plurals (line 1) | function plurals(n, opts) { FILE: ui/lang/lt.js function plurals (line 1) | function plurals(n, opts) { FILE: ui/lang/ru.js function plurals (line 1) | function plurals(n, opts) { FILE: ui/lang/uk.js function plurals (line 1) | function plurals(n, opts) { FILE: ui/playground/quasar.config.js method extendViteConf (line 45) | extendViteConf(viteConf, { isServer }) { FILE: ui/playground/src/boot/ssr-client.js function bootSsrClient (line 1) | function bootSsrClient({ router }) { FILE: ui/playground/src/composables/useLocalStorageConfig.js function hasDifferentKeys (line 4) | function hasDifferentKeys(a, b) { function useLocalStorageConfig (line 29) | function useLocalStorageConfig(localStorageKey, definition) { FILE: ui/playground/src/pages/global/dialog-component-composition-api.js method setup (line 28) | setup(props) { FILE: ui/playground/src/pages/global/dialog-component-options-api.js method data (line 23) | data() { method show (line 32) | show() { method hide (line 36) | hide() { method increment (line 40) | increment() { method render (line 45) | render() { FILE: ui/playground/src/router/index.js function defineRouter (line 10) | function defineRouter(/* { store, ssrContext } */) { FILE: ui/playground/src/router/routes.js function load (line 3) | function load(componentName) { function component (line 7) | function component(path) { FILE: ui/src/components/ajax-bar/QAjaxBar.js function translate (line 20) | function translate({ p, pos, active, horiz, reverse, dir }) { function inc (line 47) | function inc(p, amount) { function highjackAjax (line 64) | function highjackAjax(stackEntry) { function restoreAjax (line 100) | function restoreAjax(start) { method setup (line 133) | setup(props, { emit }) { FILE: ui/src/components/avatar/QAvatar.js method setup (line 28) | setup(props, { slots }) { FILE: ui/src/components/badge/QBadge.js method setup (line 29) | setup(props, { slots }) { FILE: ui/src/components/banner/QBanner.js method setup (line 21) | setup(props, { slots }) { FILE: ui/src/components/bar/QBar.js method setup (line 18) | setup(props, { slots }) { FILE: ui/src/components/breadcrumbs/QBreadcrumbs.js method setup (line 37) | setup(props, { slots }) { FILE: ui/src/components/breadcrumbs/QBreadcrumbsEl.js method setup (line 28) | setup(props, { slots }) { FILE: ui/src/components/btn-dropdown/QBtnDropdown.js function passBtnProps (line 18) | function passBtnProps(props) { method setup (line 77) | setup(props, { slots, emit }) { FILE: ui/src/components/btn-group/QBtnGroup.js method setup (line 21) | setup(props, { slots }) { FILE: ui/src/components/btn-toggle/QBtnToggle.js method setup (line 76) | setup(props, { slots, emit }) { FILE: ui/src/components/btn/QBtn.js method setup (line 48) | setup(props, { slots, emit }) { FILE: ui/src/components/btn/use-btn.js function getBtnDesign (line 35) | function getBtnDesign(props, defaultValue) { function getBtnDesignAttr (line 43) | function getBtnDesignAttr(props) { function useBtn (line 103) | function useBtn(props) { FILE: ui/src/components/btn/use-btn.test.js method setup (line 59) | setup() { FILE: ui/src/components/card/QCard.js method setup (line 26) | setup(props, { slots }) { FILE: ui/src/components/card/QCardActions.js method setup (line 18) | setup(props, { slots }) { FILE: ui/src/components/card/QCardSection.js method setup (line 18) | setup(props, { slots }) { FILE: ui/src/components/carousel/QCarousel.js method setup (line 80) | setup(props, { slots }) { FILE: ui/src/components/carousel/QCarouselControl.js method setup (line 32) | setup(props, { slots }) { FILE: ui/src/components/carousel/QCarouselSlide.js method setup (line 16) | setup(props, { slots }) { FILE: ui/src/components/chat/QChatMessage.js method setup (line 25) | setup(props, { slots }) { FILE: ui/src/components/checkbox/QCheckbox.js method setup (line 47) | setup(props) { FILE: ui/src/components/checkbox/use-checkbox.js function useCheckbox (line 57) | function useCheckbox(type, getInner) { FILE: ui/src/components/chip/QChip.js method setup (line 71) | setup(props, { slots, emit }) { FILE: ui/src/components/circular-progress/QCircularProgress.js method setup (line 34) | setup(props, { slots }) { FILE: ui/src/components/color/QColor.js method setup (line 188) | setup(props, { emit }) { FILE: ui/src/components/date/QDate.js function getMonthHash (line 45) | function getMonthHash(date) { function getShortDate (line 49) | function getShortDate(date) { method setup (line 121) | setup(props, { slots, emit }) { FILE: ui/src/components/date/use-datetime.js function getDayHash (line 37) | function getDayHash(date) { function useDatetime (line 41) | function useDatetime(props, $q) { FILE: ui/src/components/dialog/QDialog.js method setup (line 98) | setup(props, { slots, emit, attrs }) { FILE: ui/src/components/dialog/QDialog.test.js function triggerBackdropClick (line 37) | async function triggerBackdropClick(localWrapper) { function triggerEscKey (line 44) | async function triggerEscKey(localWrapper) { function createFocusEl (line 50) | function createFocusEl() { FILE: ui/src/components/drawer/QDrawer.js function updateLocal (line 37) | function updateLocal(prop, val) { method setup (line 95) | setup(props, { slots, emit, attrs }) { FILE: ui/src/components/editor/QEditor.js method setup (line 100) | setup(props, { slots, emit }) { FILE: ui/src/components/editor/editor-caret.js function getBlockElement (line 5) | function getBlockElement(el, parent) { function isChildOf (line 26) | function isChildOf(el, parent, orSame) { function createRange (line 33) | function createRange(node, chars, range) { class Caret (line 62) | class Caret { method constructor (line 63) | constructor(el, eVm) { method selection (line 69) | get selection() { method hasSelection (line 85) | get hasSelection() { method range (line 91) | get range() { method parent (line 101) | get parent() { method blockParent (line 113) | get blockParent() { method save (line 123) | save(range = this.range) { method restore (line 129) | restore(range = this._range) { method savePosition (line 144) | savePosition() { method restorePosition (line 167) | restorePosition(length = 0) { method hasParent (line 180) | hasParent(name, spanLevel) { method hasParents (line 188) | hasParents(list, recursive, el = this.parent) { method is (line 200) | is(cmd, param) { method getParentAttribute (line 236) | getParentAttribute(attrib) { method can (line 244) | can(name) { method apply (line 258) | apply(cmd, param, done = noop) { method selectWord (line 334) | selectWord(sel) { FILE: ui/src/components/editor/editor-utils.js function run (line 14) | function run(e, btn, eVm) { function getGroup (line 22) | function getGroup(children) { function getBtn (line 26) | function getBtn(eVm, btn, clickHandler, active = false) { function getDropdown (line 78) | function getDropdown(eVm, btn) { function getToolbar (line 203) | function getToolbar(eVm) { function getFonts (line 231) | function getFonts( function getLinkEditor (line 265) | function getLinkEditor(eVm) { FILE: ui/src/components/expansion-item/QExpansionItem.js constant LINK_PROPS (line 36) | const LINK_PROPS = Object.keys(useRouterLinkProps) method setup (line 80) | setup(props, { slots, emit }) { FILE: ui/src/components/fab/QFab.js method setup (line 53) | setup(props, { slots }) { FILE: ui/src/components/fab/QFabAction.js method setup (line 43) | setup(props, { slots, emit }) { FILE: ui/src/components/fab/use-fab.js function useFab (line 44) | function useFab(props, showing) { FILE: ui/src/components/field/QField.js method setup (line 25) | setup() { FILE: ui/src/components/file/QFile.js method setup (line 56) | setup(props, { slots, emit, attrs }) { FILE: ui/src/components/footer/QFooter.js function updateLocal (line 22) | function updateLocal(prop, val) { method setup (line 48) | setup(props, { slots, emit }) { FILE: ui/src/components/form/QForm.js function validateComponent (line 19) | function validateComponent(comp) { method setup (line 44) | setup(props, { slots, emit }) { FILE: ui/src/components/form/QFormChildMixin.js method disable (line 12) | disable(val) { method validate (line 26) | validate() {} method resetValidation (line 27) | resetValidation() {} method mounted (line 30) | mounted() { method beforeUnmount (line 37) | beforeUnmount() { FILE: ui/src/components/header/QHeader.js function updateLocal (line 20) | function updateLocal(prop, val) { method setup (line 50) | setup(props, { slots, emit }) { FILE: ui/src/components/icon/QIcon.js method setup (line 68) | setup(props, { slots }) { FILE: ui/src/components/img/QImg.js method setup (line 87) | setup(props, { slots, emit }) { FILE: ui/src/components/infinite-scroll/QInfiniteScroll.js method setup (line 56) | setup(props, { slots, emit }) { FILE: ui/src/components/inner-loading/QInnerLoading.js method setup (line 33) | setup(props, { slots }) { FILE: ui/src/components/input/QInput.js method setup (line 70) | setup(props, { emit, attrs }) { FILE: ui/src/components/input/use-mask.js constant NAMED_MASKS (line 6) | const NAMED_MASKS = { function getTokenMap (line 45) | function getTokenMap(tokens) { function getTokenRegexMask (line 60) | function getTokenRegexMask(keys) { constant DEFAULT_TOKEN_REGEX_MASK (line 71) | const DEFAULT_TOKEN_REGEX_MASK = getTokenRegexMask(DEFAULT_TOKEN_MAP_KEYS) constant MARKER (line 72) | const MARKER = String.fromCodePoint(1) function useMask (line 82) | function useMask(props, emit, emitValue, inputRef) { FILE: ui/src/components/intersection/QIntersection.js method setup (line 39) | setup(props, { slots, emit }) { FILE: ui/src/components/item/QItem.js method setup (line 44) | setup(props, { slots, emit }) { FILE: ui/src/components/item/QItemLabel.js method setup (line 16) | setup(props, { slots }) { FILE: ui/src/components/item/QItemSection.js method setup (line 17) | setup(props, { slots }) { FILE: ui/src/components/item/QList.js method setup (line 28) | setup(props, { slots }) { FILE: ui/src/components/knob/QKnob.js method setup (line 53) | setup(props, { slots, emit }) { FILE: ui/src/components/layout/QLayout.js method setup (line 40) | setup(props, { slots, emit }) { FILE: ui/src/components/linear-progress/QLinearProgress.js function width (line 21) | function width(val, reverse, $q) { method setup (line 59) | setup(props, { slots }) { FILE: ui/src/components/markup-table/QMarkupTable.js method setup (line 31) | setup(props, { slots }) { FILE: ui/src/components/menu/QMenu.js method setup (line 109) | setup(props, { slots, emit, attrs }) { FILE: ui/src/components/no-ssr/QNoSsr.js method setup (line 20) | setup(props, { slots }) { FILE: ui/src/components/option-group/QOptionGroup.js function getPropValueFn (line 22) | function getPropValueFn(userPropName, defaultPropName) { method setup (line 70) | setup(props, { emit, slots }) { FILE: ui/src/components/page-scroller/QPageScroller.js method setup (line 47) | setup(props, { slots, emit }) { FILE: ui/src/components/page-sticky/QPageSticky.js method setup (line 9) | setup(_, { slots }) { FILE: ui/src/components/page-sticky/use-page-sticky.js function usePageSticky (line 32) | function usePageSticky() { FILE: ui/src/components/page/QPage.js method setup (line 19) | setup(props, { slots }) { FILE: ui/src/components/page/QPageContainer.js method setup (line 14) | setup(_, { slots }) { FILE: ui/src/components/pagination/QPagination.js function getBool (line 15) | function getBool(val, otherwise) { method setup (line 113) | setup(props, { emit }) { FILE: ui/src/components/parallax/QParallax.js method setup (line 33) | setup(props, { slots, emit }) { FILE: ui/src/components/popup-edit/QPopupEdit.js method setup (line 54) | setup(props, { slots, emit }) { FILE: ui/src/components/popup-proxy/QPopupProxy.js method setup (line 27) | setup(props, { slots, emit, attrs }) { FILE: ui/src/components/pull-to-refresh/QPullToRefresh.js constant PULLER_HEIGHT (line 25) | const PULLER_HEIGHT = 40, constant OFFSET_TOP (line 25) | const PULLER_HEIGHT = 40, method setup (line 43) | setup(props, { slots, emit }) { FILE: ui/src/components/radio/QRadio.js method setup (line 69) | setup(props, { slots, emit }) { FILE: ui/src/components/range/QRange.js method setup (line 48) | setup(props, { emit }) { FILE: ui/src/components/rating/QRating.js method setup (line 55) | setup(props, { slots, emit }) { FILE: ui/src/components/resize-observer/QResizeObserver.js method setup (line 35) | setup(props, { emit }) { FILE: ui/src/components/responsive/QResponsive.js method setup (line 15) | setup(props, { slots }) { FILE: ui/src/components/scroll-area/QScrollArea.js method setup (line 90) | setup(props, { slots, emit }) { FILE: ui/src/components/scroll-area/ScrollAreaControls.js method setup (line 12) | setup(props) { FILE: ui/src/components/scroll-observer/QScrollObserver.js method setup (line 32) | setup(props, { emit }) { FILE: ui/src/components/select/QSelect.js function getPropValueFn (line 55) | function getPropValueFn(userPropName, defaultPropName) { method setup (line 179) | setup(props, { slots, emit }) { FILE: ui/src/components/separator/QSeparator.js method setup (line 36) | setup(props) { FILE: ui/src/components/skeleton/QSkeleton.js method setup (line 72) | setup(props, { slots }) { FILE: ui/src/components/slide-item/QSlideItem.js method setup (line 44) | setup(props, { slots, emit }) { FILE: ui/src/components/slide-transition/QSlideTransition.js method setup (line 18) | setup(props, { slots, emit }) { FILE: ui/src/components/slider/QSlider.js method setup (line 34) | setup(props, { emit }) { FILE: ui/src/components/slider/use-slider.js function useSlider (line 104) | function useSlider({ FILE: ui/src/components/space/QSpace.js method setup (line 8) | setup() { FILE: ui/src/components/spinner/QSpinner.js method setup (line 19) | setup(props) { FILE: ui/src/components/spinner/QSpinnerAudio.js method setup (line 14) | setup(props) { FILE: ui/src/components/spinner/QSpinnerBall.js method setup (line 14) | setup(props) { FILE: ui/src/components/spinner/QSpinnerBars.js method setup (line 14) | setup(props) { FILE: ui/src/components/spinner/QSpinnerBox.js method setup (line 14) | setup(props) { FILE: ui/src/components/spinner/QSpinnerClock.js method setup (line 14) | setup(props) { FILE: ui/src/components/spinner/QSpinnerComment.js method setup (line 14) | setup(props) { FILE: ui/src/components/spinner/QSpinnerCube.js method setup (line 14) | setup(props) { FILE: ui/src/components/spinner/QSpinnerDots.js method setup (line 14) | setup(props) { FILE: ui/src/components/spinner/QSpinnerFacebook.js method setup (line 14) | setup(props) { FILE: ui/src/components/spinner/QSpinnerGears.js method setup (line 14) | setup(props) { FILE: ui/src/components/spinner/QSpinnerGrid.js method setup (line 14) | setup(props) { FILE: ui/src/components/spinner/QSpinnerHearts.js method setup (line 14) | setup(props) { FILE: ui/src/components/spinner/QSpinnerHourglass.js method setup (line 14) | setup(props) { FILE: ui/src/components/spinner/QSpinnerInfinity.js method setup (line 14) | setup(props) { FILE: ui/src/components/spinner/QSpinnerIos.js method setup (line 14) | setup(props) { FILE: ui/src/components/spinner/QSpinnerOrbit.js method setup (line 14) | setup(props) { FILE: ui/src/components/spinner/QSpinnerOval.js method setup (line 14) | setup(props) { FILE: ui/src/components/spinner/QSpinnerPie.js method setup (line 14) | setup(props) { FILE: ui/src/components/spinner/QSpinnerPuff.js method setup (line 14) | setup(props) { FILE: ui/src/components/spinner/QSpinnerRadio.js method setup (line 14) | setup(props) { FILE: ui/src/components/spinner/QSpinnerRings.js method setup (line 14) | setup(props) { FILE: ui/src/components/spinner/QSpinnerTail.js method setup (line 14) | setup(props) { FILE: ui/src/components/spinner/use-spinner.js function useSpinner (line 12) | function useSpinner(props) { FILE: ui/src/components/splitter/QSplitter.js method setup (line 52) | setup(props, { slots, emit }) { FILE: ui/src/components/stepper/QStep.js function getStepWrapper (line 16) | function getStepWrapper(slots) { method setup (line 35) | setup(_, { slots }) { method setup (line 72) | setup(props, { slots, emit }) { FILE: ui/src/components/stepper/QStepper.js function camelizeProps (line 19) | function camelizeProps(props) { method setup (line 54) | setup(props, { slots }) { FILE: ui/src/components/stepper/QStepperNavigation.js method setup (line 9) | setup(_, { slots }) { FILE: ui/src/components/stepper/StepHeader.js method setup (line 17) | setup(props, { attrs }) { FILE: ui/src/components/tab-panels/QTabPanel.js method setup (line 13) | setup(_, { slots }) { FILE: ui/src/components/tab-panels/QTabPanels.js method setup (line 24) | setup(props, { slots }) { FILE: ui/src/components/table/QTable.js function getCellValue (line 59) | function getCellValue(col, row) { method setup (line 161) | setup(props, { slots, emit }) { FILE: ui/src/components/table/QTd.js method setup (line 15) | setup(props, { slots }) { FILE: ui/src/components/table/QTh.js method setup (line 18) | setup(props, { slots, emit }) { FILE: ui/src/components/table/QTr.js method setup (line 14) | setup(props, { slots }) { FILE: ui/src/components/table/get-table-middle.js function getTableMiddle (line 3) | function getTableMiddle(props, content) { FILE: ui/src/components/table/table-column-selection.js function useTableColumnSelection (line 9) | function useTableColumnSelection( FILE: ui/src/components/table/table-filter.js function useTableFilter (line 8) | function useTableFilter(props, setPagination) { FILE: ui/src/components/table/table-pagination.js function samePagination (line 3) | function samePagination(oldPag, newPag) { function fixPagination (line 12) | function fixPagination(p) { function useTablePaginationState (line 32) | function useTablePaginationState(vm, getCellValue) { function useTablePagination (line 112) | function useTablePagination( FILE: ui/src/components/table/table-row-expand.js function getVal (line 3) | function getVal(val) { function useTableRowExpand (line 13) | function useTableRowExpand(props, emit) { FILE: ui/src/components/table/table-row-selection.js function useTableRowSelection (line 17) | function useTableRowSelection(props, emit, computedRows, getRowKey) { FILE: ui/src/components/table/table-sort.js function useTableSort (line 16) | function useTableSort( FILE: ui/src/components/tabs/QRouteTab.js method setup (line 20) | setup(props, { slots, emit }) { FILE: ui/src/components/tabs/QTab.js method setup (line 12) | setup(props, { slots, emit }) { FILE: ui/src/components/tabs/QTabs.js function getIndicatorClass (line 24) | function getIndicatorClass(color, top, vertical) { function hasQueryIncluded (line 30) | function hasQueryIncluded(targetQuery, matchingQuery) { method setup (line 85) | setup(props, { slots, emit }) { FILE: ui/src/components/tabs/use-tab.js function useTab (line 55) | function useTab(props, slots, emit, routeData) { FILE: ui/src/components/time/QTime.js function getViewByModel (line 38) | function getViewByModel(model, withSeconds) { function getCurrentTime (line 50) | function getCurrentTime() { function getWheelDist (line 61) | function getWheelDist(a, b, threshold) { function getValidValues (line 66) | function getValidValues(start, count, testFn) { method setup (line 119) | setup(props, { slots, emit }) { FILE: ui/src/components/timeline/QTimeline.js method setup (line 36) | setup(props, { slots }) { FILE: ui/src/components/timeline/QTimelineEntry.js method setup (line 37) | setup(props, { slots }) { FILE: ui/src/components/toggle/QToggle.js method setup (line 24) | setup(props) { FILE: ui/src/components/toolbar/QToolbar.js method setup (line 13) | setup(props, { slots }) { FILE: ui/src/components/toolbar/QToolbarTitle.js method setup (line 13) | setup(props, { slots }) { FILE: ui/src/components/tooltip/QTooltip.js method setup (line 103) | setup(props, { slots, emit, attrs }) { FILE: ui/src/components/tree/QTree.js method setup (line 95) | setup(props, { slots, emit }) { FILE: ui/src/components/uploader/QUploaderAddTrigger.js method setup (line 12) | setup() { FILE: ui/src/components/uploader/uploader-core.js function getProgressLabel (line 34) | function getProgressLabel(p) { function getRenderer (line 71) | function getRenderer(getPlugin, expose) { FILE: ui/src/components/uploader/xhr-uploader-plugin.js function getFn (line 3) | function getFn(prop) { function injectPlugin (line 30) | function injectPlugin({ props, emit, helpers }) { FILE: ui/src/components/video/QVideo.js method setup (line 36) | setup(props) { FILE: ui/src/components/virtual-scroll/QVirtualScroll.js method setup (line 57) | setup(props, { slots, attrs }) { FILE: ui/src/components/virtual-scroll/use-virtual-scroll.js function sumFn (line 62) | function sumFn(acc, item) { function getScrollDetails (line 66) | function getScrollDetails( function setScroll (line 162) | function setScroll(parent, scroll, horizontal, rtl) { function sumSize (line 198) | function sumSize(sizeAgg, size, from, to) { function useVirtualScroll (line 261) | function useVirtualScroll({ FILE: ui/src/composables/private.use-align/use-align.js function useAlign (line 22) | function useAlign(props) { FILE: ui/src/composables/private.use-anchor/use-anchor.js function useAnchor (line 31) | function useAnchor({ FILE: ui/src/composables/private.use-dark/use-dark.js function useDark (line 10) | function useDark(props, $q) { FILE: ui/src/composables/private.use-field/use-field.js function fieldValueIsFilled (line 33) | function fieldValueIsFilled(val) { function useFieldState (line 90) | function useFieldState({ function useField (line 144) | function useField(state) { FILE: ui/src/composables/private.use-file/use-file-dom-props.js function useFileDomProps (line 3) | function useFileDomProps(props, typeGuard) { FILE: ui/src/composables/private.use-file/use-file.js function filterFiles (line 6) | function filterFiles(files, rejectedFiles, failedPropValidation, filterF... function stopAndPreventDrag (line 20) | function stopAndPreventDrag(e) { function useFile (line 40) | function useFile({ FILE: ui/src/composables/private.use-fullscreen/use-fullscreen.js function useFullscreen (line 22) | function useFullscreen() { FILE: ui/src/composables/private.use-history/use-history.js function useHistory (line 5) | function useHistory(showing, hide, hideOnRouteChange) { FILE: ui/src/composables/private.use-history/use-history.test.js method setup (line 14) | setup() { method setup (line 36) | setup() { method setup (line 58) | setup() { FILE: ui/src/composables/private.use-key-composition/use-key-composition.js function useKeyComposition (line 10) | function useKeyComposition(onInput) { FILE: ui/src/composables/private.use-model-toggle/use-model-toggle.js function useModelToggle (line 18) | function useModelToggle({ FILE: ui/src/composables/private.use-panel/use-panel.js method setup (line 25) | setup(_, { slots }) { function isValidPanelName (line 67) | function isValidPanelName(name) { function usePanel (line 71) | function usePanel() { FILE: ui/src/composables/private.use-portal/use-portal.js method setup (line 27) | setup(_, { slots }) { function isOnGlobalDialog (line 32) | function isOnGlobalDialog(vm) { function usePortal (line 52) | function usePortal(vm, innerRef, renderPortalContent, type) { FILE: ui/src/composables/private.use-prevent-scroll/use-prevent-scroll.js function usePreventScroll (line 3) | function usePreventScroll() { FILE: ui/src/composables/private.use-ratio/use-ratio.js function useRatio (line 7) | function useRatio(props, naturalRatio) { FILE: ui/src/composables/private.use-refocus-target/use-refocus-target.js function useRefocusTarget (line 3) | function useRefocusTarget(props, rootRef) { FILE: ui/src/composables/private.use-router-link/use-router-link.js function getOriginalPath (line 11) | function getOriginalPath(record) { function isSameRouteRecord (line 15) | function isSameRouteRecord(a, b) { function includesParams (line 22) | function includesParams(outer, inner) { function isEquivalentArray (line 41) | function isEquivalentArray(a, b) { function isSameRouteLocationParamsValue (line 47) | function isSameRouteLocationParamsValue(a, b) { function isSameRouteLocationParams (line 55) | function isSameRouteLocationParams(a, b) { function useRouterLink (line 99) | function useRouterLink({ FILE: ui/src/composables/private.use-scroll-target/use-scroll-target.js function useScrollTarget (line 5) | function useScrollTarget(props, configureScrollTarget) { FILE: ui/src/composables/private.use-size/use-size.js function useSize (line 15) | function useSize(props, sizes = useSizeDefaults) { FILE: ui/src/composables/private.use-transition/use-transition.js function useTransition (line 20) | function useTransition( FILE: ui/src/composables/private.use-validate/use-validate.js function useValidate (line 29) | function useValidate(focused, innerLoading) { FILE: ui/src/composables/use-dialog-plugin-component/use-dialog-plugin-component.js function useDialogPluginComponent (line 8) | function useDialogPluginComponent() { FILE: ui/src/composables/use-form/private.use-form.js function useFormAttrs (line 7) | function useFormAttrs(props) { function useFormInject (line 15) | function useFormInject(formAttrs = {}) { function useFormInputNameAttr (line 26) | function useFormInputNameAttr(props) { FILE: ui/src/composables/use-form/use-form-child.js function useFormChild (line 11) | function useFormChild({ FILE: ui/src/composables/use-hydration/use-hydration.js function useHydration (line 6) | function useHydration() { FILE: ui/src/composables/use-hydration/use-hydration.test.js method setup (line 14) | setup() { FILE: ui/src/composables/use-id/use-id.js function parseValue (line 7) | function parseValue(val) { function getId (line 11) | function getId(val, required) { function useId (line 26) | function useId({ getValue, required = true } = {}) { FILE: ui/src/composables/use-id/use-id.test.js method setup (line 60) | setup() { FILE: ui/src/composables/use-interval/use-interval.js function useInterval (line 11) | function useInterval() { FILE: ui/src/composables/use-interval/use-interval.test.js method setup (line 32) | setup() { method setup (line 58) | setup() { method setup (line 84) | setup() { method setup (line 117) | setup() { method setup (line 144) | setup() { FILE: ui/src/composables/use-meta/use-meta.js function useMeta (line 12) | function useMeta(metaOptions) { FILE: ui/src/composables/use-quasar/use-quasar.js function useQuasar (line 9) | function useQuasar() { FILE: ui/src/composables/use-quasar/use-quasar.test.js method setup (line 14) | setup() { FILE: ui/src/composables/use-render-cache/use-render-cache.js function useRenderCache (line 1) | function useRenderCache() { FILE: ui/src/composables/use-split-attrs/use-split-attrs.js function useSplitAttrs (line 5) | function useSplitAttrs() { FILE: ui/src/composables/use-split-attrs/use-split-attrs.test.js method setup (line 33) | setup() { method setup (line 43) | setup() { FILE: ui/src/composables/use-tick/use-tick.js function useTick (line 16) | function useTick() { FILE: ui/src/composables/use-tick/use-tick.test.js method setup (line 25) | setup() { method setup (line 45) | setup() { method setup (line 67) | setup() { method setup (line 93) | setup() { FILE: ui/src/composables/use-timeout/use-timeout.js function useTimeout (line 11) | function useTimeout() { FILE: ui/src/composables/use-timeout/use-timeout.test.js method setup (line 32) | setup() { method setup (line 57) | setup() { method setup (line 82) | setup() { method setup (line 114) | setup() { method setup (line 140) | setup() { FILE: ui/src/directives/close-popup/ClosePopup.js function getDepth (line 16) | function getDepth(value) { method beforeMount (line 30) | beforeMount(el, { value }) { method updated (line 57) | updated(el, { value, oldValue }) { method beforeUnmount (line 63) | beforeUnmount(el) { FILE: ui/src/directives/intersection/Intersection.js function update (line 11) | function update(el, ctx, value) { function destroy (line 54) | function destroy(el) { method mounted (line 69) | mounted(el, { modifiers, value }) { method updated (line 79) | updated(el, binding) { FILE: ui/src/directives/morph/Morph.js function changeClass (line 25) | function changeClass(ctx, action) { function trigger (line 32) | function trigger(group) { function updateModifiers (line 74) | function updateModifiers(mod, ctx) { function insertArgs (line 82) | function insertArgs(arg, ctx) { function updateArgs (line 94) | function updateArgs(arg, ctx) { function updateModel (line 111) | function updateModel(name, ctx) { function updateValue (line 144) | function updateValue(ctx, value) { method mounted (line 179) | mounted(el, binding) { method updated (line 193) | updated(el, binding) { method beforeUnmount (line 197) | beforeUnmount(el) { FILE: ui/src/directives/mutation/Mutation.js function update (line 13) | function update(el, ctx, value) { function destroy (line 29) | function destroy(el) { method mounted (line 44) | mounted(el, { modifiers: { once, ...mod }, value }) { method updated (line 55) | updated(el, { oldValue, value }) { FILE: ui/src/directives/ripple/Ripple.js function showRipple (line 8) | function showRipple(evt, el, ctx, forceCenter) { function updateModifiers (line 63) | function updateModifiers(ctx, { modifiers, value, arg }) { method beforeMount (line 80) | beforeMount(el, binding) { method updated (line 129) | updated(el, binding) { method beforeUnmount (line 145) | beforeUnmount(el) { FILE: ui/src/directives/ripple/Ripple.test.js method setup (line 57) | setup() { method setup (line 75) | setup() { method setup (line 98) | setup() { method setup (line 116) | setup() { method setup (line 134) | setup() { method setup (line 154) | setup() { method setup (line 172) | setup() { method setup (line 194) | setup() { method setup (line 219) | setup() { FILE: ui/src/directives/scroll-fire/ScrollFire.js function update (line 10) | function update(ctx, { value, oldValue }) { method mounted (line 29) | mounted(el, binding) { method updated (line 60) | updated(el, binding) { method beforeUnmount (line 66) | beforeUnmount(el) { FILE: ui/src/directives/scroll/Scroll.js function update (line 10) | function update(ctx, { value, oldValue }) { method mounted (line 32) | mounted(el, binding) { method updated (line 48) | updated(el, binding) { method beforeUnmount (line 54) | beforeUnmount(el) { FILE: ui/src/directives/touch-hold/TouchHold.js function removeBodyNonSelectable (line 15) | function removeBodyNonSelectable() { method beforeMount (line 25) | beforeMount(el, binding) { method updated (line 165) | updated(el, binding) { method beforeUnmount (line 174) | beforeUnmount(el) { FILE: ui/src/directives/touch-pan/TouchPan.js function getChanges (line 22) | function getChanges(evt, ctx, isFinal) { function removeChildrenNoPointerEvents (line 122) | function removeChildrenNoPointerEvents() { method beforeMount (line 134) | beforeMount(el, { value, modifiers }) { method updated (line 431) | updated(el, bindings) { method beforeUnmount (line 444) | beforeUnmount(el) { FILE: ui/src/directives/touch-repeat/TouchRepeat.js function shouldEnd (line 29) | function shouldEnd(evt, origin) { function removeBodyNonSelectable (line 35) | function removeBodyNonSelectable() { method beforeMount (line 45) | beforeMount(el, { modifiers, value, arg }) { method updated (line 266) | updated(el, { oldValue, value }) { method beforeUnmount (line 275) | beforeUnmount(el) { FILE: ui/src/directives/touch-swipe/TouchSwipe.js function parseArg (line 20) | function parseArg(arg) { function removeBodyChildrenNoPointerEvents (line 36) | function removeBodyChildrenNoPointerEvents() { method beforeMount (line 46) | beforeMount(el, { value, arg, modifiers }) { method updated (line 268) | updated(el, bindings) { method beforeUnmount (line 281) | beforeUnmount(el) { FILE: ui/src/flags.dev.js function getAttachPoint (line 8) | function getAttachPoint() { FILE: ui/src/index.ssr.js method install (line 23) | install(app, opts, ssrContext) { FILE: ui/src/index.umd.js method install (line 26) | install(app, opts) { FILE: ui/src/install-quasar.js function createChildApp (line 36) | function createChildApp(appCfg, parentApp) { function installPlugins (line 47) | function installPlugins(pluginOpts, pluginList) { function prepareApp (line 54) | function prepareApp(app, uiOpts, pluginOpts) { FILE: ui/src/plugins/addressbar/AddressbarColor.js function getProp (line 7) | function getProp() { function getMetaTag (line 11) | function getMetaTag(v) { function setColor (line 20) | function setColor(hexColor) { method install (line 61) | install({ $q }) { FILE: ui/src/plugins/addressbar/AddressbarColor.test.js function mountPlugin (line 12) | function mountPlugin(addressbarColor) { FILE: ui/src/plugins/app-fullscreen/AppFullscreen.js function assignFn (line 6) | function assignFn(fn) { function getFullscreenElement (line 14) | function getFullscreenElement() { function updateEl (line 24) | function updateEl() { function togglePluginState (line 34) | function togglePluginState() { function promisify (line 40) | function promisify(target, fn) { method install (line 57) | install({ $q }) { method request (line 80) | request(target) { method exit (line 96) | exit() { method toggle (line 102) | toggle(target) { FILE: ui/src/plugins/app-fullscreen/test/mock-fullscreen.js function mockedRequestFullscreen (line 8) | function mockedRequestFullscreen(el = document.documentElement) { function mockedExitFullscreen (line 13) | function mockedExitFullscreen() { function mockedToggleFullscreen (line 18) | function mockedToggleFullscreen() { function createMockedEl (line 22) | function createMockedEl() { FILE: ui/src/plugins/app-visibility/AppVisibility.js method install (line 9) | install({ $q }) { FILE: ui/src/plugins/bottom-sheet/BottomSheet.js method install (line 5) | install({ $q, parentApp }) { FILE: ui/src/plugins/bottom-sheet/component/BottomSheetComponent.js method setup (line 37) | setup(props, { emit }) { FILE: ui/src/plugins/cookies/Cookies.js function encode (line 1) | function encode(string) { function decode (line 5) | function decode(string) { function stringifyCookieValue (line 9) | function stringifyCookieValue(value) { function read (line 13) | function read(string) { function getString (line 42) | function getString(msOffset) { function parseExpireString (line 48) | function parseExpireString(str) { function set (line 73) | function set(key, val, opts = {}, ssr) { function get (line 141) | function get(key, ssr) { function remove (line 167) | function remove(key, options, ssr) { function has (line 171) | function has(key, ssr) { function getObject (line 175) | function getObject(ssr) { method install (line 186) | install({ $q, ssrContext }) { FILE: ui/src/plugins/dark/Dark.js method set (line 11) | set(val) { method toggle (line 36) | toggle() { method install (line 40) | install({ $q, ssrContext }) { FILE: ui/src/plugins/dialog/Dialog.js method install (line 5) | install({ $q, parentApp }) { FILE: ui/src/plugins/dialog/component/DialogPluginComponent.js method setup (line 58) | setup(props, { emit }) { FILE: ui/src/plugins/icon-set/IconSet.js method set (line 14) | set(setObject, ssrContext) { method install (line 33) | install({ $q, iconSet, ssrContext }) { FILE: ui/src/plugins/lang/Lang.js function getLocale (line 5) | function getLocale() { method set (line 38) | set(langObject = defaultLang, ssrContext) { method install (line 90) | install({ $q, lang, ssrContext }) { FILE: ui/src/plugins/loading-bar/LoadingBar.js method install (line 23) | install({ $q, parentApp }) { FILE: ui/src/plugins/loading/Loading.js function registerProps (line 38) | function registerProps(opts) { method show (line 57) | show(opts) { method hide (line 184) | hide(group) { method setDefaults (line 217) | setDefaults(opts) { method install (line 223) | install({ $q, parentApp }) { FILE: ui/src/plugins/meta/Meta.js function normalize (line 8) | function normalize(meta) { function changed (line 38) | function changed(old, def) { function bodyFilter (line 50) | function bodyFilter(name) { function htmlFilter (line 54) | function htmlFilter(name) { function diff (line 58) | function diff(meta, other) { function apply (line 100) | function apply({ add, remove }) { function getAttr (line 148) | function getAttr(seed) { function getHead (line 155) | function getHead(meta) { function injectServerMeta (line 177) | function injectServerMeta(ssrContext) { function updateClientMeta (line 229) | function updateClientMeta() { function planClientUpdate (line 256) | function planClientUpdate() { method install (line 262) | install(opts) { FILE: ui/src/plugins/notify/Notify.js function addNotification (line 69) | function addNotification(config, $q, originalApi) { function removeNotification (line 356) | function removeNotification(notif) { function hasContent (line 386) | function hasContent(str) { function logError (line 390) | function logError(error, config) { function getComponent (line 395) | function getComponent() { method setDefaults (line 547) | setDefaults(opts) { method registerType (line 553) | registerType(typeName, typeOpts) { method install (line 559) | install({ $q, parentApp }) { FILE: ui/src/plugins/platform/Platform.js function getMatch (line 23) | function getMatch(userAgent, platformMatch) { function getPlatformMatch (line 47) | function getPlatformMatch(userAgent) { function getPlatform (line 73) | function getPlatform(UA) { method install (line 340) | install(opts) { FILE: ui/src/plugins/private.body/Body.js function getMobilePlatform (line 7) | function getMobilePlatform(is) { function getBodyClasses (line 12) | function getBodyClasses({ is, has, within }, cfg) { function applyClientSsrCorrections (line 46) | function applyClientSsrCorrections() { function setColors (line 86) | function setColors(brand) { method install (line 93) | install(opts) { FILE: ui/src/plugins/private.history/History.js function filterInvalidPath (line 6) | function filterInvalidPath(path) { function normalizeExitPath (line 12) | function normalizeExitPath(path) { function getShouldExitFn (line 19) | function getShouldExitFn(cfg) { method install (line 41) | install({ $q }) { FILE: ui/src/plugins/screen/Screen.js constant SIZE_LIST (line 7) | const SIZE_LIST = ['sm', 'md', 'lg', 'xl'] method install (line 46) | install({ $q, onSSRHydrated }) { FILE: ui/src/plugins/screen/Screen.test.js function setWidth (line 17) | function setWidth(width) { function setHeight (line 23) | function setHeight(height) { FILE: ui/src/plugins/storage/LocalStorage.js method install (line 10) | install({ $q }) { FILE: ui/src/plugins/storage/SessionStorage.js method install (line 10) | install({ $q }) { FILE: ui/src/plugins/storage/engine/web-storage.js function encode (line 4) | function encode(value) { function decode (line 32) | function decode(value) { function getEmptyStorage (line 77) | function getEmptyStorage() { function getStorage (line 96) | function getStorage(type) { FILE: ui/src/utils/EventBus/EventBus.js class EventBus (line 6) | class EventBus { method constructor (line 7) | constructor() { method on (line 11) | on(name, callback, ctx) { method once (line 20) | once(name, callback, ctx) { method emit (line 30) | emit(name, ...args) { method off (line 42) | off(name, callback) { FILE: ui/src/utils/clone/clone.js function cloneDeep (line 3) | function cloneDeep(data, hash = new WeakMap()) { FILE: ui/src/utils/colors/colors.js function rgbToHex (line 3) | function rgbToHex({ r, g, b, a }) { function rgbToString (line 23) | function rgbToString({ r, g, b, a }) { function hexToRgb (line 27) | function hexToRgb(hex) { function hsvToRgb (line 52) | function hsvToRgb({ h, s, v, a }) { function rgbToHsv (line 111) | function rgbToHsv({ r, g, b, a }) { function textToRgb (line 149) | function textToRgb(str) { function lighten (line 177) | function lighten(color, percent) { function luminosity (line 205) | function luminosity(color) { function brightness (line 220) | function brightness(color) { function blend (line 230) | function blend(fgColor, bgColor) { function changeAlpha (line 262) | function changeAlpha(color, offset) { function getPaletteColor (line 282) | function getPaletteColor(colorName) { FILE: ui/src/utils/copy-to-clipboard/copy-to-clipboard.js function fallback (line 3) | function fallback(text) { function copyToClipboard (line 25) | function copyToClipboard(text) { FILE: ui/src/utils/create-meta-mixin/create-meta-mixin.js function createMetaMixin (line 3) | function createMetaMixin(metaOptions) { FILE: ui/src/utils/create-uploader-component/create-uploader-component.js function createUploaderComponent (line 13) | function createUploaderComponent({ FILE: ui/src/utils/css-var/get-css-var.js function getCssVar (line 1) | function getCssVar(propName, element = document.body) { FILE: ui/src/utils/css-var/set-css-var.js function setCssVar (line 1) | function setCssVar(propName, value, element = document.body) { FILE: ui/src/utils/date/date.js constant MILLISECONDS_IN_DAY (line 6) | const MILLISECONDS_IN_DAY = 86_400_000, constant MILLISECONDS_IN_HOUR (line 6) | const MILLISECONDS_IN_DAY = 86_400_000, constant MILLISECONDS_IN_MINUTE (line 6) | const MILLISECONDS_IN_DAY = 86_400_000, function getRegexData (line 16) | function getRegexData(mask, dateLocale) { function getDateLocale (line 203) | function getDateLocale(paramDateLocale, langProps) { function formatTimezone (line 211) | function formatTimezone(offset, delimeter = '') { function applyYearMonthDayChange (line 220) | function applyYearMonthDayChange(date, mod, sign) { function applyYearMonthDay (line 251) | function applyYearMonthDay(date, mod, middle) { function getChange (line 274) | function getChange(date, rawMod, sign) { function normalizeMod (line 290) | function normalizeMod(mod) { function adjustDate (line 335) | function adjustDate(date, rawMod, utc) { function extractDate (line 352) | function extractDate(str, mask, dateLocale) { function __splitDate (line 372) | function __splitDate(str, mask, dateLocale, calendar, defaultModel) { function isValid (line 506) | function isValid(date) { function buildDate (line 510) | function buildDate(mod, utc) { function getDayOfWeek (line 514) | function getDayOfWeek(date) { function getWeekOfYear (line 519) | function getWeekOfYear(date) { function getDayIdentifier (line 543) | function getDayIdentifier(date) { function getDateIdentifier (line 547) | function getDateIdentifier(date, onlyDate /* = false */) { function isBetweenDates (line 552) | function isBetweenDates(date, from, to, opts = {}) { function addToDate (line 563) | function addToDate(date, mod) { function subtractFromDate (line 566) | function subtractFromDate(date, mod) { function startOfDate (line 570) | function startOfDate(date, unit, utc) { function endOfDate (line 604) | function endOfDate(date, unit, utc) { function getMaxDate (line 638) | function getMaxDate(date, ...args) { function getMinDate (line 647) | function getMinDate(date, ...args) { function getDiff (line 656) | function getDiff(t, sub, interval) { function getDateDiff (line 665) | function getDateDiff(date, subtract, unit = 'days') { function getDayOfYear (line 719) | function getDayOfYear(date) { function inferDateFormat (line 723) | function inferDateFormat(date) { function getDateBetween (line 727) | function getDateBetween(date, min, max) { function isSameDate (line 747) | function isSameDate(date, date2, unit) { function daysInMonth (line 802) | function daysInMonth(date) { function getOrdinal (line 806) | function getOrdinal(n) { method YY (line 826) | YY(date, dateLocale, forcedYear) { method YYYY (line 833) | YYYY(date, _dateLocale, forcedYear) { method M (line 841) | M(date) { method Mo (line 846) | Mo(date) { method MM (line 851) | MM(date) { method MMM (line 856) | MMM(date, dateLocale) { method MMMM (line 861) | MMMM(date, dateLocale) { method Q (line 866) | Q(date) { method Qo (line 871) | Qo(date) { method D (line 876) | D(date) { method Do (line 881) | Do(date) { method DD (line 886) | DD(date) { method DDD (line 891) | DDD(date) { method DDDo (line 896) | DDDo(date) { method DDDD (line 901) | DDDD(date) { method d (line 906) | d(date) { method do (line 911) | do(date) { method dd (line 916) | dd(date, dateLocale) { method ddd (line 921) | ddd(date, dateLocale) { method dddd (line 926) | dddd(date, dateLocale) { method E (line 931) | E(date) { method w (line 936) | w(date) { method wo (line 941) | wo(date) { method ww (line 946) | ww(date) { method H (line 951) | H(date) { method HH (line 956) | HH(date) { method h (line 961) | h(date) { method hh (line 967) | hh(date) { method m (line 972) | m(date) { method mm (line 977) | mm(date) { method s (line 982) | s(date) { method ss (line 987) | ss(date) { method S (line 992) | S(date) { method SS (line 997) | SS(date) { method SSS (line 1002) | SSS(date) { method A (line 1007) | A(date) { method a (line 1012) | a(date) { method aa (line 1017) | aa(date) { method Z (line 1022) | Z(date, _dateLocale, _forcedYear, forcedTimezoneOffset) { method ZZ (line 1032) | ZZ(date, _dateLocale, _forcedYear, forcedTimezoneOffset) { method X (line 1042) | X(date) { method x (line 1047) | x(date) { function formatDate (line 1052) | function formatDate( function clone (line 1080) | function clone(date) { FILE: ui/src/utils/date/private.persian.js function toJalaali (line 14) | function toJalaali(gy, gm, gd) { function toGregorian (line 26) | function toGregorian(jy, jm, jd) { function isLeapJalaaliYear (line 33) | function isLeapJalaaliYear(jy) { function jalaaliMonthLength (line 40) | function jalaaliMonthLength(jy, jm) { function jalCalLeap (line 54) | function jalCalLeap(jy) { function jalCal (line 103) | function jalCal(jy, withoutLeap) { function j2d (line 169) | function j2d(jy, jm, jd) { function d2j (line 183) | function d2j(jdn) { function g2d (line 237) | function g2d(gy, gm, gd) { function d2g (line 258) | function d2g(jdn) { function div (line 276) | function div(a, b) { function mod (line 280) | function mod(a, b) { FILE: ui/src/utils/debounce/debounce.js function debounce (line 2) | function debounce(fn, wait = 250, immediate) { FILE: ui/src/utils/dom/dom.js function offset (line 3) | function offset(el) { function style (line 11) | function style(el, property) { function height (line 15) | function height(el) { function width (line 19) | function width(el) { function css (line 23) | function css(element, cssObject) { function cssBatch (line 31) | function cssBatch(elements, elementCssObject) { function ready (line 35) | function ready(fn) { function getElement (line 46) | function getElement(el) { function childHasFocus (line 66) | function childHasFocus(el, focusedEl) { FILE: ui/src/utils/dom/dom.test.js function createEl (line 8) | function createEl({ top, left } = {}) { FILE: ui/src/utils/event/event.js method get (line 9) | get() { function noop (line 23) | function noop() {} function leftClick (line 25) | function leftClick(e) { function middleClick (line 29) | function middleClick(e) { function rightClick (line 33) | function rightClick(e) { function position (line 37) | function position(e) { function getEventPath (line 52) | function getEventPath(e) { constant LINE_HEIGHT (line 77) | const LINE_HEIGHT = 40, constant PAGE_HEIGHT (line 77) | const LINE_HEIGHT = 40, function getMouseWheelDistance (line 80) | function getMouseWheelDistance(e) { function stop (line 97) | function stop(e) { function prevent (line 101) | function prevent(e) { function stopAndPrevent (line 105) | function stopAndPrevent(e) { function preventDraggable (line 110) | function preventDraggable(el, status) { function addEvt (line 137) | function addEvt(ctx, targetName, events) { function cleanEvt (line 147) | function cleanEvt(ctx, targetName) { FILE: ui/src/utils/export-file/export-file.js function clean (line 1) | function clean(link) { function exportFile (line 30) | function exportFile(fileName, rawData, opts = {}) { FILE: ui/src/utils/extend/extend.js function isPlainObject (line 9) | function isPlainObject(obj) { function extend (line 30) | function extend(...args) { FILE: ui/src/utils/format/format.js function humanStorageSize (line 3) | function humanStorageSize(bytes, decimals = 1) { function capitalize (line 14) | function capitalize(str) { function between (line 18) | function between(v, min, max) { function normalizeToInterval (line 22) | function normalizeToInterval(v, min, max) { function pad (line 37) | function pad(v, length = 2, char = '0') { FILE: ui/src/utils/frame-debounce/frame-debounce.js function frameDebounce (line 1) | function frameDebounce(fn) { FILE: ui/src/utils/is/is.js function isDeepEqual (line 1) | function isDeepEqual(a, b) { function isObject (line 124) | function isObject(v) { function isDate (line 128) | function isDate(v) { function isRegexp (line 132) | function isRegexp(v) { function isNumber (line 136) | function isNumber(v) { FILE: ui/src/utils/morph/morph.js function defaultCancel (line 6) | function defaultCancel() { function getAbsolutePosition (line 10) | function getAbsolutePosition(el, resize) { function getAbsoluteSize (line 40) | function getAbsoluteSize(el) { function getComputedStyle (line 58) | function getComputedStyle(el, props) { function getMaxZIndex (line 111) | function getMaxZIndex(elStart) { function normalizeElements (line 132) | function normalizeElements(opts) { function normalizeOptions (line 139) | function normalizeOptions(options) { function getElement (line 188) | function getElement(element) { function isValidElement (line 198) | function isValidElement(element) { function morph (line 204) | function morph(_options) { FILE: ui/src/utils/open-url/open-url.js function parseFeatures (line 6) | function parseFeatures(winFeatures) { function openWindow (line 20) | function openWindow(url, reject, windowFeatures) { function openUrl (line 51) | function openUrl(url, reject, windowFeatures) { FILE: ui/src/utils/private.click-outside/click-outside.js function globalHandler (line 9) | function globalHandler(evt) { function addClickOutside (line 67) | function addClickOutside(clickOutsideProps) { function removeClickOutside (line 76) | function removeClickOutside(clickOutsideProps) { FILE: ui/src/utils/private.config/instance-config.js function freezeGlobalConfig (line 6) | function freezeGlobalConfig() { FILE: ui/src/utils/private.config/instance-config.test.js function mountWithConfig (line 16) | function mountWithConfig(mountConfig) { FILE: ui/src/utils/private.config/nodes.js function createGlobalNode (line 9) | function createGlobalNode(id, portalType) { function removeGlobalNode (line 29) | function removeGlobalNode(el) { function changeGlobalNodesTarget (line 38) | function changeGlobalNodesTarget(newTarget) { FILE: ui/src/utils/private.create/create.js function createComponent (line 4) | function createComponent(raw) { function createDirective (line 7) | function createDirective(raw) { FILE: ui/src/utils/private.dialog/create-dialog.js function merge (line 14) | function merge(target, source) { function createDialog (line 27) | function createDialog( FILE: ui/src/utils/private.focus/focus-manager.js function clearFlag (line 4) | function clearFlag(flag) { function addFocusWaitFlag (line 8) | function addFocusWaitFlag(flag) { function removeFocusWaitFlag (line 13) | function removeFocusWaitFlag(flag) { function addFocusFn (line 23) | function addFocusFn(fn) { function removeFocusFn (line 31) | function removeFocusFn(fn) { FILE: ui/src/utils/private.focus/focus-manager.test.js function createTestFn (line 26) | function createTestFn() { function createTestWaitFlag (line 32) | function createTestWaitFlag() { FILE: ui/src/utils/private.focus/focusout.js function trigger (line 5) | function trigger(e) { function addFocusout (line 9) | function addFocusout(fn) { function removeFocusout (line 19) | function removeFocusout(fn) { FILE: ui/src/utils/private.focus/focusout.test.js function createTestFn (line 15) | function createTestFn() { function triggerEvt (line 21) | function triggerEvt(name = 'focusin') { FILE: ui/src/utils/private.get-emits-object/get-emits-object.js function getEmitsObject (line 3) | function getEmitsObject(emitsArray) { FILE: ui/src/utils/private.inject-obj-prop/inject-obj-prop.js function injectProp (line 1) | function injectProp(target, propName, get, set) { function injectMultipleProps (line 10) | function injectMultipleProps(target, props) { FILE: ui/src/utils/private.keyboard/escape-key.js function onKeydown (line 7) | function onKeydown(evt) { function onBlur (line 11) | function onBlur() { function onKeyup (line 17) | function onKeyup(evt) { function update (line 27) | function update(action) { function addEscapeKey (line 34) | function addEscapeKey(fn) { function removeEscapeKey (line 44) | function removeEscapeKey(fn) { FILE: ui/src/utils/private.keyboard/escape-key.test.js function createTestFn (line 15) | function createTestFn() { function triggerKey (line 21) | function triggerKey(keyCode = 27) { FILE: ui/src/utils/private.keyboard/key-composition.js function onKeyDownComposition (line 3) | function onKeyDownComposition(evt) { function shouldIgnoreKey (line 7) | function shouldIgnoreKey(evt) { function isKeyCode (line 16) | function isKeyCode(evt, keyCodes) { FILE: ui/src/utils/private.noop-ssr-directive-transform/noop-ssr-directive-transform.js function noopSsrDirectiveTransform (line 1) | function noopSsrDirectiveTransform() { FILE: ui/src/utils/private.portal/portal.js function getPortalProxy (line 5) | function getPortalProxy(el) { function closePortalMenus (line 11) | function closePortalMenus(proxy, evt) { function closePortals (line 38) | function closePortals(proxy, evt, depth) { FILE: ui/src/utils/private.position-engine/position-engine.js function validatePosition (line 8) | function validatePosition(pos) { function validateOffset (line 28) | function validateOffset(val) { function parsePosition (line 50) | function parsePosition(pos, rtl) { function getAnchorProps (line 58) | function getAnchorProps(el, offset) { function getAbsoluteAnchorProps (line 83) | function getAbsoluteAnchorProps(el, absoluteOffset, offset) { function getTargetProps (line 106) | function getTargetProps(width, height) { function getTopLeftProps (line 117) | function getTopLeftProps(anchorProps, targetProps, anchorOrigin, selfOri... function setPosition (line 125) | function setPosition(cfg, retryNumber = 0) { function applyBoundaries (line 305) | function applyBoundaries( FILE: ui/src/utils/private.render/render.js function hSlot (line 3) | function hSlot(slot, otherwise) { function hUniqueSlot (line 7) | function hUniqueSlot(slot, otherwise) { function hMergeSlot (line 22) | function hMergeSlot(slot, source) { function hMergeSlotSafely (line 31) | function hMergeSlotSafely(slot, source) { function hDir (line 42) | function hDir(tag, data, children, key, condition, getDirsFn) { FILE: ui/src/utils/private.render/render.test.js method beforeMount (line 136) | beforeMount() { method beforeUnmount (line 139) | beforeUnmount() { FILE: ui/src/utils/private.selection/selection.js function clearSelection (line 3) | function clearSelection() { FILE: ui/src/utils/private.sort/sort.js function sortDate (line 1) | function sortDate(a, b) { function sortBoolean (line 5) | function sortBoolean(a, b) { FILE: ui/src/utils/private.symbols/symbols.js function emptyRenderFn (line 11) | function emptyRenderFn() {} FILE: ui/src/utils/private.touch/touch.js function getModifierDirections (line 14) | function getModifierDirections(mod) { function shouldStart (line 51) | function shouldStart(evt, ctx) { FILE: ui/src/utils/private.touch/touch.test.js function createEvent (line 6) | async function createEvent(nodeName) { FILE: ui/src/utils/private.vm/vm.js function getParentProxy (line 2) | function getParentProxy(proxy) { function fillNormalizedVNodes (line 18) | function fillNormalizedVNodes(children, vnode) { function getNormalizedVNodes (line 31) | function getNormalizedVNodes(vnodes) { function vmHasRouter (line 41) | function vmHasRouter(vm) { function vmIsDestroyed (line 45) | function vmIsDestroyed(vm) { FILE: ui/src/utils/private.vm/vm.test.js method setup (line 22) | setup() { method setup (line 33) | setup() { method setup (line 47) | setup() { method setup (line 65) | setup() { method setup (line 84) | setup(_, { slots }) { method setup (line 125) | setup() { method setup (line 141) | setup() { method setup (line 163) | setup() { FILE: ui/src/utils/run-sequential-promises/run-sequential-promises.js function parsePromises (line 1) | function parsePromises(sequentialPromises) { function runSequentialPromises (line 61) | function runSequentialPromises( FILE: ui/src/utils/scroll/prevent-scroll.js function onWheel (line 19) | function onWheel(e) { function shouldPreventScroll (line 25) | function shouldPreventScroll(e) { function onAppleScroll (line 55) | function onAppleScroll(e) { function onAppleResize (line 63) | function onAppleResize(evt) { function apply (line 87) | function apply(action) { function preventScroll (line 189) | function preventScroll(state) { FILE: ui/src/utils/scroll/scroll.js function getScrollTarget (line 17) | function getScrollTarget(el, targetEl) { function getScrollHeight (line 31) | function getScrollHeight(el) { function getScrollWidth (line 35) | function getScrollWidth(el) { function getVerticalScrollPosition (line 39) | function getVerticalScrollPosition(scrollTarget) { function getHorizontalScrollPosition (line 45) | function getHorizontalScrollPosition(scrollTarget) { function animVerticalScrollTo (line 52) | function animVerticalScrollTo(el, to, duration = 0, rawPrevTime) { function animHorizontalScrollTo (line 75) | function animHorizontalScrollTo(el, to, duration = 0, rawPrevTime) { function setScroll (line 97) | function setScroll(scrollTarget, offset) { function setHorizontalScroll (line 108) | function setHorizontalScroll(scrollTarget, offset) { function setVerticalScrollPosition (line 119) | function setVerticalScrollPosition(scrollTarget, offset, duration) { function setHorizontalScrollPosition (line 127) | function setHorizontalScrollPosition(scrollTarget, offset, duration) { function getScrollbarWidth (line 136) | function getScrollbarWidth() { function hasScrollbar (line 175) | function hasScrollbar(el, onY = true) { FILE: ui/src/utils/throttle/throttle.js function throttle (line 1) | function throttle(fn, limit = 250) { FILE: ui/src/utils/uid/uid.js constant BUFFER_SIZE (line 46) | const BUFFER_SIZE = 4096 function uid (line 48) | function uid() { FILE: ui/testing/runtime/router.js function getRouteEntry (line 5) | function getRouteEntry(path, children = []) { function getRoutes (line 24) | function getRoutes(entry) { function getRouter (line 47) | async function getRouter(routes) { FILE: ui/testing/specs/astParser.js function getAstAssignmentPattern (line 11) | function getAstAssignmentPattern(node, canComment) { function getAstObjectPattern (line 18) | function getAstObjectPattern(node, canComment) { function getAstMemberExpression (line 26) | function getAstMemberExpression(node) { function getAstParam (line 37) | function getAstParam(param, canComment) { function getParams (line 82) | function getParams(params, canComment = true) { function extractVariableType (line 98) | function extractVariableType(init, isExported) { function extractValueType (line 153) | function extractValueType(raw) { function parseVar (line 160) | function parseVar({ declaration, isExported }) { function parseClass (line 179) | function parseClass({ declaration, isExported }) { function parseFunction (line 194) | function parseFunction({ declaration, isExported }) { function injectVariableDeclaration (line 205) | function injectVariableDeclaration({ content, declaration, isExported }) { function getImportStatement (line 225) | function getImportStatement({ ctx, json }) { function readAstJson (line 236) | function readAstJson(ctx) { FILE: ui/testing/specs/cmd.createTestFile.js function cmdCreateTestFile (line 7) | async function cmdCreateTestFile({ ctx, testFile, ignoredTestFiles }) { FILE: ui/testing/specs/cmd.dryRun.js function getDryRunCmd (line 18) | function getDryRunCmd() { FILE: ui/testing/specs/cmd.generateSection.js function cmdGenerateSection (line 8) | function cmdGenerateSection({ ctx, testFile, jsonPath }) { FILE: ui/testing/specs/cmd.validateTestFile.js function cmdValidateTestFile (line 9) | async function cmdValidateTestFile({ ctx, testFile, argv }) { FILE: ui/testing/specs/ctx.js function createCtx (line 10) | function createCtx(target) { FILE: ui/testing/specs/generators/generator.component.js function getRequiredPropTest (line 63) | function getRequiredPropTest({ mountCall }) { function getNonRequiredPropTest (line 78) | function getNonRequiredPropTest({ mountCall, camelCaseName, cls, jsonEnt... function getPropTest (line 112) | function getPropTest({ name, camelCaseName, jsonEntry, json, ctx }) { function createPropTest (line 159) | function createPropTest({ name, camelCaseName, testId, jsonEntry, json, ... function getSlotScope (line 168) | function getSlotScope(jsonEntry) { function createSlotTest (line 188) | function createSlotTest({ name, testId, jsonEntry, json, ctx }) { function getEventParamsTest (line 210) | function getEventParamsTest(jsonEntry, varName) { function createEventTest (line 227) | function createEventTest({ camelCaseName, testId, jsonEntry, json, ctx }) { function createMethodTest (line 261) | function createMethodTest({ camelCaseName, testId, jsonEntry, json, ctx ... function createComputedPropTest (line 286) | function createComputedPropTest({ FILE: ui/testing/specs/generators/generator.composable.js function getFnTests (line 33) | function getFnTests(jsonEntry, json) { function createFunctionTest (line 73) | function createFunctionTest({ testId, jsonEntry, json }) { FILE: ui/testing/specs/generators/generator.directive.js function createValueTest (line 23) | function createValueTest({ categoryId, jsonEntry, ctx }) { function createArgTest (line 64) | function createArgTest({ categoryId, ctx }) { function createModifierTest (line 81) | function createModifierTest({ name, testId, jsonEntry, ctx }) { FILE: ui/testing/specs/generators/generator.generic.js function createVariableTest (line 27) | function createVariableTest({ testId, jsonEntry }) { function createClassTest (line 49) | function createClassTest({ testId, jsonEntry }) { function createFunctionTest (line 61) | function createFunctionTest({ testId, jsonEntry }) { FILE: ui/testing/specs/generators/generator.plugin.js function getInjectionTest (line 39) | function getInjectionTest({ jsonEntry, json, ctx }) { function createInjection (line 59) | function createInjection({ categoryId, jsonEntry, json, ctx }) { function getReactivePropTest (line 71) | function getReactivePropTest({ ref }) { function createPropTest (line 83) | function createPropTest({ camelCaseName, testId, jsonEntry, ctx }) { function createMethodTest (line 104) | function createMethodTest({ camelCaseName, testId, jsonEntry, ctx }) { FILE: ui/testing/specs/generators/map.js function getGenerator (line 12) | function getGenerator(target) { FILE: ui/testing/specs/ignoredTestFiles.js class IgnoredFilesList (line 3) | class IgnoredFilesList { method constructor (line 8) | constructor() { method add (line 18) | add(item) { method has (line 23) | has(item) { method #save (line 27) | #save() { FILE: ui/testing/specs/readAssociatedJsonFile.js function readJsonFile (line 7) | function readJsonFile(ctx) { function readAssociatedJsonFile (line 17) | function readAssociatedJsonFile(ctx) { FILE: ui/testing/specs/script.js function showHelp (line 3) | function showHelp(exitCode = 0) { FILE: ui/testing/specs/specs.utils.js function camelCase (line 8) | function camelCase(str) { function kebabCase (line 16) | function kebabCase(str) { function plural (line 21) | function plural(num) { function capitalize (line 25) | function capitalize(str) { function joinObject (line 262) | function joinObject({ keyList, getValue, indent }) { function joinList (line 288) | function joinList({ keyList, getValue, indent, prefix = '[', suffix = ']... function filterDefExceptionTypes (line 304) | function filterDefExceptionTypes(type) { function getComponentPropAssignment (line 309) | function getComponentPropAssignment({ function getComponentMount (line 333) | function getComponentMount({ function getExpectMatcher (line 401) | function getExpectMatcher({ jsonEntry, indent }) { function getTypeTest (line 510) | function getTypeTest({ jsonEntry, ref, indent }) { function getTestValue (line 553) | function getTestValue({ jsonEntry, indent }) { function getFunctionCallTest (line 606) | function getFunctionCallTest({ jsonEntry, ref, indent }) { FILE: ui/testing/specs/target.js function getTargetList (line 6) | function getTargetList(argv) { FILE: ui/testing/specs/testFile.js function getIgnoreCommentIds (line 14) | function getIgnoreCommentIds(ignoreComment) { function createIgnoreComment (line 21) | function createIgnoreComment(ignoreCommentIds) { function extractTree (line 43) | function extractTree(astNode, tree, indent) { function getTestTree (line 80) | function getTestTree(testFileContent) { function addWorkInProgress (line 92) | function addWorkInProgress(bag, tree, name, path) { function getTestFileMisconfiguration (line 111) | function getTestFileMisconfiguration({ ctx, generator, json, testFile, o... function getTestFileMissingTests (line 259) | function getTestFileMissingTests({ ctx, generator, json, testFile }) { function generateTestFileSection (line 332) | function generateTestFileSection({ ctx, generator, json, jsonPath }) { function createTestFileContent (line 366) | function createTestFileContent({ ctx, json, generator }) { function getInitialState (line 425) | function getInitialState(file) { function getTestFile (line 445) | function getTestFile(ctx) { FILE: ui/testing/vitest.config.js function getReporterConfig (line 12) | function getReporterConfig() { FILE: ui/testing/vitest.setup.js function $any (line 33) | function $any(received, expectedList) { function $arrayValues (line 54) | function $arrayValues(received, expected) { function $objectValues (line 73) | function $objectValues(received, expected) { function $ref (line 96) | function $ref(received, expected) { function $reactive (line 121) | function $reactive(received, expected) { FILE: ui/types/api/color.d.ts type CustomColors (line 15) | interface CustomColors {} type BrandColor (line 17) | type BrandColor = type Color (line 26) | type Color = type ColorShade (line 46) | type ColorShade = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 ... type DetailedColor (line 47) | type DetailedColor = `${Color}-${ColorShade}`; type NamedColor (line 49) | type NamedColor = LiteralUnion< FILE: ui/types/api/cookies.d.ts type CookiesGetMethodType (line 1) | type CookiesGetMethodType = (name: string) => T; FILE: ui/types/api/dialog.d.ts type InputType (line 5) | type InputType = type DatalessInputType (line 28) | type DatalessInputType = Extract; type PromptInputType (line 30) | type PromptInputType = "textarea" | Exclude; type DataAttributes (line 32) | type DataAttributes = { type QDialogInputPrompt (line 39) | type QDialogInputPrompt = { type SelectionPromptType (line 62) | type SelectionPromptType = NonNullable; type QDialogSelectionPrompt (line 63) | type QDialogSelectionPrompt< FILE: ui/types/api/qeditor.d.ts type QEditorCaret (line 3) | interface QEditorCaret { FILE: ui/types/api/qfile.d.ts type QRejectedEntry (line 1) | interface QRejectedEntry { type QFileNativeElement (line 12) | type QFileNativeElement = Omit< type QUseFileAddInput (line 17) | type QUseFileAddInput = readonly File[] | FileList; FILE: ui/types/api/qform.d.ts type QFormChildComponent (line 4) | type QFormChildComponent = ComponentPublicInstance & FILE: ui/types/api/qinput.d.ts type QInputType (line 3) | type QInputType = NonNullable; type WithKnownType (line 5) | type WithKnownType< type QInputNativeElement (line 20) | type QInputNativeElement = FILE: ui/types/api/qloading.d.ts type QLoadingUpdateOptions (line 3) | type QLoadingUpdateOptions = Omit; FILE: ui/types/api/qloadingbar.d.ts type QLoadingBarOptions (line 3) | type QLoadingBarOptions = QAjaxBarProps; FILE: ui/types/api/qnotify.d.ts type QNotifyUpdateOptions (line 4) | type QNotifyUpdateOptions = Omit< type QNotifyOptions (line 8) | type QNotifyOptions = Omit; type QNotifyAction (line 10) | type QNotifyAction = Omit & FILE: ui/types/api/qpopupproxy.d.ts type QPopupProxyInnerComponent (line 3) | type QPopupProxyInnerComponent = QMenu | QDialog; FILE: ui/types/api/qselect.d.ts type QSelectOption (line 1) | type QSelectOption = { FILE: ui/types/api/qtable.d.ts type QTableColumn (line 3) | type QTableColumn< FILE: ui/types/api/qtree.d.ts type QTreeNode (line 94) | type QTreeNode = Omit< type QTreeLazyLoadParams (line 117) | interface QTreeLazyLoadParams< FILE: ui/types/api/quploader.d.ts type QUploaderHeaderItem (line 3) | interface QUploaderHeaderItem { type QUploaderFormFieldsItem (line 7) | interface QUploaderFormFieldsItem { type ValueOrFunction (line 12) | type ValueOrFunction = type QUploaderFactoryObject (line 16) | type QUploaderFactoryObject = { type QUploaderFactoryFn (line 26) | type QUploaderFactoryFn = ( FILE: ui/types/api/slider.d.ts type SliderMarkerLabelPartialDefinition (line 7) | interface SliderMarkerLabelPartialDefinition { type SliderMarkerLabelDefinition (line 13) | interface SliderMarkerLabelDefinition extends SliderMarkerLabelPartialDe... type SliderMarkerLabelDefinitionRequiredValue (line 17) | interface SliderMarkerLabelDefinitionRequiredValue extends SliderMarkerL... type SliderMarkerLabelObjectDefinition (line 21) | interface SliderMarkerLabelObjectDefinition { type SliderMarkerLabels (line 25) | type SliderMarkerLabels = type SliderMarkerLabelConfig (line 34) | type SliderMarkerLabelConfig = { type SliderMarkerLabelObjectConfig (line 42) | interface SliderMarkerLabelObjectConfig { FILE: ui/types/api/touchswipe.d.ts type TouchSwipeParams (line 1) | interface TouchSwipeParams { FILE: ui/types/api/validation.d.ts type EmbeddedValidationRule (line 2) | type EmbeddedValidationRule = type EmbeddedValidationRuleFn (line 18) | type EmbeddedValidationRuleFn = (value: any) => boolean; type ValidationRule (line 19) | type ValidationRule = FILE: ui/types/api/vue-prop-types.d.ts type VueClassObjectProp (line 1) | type VueClassObjectProp = { type VueClassProp (line 5) | type VueClassProp = string | Array | VueClassObjectProp; type VueStyleObjectProp (line 7) | type VueStyleObjectProp = Partial; type VueStyleProp (line 9) | type VueStyleProp = string | Array | VueStyleObjectProp; FILE: ui/types/api/web-storage.d.ts type WebStorageGetMethodReturnType (line 1) | type WebStorageGetMethodReturnType = type WebStorageGetKeyMethodReturnType (line 9) | type WebStorageGetKeyMethodReturnType = string; type WebStorageGetItemMethodType (line 11) | type WebStorageGetItemMethodType = < type WebStorageGetIndexMethodType (line 17) | type WebStorageGetIndexMethodType = < type WebStorageGetKeyMethodType (line 23) | type WebStorageGetKeyMethodType = < type WebStorageGetAllKeysMethodType (line 29) | type WebStorageGetAllKeysMethodType = () => string[]; FILE: ui/types/composables.d.ts type useDialogPluginComponent (line 6) | interface useDialogPluginComponent { type UseFormChildOptions (line 22) | interface UseFormChildOptions { FILE: ui/types/config.d.ts type NativeMobileWrapperConfiguration (line 1) | interface NativeMobileWrapperConfiguration { type QuasarUIConfiguration (line 7) | interface QuasarUIConfiguration { FILE: ui/types/feature-flag.d.ts type QuasarFeatureFlags (line 4) | interface QuasarFeatureFlags { type IsFeatureEnabled (line 44) | type IsFeatureEnabled< type HasSsr (line 50) | type HasSsr = IsFeatureEnabled<"ssr", T, U>; type HasStore (line 51) | type HasStore = IsFeatureEnabled<"store", T, U>; type HasPwa (line 53) | type HasPwa = IsFeatureEnabled<"pwa", T, U>; type HasCapacitor (line 55) | type HasCapacitor = IsFeatureEnabled<"capacitor", T, U>; type HasCordova (line 56) | type HasCordova = IsFeatureEnabled<"cordova", T, U>; type HasBex (line 57) | type HasBex = IsFeatureEnabled<"bex", T, U>; FILE: ui/types/globals.d.ts type GlobalsTypesHolder (line 13) | interface GlobalsTypesHolder { type QuasarLanguageInstance (line 17) | interface QuasarLanguageInstance extends QuasarLanguage { type GlobalQuasarLanguage (line 21) | interface GlobalQuasarLanguage extends QuasarLanguageInstance { type GlobalQuasarLanguageSingleton (line 27) | interface GlobalQuasarLanguageSingleton type GlobalQuasarIconSet (line 37) | interface GlobalQuasarIconSet extends QuasarIconSet { type GlobalQuasarIconSetSingleton (line 41) | interface GlobalQuasarIconSetSingleton type GlobalQuasarIconMapFn (line 52) | type GlobalQuasarIconMapFn = ( type QSingletonGlobals (line 57) | interface QSingletonGlobals { type BaseQGlobals (line 63) | interface BaseQGlobals { type QVueGlobals (line 70) | interface QVueGlobals FILE: ui/types/icon-set.d.ts type QuasarIconSetType (line 3) | type QuasarIconSetType = "positive" | "negative" | "info" | "warning"; type QuasarIconSetArrow (line 4) | type QuasarIconSetArrow = "up" | "right" | "down" | "left" | "dropdown"; type QuasarIconSetChevron (line 5) | type QuasarIconSetChevron = "left" | "right"; type QuasarIconSetColorPicker (line 6) | type QuasarIconSetColorPicker = "spectrum" | "tune" | "palette"; type QuasarIconSetPullToRefresh (line 7) | type QuasarIconSetPullToRefresh = "icon"; type QuasarIconSetCarousel (line 8) | type QuasarIconSetCarousel = type QuasarIconSetChip (line 14) | type QuasarIconSetChip = "remove" | "selected"; type QuasarIconSetDatetime (line 15) | type QuasarIconSetDatetime = "arrowLeft" | "arrowRight" | "now" | "today"; type QuasarIconSetEditor (line 16) | type QuasarIconSetEditor = type QuasarIconSetEditorOptional (line 47) | type QuasarIconSetEditorOptional = type QuasarIconSetExpansionItem (line 64) | type QuasarIconSetExpansionItem = "icon" | "denseIcon"; type QuasarIconSetFab (line 65) | type QuasarIconSetFab = "icon" | "activeIcon"; type QuasarIconSetField (line 66) | type QuasarIconSetField = "clear" | "error"; type QuasarIconSetPagination (line 67) | type QuasarIconSetPagination = "first" | "prev" | "next" | "last"; type QuasarIconSetRating (line 68) | type QuasarIconSetRating = "icon"; type QuasarIconSetStepper (line 69) | type QuasarIconSetStepper = "done" | "active" | "error"; type QuasarIconSetTabs (line 70) | type QuasarIconSetTabs = "left" | "right" | "up" | "down"; type QuasarIconSetTable (line 71) | type QuasarIconSetTable = type QuasarIconSetTree (line 78) | type QuasarIconSetTree = "icon"; type QuasarIconSetUploader (line 79) | type QuasarIconSetUploader = type QuasarIconSet (line 87) | interface QuasarIconSet { type QuasarIconSets (line 111) | type QuasarIconSets = FILE: ui/types/lang.d.ts type QuasarLanguageCodesHolder (line 13) | interface QuasarLanguageCodesHolder {} type QuasarLanguageCodes (line 15) | type QuasarLanguageCodes = keyof QuasarLanguageCodesHolder; type QuasarLanguageGeneralLabel (line 17) | type QuasarLanguageGeneralLabel = type QuasarLanguageTableLabel (line 31) | type QuasarLanguageTableLabel = type QuasarLanguageEditorLabel (line 38) | type QuasarLanguageEditorLabel = type QuasarLanguageTreeLabel (line 83) | type QuasarLanguageTreeLabel = "noNodes" | "noResults"; type QuasarLanguageDayTuple (line 84) | type QuasarLanguageDayTuple = [ type QuasarLanguageMonthTuple (line 93) | type QuasarLanguageMonthTuple = [ type QuasarLanguage (line 108) | interface QuasarLanguage { FILE: ui/types/meta.d.ts type MetaTagOptions (line 3) | type MetaTagOptions = Record & { type MetaOptions (line 7) | interface MetaOptions { FILE: ui/types/plugin.d.ts type QuasarComponents (line 8) | interface QuasarComponents {} type QuasarDirectives (line 9) | interface QuasarDirectives {} type QuasarPlugins (line 10) | interface QuasarPlugins {} type QuasarPluginOptions (line 12) | interface QuasarPluginOptions { FILE: ui/types/ts-helpers.d.ts type StringDictionary (line 11) | type StringDictionary = Required<{ type LiteralUnion (line 17) | type LiteralUnion = type DeepPartial (line 22) | type DeepPartial = { type ComponentConstructor (line 34) | type ComponentConstructor< type PublicProps (line 46) | type PublicProps = VNodeProps & type GlobalComponentConstructor (line 55) | type GlobalComponentConstructor = { FILE: ui/types/utils.d.ts type ExportFileOpts (line 26) | interface ExportFileOpts { type MorphOptions (line 71) | interface MorphOptions { type Callbacks (line 110) | interface Callbacks { class EventBus (line 114) | class EventBus { type CreateMetaMixinContext (line 133) | interface CreateMetaMixinContext extends ComponentPublicInstance { type InjectPluginFnHelpers (line 145) | interface InjectPluginFnHelpers { type InjectPluginFnOptions (line 157) | interface InjectPluginFnOptions { type InjectPluginFnReturn (line 164) | interface InjectPluginFnReturn { type CreateUploaderComponentOptions (line 171) | interface CreateUploaderComponentOptions< FILE: ui/types/utils/colors.d.ts type colorsRgba (line 3) | interface colorsRgba { type colorsHsva (line 10) | interface colorsHsva { FILE: ui/types/utils/date.d.ts type DateOptions (line 1) | interface DateOptions { type DateLocale (line 19) | interface DateLocale { type DateUnitOptions (line 26) | type DateUnitOptions = type DateInput (line 41) | type DateInput = Date | number | string; FILE: ui/types/utils/dom.d.ts type DomOffset (line 3) | interface DomOffset { FILE: ui/types/utils/event.d.ts type RemoveEventListenerFix (line 4) | interface RemoveEventListenerFix { type ListenOpts (line 8) | interface ListenOpts { FILE: ui/types/utils/is.d.ts type is (line 1) | interface is { FILE: ui/types/utils/patterns.d.ts type Patterns (line 3) | interface Patterns { FILE: ui/types/utils/run-sequential-promises.d.ts type RunSequentialPromisesFulfilledResult (line 1) | interface RunSequentialPromisesFulfilledResult< type RunSequentialPromisesRejectedResult (line 27) | interface RunSequentialPromisesRejectedResult< type RunSequentialPromisesResult (line 39) | type RunSequentialPromisesResult = type RunSequentialPromisesOptions (line 43) | interface RunSequentialPromisesOptions { FILE: ui/wrappers/index.js function boot (line 18) | function boot(callback) { function configure (line 22) | function configure(callback) { function preFetch (line 26) | function preFetch(callback) { function route (line 30) | function route(callback) { function store (line 34) | function store(callback) { function ssrMiddleware (line 38) | function ssrMiddleware(callback) { function ssrProductionExport (line 46) | function ssrProductionExport(callback) { function ssrCreate (line 54) | function ssrCreate(callback) { function ssrListen (line 58) | function ssrListen(callback) { function ssrClose (line 62) | function ssrClose(callback) { function ssrServeStaticContent (line 66) | function ssrServeStaticContent(callback) { function ssrRenderPreloadTag (line 70) | function ssrRenderPreloadTag(callback) { function bexBackground (line 78) | function bexBackground(callback) { function bexContent (line 82) | function bexContent(callback) { function bexDom (line 86) | function bexDom(callback) { FILE: utils/babel-preset-app/index.js function getPolyfills (line 10) | function getPolyfills(targets, userPolyfills = []) { FILE: utils/babel-preset-app/polyfills.js function getModulePath (line 8) | function getModulePath(mod, useAbsolutePath) { method Program (line 22) | Program(path) { FILE: utils/render-ssr-error/build/index.js constant TARGET_STRING (line 3) | const TARGET_STRING = '``' FILE: utils/render-ssr-error/src-ui/build/vite.plugin.single-file.js function replaceScript (line 7) | function replaceScript(html, scriptFilename, scriptCode) { function replaceCss (line 21) | function replaceCss(html, scriptFilename, scriptCode) { function updateOutput (line 26) | function updateOutput(out) { function viteSingleFile (line 30) | function viteSingleFile() { FILE: utils/render-ssr-error/src/env.js function getRequestProtocol (line 12) | function getRequestProtocol(req) { function getRequestData (line 24) | function getRequestData(req) { function getHeadersData (line 44) | function getHeadersData(req) { function getCookiesData (line 54) | function getCookiesData(req) { function getEnvironmentVariablesData (line 64) | function getEnvironmentVariablesData() { function getEnv (line 74) | function getEnv(req) { FILE: utils/render-ssr-error/src/error-details.js function getErrorDetails (line 1) | function getErrorDetails(err) { FILE: utils/render-ssr-error/src/index.js function readFile (line 7) | function readFile(target) { function renderSSRError (line 24) | function renderSSRError({ FILE: utils/render-ssr-error/src/stack.js function getFilename (line 5) | function getFilename(filename) { function getSource (line 39) | function getSource(entry) { function getStack (line 79) | function getStack(err, projectRootFolder) { FILE: utils/ssl-certificate/src/index.js function generateCertificate (line 7) | async function generateCertificate({ log, fatal }) { function getCertificate (line 90) | async function getCertificate({ log, fatal }) { FILE: utils/ssr-helpers/create-renderer.js function createRenderContext (line 8) | function createRenderContext(clientManifest) { function renderStoreState (line 44) | function renderStoreState(ssrContext) { function renderHeadTags (line 51) | function renderHeadTags({ function renderBodyTags (line 68) | function renderBodyTags({ renderContext, asyncFiles, renderPreloadTagMap... function createRenderToStringFn (line 76) | function createRenderToStringFn(data) { FILE: utils/ssr-helpers/lib/create-bundle.js function createCompile (line 13) | function createCompile() { function createRequire (line 33) | function createRequire(basedir, files, evaluateModule) { function createModule (line 68) | function createModule(options) { function createEvaluateModule (line 81) | function createEvaluateModule(files, basedir) { function getRewriteErrorTrace (line 119) | function getRewriteErrorTrace(rawMaps) { function loadBundle (line 172) | function loadBundle(bundle, basedir) { method evaluateEntry (line 194) | evaluateEntry() { FILE: vite-plugin/index.d.ts type QuasarPluginOpts (line 6) | interface QuasarPluginOpts { type AssetURLTagConfig (line 57) | interface AssetURLTagConfig { type AssetURLOptions (line 61) | interface AssetURLOptions { type TransformAssetUrls (line 74) | type TransformAssetUrls = AssetURLOptions | AssetURLTagConfig | boolean; FILE: vite-plugin/playground/src/components/js-script-setup/custom-component.js method setup (line 5) | setup() { FILE: vite-plugin/playground/src/components/js-script/custom-component.js method setup (line 5) | setup() { FILE: vite-plugin/playground/src/components/ts-script-setup/custom-component.ts method setup (line 5) | setup() { FILE: vite-plugin/playground/src/components/ts-script/custom-component.ts method setup (line 5) | setup() { FILE: vite-plugin/src/js-transform.js function loadQuasarImportMap (line 7) | function loadQuasarImportMap() { function importTransformation (line 21) | function importTransformation(importName) { function mapQuasarImports (line 35) | function mapQuasarImports(code, importMap = {}) { function removeQuasarImports (line 67) | function removeQuasarImports(code, importMap, importSet, reverseMap) { FILE: vite-plugin/src/plugin.js function parsePluginOptions (line 19) | function parsePluginOptions(userOpts = {}) { function getConfigPlugin (line 31) | function getConfigPlugin(opts) { function getScssTransformsPlugin (line 55) | function getScssTransformsPlugin(opts) { function getScriptTransformsPlugin (line 91) | function getScriptTransformsPlugin(opts) { function quasarPlugin (line 130) | function quasarPlugin(userOpts) { FILE: vite-plugin/src/query.js function parseViteRequest (line 26) | function parseViteRequest(id) { function createExtMatcher (line 64) | function createExtMatcher(extensionsList) { FILE: vite-plugin/src/scss-transform.js function createScssTransform (line 1) | function createScssTransform(fileExtension, sassVariables) { FILE: vite-plugin/src/vite-config.js function getViteConfig (line 10) | function getViteConfig(runMode, viteMode, externalViteCfg) { FILE: vite-plugin/src/vue-transform.js function useTransformState (line 12) | function useTransformState() { function vueTransform (line 51) | function vueTransform(content, autoImportComponentCase, useTreeshaking) {