@saooti/octopus-sdk 39.0.8 → 39.0.10
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.
package/index.ts
CHANGED
|
@@ -86,6 +86,9 @@ import initSDK from "./src/components/mixins/init.ts";
|
|
|
86
86
|
import tagOfMixins from "./src/components/mixins/tagOfMixins.ts";
|
|
87
87
|
import resizePhone from "./src/components/mixins/resizePhone.ts";
|
|
88
88
|
|
|
89
|
+
|
|
90
|
+
import TopBar from "./src/components/misc/TopBar.vue";
|
|
91
|
+
|
|
89
92
|
export {
|
|
90
93
|
selenium,
|
|
91
94
|
cookies,
|
|
@@ -94,5 +97,6 @@ export {
|
|
|
94
97
|
orgaFilter,
|
|
95
98
|
initSDK,
|
|
96
99
|
tagOfMixins,
|
|
97
|
-
resizePhone
|
|
100
|
+
resizePhone,
|
|
101
|
+
TopBar
|
|
98
102
|
};
|
package/package.json
CHANGED
|
@@ -142,7 +142,7 @@ export default defineComponent({
|
|
|
142
142
|
return;
|
|
143
143
|
}
|
|
144
144
|
event.preventDefault();
|
|
145
|
-
const rubriqueChosenId = this.rubriqueId
|
|
145
|
+
const rubriqueChosenId = this.rubriqueId.at(-1);
|
|
146
146
|
let filterToAdd: RubriquageFilter = {
|
|
147
147
|
rubriquageId: 0,
|
|
148
148
|
rubriqueId: rubriqueChosenId,
|