components.d.ts 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-vue-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. export {}
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. App: typeof import('./src/components/sketch-ruler/app.vue')['default']
  10. Area: typeof import('./src/components/yvan-editor/Area.vue')['default']
  11. CanvasRuler: typeof import('./src/components/sketch-ruler/canvasRuler/canvasRuler.vue')['default']
  12. ComponentAdjuster: typeof import('./src/components/yvan-editor/ComponentAdjuster.vue')['default']
  13. ComponentBand: typeof import('./src/components/yvan-editor/ComponentBand.vue')['default']
  14. ComponentLayout: typeof import('./src/components/yvan-editor/ComponentLayout.vue')['default']
  15. Context: typeof import('./src/components/yvan-context/components/Context.vue')['default']
  16. ContextGroup: typeof import('./src/components/yvan-context/components/ContextGroup.vue')['default']
  17. ContextItem: typeof import('./src/components/yvan-context/components/ContextItem.vue')['default']
  18. ContextSubmenu: typeof import('./src/components/yvan-context/components/ContextSubmenu.vue')['default']
  19. DataSource: typeof import('./src/components/DataSource.vue')['default']
  20. DataSourceMaintain: typeof import('./src/components/DataSourceMaintain.vue')['default']
  21. Dialog: typeof import('./src/components/yvan-ui/yvan-print-dialog/dialog.vue')['default']
  22. Editor: typeof import('./src/components/yvan-editor/Editor.vue')['default']
  23. EditorCoordinate: typeof import('./src/components/yvan-editor/EditorCoordinate.vue')['default']
  24. EditorLine: typeof import('./src/components/yvan-editor/EditorLine.vue')['default']
  25. EditorMenu: typeof import('./src/components/yvan-editor/EditorMenu.vue')['default']
  26. ElButton: typeof import('element-plus/es')['ElButton']
  27. ElCard: typeof import('element-plus/es')['ElCard']
  28. ElCheckboxButton: typeof import('element-plus/es')['ElCheckboxButton']
  29. ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup']
  30. ElCol: typeof import('element-plus/es')['ElCol']
  31. ElCollapse: typeof import('element-plus/es')['ElCollapse']
  32. ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem']
  33. ElColorPicker: typeof import('element-plus/es')['ElColorPicker']
  34. ElDialog: typeof import('element-plus/es')['ElDialog']
  35. ElDivider: typeof import('element-plus/es')['ElDivider']
  36. ElForm: typeof import('element-plus/es')['ElForm']
  37. ElFormItem: typeof import('element-plus/es')['ElFormItem']
  38. ElIcon: typeof import('element-plus/es')['ElIcon']
  39. ElInput: typeof import('element-plus/es')['ElInput']
  40. 'ElInput-': typeof import('element-plus/es')['ElInput-']
  41. ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
  42. ElOption: typeof import('element-plus/es')['ElOption']
  43. ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
  44. ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
  45. ElRow: typeof import('element-plus/es')['ElRow']
  46. ElSelect: typeof import('element-plus/es')['ElSelect']
  47. ElSpace: typeof import('element-plus/es')['ElSpace']
  48. ElSwitch: typeof import('element-plus/es')['ElSwitch']
  49. ElTabPane: typeof import('element-plus/es')['ElTabPane']
  50. ElTabs: typeof import('element-plus/es')['ElTabs']
  51. ElUpload: typeof import('element-plus/es')['ElUpload']
  52. GlobalSetting: typeof import('./src/components/GlobalSetting.vue')['default']
  53. Line: typeof import('./src/components/sketch-ruler/line.vue')['default']
  54. PagePalette: typeof import('./src/components/PagePalette.vue')['default']
  55. PageToc: typeof import('./src/components/PageToc.vue')['default']
  56. RouterLink: typeof import('vue-router')['RouterLink']
  57. RouterView: typeof import('vue-router')['RouterView']
  58. RoyCircle: typeof import('./src/components/elements/RoyCircle.vue')['default']
  59. RoyComplexTable: typeof import('./src/components/elements/YvanTable/RoyComplexTable.vue')['default']
  60. RoyGroup: typeof import('./src/components/elements/RoyGroup.vue')['default']
  61. RoyImage: typeof import('./src/components/elements/YvanImage.vue')['default']
  62. RoyLine: typeof import('./src/components/elements/YvanLine.vue')['default']
  63. RoyModal: typeof import('./src/components/yvan-ui/yvan-model/RoyModal.vue')['default']
  64. RoyRect: typeof import('./src/components/elements/RoyRect.vue')['default']
  65. RoySimpleTable: typeof import('./src/components/elements/RoyTable/RoySimpleTable.vue')['default']
  66. RoySimpleText: typeof import('./src/components/elements/YvanSimpleText.vue')['default']
  67. RoySimpleTextInTable: typeof import('./src/components/elements/YvanTable/RoySimpleTextInTable.vue')['default']
  68. RoyStar: typeof import('./src/components/elements/RoyStar.vue')['default']
  69. RoyTextInTable: typeof import('./src/components/elements/YvanTable/RoyTextInTable.vue')['default']
  70. RulerWrapper: typeof import('./src/components/sketch-ruler/rulerWrapper.vue')['default']
  71. SidebarMenu: typeof import('./src/components/yvan-ui/yvan-sidebar-menu/SidebarMenu.vue')['default']
  72. SidebarMenuBadge: typeof import('./src/components/yvan-ui/yvan-sidebar-menu/SidebarMenuBadge.vue')['default']
  73. SidebarMenuIcon: typeof import('./src/components/yvan-ui/yvan-sidebar-menu/SidebarMenuIcon.vue')['default']
  74. SidebarMenuItem: typeof import('./src/components/yvan-ui/yvan-sidebar-menu/SidebarMenuItem.vue')['default']
  75. SidebarMenuLink: typeof import('./src/components/yvan-ui/yvan-sidebar-menu/SidebarMenuLink.vue')['default']
  76. SketchRuler: typeof import('./src/components/sketch-ruler/sketchRuler.vue')['default']
  77. TableDataSetting: typeof import('./src/components/elements/yvan-table/TableDataSetting.vue')['default']
  78. Toast: typeof import('./src/components/yvan-ui/yvan-print-toast/toast.vue')['default']
  79. WangEditor: typeof import('./src/components/elements/WangEditorVue/WangEditor.vue')['default']
  80. WangToolbar: typeof import('./src/components/elements/WangEditorVue/WangToolbar.vue')['default']
  81. YvanBarcode: typeof import('./src/components/elements/YvanBarcode.vue')['default']
  82. YvanBarcodeProps: typeof import('./src/components/elements/YvanBarcodeProps.vue')['default']
  83. YvanCircle: typeof import('./src/components/elements/YvanCircle.vue')['default']
  84. YvanCircleProps: typeof import('./src/components/elements/YvanCircleProps.vue')['default']
  85. YvanComplexCell: typeof import('./src/components/elements/yvan-table/YvanComplexCell.vue')['default']
  86. YvanComplexCol: typeof import('./src/components/elements/yvan-table/YvanComplexCol.vue')['default']
  87. YvanComplexColumn: typeof import('./src/components/elements/yvan-table/YvanComplexColumn.vue')['default']
  88. YvanComplexRow: typeof import('./src/components/elements/yvan-table/YvanComplexRow.vue')['default']
  89. YvanComplexTable: typeof import('./src/components/elements/yvan-table/YvanComplexTable.vue')['default']
  90. YvanComplexTable_bak: typeof import('./src/components/elements/yvan-table/YvanComplexTable_bak.vue')['default']
  91. YvanComplexTableProps: typeof import('./src/components/elements/yvan-table/YvanComplexTableProps.vue')['default']
  92. YvanComplexTableProps_bak: typeof import('./src/components/elements/yvan-table/YvanComplexTableProps_bak.vue')['default']
  93. YvanComplexTablePropsAttr: typeof import('./src/components/elements/yvan-table/YvanComplexTablePropsAttr.vue')['default']
  94. YvanComplexTablePropsElement: typeof import('./src/components/elements/yvan-table/YvanComplexTablePropsElement.vue')['default']
  95. YvanComplexTablePropsStyle: typeof import('./src/components/elements/yvan-table/YvanComplexTablePropsStyle.vue')['default']
  96. YvanDesigner: typeof import('./src/components/YvanDesigner.vue')['default']
  97. YvanFieldText: typeof import('./src/components/elements/YvanFieldText.vue')['default']
  98. YvanFieldTextProps: typeof import('./src/components/elements/YvanFieldTextProps.vue')['default']
  99. YvanGroup: typeof import('./src/components/elements/YvanGroup.vue')['default']
  100. YvanImage: typeof import('./src/components/elements/YvanImage.vue')['default']
  101. YvanImageProps: typeof import('./src/components/elements/YvanImageProps.vue')['default']
  102. YvanLine: typeof import('./src/components/elements/YvanLine.vue')['default']
  103. YvanLineProps: typeof import('./src/components/elements/YvanLineProps.vue')['default']
  104. YvanLinePropsTemplate: typeof import('./src/components/elements/YvanLinePropsTemplate.vue')['default']
  105. YvanPrintAside: typeof import('./src/components/yvan-ui/YvanPrintAside.vue')['default']
  106. YvanPrintBarcode: typeof import('./src/components/yvan-ui/YvanPrintBarcode.vue')['default']
  107. YvanPrintBarcode_2: typeof import('./src/components/yvan-ui/YvanPrintBarcode_2.vue')['default']
  108. YvanPrintContainer: typeof import('./src/components/yvan-ui/YvanPrintContainer.vue')['default']
  109. YvanPrintDataSource: typeof import('./src/components/YvanPrintDataSource.vue')['default']
  110. YvanPrintDesigner: typeof import('./src/components/YvanPrintDesigner.vue')['default']
  111. YvanPrintDesignerAside: typeof import('./src/components/yvan-print-designer-left.vue')['default']
  112. YvanPrintDesignerLeft: typeof import('./src/components/YvanPrintDesignerLeft.vue')['default']
  113. YvanPrintDesignerLeft_o: typeof import('./src/components/YvanPrintDesignerLeft_o.vue')['default']
  114. YvanPrintDesignerLeftElement: typeof import('./src/components/YvanPrintDesignerLeftElement.vue')['default']
  115. YvanPrintDesignerLeftLayout: typeof import('./src/components/YvanPrintDesignerLeftLayout.vue')['default']
  116. YvanPrintDesignerLeftLoyout: typeof import('./src/components/YvanPrintDesignerLeftLoyout.vue')['default']
  117. YvanPrintDesignerLeftStructure: typeof import('./src/components/YvanPrintDesignerLeftStructure.vue')['default']
  118. YvanPrintDesignerMain: typeof import('./src/components/YvanPrintDesignerMain.vue')['default']
  119. YvanPrintDesignerProps: typeof import('./src/components/YvanPrintDesignerProps.vue')['default']
  120. YvanPrintDesignerRight: typeof import('./src/components/yvan-print-designer-props.vue')['default']
  121. YvanPrintHeader: typeof import('./src/components/yvan-ui/YvanPrintHeader.vue')['default']
  122. YvanPrintMain: typeof import('./src/components/yvan-ui/YvanPrintMain.vue')['default']
  123. YvanPrintPageFormat: typeof import('./src/components/YvanPrintPageFormat.vue')['default']
  124. YvanPrintTextEditor: typeof import('./src/components/yvan-ui/YvanPrintTextEditor.vue')['default']
  125. YvanPrintToolbar: typeof import('./src/components/yvan-ui/YvanPrintToolbar.vue')['default']
  126. YvanQrcode: typeof import('./src/components/elements/YvanQrcode.vue')['default']
  127. YvanQrcodeProps: typeof import('./src/components/elements/YvanQrcodeProps.vue')['default']
  128. YvanRect: typeof import('./src/components/elements/YvanRect.vue')['default']
  129. YvanRectProps: typeof import('./src/components/elements/YvanRectProps.vue')['default']
  130. YvanRichText: typeof import('./src/components/elements/YvanRichText.vue')['default']
  131. YvanRichTextEditor: typeof import('./src/components/yvan-ui/YvanRichTextEditor.vue')['default']
  132. YvanRichTextInTable: typeof import('./src/components/elements/yvan-table/YvanRichTextInTable.vue')['default']
  133. YvanRichTextProps: typeof import('./src/components/elements/YvanRichTextProps.vue')['default']
  134. YvanSimpleTable: typeof import('./src/components/elements/yvan-table/YvanSimpleTable.vue')['default']
  135. YvanSimpleTableProps: typeof import('./src/components/elements/yvan-table/YvanSimpleTableProps.vue')['default']
  136. YvanSimpleText: typeof import('./src/components/elements/YvanSimpleText.vue')['default']
  137. YvanSimpleTextInTable: typeof import('./src/components/elements/yvan-table/YvanSimpleTextInTable.vue')['default']
  138. YvanSimpleTextProps: typeof import('./src/components/elements/YvanSimpleTextProps.vue')['default']
  139. YvanTextEditor: typeof import('./src/components/yvan-ui/YvanTextEditor.vue')['default']
  140. YvanTextField: typeof import('./src/components/elements/YvanTextField.vue')['default']
  141. YvanTextFieldProps: typeof import('./src/components/elements/YvanTextFieldProps.vue')['default']
  142. YvanTextInTable: typeof import('./src/components/elements/yvan-table/YvanTextInTable.vue')['default']
  143. }
  144. }