Skip to content

UE: Support for fd:customDisplayFormat #1619

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2025
Merged

Conversation

TalmizAhmed
Copy link
Contributor

Same issue being faced in UE as this PR

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes and the overall coverage did not decrease.
  • All unit tests pass on CircleCi.
  • I ran all tests locally and they pass.

@TalmizAhmed TalmizAhmed requested a review from rismehta June 18, 2025 06:14
Copy link

codecov bot commented Jun 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.51%. Comparing base (9fce828) to head (14594db).
Report is 15 commits behind head on dev.

Additional details and impacted files
@@             Coverage Diff              @@
##                dev    #1619      +/-   ##
============================================
+ Coverage     82.50%   82.51%   +0.01%     
- Complexity     1010     1011       +1     
============================================
  Files           108      108              
  Lines          2623     2625       +2     
  Branches        378      378              
============================================
+ Hits           2164     2166       +2     
  Misses          270      270              
  Partials        189      189              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@@ -165,6 +169,9 @@ public String getPlaceHolder() {
@Override
@Nullable
public String getDisplayFormat() {
if (customDisplayFormat != null) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is confusing, we already have displayFormat property for this, why do you need fd:customDisplayFormat ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rismehta The property displayFormat is used for OOTB display formats and custom display formats, which does not allow us to support custom formats in UE. Therefore I have created a separate property just like for the Multiselect in dropdown PR
cc: @jalagari @ravise5

Copy link
Collaborator

@rismehta rismehta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would break the use-case where we generate core component from JSON. Have you made those changes ?

@@ -165,6 +169,9 @@ public String getPlaceHolder() {
@Override
@Nullable
public String getDisplayFormat() {
if (customDisplayFormat != null) {
Copy link
Collaborator

@rismehta rismehta Jul 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This property will only be present for EDS use-case, hence merging this. I don't think this would impact existing core component based form.

It might impact use-cases where EDS form is created using crispr json, which @TalmizAhmed can fix separately

@rismehta rismehta merged commit 0321d38 into dev Jul 15, 2025
11 checks passed
rismehta added a commit that referenced this pull request Jul 17, 2025
* FORMS-18801: State of active component lacks 3 to 1 contrast ratio @sunnym @vavarshn (#1632)

Co-authored-by: Stefan Dragomir <[email protected]>

* Fixing circle ci configuration (#1643)

* feat: update token name and accesibility config (#1644)

Co-authored-by: Prateek Awasthi <[email protected]>

* FORMS-20749: Update af-core version to 0.22.143 (#1647)

* Fixing adobe bot github token environment variable (#1646)

* Support for fd:customDisplayFormat (#1619)

* FORMS-18718: Desktop, RWD Tablet, RWD Mobile - Visual heading text is not marked as heading @sunnym @vavarshn (#1631)

* FORMS-18633: Desktop, RWD Tablet, RWD Mobile - Visual heading text is not marked as heading @sunnym @vavarshn (#1630)

* FORMS-20431: Update excludeFromDoRIfHidden prefix (#1617)

* FORMS-20431: Update excludeFromDoRIfHidden prefix

* FORMS-20431: Update test cases

* FORMS-20431: Update the af-core version

* FORMS-20431: Revert changes on package-lock.json

---------

Co-authored-by: Rishi Mehta <[email protected]>

* Forms-20262: FileInput v4 (#1618)

* FORMS-20262: Handle invalid file attachments on client-side
* add functionality to get collated alert message with multiple invalid errors

* FORMS-20262: Update alert message content

* FORMS-20262: Update alert message content

* FORMS-20262: revert the fileinput base class to clean state

* FORMS-20262: add size zero file error in error list

* FORMS-20262: create fileinput v4
* checks for file size of 0 and throws error
* collates all error messages in single alert

* FORMS-20262: Update file input v4 readme

* FORMS-20262: Update component version to v4 in readme

* FORMS-20262: test cases for fileinput v4
* add collateral
* create page for fileinput v4

* FORMS-20262: Update copyright year

* FORMS-20262: fix resource super type

* FORMS-20262: fix tracking feature for file input

* FORMS-20262: add error message for zero-bytes file in all locale

* FORMS-20262: mark head text as isHeading

* FORMS-20262: pom replace fileinput v4 in libs

* FORMS-19758: Addition of fragmentPath to the CRISPR JSON in Author View (#1593)

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* updating crispr spec version in dialog

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* RTC Updated AdaptiveFormVersion

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* RTC Updated AdaptiveFormVersion

* RTC Updated AdaptiveFormVersion or rest-submission

* RTC Updated AdaptiveFormVersion or rest-submission

* RTC Updated AdaptiveFormVersion in formcontainerv2

* RTC Updated AdaptiveFormVersion in formcontainerv2WithAutoSave

* Fixing code formatting

---------

Co-authored-by: srivastv <[email protected]>
Co-authored-by: Rishi Mehta <[email protected]>

* feat(print-properties): Adding `dorContainer` in each component and `pageTemplate` in FormContainer and new print specific components (#1567)

* feat(print-properties): Updating schema version for more test files

* feat(print-properties): RTC - Adding components - Barcode, Line and Rectangle

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): Adding DoR view and correcting a typo

* feat(print-properties): Adding more UTs

* feat(print-properties): Removing print related files

* feat(print-properties): Adding channel check while resolving fragment

* feat(print-properties): Adding interfaces and model implementations

* feat(print-properties): Moving print related model implementations in separate bundle

* feat(print-properties): Updating schema version for more test files

* feat(print-properties): RTC - Adding components - Barcode, Line and Rectangle

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): Adding DoR view and correcting a typo

* feat(print-properties): Adding more UTs

* feat(print-properties): Removing print related files

* feat(print-properties): Reformatting to avoid unnecessary changes

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Refactoring changes

* feat(print-properties): RTC - Adding components - Barcode, Line and Rectangle

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): Adding DoR view and correcting a typo

* feat(print-properties): Adding more UTs

* feat(print-properties): Removing print related files

* feat(print-properties): Adding channel check while resolving fragment

* feat(print-properties): Adding interfaces and model implementations

* feat(print-properties): Moving print related model implementations in separate bundle

* feat(print-properties): Updating schema version for more test files

* feat(print-properties): RTC - Adding components - Barcode, Line and Rectangle

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): Adding DoR view and correcting a typo

* feat(print-properties): Adding more UTs

* feat(print-properties): Removing print related files

* feat(print-properties): Reformatting to avoid unnecessary changes

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Refactoring changes

* feat(print-properties): Fixing issues with rebasing

* feat(print-properties): Import sorting

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Adding interfaces and model implementations

* feat(print-properties): Moving print related model implementations in separate bundle

* feat(print-properties): Updating schema version for more test files

* feat(print-properties): RTC - Adding components - Barcode, Line and Rectangle

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): Adding DoR view and correcting a typo

* feat(print-properties): Adding more UTs

* feat(print-properties): Removing print related files

* feat(print-properties): Adding channel check while resolving fragment

* feat(print-properties): Adding interfaces and model implementations

* feat(print-properties): Moving print related model implementations in separate bundle

* feat(print-properties): Updating schema version for more test files

* feat(print-properties): RTC - Adding components - Barcode, Line and Rectangle

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): Adding DoR view and correcting a typo

* feat(print-properties): Adding more UTs

* feat(print-properties): Removing print related files

* feat(print-properties): Reformatting to avoid unnecessary changes

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Refactoring changes

* feat(print-properties): RTC - Adding components - Barcode, Line and Rectangle

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): Adding DoR view and correcting a typo

* feat(print-properties): Adding more UTs

* feat(print-properties): Removing print related files

* feat(print-properties): Adding channel check while resolving fragment

* feat(print-properties): Adding interfaces and model implementations

* feat(print-properties): Moving print related model implementations in separate bundle

* feat(print-properties): Updating schema version for more test files

* feat(print-properties): RTC - Adding components - Barcode, Line and Rectangle

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): Adding DoR view and correcting a typo

* feat(print-properties): Adding more UTs

* feat(print-properties): Removing print related files

* feat(print-properties): Reformatting to avoid unnecessary changes

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Refactoring changes

* feat(print-properties): Fixing issues with rebasing

* feat(print-properties): Import sorting

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Removing synthetic resource changes

* feat(print-properties): Adding test case for channel based fragment resolution

* feat(print-properties): Removing the pageTemplate handling as it is not in separate PrintContainer

* feat(print-properties): Adding interfaces and model implementations

* feat(print-properties): Moving print related model implementations in separate bundle

* feat(print-properties): Updating schema version for more test files

* feat(print-properties): RTC - Adding components - Barcode, Line and Rectangle

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): Adding DoR view and correcting a typo

* feat(print-properties): Adding more UTs

* feat(print-properties): Removing print related files

* feat(print-properties): Adding channel check while resolving fragment

* feat(print-properties): Adding interfaces and model implementations

* feat(print-properties): Moving print related model implementations in separate bundle

* feat(print-properties): Updating schema version for more test files

* feat(print-properties): RTC - Adding components - Barcode, Line and Rectangle

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): Adding DoR view and correcting a typo

* feat(print-properties): Adding more UTs

* feat(print-properties): Removing print related files

* feat(print-properties): Reformatting to avoid unnecessary changes

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Refactoring changes

* feat(print-properties): RTC - Adding components - Barcode, Line and Rectangle

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): Adding DoR view and correcting a typo

* feat(print-properties): Adding more UTs

* feat(print-properties): Removing print related files

* feat(print-properties): Adding channel check while resolving fragment

* feat(print-properties): Adding interfaces and model implementations

* feat(print-properties): Moving print related model implementations in separate bundle

* feat(print-properties): Updating schema version for more test files

* feat(print-properties): RTC - Adding components - Barcode, Line and Rectangle

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): Adding DoR view and correcting a typo

* feat(print-properties): Adding more UTs

* feat(print-properties): Removing print related files

* feat(print-properties): Reformatting to avoid unnecessary changes

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Refactoring changes

* feat(print-properties): Fixing issues with rebasing

* feat(print-properties): Import sorting

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Adding the change to resolve fragment based on its guideContainer in hierarchy

* feat(print-properties): Adding interfaces and model implementations

* feat(print-properties): Moving print related model implementations in separate bundle

* feat(print-properties): Updating schema version for more test files

* feat(print-properties): RTC - Adding components - Barcode, Line and Rectangle

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): Adding DoR view and correcting a typo

* feat(print-properties): Adding more UTs

* feat(print-properties): Removing print related files

* feat(print-properties): Adding channel check while resolving fragment

* feat(print-properties): Adding interfaces and model implementations

* feat(print-properties): Moving print related model implementations in separate bundle

* feat(print-properties): Updating schema version for more test files

* feat(print-properties): RTC - Adding components - Barcode, Line and Rectangle

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): Adding DoR view and correcting a typo

* feat(print-properties): Adding more UTs

* feat(print-properties): Removing print related files

* feat(print-properties): Reformatting to avoid unnecessary changes

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Refactoring changes

* feat(print-properties): RTC - Adding components - Barcode, Line and Rectangle

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): Adding DoR view and correcting a typo

* feat(print-properties): Adding more UTs

* feat(print-properties): Removing print related files

* feat(print-properties): Adding channel check while resolving fragment

* feat(print-properties): Adding interfaces and model implementations

* feat(print-properties): Moving print related model implementations in separate bundle

* feat(print-properties): Updating schema version for more test files

* feat(print-properties): RTC - Adding components - Barcode, Line and Rectangle

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): Adding DoR view and correcting a typo

* feat(print-properties): Adding more UTs

* feat(print-properties): Removing print related files

* feat(print-properties): Reformatting to avoid unnecessary changes

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Refactoring changes

* feat(print-properties): Fixing issues with rebasing

* feat(print-properties): Import sorting

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Adding interfaces and model implementations

* feat(print-properties): Moving print related model implementations in separate bundle

* feat(print-properties): Updating schema version for more test files

* feat(print-properties): RTC - Adding components - Barcode, Line and Rectangle

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): Adding DoR view and correcting a typo

* feat(print-properties): Adding more UTs

* feat(print-properties): Removing print related files

* feat(print-properties): Adding channel check while resolving fragment

* feat(print-properties): Adding interfaces and model implementations

* feat(print-properties): Moving print related model implementations in separate bundle

* feat(print-properties): Updating schema version for more test files

* feat(print-properties): RTC - Adding components - Barcode, Line and Rectangle

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): Adding DoR view and correcting a typo

* feat(print-properties): Adding more UTs

* feat(print-properties): Removing print related files

* feat(print-properties): Reformatting to avoid unnecessary changes

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Refactoring changes

* feat(print-properties): RTC - Adding components - Barcode, Line and Rectangle

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): Adding DoR view and correcting a typo

* feat(print-properties): Adding more UTs

* feat(print-properties): Removing print related files

* feat(print-properties): Adding channel check while resolving fragment

* feat(print-properties): Adding interfaces and model implementations

* feat(print-properties): Moving print related model implementations in separate bundle

* feat(print-properties): Updating schema version for more test files

* feat(print-properties): RTC - Adding components - Barcode, Line and Rectangle

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): RTC - Adding UTs for print specific interfaces

* feat(print-properties): Adding DoR view and correcting a typo

* feat(print-properties): Adding more UTs

* feat(print-properties): Removing print related files

* feat(print-properties): Reformatting to avoid unnecessary changes

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Refactoring changes

* feat(print-properties): Fixing issues with rebasing

* feat(print-properties): Import sorting

* feat(print-properties): Removing unnecessary file

* feat(print-properties): Removing synthetic resource changes

* feat(print-properties): Adding test case for channel based fragment resolution

* feat(print-properties): Removing the pageTemplate handling as it is not in separate PrintContainer

* feat(print-properties): Removing code came due to merge conflicts

* feat(print-properties): Removing new schema; it is used in print specific sdk

* feat(print-properties): Removing new field types

* feat(print-properties): Updating version of dor api package

* feat(print-properties): Converting string literals to constants

* feat(print-properties): Adding test case for getDorContainer in the FormComponent inetrface

* feat(print-cc): Adding changes to pass down channel info to correctly resolve fragment

* feat(print-cc): Removing unnecessary change

* feat(print-cc): Adding dorcontainer check in UT

* feat(print-cc): Fixing conflict issues

* feat(print-cc): Fixing conflict issues

* feat(print-cc): Adding test cases for Views classes

* feat(print-cc): Adding test case

* FORMS-19758: Addition of fragmentPath to the CRISPR JSON in Author View (#1593)

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* updating crispr spec version in dialog

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* RTC Updated AdaptiveFormVersion

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Adding Default specVersionfor formcontainerv2 test

* Added fragment path in Crispr json for Author view

* RTC Adding Default specVersionfor formcontainerv2 test

* RTC updating test baseline

* updated baseline

* updating baseline

* Added test cases and addressed review comments

* RTC Removed duplicate function

* RTC Updated AdaptiveFormVersion

* RTC Updated AdaptiveFormVersion or rest-submission

* RTC Updated AdaptiveFormVersion or rest-submission

* RTC Updated AdaptiveFormVersion in formcontainerv2

* RTC Updated AdaptiveFormVersion in formcontainerv2WithAutoSave

* Fixing code formatting

---------

Co-authored-by: srivastv <[email protected]>
Co-authored-by: Rishi Mehta <[email protected]>

* feat(print-cc): Updating version in test case

---------

Co-authored-by: dhrsharm <[email protected]>
Co-authored-by: vjystva <[email protected]>
Co-authored-by: srivastv <[email protected]>
Co-authored-by: Rishi Mehta <[email protected]>

* Adding scribble signature support. (#1651)

* Adding scribble signature support.

* Adding scribble signature support.

* Adding scribble signature support.

* Moving the test logic to then post click.

* Moving the test logic to then post click.

* Moving the test logic to then post click.

* Moving the test logic to then post click.

* Moving the test logic to then post click.

* Addressing review comments.

* Moving the test logic to then post click.

* Addressing review comments.

* Addressing review comments.

* Moving the test logic to then post click.

* Fixing enter keydown event on forms (#1653)

* link fix

* Link fix

* Fixing issue

* FORMS-19721 Addition of rules to the CRISPR JSON for print channel  (#1594)

* Added rule events and passed chanel information to child

* Added rule events and passed chanel information to child

* Removed unnecessary imports

* Removed rule editor uber changes

* mergedchanges and added missing one

* mergedchanges and added missing one

* Added test cases

* modified null check

* Empty value (#1654)

* Empty value fix

* Empty value fix

* Adding test cases

* Fixing package info

* feat: token name updated (#1652)

Co-authored-by: Prateek Awasthi <[email protected]>

* Fixing token

* Resolving merge conflicts

---------

Co-authored-by: Stefan Dragomir <[email protected]>
Co-authored-by: Stefan Dragomir <[email protected]>
Co-authored-by: Prateek Awasthi <[email protected]>
Co-authored-by: Prateek Awasthi <[email protected]>
Co-authored-by: anshikag-adobe <[email protected]>
Co-authored-by: Talmiz Ahmed <[email protected]>
Co-authored-by: CezarSTF <[email protected]>
Co-authored-by: vjystva <[email protected]>
Co-authored-by: srivastv <[email protected]>
Co-authored-by: DhruvSharma-845 <[email protected]>
Co-authored-by: dhrsharm <[email protected]>
Co-authored-by: sakshi-arora1 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants