|
@@ -46,18 +46,18 @@ declare module 'vue' {
|
|
Line: typeof import('./src/components/sketch-ruler/line.vue')['default']
|
|
Line: typeof import('./src/components/sketch-ruler/line.vue')['default']
|
|
PagePalette: typeof import('./src/components/PagePalette.vue')['default']
|
|
PagePalette: typeof import('./src/components/PagePalette.vue')['default']
|
|
PageToc: typeof import('./src/components/PageToc.vue')['default']
|
|
PageToc: typeof import('./src/components/PageToc.vue')['default']
|
|
- RoyCircle: typeof import('./src/components/PageComponents/RoyCircle.vue')['default']
|
|
|
|
- RoyComplexTable: typeof import('./src/components/PageComponents/YvanTable/RoyComplexTable.vue')['default']
|
|
|
|
- RoyGroup: typeof import('./src/components/PageComponents/RoyGroup.vue')['default']
|
|
|
|
- RoyImage: typeof import('./src/components/PageComponents/YvanImage.vue')['default']
|
|
|
|
- RoyLine: typeof import('./src/components/PageComponents/YvanLine.vue')['default']
|
|
|
|
|
|
+ RoyCircle: typeof import('./src/components/elements/RoyCircle.vue')['default']
|
|
|
|
+ RoyComplexTable: typeof import('./src/components/elements/YvanTable/RoyComplexTable.vue')['default']
|
|
|
|
+ RoyGroup: typeof import('./src/components/elements/RoyGroup.vue')['default']
|
|
|
|
+ RoyImage: typeof import('./src/components/elements/YvanImage.vue')['default']
|
|
|
|
+ RoyLine: typeof import('./src/components/elements/YvanLine.vue')['default']
|
|
RoyModal: typeof import('./src/components/yvan-ui/yvan-model/RoyModal.vue')['default']
|
|
RoyModal: typeof import('./src/components/yvan-ui/yvan-model/RoyModal.vue')['default']
|
|
- RoyRect: typeof import('./src/components/PageComponents/RoyRect.vue')['default']
|
|
|
|
- RoySimpleTable: typeof import('./src/components/PageComponents/RoyTable/RoySimpleTable.vue')['default']
|
|
|
|
- RoySimpleText: typeof import('./src/components/PageComponents/YvanSimpleText.vue')['default']
|
|
|
|
- RoySimpleTextInTable: typeof import('./src/components/PageComponents/YvanTable/RoySimpleTextInTable.vue')['default']
|
|
|
|
- RoyStar: typeof import('./src/components/PageComponents/RoyStar.vue')['default']
|
|
|
|
- RoyTextInTable: typeof import('./src/components/PageComponents/YvanTable/RoyTextInTable.vue')['default']
|
|
|
|
|
|
+ RoyRect: typeof import('./src/components/elements/RoyRect.vue')['default']
|
|
|
|
+ RoySimpleTable: typeof import('./src/components/elements/RoyTable/RoySimpleTable.vue')['default']
|
|
|
|
+ RoySimpleText: typeof import('./src/components/elements/YvanSimpleText.vue')['default']
|
|
|
|
+ RoySimpleTextInTable: typeof import('./src/components/elements/YvanTable/RoySimpleTextInTable.vue')['default']
|
|
|
|
+ RoyStar: typeof import('./src/components/elements/RoyStar.vue')['default']
|
|
|
|
+ RoyTextInTable: typeof import('./src/components/elements/YvanTable/RoyTextInTable.vue')['default']
|
|
RulerWrapper: typeof import('./src/components/sketch-ruler/rulerWrapper.vue')['default']
|
|
RulerWrapper: typeof import('./src/components/sketch-ruler/rulerWrapper.vue')['default']
|
|
SidebarMenu: typeof import('./src/components/yvan-ui/yvan-sidebar-menu/SidebarMenu.vue')['default']
|
|
SidebarMenu: typeof import('./src/components/yvan-ui/yvan-sidebar-menu/SidebarMenu.vue')['default']
|
|
SidebarMenuBadge: typeof import('./src/components/yvan-ui/yvan-sidebar-menu/SidebarMenuBadge.vue')['default']
|
|
SidebarMenuBadge: typeof import('./src/components/yvan-ui/yvan-sidebar-menu/SidebarMenuBadge.vue')['default']
|
|
@@ -65,21 +65,21 @@ declare module 'vue' {
|
|
SidebarMenuItem: typeof import('./src/components/yvan-ui/yvan-sidebar-menu/SidebarMenuItem.vue')['default']
|
|
SidebarMenuItem: typeof import('./src/components/yvan-ui/yvan-sidebar-menu/SidebarMenuItem.vue')['default']
|
|
SidebarMenuLink: typeof import('./src/components/yvan-ui/yvan-sidebar-menu/SidebarMenuLink.vue')['default']
|
|
SidebarMenuLink: typeof import('./src/components/yvan-ui/yvan-sidebar-menu/SidebarMenuLink.vue')['default']
|
|
SketchRuler: typeof import('./src/components/sketch-ruler/sketchRuler.vue')['default']
|
|
SketchRuler: typeof import('./src/components/sketch-ruler/sketchRuler.vue')['default']
|
|
- TableDataSetting: typeof import('./src/components/PageComponents/yvan-table/TableDataSetting.vue')['default']
|
|
|
|
|
|
+ TableDataSetting: typeof import('./src/components/elements/yvan-table/TableDataSetting.vue')['default']
|
|
Toast: typeof import('./src/components/yvan-ui/yvan-print-toast/toast.vue')['default']
|
|
Toast: typeof import('./src/components/yvan-ui/yvan-print-toast/toast.vue')['default']
|
|
- WangEditor: typeof import('./src/components/PageComponents/WangEditorVue/WangEditor.vue')['default']
|
|
|
|
- WangToolbar: typeof import('./src/components/PageComponents/WangEditorVue/WangToolbar.vue')['default']
|
|
|
|
- YvanBarcode: typeof import('./src/components/PageComponents/YvanBarcode.vue')['default']
|
|
|
|
- YvanBarcodeProps: typeof import('./src/components/PageComponents/YvanBarcodeProps.vue')['default']
|
|
|
|
- YvanCircle: typeof import('./src/components/PageComponents/YvanCircle.vue')['default']
|
|
|
|
- YvanCircleProps: typeof import('./src/components/PageComponents/YvanCircleProps.vue')['default']
|
|
|
|
- YvanComplexTable: typeof import('./src/components/PageComponents/yvan-table/YvanComplexTable.vue')['default']
|
|
|
|
- YvanComplexTableProps: typeof import('./src/components/PageComponents/yvan-table/YvanComplexTableProps.vue')['default']
|
|
|
|
- YvanImage: typeof import('./src/components/PageComponents/YvanImage.vue')['default']
|
|
|
|
- YvanImageProps: typeof import('./src/components/PageComponents/YvanImageProps.vue')['default']
|
|
|
|
- YvanLine: typeof import('./src/components/PageComponents/YvanLine.vue')['default']
|
|
|
|
- YvanLineProps: typeof import('./src/components/PageComponents/YvanLineProps.vue')['default']
|
|
|
|
- YvanLinePropsTemplate: typeof import('./src/components/PageComponents/YvanLinePropsTemplate.vue')['default']
|
|
|
|
|
|
+ WangEditor: typeof import('./src/components/elements/WangEditorVue/WangEditor.vue')['default']
|
|
|
|
+ WangToolbar: typeof import('./src/components/elements/WangEditorVue/WangToolbar.vue')['default']
|
|
|
|
+ YvanBarcode: typeof import('./src/components/elements/YvanBarcode.vue')['default']
|
|
|
|
+ YvanBarcodeProps: typeof import('./src/components/elements/YvanBarcodeProps.vue')['default']
|
|
|
|
+ YvanCircle: typeof import('./src/components/elements/YvanCircle.vue')['default']
|
|
|
|
+ YvanCircleProps: typeof import('./src/components/elements/YvanCircleProps.vue')['default']
|
|
|
|
+ YvanComplexTable: typeof import('./src/components/elements/yvan-table/YvanComplexTable.vue')['default']
|
|
|
|
+ YvanComplexTableProps: typeof import('./src/components/elements/yvan-table/YvanComplexTableProps.vue')['default']
|
|
|
|
+ YvanImage: typeof import('./src/components/elements/YvanImage.vue')['default']
|
|
|
|
+ YvanImageProps: typeof import('./src/components/elements/YvanImageProps.vue')['default']
|
|
|
|
+ YvanLine: typeof import('./src/components/elements/YvanLine.vue')['default']
|
|
|
|
+ YvanLineProps: typeof import('./src/components/elements/YvanLineProps.vue')['default']
|
|
|
|
+ YvanLinePropsTemplate: typeof import('./src/components/elements/YvanLinePropsTemplate.vue')['default']
|
|
YvanPrintAside: typeof import('./src/components/yvan-ui/YvanPrintAside.vue')['default']
|
|
YvanPrintAside: typeof import('./src/components/yvan-ui/YvanPrintAside.vue')['default']
|
|
YvanPrintContainer: typeof import('./src/components/yvan-ui/YvanPrintContainer.vue')['default']
|
|
YvanPrintContainer: typeof import('./src/components/yvan-ui/YvanPrintContainer.vue')['default']
|
|
YvanPrintDesigner: typeof import('./src/components/YvanPrintDesigner.vue')['default']
|
|
YvanPrintDesigner: typeof import('./src/components/YvanPrintDesigner.vue')['default']
|
|
@@ -95,18 +95,18 @@ declare module 'vue' {
|
|
YvanPrintPageFormat: typeof import('./src/components/YvanPrintPageFormat.vue')['default']
|
|
YvanPrintPageFormat: typeof import('./src/components/YvanPrintPageFormat.vue')['default']
|
|
YvanPrintTextEditor: typeof import('./src/components/yvan-ui/YvanPrintTextEditor.vue')['default']
|
|
YvanPrintTextEditor: typeof import('./src/components/yvan-ui/YvanPrintTextEditor.vue')['default']
|
|
YvanPrintToolbar: typeof import('./src/components/yvan-ui/YvanPrintToolbar.vue')['default']
|
|
YvanPrintToolbar: typeof import('./src/components/yvan-ui/YvanPrintToolbar.vue')['default']
|
|
- YvanRect: typeof import('./src/components/PageComponents/YvanRect.vue')['default']
|
|
|
|
- YvanRectProps: typeof import('./src/components/PageComponents/YvanRectProps.vue')['default']
|
|
|
|
- YvanRichText: typeof import('./src/components/PageComponents/YvanRichText.vue')['default']
|
|
|
|
|
|
+ YvanRect: typeof import('./src/components/elements/YvanRect.vue')['default']
|
|
|
|
+ YvanRectProps: typeof import('./src/components/elements/YvanRectProps.vue')['default']
|
|
|
|
+ YvanRichText: typeof import('./src/components/elements/YvanRichText.vue')['default']
|
|
YvanRichTextEditor: typeof import('./src/components/yvan-ui/YvanRichTextEditor.vue')['default']
|
|
YvanRichTextEditor: typeof import('./src/components/yvan-ui/YvanRichTextEditor.vue')['default']
|
|
- YvanRichTextInTable: typeof import('./src/components/PageComponents/yvan-table/YvanRichTextInTable.vue')['default']
|
|
|
|
- YvanRichTextProps: typeof import('./src/components/PageComponents/YvanRichTextProps.vue')['default']
|
|
|
|
- YvanSimpleTable: typeof import('./src/components/PageComponents/yvan-table/YvanSimpleTable.vue')['default']
|
|
|
|
- YvanSimpleTableProps: typeof import('./src/components/PageComponents/yvan-table/YvanSimpleTableProps.vue')['default']
|
|
|
|
- YvanSimpleText: typeof import('./src/components/PageComponents/YvanSimpleText.vue')['default']
|
|
|
|
- YvanSimpleTextInTable: typeof import('./src/components/PageComponents/yvan-table/YvanSimpleTextInTable.vue')['default']
|
|
|
|
- YvanSimpleTextProps: typeof import('./src/components/PageComponents/YvanSimpleTextProps.vue')['default']
|
|
|
|
|
|
+ YvanRichTextInTable: typeof import('./src/components/elements/yvan-table/YvanRichTextInTable.vue')['default']
|
|
|
|
+ YvanRichTextProps: typeof import('./src/components/elements/YvanRichTextProps.vue')['default']
|
|
|
|
+ YvanSimpleTable: typeof import('./src/components/elements/yvan-table/YvanSimpleTable.vue')['default']
|
|
|
|
+ YvanSimpleTableProps: typeof import('./src/components/elements/yvan-table/YvanSimpleTableProps.vue')['default']
|
|
|
|
+ YvanSimpleText: typeof import('./src/components/elements/YvanSimpleText.vue')['default']
|
|
|
|
+ YvanSimpleTextInTable: typeof import('./src/components/elements/yvan-table/YvanSimpleTextInTable.vue')['default']
|
|
|
|
+ YvanSimpleTextProps: typeof import('./src/components/elements/YvanSimpleTextProps.vue')['default']
|
|
YvanTextEditor: typeof import('./src/components/yvan-ui/YvanTextEditor.vue')['default']
|
|
YvanTextEditor: typeof import('./src/components/yvan-ui/YvanTextEditor.vue')['default']
|
|
- YvanTextInTable: typeof import('./src/components/PageComponents/yvan-table/YvanTextInTable.vue')['default']
|
|
|
|
|
|
+ YvanTextInTable: typeof import('./src/components/elements/yvan-table/YvanTextInTable.vue')['default']
|
|
}
|
|
}
|
|
}
|
|
}
|