/
seafteam
/
seaf-archtool-core
Обзор
Документация
Войти
/
seafteam
/
seaf-archtool-core
Код
Запросы
10
Задачи
Пакеты
2
Релизы
21
Аналитика
java-back
plugins/excel/lib/const.js
64 строки
1 KB
Alexandr Anenburg
Запрос на слияние 'bugfix/ERA-2394-import-excel-generated-output-path-length-validation' (
#603
) из bugfix/ERA-2394-import-excel-generated-output-path-length-validation в dev
19 июн 2026, 09:29
Верифицирован
19 июн 2026, 09:29
b4690ef
Код
Авторство
О чём код?
/* Copyright (C) 2023 Sber Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Maintainers: Alexandr Anenburg <anenburg.alexandr@mail.ru>, Sber Contributors: Alexandr Anenburg <anenburg.alexandr@mail.ru>, Sber - 2025 */ export const STYLES = { TITLE: { font: { bold: true, size: 14 } }, SUBTITLE: { font: { bold: true, size: 12 } }, DESCRIPTION: { font: { italic: true, size: 12 } }, LINK: { font: { italic: true, underline: true, color: { theme: 10 } } }, TABLE_HEADER_ALIGNMENT: { alignment: { vertical: 'middle', horizontal: 'center' } }, TABLE_CELL_BORDER: { border: { style: 'hair' } } }; export const MAX_FILE_NAME_LENGTH = 255;