Skip to content

Commit 6ea4920

Browse files
committed
add #485
add #470 add #468
1 parent 2041079 commit 6ea4920

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/java/com/github/_1c_syntax/bsl/mdo/storage/form/FormElementType.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ public enum FormElementType implements EnumWithValue {
6161
PAGE("Page"),
6262
PAGES("Pages"),
6363
PDF_DOCUMENT_FIELD("PDFDocumentField"),
64+
PERIOD_FIELD("PeriodField"),
6465
PICTURE_DECORATION("PictureDecoration"),
6566
PICTURE_FIELD("PictureField"),
67+
PLANNER_FIELD("PlannerField"),
6668
POPUP("Popup"),
6769
PROGRESS_BAR_FIELD("ProgressBarField"),
6870
RADIO_BUTTON_FIELD("RadioButtonField"),
@@ -80,7 +82,8 @@ public boolean isUnknown() {
8082
}
8183
},
8284
USUAL_BUTTON("UsualButton"),
83-
USUAL_GROUP("UsualGroup");
85+
USUAL_GROUP("UsualGroup"),
86+
VIEW_STATUS_ADDITION("ViewStatusAddition");
8487

8588
private static final Map<String, FormElementType> KEYS = computeKeys();
8689

0 commit comments

Comments
 (0)