.schedule.flex-col(:style="themeCell")
schedule-table-header(:result="result")
schedule-table-body(
:serialized="serialized",
:trim-owner-name="trimOwnerName",
:result="result",
:choice-cell="choiceCell",
:clear-select="clearSelect",
:select-employee="selectEmployee",
:choice-state="choiceState",
:buttons="buttons",
:show-time="showTime",
:schedule-list="scheduleList",
:open-form="openForm",
:replacement-sheet="replacementSheet",
:employees="employees",
:change-shift="changeShift"
:set-active-cell="setActiveCell"
)
schedule-table-select(
v-if="employees.length > 0",
:select-employee="selectEmployee",
:employees="employees",
:result="result",
:choice-cell="choiceCell",
:choice-state="choiceState",
:trim-owner-name="trimOwnerName"
)