@afeefa/vue-app 0.0.94 → 0.0.96
Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.96
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@afeefa/vue-app",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.96",
|
4
4
|
"description": "",
|
5
5
|
"author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
|
6
6
|
"license": "MIT",
|
7
7
|
"devDependencies": {
|
8
|
-
"core-js": "^3.
|
9
|
-
"vue": "^2.
|
8
|
+
"core-js": "^3.25.5",
|
9
|
+
"vue": "^2.7.10",
|
10
10
|
"vue-class-component": "^7.2.6",
|
11
11
|
"vue-property-decorator": "^9.1.2"
|
12
12
|
}
|
@@ -16,6 +16,11 @@ export class ApiAction extends ApiResourcesApiAction {
|
|
16
16
|
return this
|
17
17
|
}
|
18
18
|
|
19
|
+
minDuration (duration) {
|
20
|
+
this._minDuration = duration
|
21
|
+
return this
|
22
|
+
}
|
23
|
+
|
19
24
|
dispatchGlobalLoadingEvents (dispatch = true) {
|
20
25
|
this._dispatchGlobalLoadingEvents = dispatch
|
21
26
|
return this
|