diff --git a/flow_action_components/ApprovalProcessActions/force-app/main/default/lwc/jsconfig.json b/flow_action_components/ApprovalProcessActions/force-app/main/default/lwc/jsconfig.json
index b751cd2c8..4b2898fcd 100644
--- a/flow_action_components/ApprovalProcessActions/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/ApprovalProcessActions/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/AutolaunchFlow/force-app/main/default/lwc/jsconfig.json b/flow_action_components/AutolaunchFlow/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_action_components/AutolaunchFlow/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/AutolaunchFlow/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/Base64ToFileConverter/force-app/main/default/lwc/jsconfig.json b/flow_action_components/Base64ToFileConverter/force-app/main/default/lwc/jsconfig.json
index 01abc135d..b48650dbb 100644
--- a/flow_action_components/Base64ToFileConverter/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/Base64ToFileConverter/force-app/main/default/lwc/jsconfig.json
@@ -10,7 +10,8 @@
},
"include": [
"**/*",
- "../../../../.sfdx/typings/lwc/**/*.d.ts"
+ "../../../../.sfdx/typings/lwc/**/*.d.ts",
+ "../../../../../../.sfdx/typings/lwc/**/*.d.ts"
],
"typeAcquisition": {
"include": [
diff --git a/flow_action_components/CacheActions/force-app/main/default/lwc/jsconfig.json b/flow_action_components/CacheActions/force-app/main/default/lwc/jsconfig.json
index b751cd2c8..4b2898fcd 100644
--- a/flow_action_components/CacheActions/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/CacheActions/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/CheckValidation/force-app/main/default/lwc/jsconfig.json b/flow_action_components/CheckValidation/force-app/main/default/lwc/jsconfig.json
index b751cd2c8..4b2898fcd 100644
--- a/flow_action_components/CheckValidation/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/CheckValidation/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/CollectionProcessors/force-app/main/default/lwc/jsconfig.json b/flow_action_components/CollectionProcessors/force-app/main/default/lwc/jsconfig.json
index c5481dc2f..3592ec412 100644
--- a/flow_action_components/CollectionProcessors/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/CollectionProcessors/force-app/main/default/lwc/jsconfig.json
@@ -8,6 +8,9 @@
],
"c/sortCollectionLine": [
"sortCollectionLine/sortCollectionLine.js"
+ ],
+ "c/*": [
+ "*"
]
}
},
diff --git a/flow_action_components/CommitTransaction/force-app/main/default/lwc/jsconfig.json b/flow_action_components/CommitTransaction/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_action_components/CommitTransaction/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/CommitTransaction/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/ConvertCSVandStringCollection/force-app/main/default/lwc/jsconfig.json b/flow_action_components/ConvertCSVandStringCollection/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_action_components/ConvertCSVandStringCollection/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/ConvertCSVandStringCollection/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/DateMatcher/force-app/main/default/lwc/jsconfig.json b/flow_action_components/DateMatcher/force-app/main/default/lwc/jsconfig.json
index b751cd2c8..4b2898fcd 100644
--- a/flow_action_components/DateMatcher/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/DateMatcher/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/DynamicFlowPackage/force-app/main/default/lwc/jsconfig.json b/flow_action_components/DynamicFlowPackage/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_action_components/DynamicFlowPackage/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/DynamicFlowPackage/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/EvaluateFormula/force-app/main/default/lwc/jsconfig.json b/flow_action_components/EvaluateFormula/force-app/main/default/lwc/jsconfig.json
index aed35c2e9..c03ff1f1c 100644
--- a/flow_action_components/EvaluateFormula/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/EvaluateFormula/force-app/main/default/lwc/jsconfig.json
@@ -1,7 +1,11 @@
{
"compilerOptions": {
"baseUrl": ".",
- "paths": {},
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ },
"experimentalDecorators": true
},
"include": [
diff --git a/flow_action_components/ExecuteNBAStrategy/force-app/main/default/lwc/jsconfig.json b/flow_action_components/ExecuteNBAStrategy/force-app/main/default/lwc/jsconfig.json
index 970dcbf35..063bfeb06 100644
--- a/flow_action_components/ExecuteNBAStrategy/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/ExecuteNBAStrategy/force-app/main/default/lwc/jsconfig.json
@@ -8,6 +8,9 @@
],
"c/toastMessage": [
"toastMessage/toastMessage.js"
+ ],
+ "c/*": [
+ "*"
]
}
},
diff --git a/flow_action_components/ExecuteSOQLQuery/force-app/main/default/lwc/jsconfig.json b/flow_action_components/ExecuteSOQLQuery/force-app/main/default/lwc/jsconfig.json
index 3e18644d5..170088ff2 100644
--- a/flow_action_components/ExecuteSOQLQuery/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/ExecuteSOQLQuery/force-app/main/default/lwc/jsconfig.json
@@ -23,6 +23,9 @@
],
"c/soqlQueryBuilder": [
"soqlQueryBuilder/soqlQueryBuilder.js"
+ ],
+ "c/*": [
+ "*"
]
}
},
diff --git a/flow_action_components/ExtractTextFromNonTextField/force-app/main/default/lwc/jsconfig.json b/flow_action_components/ExtractTextFromNonTextField/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_action_components/ExtractTextFromNonTextField/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/ExtractTextFromNonTextField/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/FilterCollection/force-app/main/default/lwc/jsconfig.json b/flow_action_components/FilterCollection/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_action_components/FilterCollection/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/FilterCollection/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/FindText/force-app/main/default/lwc/jsconfig.json b/flow_action_components/FindText/force-app/main/default/lwc/jsconfig.json
index b751cd2c8..4b2898fcd 100644
--- a/flow_action_components/FindText/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/FindText/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/FlowActionsBasePack/force-app/main/default/lwc/jsconfig.json b/flow_action_components/FlowActionsBasePack/force-app/main/default/lwc/jsconfig.json
index dc516d7db..b8ac252aa 100644
--- a/flow_action_components/FlowActionsBasePack/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/FlowActionsBasePack/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/FlowInAnotherOrg/force-app/main/default/lwc/jsconfig.json b/flow_action_components/FlowInAnotherOrg/force-app/main/default/lwc/jsconfig.json
index dc516d7db..b8ac252aa 100644
--- a/flow_action_components/FlowInAnotherOrg/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/FlowInAnotherOrg/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/GenerateFlowLink/force-app/main/default/lwc/jsconfig.json b/flow_action_components/GenerateFlowLink/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_action_components/GenerateFlowLink/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/GenerateFlowLink/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/GetFieldInformation/force-app/main/default/lwc/jsconfig.json b/flow_action_components/GetFieldInformation/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_action_components/GetFieldInformation/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/GetFieldInformation/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/GetFlowInfo/force-app/main/default/lwc/jsconfig.json b/flow_action_components/GetFlowInfo/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_action_components/GetFlowInfo/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/GetFlowInfo/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/GetLayoutByProfileandRecordType/force-app/main/default/lwc/jsconfig.json b/flow_action_components/GetLayoutByProfileandRecordType/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_action_components/GetLayoutByProfileandRecordType/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/GetLayoutByProfileandRecordType/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/GetLayoutFields/force-app/main/default/lwc/jsconfig.json b/flow_action_components/GetLayoutFields/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_action_components/GetLayoutFields/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/GetLayoutFields/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/GetOpportunityPartners/force-app/main/default/lwc/jsconfig.json b/flow_action_components/GetOpportunityPartners/force-app/main/default/lwc/jsconfig.json
index b751cd2c8..4b2898fcd 100644
--- a/flow_action_components/GetOpportunityPartners/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/GetOpportunityPartners/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/GetPicklistValues/force-app/main/default/lwc/jsconfig.json b/flow_action_components/GetPicklistValues/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_action_components/GetPicklistValues/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/GetPicklistValues/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/GetRecordTypeInfobyObject/force-app/main/default/lwc/jsconfig.json b/flow_action_components/GetRecordTypeInfobyObject/force-app/main/default/lwc/jsconfig.json
index b751cd2c8..4b2898fcd 100644
--- a/flow_action_components/GetRecordTypeInfobyObject/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/GetRecordTypeInfobyObject/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/HTTPBuilder/force-app/main/default/lwc/jsconfig.json b/flow_action_components/HTTPBuilder/force-app/main/default/lwc/jsconfig.json
index dc516d7db..b8ac252aa 100644
--- a/flow_action_components/HTTPBuilder/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/HTTPBuilder/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/InvocableStringWizard/force-app/main/default/lwc/jsconfig.json b/flow_action_components/InvocableStringWizard/force-app/main/default/lwc/jsconfig.json
index ba473fa38..8c71b547c 100644
--- a/flow_action_components/InvocableStringWizard/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/InvocableStringWizard/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/LaunchFlowDynamically/force-app/main/default/lwc/jsconfig.json b/flow_action_components/LaunchFlowDynamically/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_action_components/LaunchFlowDynamically/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/LaunchFlowDynamically/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/MSTeamsActions/force-app/main/default/lwc/jsconfig.json b/flow_action_components/MSTeamsActions/force-app/main/default/lwc/jsconfig.json
index dc516d7db..b8ac252aa 100644
--- a/flow_action_components/MSTeamsActions/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/MSTeamsActions/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/ManageFlowInstances/force-app/main/default/lwc/jsconfig.json b/flow_action_components/ManageFlowInstances/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_action_components/ManageFlowInstances/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/ManageFlowInstances/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/ManageTerritories/force-app/main/default/lwc/jsconfig.json b/flow_action_components/ManageTerritories/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_action_components/ManageTerritories/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/ManageTerritories/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/MulticurrencyActions/force-app/main/default/lwc/jsconfig.json b/flow_action_components/MulticurrencyActions/force-app/main/default/lwc/jsconfig.json
index b751cd2c8..4b2898fcd 100644
--- a/flow_action_components/MulticurrencyActions/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/MulticurrencyActions/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/MultiselectMagic/force-app/main/default/lwc/jsconfig.json b/flow_action_components/MultiselectMagic/force-app/main/default/lwc/jsconfig.json
index dc516d7db..b8ac252aa 100644
--- a/flow_action_components/MultiselectMagic/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/MultiselectMagic/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/NavigateEverywhere/force-app/main/default/lwc/jsconfig.json b/flow_action_components/NavigateEverywhere/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_action_components/NavigateEverywhere/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/NavigateEverywhere/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/OpenURL/force-app/main/default/lwc/jsconfig.json b/flow_action_components/OpenURL/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_action_components/OpenURL/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/OpenURL/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/PostRichChatter/force-app/main/default/lwc/jsconfig.json b/flow_action_components/PostRichChatter/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_action_components/PostRichChatter/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/PostRichChatter/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/SendBetterEmail/force-app/main/default/lwc/jsconfig.json b/flow_action_components/SendBetterEmail/force-app/main/default/lwc/jsconfig.json
index 9a9dec154..d4a5f8864 100644
--- a/flow_action_components/SendBetterEmail/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/SendBetterEmail/force-app/main/default/lwc/jsconfig.json
@@ -11,6 +11,9 @@
],
"c/ucModal": [
"ucModal/ucModal.js"
+ ],
+ "c/*": [
+ "*"
]
}
},
diff --git a/flow_action_components/SendHTMLEmail/force-app/main/default/lwc/jsconfig.json b/flow_action_components/SendHTMLEmail/force-app/main/default/lwc/jsconfig.json
index 18b4605c1..62725e1b9 100644
--- a/flow_action_components/SendHTMLEmail/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/SendHTMLEmail/force-app/main/default/lwc/jsconfig.json
@@ -11,6 +11,9 @@
],
"c/ucModal": [
"ucModal/ucModal.js"
+ ],
+ "c/*": [
+ "*"
]
}
},
diff --git a/flow_action_components/SendRichEmailCPE/force-app/main/default/lwc/jsconfig.json b/flow_action_components/SendRichEmailCPE/force-app/main/default/lwc/jsconfig.json
index ec9e1ed8f..4c005db38 100644
--- a/flow_action_components/SendRichEmailCPE/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/SendRichEmailCPE/force-app/main/default/lwc/jsconfig.json
@@ -19,6 +19,9 @@
],
"c/sendHTMLEmail": [
"sendHTMLEmail/sendHTMLEmail.js"
+ ],
+ "c/*": [
+ "*"
]
},
"experimentalDecorators": true
diff --git a/flow_action_components/SendRichEmailCPE/mdapiout/lwc/jsconfig.json b/flow_action_components/SendRichEmailCPE/mdapiout/lwc/jsconfig.json
index c613acd4b..33cf85655 100644
--- a/flow_action_components/SendRichEmailCPE/mdapiout/lwc/jsconfig.json
+++ b/flow_action_components/SendRichEmailCPE/mdapiout/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/SetSharingManually/force-app/main/default/lwc/jsconfig.json b/flow_action_components/SetSharingManually/force-app/main/default/lwc/jsconfig.json
index aabc8f15b..0d3b06963 100644
--- a/flow_action_components/SetSharingManually/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/SetSharingManually/force-app/main/default/lwc/jsconfig.json
@@ -19,6 +19,9 @@
],
"c/setSharingFSC": [
"setSharingFSC/setSharingFSC.js"
+ ],
+ "c/*": [
+ "*"
]
},
"experimentalDecorators": true
diff --git a/flow_action_components/ShowToast/force-app/main/default/lwc/jsconfig.json b/flow_action_components/ShowToast/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_action_components/ShowToast/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/ShowToast/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/SlackActions/force-app/main/default/lwc/jsconfig.json b/flow_action_components/SlackActions/force-app/main/default/lwc/jsconfig.json
index dc516d7db..b8ac252aa 100644
--- a/flow_action_components/SlackActions/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/SlackActions/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/StringChangers/force-app/main/default/lwc/jsconfig.json b/flow_action_components/StringChangers/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_action_components/StringChangers/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/StringChangers/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/TheFloverrider/force-app/main/default/lwc/jsconfig.json b/flow_action_components/TheFloverrider/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_action_components/TheFloverrider/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/TheFloverrider/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/UnlockRecords/force-app/main/default/lwc/jsconfig.json b/flow_action_components/UnlockRecords/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_action_components/UnlockRecords/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/UnlockRecords/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_action_components/UpdateFields/force-app/main/default/lwc/jsconfig.json b/flow_action_components/UpdateFields/force-app/main/default/lwc/jsconfig.json
index db55c79e7..4fa16d0dd 100644
--- a/flow_action_components/UpdateFields/force-app/main/default/lwc/jsconfig.json
+++ b/flow_action_components/UpdateFields/force-app/main/default/lwc/jsconfig.json
@@ -14,6 +14,9 @@
],
"c/buttonUtils": [
"buttonUtils/buttonUtils.js"
+ ],
+ "c/*": [
+ "*"
]
}
},
diff --git a/flow_apps/SetupViaFlow/force-app/main/default/lwc/jsconfig.json b/flow_apps/SetupViaFlow/force-app/main/default/lwc/jsconfig.json
index ba473fa38..8c71b547c 100644
--- a/flow_apps/SetupViaFlow/force-app/main/default/lwc/jsconfig.json
+++ b/flow_apps/SetupViaFlow/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_apps/troubleshooterFlow/force-app/main/default/lwc/jsconfig.json b/flow_apps/troubleshooterFlow/force-app/main/default/lwc/jsconfig.json
index ba473fa38..8c71b547c 100644
--- a/flow_apps/troubleshooterFlow/force-app/main/default/lwc/jsconfig.json
+++ b/flow_apps/troubleshooterFlow/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_process_components/FormulasAndExpressionsLWC/force-app/main/default/lwc/jsconfig.json b/flow_process_components/FormulasAndExpressionsLWC/force-app/main/default/lwc/jsconfig.json
index e22be05e7..3e8086ded 100644
--- a/flow_process_components/FormulasAndExpressionsLWC/force-app/main/default/lwc/jsconfig.json
+++ b/flow_process_components/FormulasAndExpressionsLWC/force-app/main/default/lwc/jsconfig.json
@@ -28,6 +28,9 @@
],
"c/updateFieldCPE": [
"updateFieldCPE/updateFieldCPE.js"
+ ],
+ "c/*": [
+ "*"
]
},
"experimentalDecorators": true
diff --git a/flow_process_components/ScreenFlow/force-app/main/default/lwc/jsconfig.json b/flow_process_components/ScreenFlow/force-app/main/default/lwc/jsconfig.json
index b751cd2c8..4b2898fcd 100644
--- a/flow_process_components/ScreenFlow/force-app/main/default/lwc/jsconfig.json
+++ b/flow_process_components/ScreenFlow/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_process_components/flowCombobox/force-app/main/default/lwc/jsconfig.json b/flow_process_components/flowCombobox/force-app/main/default/lwc/jsconfig.json
index b751cd2c8..4b2898fcd 100644
--- a/flow_process_components/flowCombobox/force-app/main/default/lwc/jsconfig.json
+++ b/flow_process_components/flowCombobox/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/fsc_quickChoiceCpe/fsc_quickChoiceCpe.html b/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/fsc_quickChoiceCpe/fsc_quickChoiceCpe.html
index 20d286be3..62ae8a604 100644
--- a/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/fsc_quickChoiceCpe/fsc_quickChoiceCpe.html
+++ b/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/fsc_quickChoiceCpe/fsc_quickChoiceCpe.html
@@ -135,13 +135,15 @@
value={inputValues.masterLabel.value} onchange={handleValueChange}>
-
+
+
+
diff --git a/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/fsc_quickChoiceCpe/fsc_quickChoiceCpe.js b/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/fsc_quickChoiceCpe/fsc_quickChoiceCpe.js
index 5f3b99036..4673abe5c 100644
--- a/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/fsc_quickChoiceCpe/fsc_quickChoiceCpe.js
+++ b/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/fsc_quickChoiceCpe/fsc_quickChoiceCpe.js
@@ -6,7 +6,7 @@ const CB_ATTRIB_PREFIX = 'cb_'; // Used with fsc_flowCheckbox component
export default class QuickChoiceCpe extends LightningElement {
static delegatesFocus = true;
- versionNumber = '2.44';
+ versionNumber = '2.45';
staticChoicesModalClass = 'staticChoicesModal';
_builderContext;
_values;
diff --git a/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/fsc_quickChoiceFSC/fsc_quickChoiceFSC.html b/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/fsc_quickChoiceFSC/fsc_quickChoiceFSC.html
index acc9798a3..6c5afa01f 100644
--- a/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/fsc_quickChoiceFSC/fsc_quickChoiceFSC.html
+++ b/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/fsc_quickChoiceFSC/fsc_quickChoiceFSC.html
@@ -18,6 +18,10 @@
GetRecordTypeInfobyObjectTest
QuickChoiceMockHttpResponseGenerator
+12/20/24 - Eric Smith - Version 2.45
+ Overrode (6/20/24 – bjvndrwalt) change with a different way to clear dependent selections when the controlling value changes
+ Default values are now supported for dependent picklists on initial load
+
1/16/24 - Eric Smith - Version 2.44
Implemented workaround for Spring '24 bug with dependent picklists and other reactivity issues
@@ -26,7 +30,7 @@
12/04/23 - Eric Smith - Version 2.42
Clear the selected value if the options change on a reactive screen
- ALlow "Add a 'None' Choice" option for all valid picklist methods
+ Allow "Add a 'None' Choice" option for all valid picklist methods
Added clarification to an error message that could appear if the component has conditional visibility on a screen that can be revisited.
Fix the "Need a valid Input Mode. Didn't get one." error introduced in the prior release.
diff --git a/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/fsc_quickChoiceFSC/fsc_quickChoiceFSC.js b/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/fsc_quickChoiceFSC/fsc_quickChoiceFSC.js
index 70be40262..a66195291 100644
--- a/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/fsc_quickChoiceFSC/fsc_quickChoiceFSC.js
+++ b/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/fsc_quickChoiceFSC/fsc_quickChoiceFSC.js
@@ -91,6 +91,7 @@ export default class QuickChoiceFSC extends LightningElement {
priorOptions = [];
firstPassCompleted = false;
isConnected = false;
+ @api isRendered = false;
@api
get dependentPicklist() {
@@ -112,6 +113,9 @@ export default class QuickChoiceFSC extends LightningElement {
if (value != this.priorControllingValue) {
this.priorControllingValue = value;
this.setPicklistSelections(this.picklistFieldDetails);
+ if (this.isConnected) { // Don't clear default value of dependent picklist on initial load v2.45
+ this.clearSelectedValue();
+ }
}
}
}
@@ -125,14 +129,20 @@ export default class QuickChoiceFSC extends LightningElement {
if (value != null) {
this._controllingPicklistValue = value;
this.controllingValue = value;
- if (value != this.priorControllingValue && this.priorControllingValue == null) {
+ if (value != this.priorControllingValue) {
this.priorControllingValue = value;
this.setPicklistSelections(this.picklistFieldDetails);
- }else if(value != this.priorControllingValue){
- this.setPicklistSelections(this.picklistFieldDetails);
+ if (this.isConnected) { // Don't clear default value of dependent picklist on initial load v2.45
+ this.clearSelectedValue();
}
}
}
+ }
+
+ clearSelectedValue() { // v2.45 Clear current selected value if controlling value changes
+ this.selectedValue = "";
+ this.dispatchFlowAttributeChangedEvent('value', this._selectedValue);
+ }
//-------------For inputMode = Visual Text Box (Card)
@api
@@ -257,7 +267,7 @@ export default class QuickChoiceFSC extends LightningElement {
}
set isControlled(value) {
- this_isControlled = value;
+ this._isControlled = value;
}
@api
@@ -350,10 +360,6 @@ export default class QuickChoiceFSC extends LightningElement {
if (Object.keys(data.controllerValues).length > 0) {
this._isControlled = true;
this._showPicklist = true;
- if (this.controllingValue != this.priorControllingValue){
- this.value = null;
- this.priorControllingValue = this.controllingValue;
- }
this.isControlledByCheckbox = ((Object.keys(data.controllerValues)[0] === 'false') && (Object.keys(data.controllerValues).length = 2)) ? true : false;
if ((this.controllingValue == undefined) && this.isControlledByCheckbox) {
this.controllingValue = 'false'; // Start checkbox controlled picklists with a controlling value of false
@@ -473,7 +479,7 @@ export default class QuickChoiceFSC extends LightningElement {
let options = [];
if (this.legitInputModes.includes(this._inputMode)) {
- // v2.42 ALlow "Add a 'None' Choice" option for all valid picklist methods
+ // v2.42 Allow "Add a 'None' Choice" option for all valid picklist methods
if (this.allowNoneToBeChosen) {
options.push({label: "--None--", value: "None"});
}
@@ -545,10 +551,12 @@ export default class QuickChoiceFSC extends LightningElement {
this.template.querySelector('[data-id="' + this.value + '"]').checked = true;
}
}
+
// Output default value for reactivity
if (this._selectedValue != null) {
this.dispatchFlowAttributeChangedEvent('value', this._selectedValue);
}
+ this.isRendered = true;
}
@api
diff --git a/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/jsconfig.json
index dc516d7db..b8ac252aa 100644
--- a/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/ObjectAndFieldPickerFSC/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/ObjectAndFieldPickerFSC/force-app/main/default/lwc/jsconfig.json
index b751cd2c8..4b2898fcd 100644
--- a/flow_screen_components/ObjectAndFieldPickerFSC/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/ObjectAndFieldPickerFSC/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/OrderedListBoxFSC/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/OrderedListBoxFSC/force-app/main/default/lwc/jsconfig.json
index b751cd2c8..4b2898fcd 100644
--- a/flow_screen_components/OrderedListBoxFSC/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/OrderedListBoxFSC/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/QuickQuery/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/QuickQuery/force-app/main/default/lwc/jsconfig.json
index ba473fa38..8c71b547c 100644
--- a/flow_screen_components/QuickQuery/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/QuickQuery/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/barcodeScanner/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/barcodeScanner/force-app/main/default/lwc/jsconfig.json
index b751cd2c8..4b2898fcd 100644
--- a/flow_screen_components/barcodeScanner/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/barcodeScanner/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/clipboardButton/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/clipboardButton/force-app/main/default/lwc/jsconfig.json
index b751cd2c8..4b2898fcd 100644
--- a/flow_screen_components/clipboardButton/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/clipboardButton/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/controllableDisplayTextFSC/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/controllableDisplayTextFSC/force-app/main/default/lwc/jsconfig.json
index b751cd2c8..4b2898fcd 100644
--- a/flow_screen_components/controllableDisplayTextFSC/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/controllableDisplayTextFSC/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/custom-header/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/custom-header/force-app/main/default/lwc/jsconfig.json
index ba473fa38..8c71b547c 100644
--- a/flow_screen_components/custom-header/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/custom-header/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/dataPoller/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/dataPoller/force-app/main/default/lwc/jsconfig.json
index b751cd2c8..4b2898fcd 100644
--- a/flow_screen_components/dataPoller/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/dataPoller/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/datatableFSC/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/datatableFSC/force-app/main/default/lwc/jsconfig.json
index b751cd2c8..4b2898fcd 100644
--- a/flow_screen_components/datatableFSC/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/datatableFSC/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/datatableLwcFsc/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/datatableLwcFsc/force-app/main/default/lwc/jsconfig.json
index b751cd2c8..4b2898fcd 100644
--- a/flow_screen_components/datatableLwcFsc/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/datatableLwcFsc/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/datatableV2/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/datatableV2/force-app/main/default/lwc/jsconfig.json
index ba473fa38..8c71b547c 100644
--- a/flow_screen_components/datatableV2/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/datatableV2/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/dateTimePicker/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/dateTimePicker/force-app/main/default/lwc/jsconfig.json
index b751cd2c8..4b2898fcd 100644
--- a/flow_screen_components/dateTimePicker/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/dateTimePicker/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/dualListBoxFSC/archive/dualListBoxFSC/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/dualListBoxFSC/archive/dualListBoxFSC/force-app/main/default/lwc/jsconfig.json
index d48f7c430..de43c0f73 100644
--- a/flow_screen_components/dualListBoxFSC/archive/dualListBoxFSC/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/dualListBoxFSC/archive/dualListBoxFSC/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/dualListBoxFSC/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/dualListBoxFSC/force-app/main/default/lwc/jsconfig.json
index 532ac70db..e7e8adec7 100644
--- a/flow_screen_components/dualListBoxFSC/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/dualListBoxFSC/force-app/main/default/lwc/jsconfig.json
@@ -14,6 +14,9 @@
],
"c/extendedBaseDualListBox": [
"extendedBaseDualListBox/extendedBaseDualListBox.js"
+ ],
+ "c/*": [
+ "*"
]
}
},
diff --git a/flow_screen_components/fileUploadImproved/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/fileUploadImproved/force-app/main/default/lwc/jsconfig.json
index ba473fa38..8c71b547c 100644
--- a/flow_screen_components/fileUploadImproved/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/fileUploadImproved/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/flexcards/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/flexcards/force-app/main/default/lwc/jsconfig.json
index dc516d7db..b8ac252aa 100644
--- a/flow_screen_components/flexcards/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/flexcards/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/flowAutoNavigate/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/flowAutoNavigate/force-app/main/default/lwc/jsconfig.json
index ba473fa38..8c71b547c 100644
--- a/flow_screen_components/flowAutoNavigate/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/flowAutoNavigate/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/flowButtonBar/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/flowButtonBar/force-app/main/default/lwc/jsconfig.json
index ba473fa38..8c71b547c 100644
--- a/flow_screen_components/flowButtonBar/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/flowButtonBar/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/flowCarousel/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/flowCarousel/force-app/main/default/lwc/jsconfig.json
index ba473fa38..8c71b547c 100644
--- a/flow_screen_components/flowCarousel/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/flowCarousel/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/flowIframe/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/flowIframe/force-app/main/default/lwc/jsconfig.json
index ba473fa38..8c71b547c 100644
--- a/flow_screen_components/flowIframe/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/flowIframe/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/flowListFSC/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/flowListFSC/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_screen_components/flowListFSC/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/flowListFSC/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/flowPickerFSC/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/flowPickerFSC/force-app/main/default/lwc/jsconfig.json
index d616cf3b5..b62916883 100644
--- a/flow_screen_components/flowPickerFSC/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/flowPickerFSC/force-app/main/default/lwc/jsconfig.json
@@ -5,6 +5,9 @@
"paths": {
"c/flowPickerFSC": [
"flowPickerFSC/flowPickerFSC.js"
+ ],
+ "c/*": [
+ "*"
]
}
},
diff --git a/flow_screen_components/hierarchy/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/hierarchy/force-app/main/default/lwc/jsconfig.json
index ba473fa38..8c71b547c 100644
--- a/flow_screen_components/hierarchy/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/hierarchy/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/ibanLWC/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/ibanLWC/force-app/main/default/lwc/jsconfig.json
index b751cd2c8..4b2898fcd 100644
--- a/flow_screen_components/ibanLWC/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/ibanLWC/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/multiMapFSC/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/multiMapFSC/force-app/main/default/lwc/jsconfig.json
index f460b834c..87695b214 100644
--- a/flow_screen_components/multiMapFSC/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/multiMapFSC/force-app/main/default/lwc/jsconfig.json
@@ -5,6 +5,9 @@
"paths": {
"c/lightningMapFSC": [
"lightningMapFSC/lightningMapFSC.js"
+ ],
+ "c/*": [
+ "*"
]
}
},
diff --git a/flow_screen_components/navigationPath/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/navigationPath/force-app/main/default/lwc/jsconfig.json
index b751cd2c8..4b2898fcd 100644
--- a/flow_screen_components/navigationPath/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/navigationPath/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/nextBestActionsFSC/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/nextBestActionsFSC/force-app/main/default/lwc/jsconfig.json
index 6d864ce87..ea261f35c 100644
--- a/flow_screen_components/nextBestActionsFSC/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/nextBestActionsFSC/force-app/main/default/lwc/jsconfig.json
@@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
- "paths": {}
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/pdfViewerFSC/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/pdfViewerFSC/force-app/main/default/lwc/jsconfig.json
index b751cd2c8..4b2898fcd 100644
--- a/flow_screen_components/pdfViewerFSC/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/pdfViewerFSC/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/recordDetailFSC/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/recordDetailFSC/force-app/main/default/lwc/jsconfig.json
index 25f069710..ea57a1d3c 100644
--- a/flow_screen_components/recordDetailFSC/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/recordDetailFSC/force-app/main/default/lwc/jsconfig.json
@@ -5,6 +5,9 @@
"paths": {
"c/recordDetailFlowScreenComponent": [
"recordDetailFlowScreenComponent/recordDetailFlowScreenComponent.js"
+ ],
+ "c/*": [
+ "*"
]
}
},
diff --git a/flow_screen_components/richTextInputFSC/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/richTextInputFSC/force-app/main/default/lwc/jsconfig.json
index 941ac4d54..7993542a9 100644
--- a/flow_screen_components/richTextInputFSC/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/richTextInputFSC/force-app/main/default/lwc/jsconfig.json
@@ -5,6 +5,9 @@
"paths": {
"c/inputRichTextFSC": [
"inputRichTextFSC/inputRichTextFSC.js"
+ ],
+ "c/*": [
+ "*"
]
}
},
diff --git a/flow_screen_components/textAreaPlus/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/textAreaPlus/force-app/main/default/lwc/jsconfig.json
index ba473fa38..8c71b547c 100644
--- a/flow_screen_components/textAreaPlus/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/textAreaPlus/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",
diff --git a/flow_screen_components/transferMetadata/force-app/main/default/lwc/jsconfig.json b/flow_screen_components/transferMetadata/force-app/main/default/lwc/jsconfig.json
index 5a3cb33ca..543c4c85d 100644
--- a/flow_screen_components/transferMetadata/force-app/main/default/lwc/jsconfig.json
+++ b/flow_screen_components/transferMetadata/force-app/main/default/lwc/jsconfig.json
@@ -7,6 +7,9 @@
],
"c/transferMetadata": [
"transferMetadata/transferMetadata.js"
+ ],
+ "c/*": [
+ "*"
]
},
"experimentalDecorators": true
diff --git a/lightning_page_components/DetectAndLaunch/force-app/main/default/lwc/jsconfig.json b/lightning_page_components/DetectAndLaunch/force-app/main/default/lwc/jsconfig.json
index dc516d7db..b8ac252aa 100644
--- a/lightning_page_components/DetectAndLaunch/force-app/main/default/lwc/jsconfig.json
+++ b/lightning_page_components/DetectAndLaunch/force-app/main/default/lwc/jsconfig.json
@@ -1,6 +1,12 @@
{
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "c/*": [
+ "*"
+ ]
+ }
},
"include": [
"**/*",