|
|
@ -1,4 +1,4 @@ |
|
|
|
import type { FilterType, ViewTypes } from 'nocodb-sdk' |
|
|
|
import type { FilterType, MetaType, ViewTypes } from 'nocodb-sdk' |
|
|
|
import type { I18n } from 'vue-i18n' |
|
|
|
import type { I18n } from 'vue-i18n' |
|
|
|
import type { Theme as AntTheme } from 'ant-design-vue/es/config-provider' |
|
|
|
import type { Theme as AntTheme } from 'ant-design-vue/es/config-provider' |
|
|
|
import type { UploadFile } from 'ant-design-vue' |
|
|
|
import type { UploadFile } from 'ant-design-vue' |
|
|
@ -79,7 +79,7 @@ export interface TabItem { |
|
|
|
viewId?: string |
|
|
|
viewId?: string |
|
|
|
sortsState?: Map<string, any> |
|
|
|
sortsState?: Map<string, any> |
|
|
|
filterState?: Map<string, any> |
|
|
|
filterState?: Map<string, any> |
|
|
|
meta?: Record<string, any> |
|
|
|
meta?: MetaType |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
export interface SharedViewMeta extends Record<string, any> { |
|
|
|
export interface SharedViewMeta extends Record<string, any> { |
|
|
|