-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #487 from 1c-syntax/feature/bumpAndFix250102
Небольшие правки и обновление зависимостей
- Loading branch information
Showing
493 changed files
with
11,632 additions
and
6,974 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,5 @@ Gradle_*.xml | |
/.idea/material_theme_project_new.xml | ||
*.hprof | ||
*.hprof.idom | ||
*.cf | ||
**/ConfigDumpInfo.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of MDClasses. | ||
* | ||
* Copyright (c) 2019 - 2024 | ||
* Copyright (c) 2019 - 2025 | ||
* Tymko Oleg <[email protected]>, Maximov Valery <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
@@ -27,6 +27,7 @@ | |
import com.github._1c_syntax.bsl.mdo.ModuleOwner; | ||
import com.github._1c_syntax.bsl.mdo.Subsystem; | ||
import com.github._1c_syntax.bsl.mdo.support.ApplicationRunMode; | ||
import com.github._1c_syntax.bsl.mdo.support.InterfaceCompatibilityMode; | ||
import com.github._1c_syntax.bsl.mdo.support.ScriptVariant; | ||
import com.github._1c_syntax.bsl.mdo.support.UsePurposes; | ||
import com.github._1c_syntax.bsl.support.CompatibilityMode; | ||
|
@@ -51,6 +52,11 @@ public interface CF extends MDClass, ConfigurationTree, CFAccess { | |
*/ | ||
ScriptVariant getScriptVariant(); | ||
|
||
/** | ||
* Вид интерфейса | ||
*/ | ||
InterfaceCompatibilityMode getInterfaceCompatibilityMode(); | ||
|
||
/** | ||
* Режим совместимости | ||
*/ | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/github/_1c_syntax/bsl/mdclasses/CFAccess.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of MDClasses. | ||
* | ||
* Copyright (c) 2019 - 2024 | ||
* Copyright (c) 2019 - 2025 | ||
* Tymko Oleg <[email protected]>, Maximov Valery <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of MDClasses. | ||
* | ||
* Copyright (c) 2019 - 2024 | ||
* Copyright (c) 2019 - 2025 | ||
* Tymko Oleg <[email protected]>, Maximov Valery <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
@@ -57,6 +57,7 @@ | |
import com.github._1c_syntax.bsl.mdo.Language; | ||
import com.github._1c_syntax.bsl.mdo.MD; | ||
import com.github._1c_syntax.bsl.mdo.Module; | ||
import com.github._1c_syntax.bsl.mdo.PaletteColor; | ||
import com.github._1c_syntax.bsl.mdo.Report; | ||
import com.github._1c_syntax.bsl.mdo.Role; | ||
import com.github._1c_syntax.bsl.mdo.ScheduledJob; | ||
|
@@ -72,6 +73,7 @@ | |
import com.github._1c_syntax.bsl.mdo.XDTOPackage; | ||
import com.github._1c_syntax.bsl.mdo.support.ApplicationRunMode; | ||
import com.github._1c_syntax.bsl.mdo.support.DataLockControlMode; | ||
import com.github._1c_syntax.bsl.mdo.support.InterfaceCompatibilityMode; | ||
import com.github._1c_syntax.bsl.mdo.support.MultiLanguageString; | ||
import com.github._1c_syntax.bsl.mdo.support.ObjectBelonging; | ||
import com.github._1c_syntax.bsl.mdo.support.RoleRight; | ||
|
@@ -88,7 +90,6 @@ | |
import lombok.Builder; | ||
import lombok.Builder.Default; | ||
import lombok.EqualsAndHashCode; | ||
import lombok.NonNull; | ||
import lombok.Singular; | ||
import lombok.ToString; | ||
import lombok.Value; | ||
|
@@ -105,7 +106,6 @@ | |
@Builder | ||
@ToString(of = {"name", "uuid"}) | ||
@EqualsAndHashCode(of = {"name", "uuid"}) | ||
@NonNull | ||
public class Configuration implements CF { | ||
|
||
/** | ||
|
@@ -140,6 +140,8 @@ public class Configuration implements CF { | |
@Default | ||
ScriptVariant scriptVariant = ScriptVariant.ENGLISH; | ||
@Default | ||
InterfaceCompatibilityMode interfaceCompatibilityMode = InterfaceCompatibilityMode.VERSION_8_2; | ||
@Default | ||
CompatibilityMode compatibilityMode = new CompatibilityMode(); | ||
@Default | ||
CompatibilityMode configurationExtensionCompatibilityMode = new CompatibilityMode(); | ||
|
@@ -208,6 +210,8 @@ public class Configuration implements CF { | |
@Singular | ||
List<StyleItem> styleItems; | ||
@Singular | ||
List<PaletteColor> paletteColors; | ||
@Singular | ||
List<Style> styles; | ||
@Singular | ||
List<Language> languages; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of MDClasses. | ||
* | ||
* Copyright (c) 2019 - 2024 | ||
* Copyright (c) 2019 - 2025 | ||
* Tymko Oleg <[email protected]>, Maximov Valery <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
@@ -57,6 +57,7 @@ | |
import com.github._1c_syntax.bsl.mdo.Language; | ||
import com.github._1c_syntax.bsl.mdo.MD; | ||
import com.github._1c_syntax.bsl.mdo.Module; | ||
import com.github._1c_syntax.bsl.mdo.PaletteColor; | ||
import com.github._1c_syntax.bsl.mdo.Report; | ||
import com.github._1c_syntax.bsl.mdo.Role; | ||
import com.github._1c_syntax.bsl.mdo.ScheduledJob; | ||
|
@@ -72,6 +73,7 @@ | |
import com.github._1c_syntax.bsl.mdo.XDTOPackage; | ||
import com.github._1c_syntax.bsl.mdo.support.ApplicationRunMode; | ||
import com.github._1c_syntax.bsl.mdo.support.ConfigurationExtensionPurpose; | ||
import com.github._1c_syntax.bsl.mdo.support.InterfaceCompatibilityMode; | ||
import com.github._1c_syntax.bsl.mdo.support.MultiLanguageString; | ||
import com.github._1c_syntax.bsl.mdo.support.ObjectBelonging; | ||
import com.github._1c_syntax.bsl.mdo.support.RoleRight; | ||
|
@@ -131,6 +133,8 @@ public class ConfigurationExtension implements CF { | |
@Default | ||
ScriptVariant scriptVariant = ScriptVariant.ENGLISH; | ||
@Default | ||
InterfaceCompatibilityMode interfaceCompatibilityMode = InterfaceCompatibilityMode.VERSION_8_2; | ||
@Default | ||
CompatibilityMode compatibilityMode = new CompatibilityMode(); | ||
@Default | ||
CompatibilityMode configurationExtensionCompatibilityMode = new CompatibilityMode(); | ||
|
@@ -199,6 +203,8 @@ public class ConfigurationExtension implements CF { | |
@Singular | ||
List<StyleItem> styleItems; | ||
@Singular | ||
List<PaletteColor> paletteColors; | ||
@Singular | ||
List<Style> styles; | ||
@Singular | ||
List<Language> languages; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
/* | ||
* This file is a part of MDClasses. | ||
* | ||
* Copyright (c) 2019 - 2024 | ||
* Tymko Oleg <[email protected]>, Maximov Valery <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
* | ||
* MDClasses is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU Lesser General Public | ||
* License as published by the Free Software Foundation; either | ||
* version 3.0 of the License, or (at your option) any later version. | ||
* | ||
* MDClasses is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with MDClasses. | ||
*/ | ||
package com.github._1c_syntax.bsl.mdclasses; | ||
/* | ||
* This file is a part of MDClasses. | ||
* | ||
* Copyright (c) 2019 - 2025 | ||
* Tymko Oleg <[email protected]>, Maximov Valery <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
* | ||
* MDClasses is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU Lesser General Public | ||
* License as published by the Free Software Foundation; either | ||
* version 3.0 of the License, or (at your option) any later version. | ||
* | ||
* MDClasses is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with MDClasses. | ||
*/ | ||
package com.github._1c_syntax.bsl.mdclasses; | ||
|
||
import com.github._1c_syntax.bsl.mdo.AccountingRegister; | ||
import com.github._1c_syntax.bsl.mdo.AccumulationRegister; | ||
|
@@ -55,6 +55,7 @@ | |
import com.github._1c_syntax.bsl.mdo.IntegrationService; | ||
import com.github._1c_syntax.bsl.mdo.Interface; | ||
import com.github._1c_syntax.bsl.mdo.Language; | ||
import com.github._1c_syntax.bsl.mdo.PaletteColor; | ||
import com.github._1c_syntax.bsl.mdo.Report; | ||
import com.github._1c_syntax.bsl.mdo.Role; | ||
import com.github._1c_syntax.bsl.mdo.ScheduledJob; | ||
|
@@ -400,6 +401,18 @@ default Optional<StyleItem> findStyleItem(Predicate<? super StyleItem> predicate | |
return getStyleItems().stream().filter(predicate).findFirst(); | ||
} | ||
|
||
/** | ||
* Цвет палитры | ||
*/ | ||
List<PaletteColor> getPaletteColors(); | ||
|
||
/** | ||
* Поиск элемента стиля по условию | ||
*/ | ||
default Optional<PaletteColor> findPaletteColor(Predicate<? super PaletteColor> predicate) { | ||
return getPaletteColors().stream().filter(predicate).findFirst(); | ||
} | ||
|
||
/** | ||
* Стили | ||
*/ | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/github/_1c_syntax/bsl/mdclasses/ExternalDataProcessor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of MDClasses. | ||
* | ||
* Copyright (c) 2019 - 2024 | ||
* Copyright (c) 2019 - 2025 | ||
* Tymko Oleg <[email protected]>, Maximov Valery <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/github/_1c_syntax/bsl/mdclasses/ExternalReport.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of MDClasses. | ||
* | ||
* Copyright (c) 2019 - 2024 | ||
* Copyright (c) 2019 - 2025 | ||
* Tymko Oleg <[email protected]>, Maximov Valery <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
44 changes: 22 additions & 22 deletions
44
src/main/java/com/github/_1c_syntax/bsl/mdclasses/ExternalSource.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
/* | ||
* This file is a part of MDClasses. | ||
* | ||
* Copyright (c) 2019 - 2024 | ||
* Tymko Oleg <[email protected]>, Maximov Valery <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
* | ||
* MDClasses is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU Lesser General Public | ||
* License as published by the Free Software Foundation; either | ||
* version 3.0 of the License, or (at your option) any later version. | ||
* | ||
* MDClasses is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with MDClasses. | ||
*/ | ||
package com.github._1c_syntax.bsl.mdclasses; | ||
/* | ||
* This file is a part of MDClasses. | ||
* | ||
* Copyright (c) 2019 - 2025 | ||
* Tymko Oleg <[email protected]>, Maximov Valery <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
* | ||
* MDClasses is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU Lesser General Public | ||
* License as published by the Free Software Foundation; either | ||
* version 3.0 of the License, or (at your option) any later version. | ||
* | ||
* MDClasses is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with MDClasses. | ||
*/ | ||
package com.github._1c_syntax.bsl.mdclasses; | ||
|
||
import com.github._1c_syntax.bsl.mdo.Attribute; | ||
import com.github._1c_syntax.bsl.mdo.AttributeOwner; | ||
|
Oops, something went wrong.