mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 22:13:31 -07:00
Add Label notifier
* Looks like the output for 'task dev:generate' contains linting errors. Reverting some of the changes made by 'task dev:generate'
This commit is contained in:
parent
cb340c8a09
commit
95a8a67c8e
11 changed files with 38 additions and 48 deletions
|
@ -1,5 +1,4 @@
|
||||||
/* tslint:disable */
|
/* tslint:disable */
|
||||||
/* eslint-disable */
|
|
||||||
/**
|
/**
|
||||||
/* This file was automatically generated from pydantic models by running pydantic2ts.
|
/* This file was automatically generated from pydantic models by running pydantic2ts.
|
||||||
/* Do not modify it by hand - just update the pydantic models and then re-run the script
|
/* Do not modify it by hand - just update the pydantic models and then re-run the script
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/* tslint:disable */
|
/* tslint:disable */
|
||||||
/* eslint-disable */
|
|
||||||
/**
|
/**
|
||||||
/* This file was automatically generated from pydantic models by running pydantic2ts.
|
/* This file was automatically generated from pydantic models by running pydantic2ts.
|
||||||
/* Do not modify it by hand - just update the pydantic models and then re-run the script
|
/* Do not modify it by hand - just update the pydantic models and then re-run the script
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/* tslint:disable */
|
/* tslint:disable */
|
||||||
/* eslint-disable */
|
|
||||||
/**
|
/**
|
||||||
/* This file was automatically generated from pydantic models by running pydantic2ts.
|
/* This file was automatically generated from pydantic models by running pydantic2ts.
|
||||||
/* Do not modify it by hand - just update the pydantic models and then re-run the script
|
/* Do not modify it by hand - just update the pydantic models and then re-run the script
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/* tslint:disable */
|
/* tslint:disable */
|
||||||
/* eslint-disable */
|
|
||||||
/**
|
/**
|
||||||
/* This file was automatically generated from pydantic models by running pydantic2ts.
|
/* This file was automatically generated from pydantic models by running pydantic2ts.
|
||||||
/* Do not modify it by hand - just update the pydantic models and then re-run the script
|
/* Do not modify it by hand - just update the pydantic models and then re-run the script
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/* tslint:disable */
|
/* tslint:disable */
|
||||||
/* eslint-disable */
|
|
||||||
/**
|
/**
|
||||||
/* This file was automatically generated from pydantic models by running pydantic2ts.
|
/* This file was automatically generated from pydantic models by running pydantic2ts.
|
||||||
/* Do not modify it by hand - just update the pydantic models and then re-run the script
|
/* Do not modify it by hand - just update the pydantic models and then re-run the script
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/* tslint:disable */
|
/* tslint:disable */
|
||||||
/* eslint-disable */
|
|
||||||
/**
|
/**
|
||||||
/* This file was automatically generated from pydantic models by running pydantic2ts.
|
/* This file was automatically generated from pydantic models by running pydantic2ts.
|
||||||
/* Do not modify it by hand - just update the pydantic models and then re-run the script
|
/* Do not modify it by hand - just update the pydantic models and then re-run the script
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/* tslint:disable */
|
/* tslint:disable */
|
||||||
/* eslint-disable */
|
|
||||||
/**
|
/**
|
||||||
/* This file was automatically generated from pydantic models by running pydantic2ts.
|
/* This file was automatically generated from pydantic models by running pydantic2ts.
|
||||||
/* Do not modify it by hand - just update the pydantic models and then re-run the script
|
/* Do not modify it by hand - just update the pydantic models and then re-run the script
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/* tslint:disable */
|
/* tslint:disable */
|
||||||
/* eslint-disable */
|
|
||||||
/**
|
/**
|
||||||
/* This file was automatically generated from pydantic models by running pydantic2ts.
|
/* This file was automatically generated from pydantic models by running pydantic2ts.
|
||||||
/* Do not modify it by hand - just update the pydantic models and then re-run the script
|
/* Do not modify it by hand - just update the pydantic models and then re-run the script
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/* tslint:disable */
|
/* tslint:disable */
|
||||||
/* eslint-disable */
|
|
||||||
/**
|
/**
|
||||||
/* This file was automatically generated from pydantic models by running pydantic2ts.
|
/* This file was automatically generated from pydantic models by running pydantic2ts.
|
||||||
/* Do not modify it by hand - just update the pydantic models and then re-run the script
|
/* Do not modify it by hand - just update the pydantic models and then re-run the script
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/* tslint:disable */
|
/* tslint:disable */
|
||||||
/* eslint-disable */
|
|
||||||
/**
|
/**
|
||||||
/* This file was automatically generated from pydantic models by running pydantic2ts.
|
/* This file was automatically generated from pydantic models by running pydantic2ts.
|
||||||
/* Do not modify it by hand - just update the pydantic models and then re-run the script
|
/* Do not modify it by hand - just update the pydantic models and then re-run the script
|
||||||
|
|
74
frontend/types/components.d.ts
vendored
74
frontend/types/components.d.ts
vendored
|
@ -1,41 +1,41 @@
|
||||||
// This Code is auto generated by gen_ts_types.py
|
// This Code is auto generated by gen_ts_types.py
|
||||||
import AdvancedOnly from "@/components/global/AdvancedOnly.vue";
|
import type AdvancedOnly from "@/components/global/AdvancedOnly.vue";
|
||||||
import AppButtonCopy from "@/components/global/AppButtonCopy.vue";
|
import type AppButtonCopy from "@/components/global/AppButtonCopy.vue";
|
||||||
import AppButtonUpload from "@/components/global/AppButtonUpload.vue";
|
import type AppButtonUpload from "@/components/global/AppButtonUpload.vue";
|
||||||
import AppLoader from "@/components/global/AppLoader.vue";
|
import type AppLoader from "@/components/global/AppLoader.vue";
|
||||||
import AppToolbar from "@/components/global/AppToolbar.vue";
|
import type AppToolbar from "@/components/global/AppToolbar.vue";
|
||||||
import AutoForm from "@/components/global/AutoForm.vue";
|
import type AutoForm from "@/components/global/AutoForm.vue";
|
||||||
import BannerExperimental from "@/components/global/BannerExperimental.vue";
|
import type BannerExperimental from "@/components/global/BannerExperimental.vue";
|
||||||
import BannerWarning from "@/components/global/BannerWarning.vue";
|
import type BannerWarning from "@/components/global/BannerWarning.vue";
|
||||||
import BaseButton from "@/components/global/BaseButton.vue";
|
import type BaseButton from "@/components/global/BaseButton.vue";
|
||||||
import BaseButtonGroup from "@/components/global/BaseButtonGroup.vue";
|
import type BaseButtonGroup from "@/components/global/BaseButtonGroup.vue";
|
||||||
import BaseCardSectionTitle from "@/components/global/BaseCardSectionTitle.vue";
|
import type BaseCardSectionTitle from "@/components/global/BaseCardSectionTitle.vue";
|
||||||
import BaseDialog from "@/components/global/BaseDialog.vue";
|
import type BaseDialog from "@/components/global/BaseDialog.vue";
|
||||||
import BaseDivider from "@/components/global/BaseDivider.vue";
|
import type BaseDivider from "@/components/global/BaseDivider.vue";
|
||||||
import BaseOverflowButton from "@/components/global/BaseOverflowButton.vue";
|
import type BaseOverflowButton from "@/components/global/BaseOverflowButton.vue";
|
||||||
import BasePageTitle from "@/components/global/BasePageTitle.vue";
|
import type BasePageTitle from "@/components/global/BasePageTitle.vue";
|
||||||
import BaseStatCard from "@/components/global/BaseStatCard.vue";
|
import type BaseStatCard from "@/components/global/BaseStatCard.vue";
|
||||||
import BaseWizard from "@/components/global/BaseWizard.vue";
|
import type BaseWizard from "@/components/global/BaseWizard.vue";
|
||||||
import ButtonLink from "@/components/global/ButtonLink.vue";
|
import type ButtonLink from "@/components/global/ButtonLink.vue";
|
||||||
import ContextMenu from "@/components/global/ContextMenu.vue";
|
import type ContextMenu from "@/components/global/ContextMenu.vue";
|
||||||
import CrudTable from "@/components/global/CrudTable.vue";
|
import type CrudTable from "@/components/global/CrudTable.vue";
|
||||||
import DevDumpJson from "@/components/global/DevDumpJson.vue";
|
import type DevDumpJson from "@/components/global/DevDumpJson.vue";
|
||||||
import DocLink from "@/components/global/DocLink.vue";
|
import type DocLink from "@/components/global/DocLink.vue";
|
||||||
import DropZone from "@/components/global/DropZone.vue";
|
import type DropZone from "@/components/global/DropZone.vue";
|
||||||
import HelpIcon from "@/components/global/HelpIcon.vue";
|
import type HelpIcon from "@/components/global/HelpIcon.vue";
|
||||||
import ImageCropper from "@/components/global/ImageCropper.vue";
|
import type ImageCropper from "@/components/global/ImageCropper.vue";
|
||||||
import InputColor from "@/components/global/InputColor.vue";
|
import type InputColor from "@/components/global/InputColor.vue";
|
||||||
import InputLabelType from "@/components/global/InputLabelType.vue";
|
import type InputLabelType from "@/components/global/InputLabelType.vue";
|
||||||
import InputQuantity from "@/components/global/InputQuantity.vue";
|
import type InputQuantity from "@/components/global/InputQuantity.vue";
|
||||||
import LanguageDialog from "@/components/global/LanguageDialog.vue";
|
import type LanguageDialog from "@/components/global/LanguageDialog.vue";
|
||||||
import MarkdownEditor from "@/components/global/MarkdownEditor.vue";
|
import type MarkdownEditor from "@/components/global/MarkdownEditor.vue";
|
||||||
import RecipeJsonEditor from "@/components/global/RecipeJsonEditor.vue";
|
import type RecipeJsonEditor from "@/components/global/RecipeJsonEditor.vue";
|
||||||
import ReportTable from "@/components/global/ReportTable.vue";
|
import type ReportTable from "@/components/global/ReportTable.vue";
|
||||||
import SafeMarkdown from "@/components/global/SafeMarkdown.vue";
|
import type SafeMarkdown from "@/components/global/SafeMarkdown.vue";
|
||||||
import StatsCards from "@/components/global/StatsCards.vue";
|
import type StatsCards from "@/components/global/StatsCards.vue";
|
||||||
import ToggleState from "@/components/global/ToggleState.vue";
|
import type ToggleState from "@/components/global/ToggleState.vue";
|
||||||
import WakelockSwitch from "@/components/global/WakelockSwitch.vue";
|
import type WakelockSwitch from "@/components/global/WakelockSwitch.vue";
|
||||||
import DefaultLayout from "@/components/layout/DefaultLayout.vue";
|
import type DefaultLayout from "@/components/layout/DefaultLayout.vue";
|
||||||
|
|
||||||
declare module "vue" {
|
declare module "vue" {
|
||||||
export interface GlobalComponents {
|
export interface GlobalComponents {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue