-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Terms and Conditions review comments
- Loading branch information
barshatr
authored and
ci-build
committed
Oct 2, 2023
1 parent
10996c1
commit 3ca93e5
Showing
17 changed files
with
127 additions
and
117 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
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
33 changes: 33 additions & 0 deletions
33
.../content/jcr_root/apps/core/fd/components/form/checkboxgroup/v1/checkboxgroup/widget.html
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!--/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
~ Copyright 2023 Adobe | ||
~ | ||
~ 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. | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/--> | ||
<template data-sly-template.widget="${ @ checkboxgroup }"> | ||
<div class="cmp-adaptiveform-checkboxgroup__widget ${checkboxgroup.orientation}" id="${widgetId}"> | ||
<div data-sly-list="${checkboxgroup.enums}" data-sly-unwrap> | ||
<div class="cmp-adaptiveform-checkboxgroup-item ${checkboxgroup.name}"> | ||
<label class="cmp-adaptiveform-checkboxgroup__option-label" | ||
title="${checkboxgroup.tooltipVisible ? '' : checkboxgroup.tooltipText}"> | ||
<input class="cmp-adaptiveform-checkboxgroup__option__widget" type="checkbox" | ||
name="${checkboxgroup.name}" | ||
value="${checkboxgroup.enums[itemList.index].toString}" | ||
checked="${checkboxgroup.enums[itemList.index] in checkboxgroup.default }" | ||
disabled="${!checkboxgroup.enabled || checkboxgroup.readOnly}" | ||
aria-readonly="${checkboxgroup.readOnly ? 'true' : ''}"/> | ||
<span>${checkboxgroup.enumNames[itemList.index]}</span> | ||
</label> | ||
</div> | ||
</div> | ||
</div> | ||
</template> |
62 changes: 0 additions & 62 deletions
62
ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/links/v1/links/links.html
This file was deleted.
Oops, something went wrong.
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
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
File renamed without changes.
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
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
2 changes: 1 addition & 1 deletion
2
...ents/form/links/v1/links/_cq_template.xml → ...lelink/v1/toggleablelink/_cq_template.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
34 changes: 34 additions & 0 deletions
34
...ontent/jcr_root/apps/core/fd/components/form/toggleablelink/v1/toggleablelink/widget.html
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!--/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
~ Copyright 2023 Adobe | ||
~ | ||
~ 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. | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/--> | ||
<template data-sly-template.widget="${ @ checkboxgroup }"> | ||
<div class="cmp-adaptiveform-checkboxgroup__widget ${checkboxgroup.orientation}" id="${widgetId}"> | ||
<div data-sly-list="${checkboxgroup.enums}" data-sly-unwrap> | ||
<div class="cmp-adaptiveform-checkboxgroup-item ${checkboxgroup.name}"> | ||
<label class="cmp-adaptiveform-checkboxgroup__option-label" | ||
title="${checkboxgroup.tooltipVisible ? '' : checkboxgroup.tooltipText}"> | ||
<input class="cmp-adaptiveform-checkboxgroup__option__widget" type="checkbox" | ||
style="display: none;" | ||
name="${checkboxgroup.name}" | ||
value="${checkboxgroup.enums[itemList.index].toString}" | ||
checked="${checkboxgroup.enums[itemList.index] in checkboxgroup.default }" | ||
disabled="${!checkboxgroup.enabled || checkboxgroup.readOnly}" | ||
aria-readonly="${checkboxgroup.readOnly ? 'true' : ''}"/> | ||
<a class="cmp-adaptiveform-checkboxgroup__links" title="${checkboxgroup.enumNames[itemList.index]}" href="${checkboxgroup.enums[itemList.index].toString@context='uri'}" target="_blank">${checkboxgroup.enumNames[itemList.index]}</a> | ||
</label> | ||
</div> | ||
</div> | ||
</div> | ||
</template> |
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
Oops, something went wrong.