Skip to content

Forms-20262: FileInput v4 #1618

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 15 commits into from
Jul 15, 2025
Merged

Forms-20262: FileInput v4 #1618

merged 15 commits into from
Jul 15, 2025

Conversation

anshikag-adobe
Copy link
Contributor

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.

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 (50e2d8a) to head (fdc63b5).
Report is 2 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff            @@
##                dev    #1618   +/-   ##
=========================================
  Coverage     82.51%   82.51%           
  Complexity     1011     1011           
=========================================
  Files           108      108           
  Lines          2625     2625           
  Branches        378      378           
=========================================
  Hits           2166     2166           
  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.

@@ -4,6 +4,7 @@
"FileNameInvalid" : "Do not attach files where filename starts with (.), contains \\ / : * ? \" < > | ; % $, or is a reserved keyword like nul, prn, con, lpt, or com.",
"FileMimeTypeInvalid" : "File(s) ${0} are unsupported file types",
"InternalFormSubmissionError" : "Encountered an internal error while submitting the form.",
"FileSizeZero" : "The uploaded file(s) ${0} are empty. Make sure you're uploading file(s) with content.",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could you update the other locales with their respective translations? This one is only for English.

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.

check comments

@rismehta rismehta merged commit e4a040e into dev Jul 15, 2025
10 checks passed
@rismehta rismehta deleted the FORMS-20262 branch July 15, 2025 07:18
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 <stefand@ENSRO0422.local>

* Fixing circle ci configuration (#1643)

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

Co-authored-by: Prateek Awasthi <prateekawast@adobe.com>

* 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 <69448117+rismehta@users.noreply.github.com>

* 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 <srivastv@adobe.com>
Co-authored-by: Rishi Mehta <rismehta@adobe.com>

* 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 <srivastv@adobe.com>
Co-authored-by: Rishi Mehta <rismehta@adobe.com>

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

---------

Co-authored-by: dhrsharm <dhrsharm@adobe.com>
Co-authored-by: vjystva <42437657+vjystva@users.noreply.github.com>
Co-authored-by: srivastv <srivastv@adobe.com>
Co-authored-by: Rishi Mehta <rismehta@adobe.com>

* 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 <prateekawast@adobe.com>

* Fixing token

* Resolving merge conflicts

---------

Co-authored-by: Stefan Dragomir <57857730+stefan-dragomir@users.noreply.github.com>
Co-authored-by: Stefan Dragomir <stefand@ENSRO0422.local>
Co-authored-by: Prateek Awasthi <prateek1497@gmail.com>
Co-authored-by: Prateek Awasthi <prateekawast@adobe.com>
Co-authored-by: anshikag-adobe <anshikag@adobe.com>
Co-authored-by: Talmiz Ahmed <115221634+TalmizAhmed@users.noreply.github.com>
Co-authored-by: CezarSTF <144429471+CezarSTF@users.noreply.github.com>
Co-authored-by: vjystva <42437657+vjystva@users.noreply.github.com>
Co-authored-by: srivastv <srivastv@adobe.com>
Co-authored-by: DhruvSharma-845 <dhruvsharma845@gmail.com>
Co-authored-by: dhrsharm <dhrsharm@adobe.com>
Co-authored-by: sakshi-arora1 <80878797+sakshi-arora1@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants