UNPKG

@progress/kendo-spreadsheet-vue-wrapper

Version:

Kendo UI Spreadsheet wrapper for Vue.js

41 lines (40 loc) 1.11 kB
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { props: { defaultCellStyleBackground: { type: String, kComposite: 'defaultCellStyle.background' }, defaultCellStyleColor: { type: String, kComposite: 'defaultCellStyle.color' }, defaultCellStyleFontFamily: { type: String, kComposite: 'defaultCellStyle.fontFamily' }, defaultCellStyleFontSize: { type: String, kComposite: 'defaultCellStyle.fontSize' }, defaultCellStyleItalic: { type: Boolean, kComposite: 'defaultCellStyle.Italic' }, defaultCellStyleBold: { type: Boolean, kComposite: 'defaultCellStyle.bold' }, defaultCellStyleUnderline: { type: Boolean, kComposite: 'defaultCellStyle.underline' }, defaultCellStyleWrap: { type: Boolean, kComposite: 'defaultCellStyle.wrap' } } };