Skip to content

Commit b5508b7

Browse files
committed
fix: config template parse issue
1 parent b16536b commit b5508b7

File tree

17 files changed

+184
-398
lines changed

17 files changed

+184
-398
lines changed

frontend/components.d.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,13 @@ declare module '@vue/runtime-core' {
1212
ABreadcrumbItem: typeof import('ant-design-vue/es')['BreadcrumbItem']
1313
AButton: typeof import('ant-design-vue/es')['Button']
1414
ACard: typeof import('ant-design-vue/es')['Card']
15-
ACol: typeof import('ant-design-vue/es')['Col']
1615
AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
17-
ADivider: typeof import('ant-design-vue/es')['Divider']
1816
ADrawer: typeof import('ant-design-vue/es')['Drawer']
1917
AEmpty: typeof import('ant-design-vue/es')['Empty']
2018
AForm: typeof import('ant-design-vue/es')['Form']
2119
AFormItem: typeof import('ant-design-vue/es')['FormItem']
2220
AInput: typeof import('ant-design-vue/es')['Input']
2321
AInputGroup: typeof import('ant-design-vue/es')['InputGroup']
24-
AInputNumber: typeof import('ant-design-vue/es')['InputNumber']
25-
AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
2622
ALayout: typeof import('ant-design-vue/es')['Layout']
2723
ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent']
2824
ALayoutFooter: typeof import('ant-design-vue/es')['LayoutFooter']
@@ -33,20 +29,13 @@ declare module '@vue/runtime-core' {
3329
AMenu: typeof import('ant-design-vue/es')['Menu']
3430
AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
3531
AModal: typeof import('ant-design-vue/es')['Modal']
36-
APagination: typeof import('ant-design-vue/es')['Pagination']
3732
APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
3833
AProgress: typeof import('ant-design-vue/es')['Progress']
39-
AResult: typeof import('ant-design-vue/es')['Result']
40-
ARow: typeof import('ant-design-vue/es')['Row']
4134
ASelect: typeof import('ant-design-vue/es')['Select']
4235
ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
4336
ASpace: typeof import('ant-design-vue/es')['Space']
44-
AStatistic: typeof import('ant-design-vue/es')['Statistic']
45-
AStep: typeof import('ant-design-vue/es')['Step']
46-
ASteps: typeof import('ant-design-vue/es')['Steps']
4737
ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
4838
ASwitch: typeof import('ant-design-vue/es')['Switch']
49-
ATable: typeof import('ant-design-vue/es')['Table']
5039
ATabPane: typeof import('ant-design-vue/es')['TabPane']
5140
ATabs: typeof import('ant-design-vue/es')['Tabs']
5241
ATag: typeof import('ant-design-vue/es')['Tag']
@@ -68,8 +57,5 @@ declare module '@vue/runtime-core' {
6857
StdDataEntryComponentsStdPassword: typeof import('./src/components/StdDataEntry/components/StdPassword.vue')['default']
6958
StdDataEntryComponentsStdSelect: typeof import('./src/components/StdDataEntry/components/StdSelect.vue')['default']
7059
StdDataEntryComponentsStdSelector: typeof import('./src/components/StdDataEntry/components/StdSelector.vue')['default']
71-
StdDataEntryCompontentsStdPassword: typeof import('./src/components/StdDataEntry/compontents/StdPassword.vue')['default']
72-
StdDataEntryCompontentsStdSelect: typeof import('./src/components/StdDataEntry/compontents/StdSelect.vue')['default']
73-
StdDataEntryCompontentsStdSelector: typeof import('./src/components/StdDataEntry/compontents/StdSelector.vue')['default']
7460
}
7561
}

frontend/src/components/StdDataEntry/compontents/StdPassword.vue

Lines changed: 0 additions & 51 deletions
This file was deleted.

frontend/src/components/StdDataEntry/compontents/StdSelect.vue

Lines changed: 0 additions & 45 deletions
This file was deleted.

frontend/src/components/StdDataEntry/compontents/StdSelector.vue

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)