mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-11-04 03:28:28 -05:00 
			
		
		
		
	* Add pytesseract * Add simple ocr endpoint replace extension argument * feat/ocr-editor gui * fix frontend linting issues * Add service unit tests * Add split text modes & single ingredient/instruction editing * make split mode really reactive * Remove default step and ingredient * make the linter haappy * Accept only image uploads * Add automatic recipe title suggestion * Correct regex * fix incorrect array.map method usage * make the linter happy again * Swap route to use asset name * Rearange buttons * fix test data * feat: Allow making image the recipe image * Add translation * Make the linter happy * Restrict function setPropertyValueByPath generic * Restrict template literal type * Add a more friendly icon to creation page * update poetry lock file * Correct sloppy ocr classes * Make MyPy happy * Rewrite safer tests * Add tesseract to backend test CI container dependencies * Make canvas element a component global * Remove unwanted spaces in selected text * Add way to know if recipe was created with ocr * Access to ocr-editor for ocr recipes * Update Alembic revision * Make the frontend build * Fix scrolling offset bug * Allow creation of recipes with custom settings * Fix rebasing mistakes * Add format_tsv_output test * Exclude the tests data directory only * Enforce camelCase for frontend functions * Remove import of unused component * Fix type and class initialization * Add multi-language support * Highlight words in mount * Fix image ratio bug * Better ocr creation page * Revert awkward feature to scroll in Selection mode * Rebasing alembic migrations sux * Remove obsolete getShared function * Add function docstring * Move down ocr creation option * Make toolbar icons more generic * Show help at the bottom of the page * move ocr types to own file * Use template ref for the canvas * Use i18n.tc to get strings directly * Correct naming mistake * Move Ocr editor to own directory * Create Ocr Editor parts * Safeguard recipe properties access * Add loading frontend animation due to longer request time * minor cleanup chores Co-authored-by: Miroito <alban.vachette@gmail.com>
		
			
				
	
	
		
			76 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			76 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
// This Code is auto generated by gen_global_components.py
 | 
						|
import BaseCardSectionTitle from "@/components/global/BaseCardSectionTitle.vue";
 | 
						|
import MarkdownEditor from "@/components/global/MarkdownEditor.vue";
 | 
						|
import AppLoader from "@/components/global/AppLoader.vue";
 | 
						|
import BaseOverflowButton from "@/components/global/BaseOverflowButton.vue";
 | 
						|
import ReportTable from "@/components/global/ReportTable.vue";
 | 
						|
import AppToolbar from "@/components/global/AppToolbar.vue";
 | 
						|
import BaseButtonGroup from "@/components/global/BaseButtonGroup.vue";
 | 
						|
import BaseButton from "@/components/global/BaseButton.vue";
 | 
						|
import BannerExperimental from "@/components/global/BannerExperimental.vue";
 | 
						|
import BaseDialog from "@/components/global/BaseDialog.vue";
 | 
						|
import RecipeJsonEditor from "@/components/global/RecipeJsonEditor.vue";
 | 
						|
import StatsCards from "@/components/global/StatsCards.vue";
 | 
						|
import HelpIcon from "@/components/global/HelpIcon.vue";
 | 
						|
import InputLabelType from "@/components/global/InputLabelType.vue";
 | 
						|
import BaseStatCard from "@/components/global/BaseStatCard.vue";
 | 
						|
import DevDumpJson from "@/components/global/DevDumpJson.vue";
 | 
						|
import LanguageDialog from "@/components/global/LanguageDialog.vue";
 | 
						|
import InputQuantity from "@/components/global/InputQuantity.vue";
 | 
						|
import ToggleState from "@/components/global/ToggleState.vue";
 | 
						|
import ContextMenu from "@/components/global/ContextMenu.vue";
 | 
						|
import AppButtonCopy from "@/components/global/AppButtonCopy.vue";
 | 
						|
import CrudTable from "@/components/global/CrudTable.vue";
 | 
						|
import SafeMarkdown from "@/components/global/SafeMarkdown.vue";
 | 
						|
import InputColor from "@/components/global/InputColor.vue";
 | 
						|
import BaseDivider from "@/components/global/BaseDivider.vue";
 | 
						|
import AutoForm from "@/components/global/AutoForm.vue";
 | 
						|
import AppButtonUpload from "@/components/global/AppButtonUpload.vue";
 | 
						|
import AdvancedOnly from "@/components/global/AdvancedOnly.vue";
 | 
						|
import BasePageTitle from "@/components/global/BasePageTitle.vue";
 | 
						|
import ButtonLink from "@/components/global/ButtonLink.vue";
 | 
						|
 | 
						|
 | 
						|
declare module "vue" {
 | 
						|
  export interface GlobalComponents {
 | 
						|
    // Global Components
 | 
						|
    BaseCardSectionTitle: typeof BaseCardSectionTitle;
 | 
						|
    MarkdownEditor: typeof MarkdownEditor;
 | 
						|
    AppLoader: typeof AppLoader;
 | 
						|
    BaseOverflowButton: typeof BaseOverflowButton;
 | 
						|
    ReportTable: typeof ReportTable;
 | 
						|
    AppToolbar: typeof AppToolbar;
 | 
						|
    BaseButtonGroup: typeof BaseButtonGroup;
 | 
						|
    BaseButton: typeof BaseButton;
 | 
						|
    BannerExperimental: typeof BannerExperimental;
 | 
						|
    BaseDialog: typeof BaseDialog;
 | 
						|
    RecipeJsonEditor: typeof RecipeJsonEditor;
 | 
						|
    StatsCards: typeof StatsCards;
 | 
						|
    HelpIcon: typeof HelpIcon;
 | 
						|
    InputLabelType: typeof InputLabelType;
 | 
						|
    BaseStatCard: typeof BaseStatCard;
 | 
						|
    DevDumpJson: typeof DevDumpJson;
 | 
						|
    LanguageDialog: typeof LanguageDialog;
 | 
						|
    InputQuantity: typeof InputQuantity;
 | 
						|
    ToggleState: typeof ToggleState;
 | 
						|
    ContextMenu: typeof ContextMenu;
 | 
						|
    AppButtonCopy: typeof AppButtonCopy;
 | 
						|
    CrudTable: typeof CrudTable;
 | 
						|
    SafeMarkdown: typeof SafeMarkdown;
 | 
						|
    InputColor: typeof InputColor;
 | 
						|
    BaseDivider: typeof BaseDivider;
 | 
						|
    AutoForm: typeof AutoForm;
 | 
						|
    AppButtonUpload: typeof AppButtonUpload;
 | 
						|
    AdvancedOnly: typeof AdvancedOnly;
 | 
						|
    BasePageTitle: typeof BasePageTitle;
 | 
						|
    ButtonLink: typeof ButtonLink;
 | 
						|
    // Layout Components
 | 
						|
    TheSnackbar: typeof TheSnackbar;
 | 
						|
    AppHeader: typeof AppHeader;
 | 
						|
    AppSidebar: typeof AppSidebar;
 | 
						|
    AppFooter: typeof AppFooter;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
export {};
 |