@tiddh/brave-vue 1.93.63 → 1.93.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -127,19 +127,14 @@
|
|
|
127
127
|
document.getElementsByTagName("body")[0].removeAttribute("style");
|
|
128
128
|
|
|
129
129
|
setTimeout(function () {
|
|
130
|
-
//self
|
|
131
|
-
self.cssSidebar = "after-animation";
|
|
132
|
-
// self.$store.commit("checkout/OPEN_EDIT_PLAN", {
|
|
133
|
-
// target: "plan",
|
|
134
|
-
// value: false,
|
|
135
|
-
// });
|
|
136
|
-
// self.$store.commit("checkout/OPEN_EDIT_BAG", {
|
|
137
|
-
// target: "bag",
|
|
138
|
-
// value: false,
|
|
139
|
-
// });
|
|
140
|
-
//self.cssSidebar = "open-sidebar";
|
|
141
|
-
//self.
|
|
130
|
+
//self.$emit("closeSidebar");
|
|
142
131
|
self.$emit("closeSidebar");
|
|
132
|
+
|
|
133
|
+
setTimeout(function () {
|
|
134
|
+
//self.cssSidebar = "after-animation";
|
|
135
|
+
|
|
136
|
+
self.cssSidebar = "after-animation";
|
|
137
|
+
}, 1000);
|
|
143
138
|
}, 500);
|
|
144
139
|
},
|
|
145
140
|
},
|
package/dist/src/Sidebar.vue
CHANGED
|
@@ -127,19 +127,14 @@
|
|
|
127
127
|
document.getElementsByTagName("body")[0].removeAttribute("style");
|
|
128
128
|
|
|
129
129
|
setTimeout(function () {
|
|
130
|
-
//self
|
|
131
|
-
self.cssSidebar = "after-animation";
|
|
132
|
-
// self.$store.commit("checkout/OPEN_EDIT_PLAN", {
|
|
133
|
-
// target: "plan",
|
|
134
|
-
// value: false,
|
|
135
|
-
// });
|
|
136
|
-
// self.$store.commit("checkout/OPEN_EDIT_BAG", {
|
|
137
|
-
// target: "bag",
|
|
138
|
-
// value: false,
|
|
139
|
-
// });
|
|
140
|
-
//self.cssSidebar = "open-sidebar";
|
|
141
|
-
//self.
|
|
130
|
+
//self.$emit("closeSidebar");
|
|
142
131
|
self.$emit("closeSidebar");
|
|
132
|
+
|
|
133
|
+
setTimeout(function () {
|
|
134
|
+
//self.cssSidebar = "after-animation";
|
|
135
|
+
|
|
136
|
+
self.cssSidebar = "after-animation";
|
|
137
|
+
}, 1000);
|
|
143
138
|
}, 500);
|
|
144
139
|
},
|
|
145
140
|
},
|
|
@@ -127,19 +127,14 @@
|
|
|
127
127
|
document.getElementsByTagName("body")[0].removeAttribute("style");
|
|
128
128
|
|
|
129
129
|
setTimeout(function () {
|
|
130
|
-
//self
|
|
131
|
-
self.cssSidebar = "after-animation";
|
|
132
|
-
// self.$store.commit("checkout/OPEN_EDIT_PLAN", {
|
|
133
|
-
// target: "plan",
|
|
134
|
-
// value: false,
|
|
135
|
-
// });
|
|
136
|
-
// self.$store.commit("checkout/OPEN_EDIT_BAG", {
|
|
137
|
-
// target: "bag",
|
|
138
|
-
// value: false,
|
|
139
|
-
// });
|
|
140
|
-
//self.cssSidebar = "open-sidebar";
|
|
141
|
-
//self.
|
|
130
|
+
//self.$emit("closeSidebar");
|
|
142
131
|
self.$emit("closeSidebar");
|
|
132
|
+
|
|
133
|
+
setTimeout(function () {
|
|
134
|
+
//self.cssSidebar = "after-animation";
|
|
135
|
+
|
|
136
|
+
self.cssSidebar = "after-animation";
|
|
137
|
+
}, 1000);
|
|
143
138
|
}, 500);
|
|
144
139
|
},
|
|
145
140
|
},
|