- Added TablesList page
- Added Insert Record empty
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
|
||||
export interface IEvents {
|
||||
_id?: any
|
||||
time?: string
|
||||
duration?: number
|
||||
duration2?: number
|
||||
typol?: string
|
||||
short_tit?: string
|
||||
title?: string
|
||||
details?: string
|
||||
time?: string
|
||||
dur?: number
|
||||
dur2?: number
|
||||
date?: string
|
||||
side?: string
|
||||
bgcolor?: string
|
||||
@@ -13,13 +15,19 @@ export interface IEvents {
|
||||
icon?: string
|
||||
img?: string
|
||||
where?: string
|
||||
teacher?: string
|
||||
teacher2?: string
|
||||
contribtype?: number
|
||||
teacher?: string // teacherid
|
||||
teacher2?: string // teacherid2
|
||||
avatar?: string
|
||||
avatar2?: string
|
||||
infoextra?: string
|
||||
linkpage?: string
|
||||
linkpdf?: string
|
||||
nobookable?: boolean
|
||||
news?: boolean
|
||||
dupId?: any
|
||||
canceled?: boolean
|
||||
deleted?: boolean
|
||||
}
|
||||
|
||||
export interface IBookedEvent {
|
||||
|
||||
@@ -48,6 +48,7 @@ export interface IGlobalState {
|
||||
mobileMode: boolean
|
||||
menuCollapse: boolean
|
||||
leftDrawerOpen: boolean
|
||||
RightDrawerOpen: boolean
|
||||
category: string
|
||||
stateConnection: string
|
||||
networkDataReceived: boolean
|
||||
@@ -214,7 +215,7 @@ export interface IParamsQuery {
|
||||
|
||||
export interface IColGridTable {
|
||||
name: string
|
||||
required: boolean
|
||||
required?: boolean
|
||||
label?: string
|
||||
label_trans?: string
|
||||
align?: string
|
||||
@@ -227,4 +228,12 @@ export interface IColGridTable {
|
||||
action?: any
|
||||
foredit?: boolean
|
||||
isdate?: boolean
|
||||
visuonlyEditVal?: boolean
|
||||
}
|
||||
|
||||
export interface ITableRec {
|
||||
label: string
|
||||
value: string
|
||||
columns: IColGridTable[]
|
||||
colkey: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user