import { TypedField, FieldType } from "react-declarative"; import { AccessTime } from '@mui/icons-material'; import { AssignmentLate } from '@mui/icons-material'; import { DirectionsRun } from '@mui/icons-material'; import { HighlightOff } from '@mui/icons-material'; import { MarkChatUnread } from '@mui/icons-material'; import { PointOfSale } from '@mui/icons-material'; import { Work } from '@mui/icons-material'; declare var IndicatorCard; export const data = { indicatorValues: { newChats: 21, newSales: 5, hoursWorked: 10, lateArrivals: 9, abscenceHours: 17, overtime: 30, downTime: 13 } }; export const fields: TypedField[] = [ { type: FieldType.Hero, columns: "6", phoneColumns: "12", phoneRight: '0px', height: `33vh`, right: '10px', bottom: '10px', child: { type: FieldType.Component, element: ({ indicatorValues }) => ( ), }, }, { type: FieldType.Hero, columns: "6", phoneColumns: "12", phoneRight: '0px', height: `33vh`, right: '10px', bottom: '10px', child: { type: FieldType.Component, element: ({ indicatorValues }) => ( ), }, }, { type: FieldType.Hero, columns: "4", phoneColumns: "12", phoneRight: '0px', height: `33vh`, right: '10px', bottom: '10px', child: { type: FieldType.Component, element: ({ indicatorValues }) => ( ), }, }, { type: FieldType.Hero, columns: "4", phoneColumns: "12", phoneRight: '0px', height: `33vh`, right: '10px', bottom: '10px', child: { type: FieldType.Component, element: ({ indicatorValues }) => ( ), }, }, { type: FieldType.Hero, columns: "4", phoneColumns: "12", phoneRight: '0px', height: `33vh`, right: '10px', bottom: '10px', child: { type: FieldType.Component, element: ({ indicatorValues }) => ( ), }, }, { type: FieldType.Hero, columns: "6", phoneColumns: "12", phoneRight: '0px', height: `33vh`, right: '10px', bottom: '10px', child: { type: FieldType.Component, element: ({ indicatorValues }) => ( ), }, }, { type: FieldType.Hero, columns: "6", phoneColumns: "12", phoneRight: '0px', height: `33vh`, right: '10px', bottom: '10px', child: { type: FieldType.Component, element: ({ indicatorValues }) => ( ), }, }, ];