-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improved picklist field CPE validation
- Loading branch information
Showing
10 changed files
with
80 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,8 +53,8 @@ | |
{ | ||
"path": "src-ui", | ||
"package": "AC - UI", | ||
"versionName": "Spring '23 release", | ||
"versionNumber": "57.0.0.NEXT", | ||
"versionName": "Winter '24 release", | ||
"versionNumber": "59.0.0.NEXT", | ||
"ancestorVersion": "HIGHEST" | ||
}, | ||
{ | ||
|
@@ -67,7 +67,7 @@ | |
], | ||
"namespace": "", | ||
"sfdcLoginUrl": "https://login.salesforce.com", | ||
"sourceApiVersion": "57.0", | ||
"sourceApiVersion": "59.0", | ||
"packageAliases": { | ||
"AC - Apex Formula Evaluator": "0Ho5w000000TN4OCAW", | ||
"AC - Collections": "0Ho5w000000TN3kCAG", | ||
|
@@ -78,24 +78,13 @@ | |
"AC - Strings": "0Ho5w000000TN49CAG", | ||
"AC - UI": "0Ho5w000000TN4ECAW", | ||
"AC - Utilities": "0Ho5w000000TN4JCAW", | ||
"AC - [email protected]": "04t5w000005hjJnAAI", | ||
"AC - [email protected]": "04t5w000005hjJOAAY", | ||
"AC - [email protected]": "04t5w000005hjJYAAY", | ||
"AC - [email protected]": "04t5w000005hjJiAAI", | ||
"AC - Apex Formula [email protected]": "04t5w000005hjJdAAI", | ||
"AC - [email protected]": "04t5w000005hjJEAAY", | ||
"AC - [email protected]": "04t5w000005hjJ9AAI", | ||
"AC - [email protected]": "04t5w000005hjJTAAY", | ||
"AC - [email protected]": "04t5w000005hjJJAAY", | ||
"AC - [email protected]": "04t5w000005hje9AAA", | ||
"AC - [email protected]": "04t5w000005hkOUAAY", | ||
"AC - [email protected]": "04t5w000005hkOZAAY", | ||
"AC - Apex Formula [email protected]": "04t5w000005hkOPAAY", | ||
"AC - [email protected]": "04t5w000005hkOoAAI", | ||
"AC - [email protected]": "04t5w000005hkOtAAI", | ||
"AC - [email protected]": "04t5w000005hkP8AAI", | ||
"AC - [email protected]": "04t5w000005hkP3AAI", | ||
"AC - [email protected]": "04t5w000005hkOyAAI", | ||
"AC - [email protected]": "04t5w000005hkPDAAY", | ||
"AC - [email protected]": "04t5w000005hkkbAAA" | ||
} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<apiVersion>57.0</apiVersion> | ||
<apiVersion>59.0</apiVersion> | ||
<isExposed>false</isExposed> | ||
</LightningComponentBundle> |
2 changes: 1 addition & 1 deletion
2
src-ui/main/default/lwc/flowComboboxUtils/flowComboboxUtils.js-meta.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<apiVersion>57.0</apiVersion> | ||
<apiVersion>59.0</apiVersion> | ||
<isExposed>false</isExposed> | ||
</LightningComponentBundle> |
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
2 changes: 1 addition & 1 deletion
2
src-ui/main/default/lwc/quickChoicePropertyEditor/quickChoicePropertyEditor.js-meta.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<apiVersion>57.0</apiVersion> | ||
<apiVersion>59.0</apiVersion> | ||
<isExposed>false</isExposed> | ||
</LightningComponentBundle> |