Skip to content

Commit

Permalink
resolved conflict in datepickerview
Browse files Browse the repository at this point in the history
  • Loading branch information
dgurjar committed Dec 4, 2023
2 parents 06405e5 + 2ed4427 commit 2f1d0d3
Show file tree
Hide file tree
Showing 32 changed files with 657 additions and 284 deletions.
1 change: 0 additions & 1 deletion bundles/af-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@
<plugin>
<groupId>net.revelc.code</groupId>
<artifactId>impsort-maven-plugin</artifactId>
<version>1.4.1</version>
<configuration>
<groups>java, javax, org</groups>
<staticGroups>*</staticGroups>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* version, is bound to this proxy component resource type.
* </p>
*/
@Version("4.7.1")
@Version("5.2.0") // aligning this with release/650 since af2-rest-api is compiled with 5.2.0 in release/650
package com.adobe.cq.forms.core.components.models.form;

import org.osgi.annotation.versioning.Version;
1 change: 0 additions & 1 deletion bundles/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@
<plugin>
<groupId>net.revelc.code</groupId>
<artifactId>impsort-maven-plugin</artifactId>
<version>1.4.1</version>
<configuration>
<groups>java, javax, org</groups>
<staticGroups>*</staticGroups>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{
"FileCloseAccessText" : "กด Enter เพื่อลบไฟล์ ",
"FileSizeGreater" : "ไฟล์ ${0} ใหญ่กว่าขนาดที่คาดไว้: ${1}MB",
"FileNameInvalid" : "ห้ามแนบไฟล์ที่ชื่อไฟล์ขึ้นต้นด้วย (.) มี \\ / : * ? \" < > | ; % $ หรือเป็นคีย์เวิร์ดที่สงวนไว้ เช่น nul, prn, con, lpt หรือ com",
"FileMimeTypeInvalid" : "ไฟล์ ${0} เป็นประเภทไฟล์ที่ไม่รองรับ",
"InternalFormSubmissionError" : "พบข้อผิดพลาดภายในขณะส่งแบบฟอร์ม",
"type" : "กรุณาใส่ค่าที่ถูกต้อง.",
"required" : "กรุณากรอกข้อมูลในช่องนี้.",
"minimum" : "ค่าต้องมากกว่าหรือเท่ากับ ${0}.",
"maximum" : "ค่าต้องน้อยกว่าหรือเท่ากับ ${0}",
"minLength" : "โปรดขยายข้อความนี้ให้มีความยาว ${0} ตัวอักษรขึ้นไป.",
"maxLength" : "โปรดย่อข้อความนี้ให้เหลือ ${0} ตัวอักษรหรือน้อยกว่า.",
"step" : "กรุณาใส่ค่าที่ถูกต้อง.",
"format" : "ระบุค่าในรูปแบบที่อนุญาต : ${0}.",
"pattern" : "กรุณาตรงกับรูปแบบที่ร้องขอ.",
"minItems" : "ระบุจำนวนรายการเท่ากับหรือมากกว่า ${0}.",
"maxItems" : "ระบุจำนวนรายการเท่ากับหรือน้อยกว่า ${0}",
"uniqueItems" : "รายการทั้งหมดจะต้องไม่ซ้ำกัน",
"validationExpression" : "กรุณาใส่ค่าที่ถูกต้อง.",
"maxFileSize" : "ไฟล์มีขนาดใหญ่เกินไป ลดขนาดแล้วลองอีกครั้ง.",
"accept" : "ไม่รองรับประเภทไฟล์ที่ระบุ.",
"defaultError" : "มีข้อผิดพลาดในสนาม",
"clearText" : "ลอสเชน",
"0" : "",
"calendarSymbols" : {
"monthNames" : [
"มกราคม",
"กุมภาพันธ์",
"มีนาคม",
"เมษายน",
"พฤษภาคม",
"มิถุนายน",
"กรกฎาคม",
"สิงหาคม",
"กันยายน",
"ตุลาคม",
"พฤศจิกายน",
"ธันวาคม"
],
"abbrmonthNames" : [
"ม.ค.",
"ก.พ.",
"มี.ค.",
"เม.ย.",
"พ.ค.",
"มิ.ย.",
"ก.ค.",
"ส.ค.",
"ก.ย.",
"ต.ค.",
"พ.ย.",
"ธ.ค."
],
"dayNames" : [
"วันอาทิตย์",
"วันจันทร์",
"วันอังคาร",
"วันพุธ",
"วันพฤหัสบดี",
"วันศุกร์",
"วันเสาร์"
],
"abbrdayNames" : [
"อา.",
"จ.",
"อ.",
"พ.",
"พฤ.",
"ศ.",
"ส."
],
"meridiemNames" : [
"vorm.",
"nachm."
],
"eraNames" : [
"v. Chr.",
"n. Chr."
],
"day": "วัน",
"days": "วัน",
"month": "เดือน",
"months": "เดือน",
"year": "ปี",
"years": "ปี",
"more": "มากกว่า",
"less": "น้อย"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"Zero" : ""
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"it",
"es",
"ru-ru",
"hi"
"hi",
"th"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<it/>
<ru-ru/>
<hi/>
<th/>
</dictionary>
<metadata
fd:version="2.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:fd="http://www.adobe.com/aemfd/fd/1.0"
jcr:primaryType="dam:Asset">
<jcr:content
cq:conf="\0"
jcr:lastModified="{Date}2023-10-11T16:50:18.425+05:30"
jcr:primaryType="dam:AssetContent"
sling:resourceType="fd/fm/af/render"
guide="1"
type="guide">
<metadata
fd:version="2.1"
jcr:language="en"
jcr:primaryType="nt:unstructured"
xmp:CreatorTool="AEM Forms AF Wizard"
allowedRenderFormat="HTML"
author="admin"
dorType="none"
formmodel="none"
themeRef="/libs/fd/af/themes/canvas"
title="setFocus"/>
</jcr:content>
jcr:primaryType="dam:Asset">
<jcr:content
cq:conf="\0"
jcr:lastModified="{Date}2023-11-22T12:11:22.852+05:30"
jcr:primaryType="dam:AssetContent"
sling:resourceType="fd/fm/af/render"
guide="1"
type="guide">
<metadata
fd:version="2.1"
jcr:language="en"
jcr:primaryType="nt:unstructured"
xmp:CreatorTool="AEM Forms AF Wizard"
allowedRenderFormat="HTML"
author="admin"
dorType="none"
formmodel="none"
themeRef="/libs/fd/af/themes/canvas"
title="setFocusTest"/>
</jcr:content>
</jcr:root>

Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,26 @@
textIsRich="[true,true]"
type="string"
visible="{Boolean}true"/>
<radiobutton_1450421672
jcr:created="{Date}2023-11-15T14:50:14.454+05:30"
jcr:createdBy="admin"
jcr:lastModified="{Date}2023-11-15T14:50:51.632+05:30"
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
jcr:title="Radio Button 8"
sling:resourceType="forms-components-examples/components/form/radiobutton"
enabled="{Boolean}true"
enum="[true,false]"
enumNames="[True,False]"
fieldType="radio-group"
hideTitle="false"
name="radiobutton_14504216721700040014495"
orientation="horizontal"
readOnly="{Boolean}false"
textIsRich="[true,true]"
type="boolean"
unboundFormElement="{Boolean}false"
visible="{Boolean}true"/>
</guideContainer>
</jcr:content>
</jcr:root>
Loading

0 comments on commit 2f1d0d3

Please sign in to comment.