Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2022-01-07 13:11:45 +0300
committerGitHub <noreply@github.com>2022-01-07 13:11:45 +0300
commitc13f6f461dca1523b5756c7ce0a6369a2d828bd1 (patch)
tree1294934af7f1f969e7ede665856298512eead59f /plugins/CoreVue/types
parentdb25a2e628a294bb5ef63504a8fc0a8ace29c07a (diff)
Fixes/updates various failing tests (#18587)
* Fix JS tests * update submodule * updates expected UI test files
Diffstat (limited to 'plugins/CoreVue/types')
-rw-r--r--plugins/CoreVue/types/index.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CoreVue/types/index.d.ts b/plugins/CoreVue/types/index.d.ts
index 8d01367566..9a88ea4ec2 100644
--- a/plugins/CoreVue/types/index.d.ts
+++ b/plugins/CoreVue/types/index.d.ts
@@ -111,6 +111,7 @@ declare global {
}
interface PiwikGlobal {
+ installation: boolean; // only set while Matomo is installing
timezoneOffset: number;
addCustomPeriod: (name: string, periodClass: any) => void;
shouldPropagateTokenAuth: boolean;