mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-11-03 19:18:22 -05:00 
			
		
		
		
	* fix type errors on event bus * webhooks fields required for new implementation * db migration * wip: webhook query + tests and stub function * ignore type checker error * type and method cleanup * datetime and time utc validator * update testing code for utc scheduled time * fix file cmp function call * update version_number * add support for translating "time" objects when restoring backup * bump recipe-scrapers * use specific import syntax * generate frontend types * utilize names exports * use utc times * add task to scheduler * implement new scheduler functionality * stub for type annotation * implement meal-plan data getter * add experimental banner
		
			
				
	
	
		
			78 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			78 lines
		
	
	
		
			3.5 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 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";
 | 
						|
 | 
						|
import TheSnackbar from "@/components/layout/TheSnackbar.vue";
 | 
						|
import AppHeader from "@/components/layout/AppHeader.vue";
 | 
						|
import AppSidebar from "@/components/layout/AppSidebar.vue";
 | 
						|
import AppFooter from "@/components/layout/AppFooter.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;
 | 
						|
    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 {};
 |