2022-01-09 06:15:23 +00:00
|
|
|
// This Code is auto generated by gen_global_components.py
|
2022-04-10 03:08:48 +00:00
|
|
|
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 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";
|
2021-09-09 16:51:29 +00:00
|
|
|
|
|
|
|
|
|
|
|
declare module "vue" {
|
|
|
|
export interface GlobalComponents {
|
|
|
|
// Global Components
|
2022-04-10 03:08:48 +00:00
|
|
|
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;
|
|
|
|
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;
|
|
|
|
|
2021-09-09 16:51:29 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-03-17 18:30:10 +00:00
|
|
|
export {};
|