@saooti/octopus-sdk 30.0.37 → 30.0.38
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/README.md +2 -1
- package/index.ts +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
package/index.ts
CHANGED
|
@@ -29,8 +29,8 @@ import CategoryFilter from "./src/components/display/categories/CategoryFilter.v
|
|
|
29
29
|
/*import EditBox from "./src/components/display/edit/EditBox.vue"; */
|
|
30
30
|
import EmissionChooser from "./src/components/display/emission/EmissionChooser.vue";
|
|
31
31
|
/* import EmissionItem from "./src/components/display/emission/EmissionItem.vue"; */
|
|
32
|
-
|
|
33
|
-
import MonetizableFilter from "./src/components/display/filter/MonetizableFilter.vue";
|
|
32
|
+
import EmissionList from "./src/components/display/emission/EmissionList.vue";
|
|
33
|
+
/*import MonetizableFilter from "./src/components/display/filter/MonetizableFilter.vue";
|
|
34
34
|
import ProductorSearch from "./src/components/display/filter/ProductorSearch.vue";*/
|
|
35
35
|
import OrganisationChooser from "./src/components/display/organisation/OrganisationChooser.vue";
|
|
36
36
|
/*import ParticipantItem from "./src/components/display/participant/ParticipantItem.vue";
|
|
@@ -84,6 +84,7 @@ const components = {
|
|
|
84
84
|
CategoryList,
|
|
85
85
|
PodcastInlineList,
|
|
86
86
|
EmissionChooser,
|
|
87
|
+
EmissionList,
|
|
87
88
|
/* EmissionItem, */
|
|
88
89
|
OrganisationChooser,
|
|
89
90
|
PodcastFilterList,
|
|
@@ -136,6 +137,7 @@ export {
|
|
|
136
137
|
PodcastInlineList,
|
|
137
138
|
EmissionChooser,
|
|
138
139
|
/* EmissionItem, */
|
|
140
|
+
EmissionList,
|
|
139
141
|
OrganisationChooser,
|
|
140
142
|
PodcastFilterList,
|
|
141
143
|
ShareButtons,
|