163 lines
4.6 KiB
JavaScript
163 lines
4.6 KiB
JavaScript
export const css = {
|
|
'root': 'survey',
|
|
'header': 'survey__header',
|
|
'body': 'survey__body',
|
|
'bodyEmpty': '',
|
|
'footer': 'survey__footer',
|
|
'navigationButton': 'button button--primary',
|
|
'completedPage': 'survey__body--completed',
|
|
'navigation': {
|
|
'complete': 'button button--primary',
|
|
'prev': 'button button--primary',
|
|
'next': 'button button--primary',
|
|
'start': 'button button--primary'
|
|
},
|
|
'progress': 'survey__progress',
|
|
'progressBar': 'survey__progress-bar',
|
|
'page': {
|
|
'root': 'survey__page',
|
|
'title': '',
|
|
'survey__page-description': ''
|
|
},
|
|
'pageTitle': 'survey__page-title',
|
|
'pageDescription': 'survey__page-description',
|
|
'row': 'sv_row',
|
|
'question': {
|
|
'mainRoot': 'survey__question question',
|
|
'flowRoot': 'sv_q_flow sv_qstn',
|
|
'titleLeftRoot': 'sv_qstn_left',
|
|
'title': 'survey__question-title',
|
|
'number': 'sv_q_num',
|
|
'survey__question-description': 'small',
|
|
'comment': 'survey__question-input skillbox-input',
|
|
'required': '',
|
|
'titleRequired': '',
|
|
'hasError': 'has-error',
|
|
'indent': 20
|
|
},
|
|
'panel': {
|
|
'title': 'survey__panel-title',
|
|
'description': 'small survey__panel-description',
|
|
'container': 'sv_p_container'
|
|
},
|
|
'error': {
|
|
'root': 'alert alert-danger',
|
|
'icon': 'glyphicon glyphicon-exclamation-sign',
|
|
'item': '',
|
|
'locationTop': 'sv_qstn_error_top',
|
|
'locationBottom': 'sv_qstn_error_bottom'
|
|
},
|
|
'boolean': {
|
|
'root': 'sv_qbln form-inline checkbox',
|
|
'item': '',
|
|
'label': '',
|
|
'materialDecorator': 'checkbox-material'
|
|
},
|
|
'checkbox': {
|
|
'root': 'survey__checkbox-group',
|
|
'item': 'base-input-container base-input-container--survey',
|
|
'itemControl': 'base-input-container__input',
|
|
'label': 'base-input-container__label-container',
|
|
'controlLabel': 'base-input-container__label',
|
|
'materialDecorator': 'base-input-container__checkbox base-input-container__icon',
|
|
'other': 'sv_q_checkbox_other skillbox-input',
|
|
'column': 'sv_q_select_column'
|
|
},
|
|
'comment': 'survey__input skillbox-input',
|
|
'dropdown': {
|
|
'root': '',
|
|
'control': 'skillbox-input',
|
|
'other': 'sv_q_dd_other skillbox-input'
|
|
},
|
|
'html': {
|
|
'root': ''
|
|
},
|
|
'matrix': {
|
|
'root': 'table table-striped',
|
|
'label': 'sv_q_m_label',
|
|
'cellText': 'sv_q_m_cell_text',
|
|
'cellTextSelected': 'sv_q_m_cell_selected bg-primary',
|
|
'cellLabel': 'sv_q_m_cell_label'
|
|
},
|
|
'matrixdropdown': {
|
|
'root': 'table'
|
|
},
|
|
'matrixdynamic': {
|
|
'root': 'table',
|
|
'button': 'button',
|
|
'buttonAdd': '',
|
|
'buttonRemove': '',
|
|
'iconAdd': '',
|
|
'iconRemove': ''
|
|
},
|
|
'paneldynamic': {
|
|
'root': '',
|
|
'button': 'button',
|
|
'buttonPrev': '',
|
|
'buttonNext': '',
|
|
'buttonAdd': '',
|
|
'buttonRemove': ''
|
|
},
|
|
'multipletext': {
|
|
'root': 'table',
|
|
'itemTitle': '',
|
|
'itemValue': 'sv_q_mt_item_value skillbox-input'
|
|
},
|
|
'radiogroup': {
|
|
'root': 'survey__radiogroup-group',
|
|
'item': 'base-input-container base-input-container--survey',
|
|
'label': 'base-input-container__label-container',
|
|
'itemControl': 'base-input-container__input',
|
|
'controlLabel': 'base-input-container__label',
|
|
'materialDecorator': 'base-input-container__radiobutton base-input-container__icon',
|
|
'other': 'sv_q_radiogroup_other skillbox-input',
|
|
'clearButton': 'sv_q_radiogroup_clear button',
|
|
'column': 'sv_q_select_column'
|
|
},
|
|
'imagepicker': {
|
|
'root': 'sv_imgsel',
|
|
'item': 'sv_q_imgsel',
|
|
'label': 'sv_q_imgsel_label',
|
|
'itemControl': 'sv_q_imgsel_control_item',
|
|
'image': 'sv_q_imgsel_image',
|
|
'itemText': 'sv_q_imgsel_text',
|
|
'clearButton': 'sv_q_radiogroup_clear'
|
|
},
|
|
'rating': {
|
|
'root': 'btn-group',
|
|
'item': 'btn btn-default btn-secondary',
|
|
'selected': 'active',
|
|
'minText': '',
|
|
'itemText': '',
|
|
'maxText': ''
|
|
},
|
|
'text': 'survey__input skillbox-input',
|
|
'expression': 'survey__input skillbox-input',
|
|
'file': {
|
|
'root': 'sv_q_file',
|
|
'placeholderInput': 'sv_q_file_placeholder',
|
|
'preview': 'sv_q_file_preview',
|
|
'removeButton': 'sv_q_file_remove_button',
|
|
'fileInput': 'sv_q_file_input',
|
|
'removeFile': 'sv_q_file_remove'
|
|
},
|
|
'saveData': {
|
|
'root': 'save-data',
|
|
'saving': 'alert alert-info',
|
|
'error': 'alert alert-danger',
|
|
'success': 'alert alert-success',
|
|
'saveAgainButton': ''
|
|
},
|
|
'window': {
|
|
'root': 'modal-content',
|
|
'body': 'modal-body',
|
|
'header': {
|
|
'root': 'modal-header panel-title',
|
|
'title': 'pull-left',
|
|
'button': 'glyphicon pull-right',
|
|
'buttonExpanded': 'glyphicon pull-right glyphicon-chevron-up',
|
|
'buttonCollapsed': 'glyphicon pull-right glyphicon-chevron-down'
|
|
}
|
|
}
|
|
};
|