build-hadith
This commit is contained in:
parent
371a3caece
commit
0825fefd58
|
@ -142,12 +142,12 @@ import chatApi from "@apis/chatApi";
|
||||||
import { mapActions, mapState } from "pinia";
|
import { mapActions, mapState } from "pinia";
|
||||||
|
|
||||||
import { useEntityStore } from "@search/stores/entityStore";
|
import { useEntityStore } from "@search/stores/entityStore";
|
||||||
import { useCommonStore } from "@stores/commonStore";
|
import { useCommonStore } from "~/stores/commonStore";
|
||||||
import { useSearchStore } from "@search/stores/searchStore";
|
import { useSearchStore } from "@search/stores/searchStore";
|
||||||
|
|
||||||
import propertyModalMixin from "@mixins/entity/propertyModalMixin";
|
import propertyModalMixin from "@search/mixins/entity/propertyModalMixin";
|
||||||
import EntityUploaderModal from "@components/entity/modals/EntityUploaderModal.vue";
|
import EntityUploaderModal from "@search/components/entity/modals/EntityUploaderModal.vue";
|
||||||
import EntityReportsModal from "@components/entity/modals/EntityReportsModal.vue";
|
import EntityReportsModal from "@search/components/entity/modals/EntityReportsModal.vue";
|
||||||
// import EntityCommentsList from "@components/entity/components/EntityComments.vue";
|
// import EntityCommentsList from "@components/entity/components/EntityComments.vue";
|
||||||
// import EntityCommentsForm from "@components/entity/components/EntityCommentsForm.vue";
|
// import EntityCommentsForm from "@components/entity/components/EntityCommentsForm.vue";
|
||||||
// import EntityLinkForm from "@components/entity/components/EntityLinkForm.vue";
|
// import EntityLinkForm from "@components/entity/components/EntityLinkForm.vue";
|
||||||
|
|
|
@ -52,7 +52,7 @@ import repoApi from "@apis/repoApi";
|
||||||
import { mapActions, mapState } from "pinia";
|
import { mapActions, mapState } from "pinia";
|
||||||
import chatApi from "~/apis/chatApi";
|
import chatApi from "~/apis/chatApi";
|
||||||
import { useEntityStore } from "@search/stores/entityStore";
|
import { useEntityStore } from "@search/stores/entityStore";
|
||||||
import { useCommonStore } from "@stores/commonStore";
|
import { useCommonStore } from "~/stores/commonStore";
|
||||||
|
|
||||||
// import { createNewTooltip } from "~/services/createFloatingVue";
|
// import { createNewTooltip } from "~/services/createFloatingVue";
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -207,7 +207,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import entityTextMixin from "@mixins/entity/entityTextMixin";
|
import entityTextMixin from "@search/mixins/entity/entityTextMixin";
|
||||||
import { mapState, mapActions } from "pinia";
|
import { mapState, mapActions } from "pinia";
|
||||||
import repoApi from "@apis/repoApi";
|
import repoApi from "@apis/repoApi";
|
||||||
import { useEntityStore } from "@search/stores/entityStore";
|
import { useEntityStore } from "@search/stores/entityStore";
|
||||||
|
@ -409,7 +409,10 @@ export default {
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapState(useEntityStore, ["selectedItemEntityGetter","textStepsGetter"]),
|
...mapState(useEntityStore, [
|
||||||
|
"selectedItemEntityGetter",
|
||||||
|
"textStepsGetter",
|
||||||
|
]),
|
||||||
...mapState(useCommonStore, ["fontDataGetter"]),
|
...mapState(useCommonStore, ["fontDataGetter"]),
|
||||||
|
|
||||||
// fontSize() {
|
// fontSize() {
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
import entityApi from "~/apis/entityApi.js";
|
import entityApi from "~/apis/entityApi.js";
|
||||||
import { mapState } from "pinia";
|
import { mapState } from "pinia";
|
||||||
import { cloneDeep } from "lodash";
|
import { cloneDeep } from "lodash";
|
||||||
import { useCommonStore } from "~/commonStore";
|
import { useCommonStore } from "~/stores/commonStore";
|
||||||
import { useEntityStore } from "@search/stores/entityStore";
|
import { useEntityStore } from "@search/stores/entityStore";
|
||||||
/**
|
/**
|
||||||
* @vue-prop {Object} [valueModal={}] - یک آبجکت از مقادیر مورد نیاز برای فیش
|
* @vue-prop {Object} [valueModal={}] - یک آبجکت از مقادیر مورد نیاز برای فیش
|
||||||
|
|
|
@ -233,7 +233,7 @@
|
||||||
import searchApi from "~/apis/searchApi";
|
import searchApi from "~/apis/searchApi";
|
||||||
import { mapActions, mapState } from "pinia";
|
import { mapActions, mapState } from "pinia";
|
||||||
import mammoth from "mammoth";
|
import mammoth from "mammoth";
|
||||||
import { useSearchStore } from "@stores/searchStore";
|
import { useSearchStore } from "@search/stores/searchStore";
|
||||||
import { useEntityStore } from "@search/stores/entityStore";
|
import { useEntityStore } from "@search/stores/entityStore";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user