Skip to content

Commit

Permalink
eschweitzer78/2024-06-12-2200 (#363)
Browse files Browse the repository at this point in the history
* NSW DS temp fix for their issue nb 417

* NSW DS Tidying up card carousel

* NSW DS addl work on default record detail

* Versioning
  • Loading branch information
eschweitzer78 authored Jun 12, 2024
1 parent 033f042 commit 7e4529b
Show file tree
Hide file tree
Showing 10 changed files with 1,801 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
@import "../../../../scss/iconography-icon-vars";

@import "nsw-design-system/src/components/card-carousel/carousel";
@import "./fixes";
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* reported to digital.NSW, issue #417: icons get pushed to the right in next/prev buttons on iOS */
.nsw-carousel button {
padding: 0
}
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
<property
name="drag"
type="Boolean"
label="Drag enabled"
label="Dragging enabled"
description="Enables to drag the cards for previous or next page."
/>
<property
name="justifyContent"
type="Boolean"
label="Center content"
description="Puts content at the centre of the carousel."
description="Centers card horizontally should not all the lateral space be needed."
/>
<property
name="cstyle"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,186 @@
<?xml version="1.0" encoding="UTF-8" ?>
<OmniIntegrationProcedure xmlns="http://soap.sforce.com/2006/04/metadata">
<customJavaScript>{
&quot;contentKeys&quot;: [
&quot;MCYDY5IQ4UHRDJ3CRDX6HIWQBSQI&quot;,
&quot;MCII3FIQY3XNFSTMLGVLZEBDDXGY&quot;,
&quot;MCJDYZKI7MOVA4VHAEVR2AXQJDDY&quot;,
&quot;MCAMDFZ6UHMNDLFODKX5QKKTVE5M&quot;,
&quot;MCNTHH7VMV3ZADLBOPT2DXAJDFAQ&quot;,
&quot;MCWTHJFHEB4VHYVKN5ELSH6YVIPI&quot;,
&quot;MCXCBCSQJDCBFAHAKE4GWUQ5HDEI&quot;,
&quot;MCC6VKPDYPOVFTFB4O5FAJAOMZ74&quot;
],
&quot;communityId&quot;: &quot;0DB5i000000XZo7GAG&quot;
}</customJavaScript>
<elementTypeComponentMapping
>{&quot;ElementTypeToHTMLTemplateList&quot;:[]}</elementTypeComponentMapping>
<isActive>true</isActive>
<isIntegrationProcedure>true</isIntegrationProcedure>
<isMetadataCacheDisabled>false</isMetadataCacheDisabled>
<isOmniScriptEmbeddable>false</isOmniScriptEmbeddable>
<isTestProcedure>false</isTestProcedure>
<isWebCompEnabled>false</isWebCompEnabled>
<language>Procedure</language>
<name>sfGpsDsAuNswGetCardV2Collection</name>
<omniProcessElements>
<isActive>true</isActive>
<isOmniScriptEmbeddable>false</isOmniScriptEmbeddable>
<level>0.0</level>
<name>GetManagedContentCollection</name>
<omniProcessVersionNumber>0.0</omniProcessVersionNumber>
<propertySetConfig>{
&quot;executionConditionalFormula&quot; : &quot;&quot;,
&quot;failureConditionalFormula&quot; : &quot;%hasError%&quot;,
&quot;failOnStepError&quot; : true,
&quot;useFormulas&quot; : true,
&quot;additionalInput&quot; : {
&quot;managedContentType&quot; : &quot;sfGpsDsAuNswCardV2&quot;,
&quot;contentKeys&quot; : &quot;=LIST(%contentKeys%)&quot;,
&quot;communityId&quot; : &quot;%communityId%&quot;
},
&quot;additionalOutput&quot; : { },
&quot;failureResponse&quot; : {
&quot;hasError&quot; : true
},
&quot;sendOnlyAdditionalInput&quot; : true,
&quot;returnOnlyAdditionalOutput&quot; : false,
&quot;returnOnlyFailureResponse&quot; : false,
&quot;responseJSONPath&quot; : &quot;&quot;,
&quot;responseJSONNode&quot; : &quot;&quot;,
&quot;sendJSONPath&quot; : &quot;&quot;,
&quot;sendJSONNode&quot; : &quot;&quot;,
&quot;remoteClass&quot; : &quot;SfGpsDsGetManagedContentCollectionORA&quot;,
&quot;remoteOptions&quot; : {
&quot;fullUrl&quot; : true
},
&quot;remoteMethod&quot; : &quot;GetManagedContentCollection&quot;,
&quot;chainOnStep&quot; : false,
&quot;actionMessage&quot; : &quot;&quot;,
&quot;additionalChainableResponse&quot; : { },
&quot;show&quot; : null,
&quot;label&quot; : &quot;RemoteAction1&quot;,
&quot;disOnTplt&quot; : false
}</propertySetConfig>
<sequenceNumber>1.0</sequenceNumber>
<type>Remote Action</type>
</omniProcessElements>
<omniProcessElements>
<isActive>true</isActive>
<isOmniScriptEmbeddable>false</isOmniScriptEmbeddable>
<level>0.0</level>
<name>ResponseKO</name>
<omniProcessVersionNumber>0.0</omniProcessVersionNumber>
<propertySetConfig>{
&quot;executionConditionalFormula&quot; : &quot;OR(%GetManagedContentCollection:hasError%, %Transform:hasError%)&quot;,
&quot;useFormulas&quot; : true,
&quot;additionalOutput&quot; : { },
&quot;returnOnlyAdditionalOutput&quot; : false,
&quot;returnFullDataJSON&quot; : false,
&quot;responseFormat&quot; : &quot;JSON&quot;,
&quot;responseJSONPath&quot; : &quot;&quot;,
&quot;responseJSONNode&quot; : &quot;&quot;,
&quot;sendJSONPath&quot; : &quot;&quot;,
&quot;sendJSONNode&quot; : &quot;&quot;,
&quot;responseDefaultData&quot; : { },
&quot;vlcResponseHeaders&quot; : { },
&quot;show&quot; : null,
&quot;label&quot; : &quot;ResponseAction2&quot;,
&quot;disOnTplt&quot; : false
}</propertySetConfig>
<sequenceNumber>4.0</sequenceNumber>
<type>Response Action</type>
</omniProcessElements>
<omniProcessElements>
<isActive>true</isActive>
<isOmniScriptEmbeddable>false</isOmniScriptEmbeddable>
<level>0.0</level>
<name>ResponseOK</name>
<omniProcessVersionNumber>0.0</omniProcessVersionNumber>
<propertySetConfig>{
&quot;executionConditionalFormula&quot; : &quot;NOT(OR(%GetManagedContentCollection:hasError%, %Transform:hasError%))&quot;,
&quot;useFormulas&quot; : true,
&quot;additionalOutput&quot; : { },
&quot;returnOnlyAdditionalOutput&quot; : false,
&quot;returnFullDataJSON&quot; : false,
&quot;responseFormat&quot; : &quot;JSON&quot;,
&quot;responseJSONPath&quot; : &quot;&quot;,
&quot;responseJSONNode&quot; : &quot;&quot;,
&quot;sendJSONPath&quot; : &quot;Transform&quot;,
&quot;sendJSONNode&quot; : &quot;&quot;,
&quot;responseDefaultData&quot; : { },
&quot;vlcResponseHeaders&quot; : { },
&quot;show&quot; : null,
&quot;label&quot; : &quot;ResponseAction1&quot;,
&quot;disOnTplt&quot; : false
}</propertySetConfig>
<sequenceNumber>3.0</sequenceNumber>
<type>Response Action</type>
</omniProcessElements>
<omniProcessElements>
<isActive>true</isActive>
<isOmniScriptEmbeddable>false</isOmniScriptEmbeddable>
<level>0.0</level>
<name>Transform</name>
<omniProcessVersionNumber>0.0</omniProcessVersionNumber>
<propertySetConfig>{
&quot;executionConditionalFormula&quot; : &quot;NOT(%GetManagedContentCollection:hasError%)&quot;,
&quot;failureConditionalFormula&quot; : &quot;&quot;,
&quot;failOnStepError&quot; : true,
&quot;useFormulas&quot; : true,
&quot;additionalInput&quot; : { },
&quot;additionalOutput&quot; : { },
&quot;failureResponse&quot; : { },
&quot;sendOnlyAdditionalInput&quot; : false,
&quot;returnOnlyAdditionalOutput&quot; : false,
&quot;returnOnlyFailureResponse&quot; : false,
&quot;responseJSONPath&quot; : &quot;&quot;,
&quot;responseJSONNode&quot; : &quot;&quot;,
&quot;sendJSONPath&quot; : &quot;GetManagedContentCollection&quot;,
&quot;sendJSONNode&quot; : &quot;&quot;,
&quot;bundle&quot; : &quot;SfGpsDsAuNswCmsCardV2ToLwcCardV2&quot;,
&quot;chainOnStep&quot; : false,
&quot;actionMessage&quot; : &quot;&quot;,
&quot;ignoreCache&quot; : false,
&quot;show&quot; : null,
&quot;label&quot; : &quot;DataRaptorTransformAction1&quot;,
&quot;disOnTplt&quot; : false
}</propertySetConfig>
<sequenceNumber>2.0</sequenceNumber>
<type>DataRaptor Transform Action</type>
</omniProcessElements>
<omniProcessKey>sfGpsDsAuNsw_GetCardV2Collection</omniProcessKey>
<omniProcessType>Integration Procedure</omniProcessType>
<propertySetConfig>{
&quot;linkToExternalObject&quot; : &quot;&quot;,
&quot;trackingCustomData&quot; : { },
&quot;includeAllActionsInResponse&quot; : false,
&quot;columnsPropertyMap&quot; : [ ],
&quot;relationshipFieldsMap&quot; : [ ],
&quot;labelSingular&quot; : &quot;&quot;,
&quot;labelPlural&quot; : &quot;&quot;,
&quot;description&quot; : &quot;&quot;,
&quot;nameColumn&quot; : &quot;&quot;,
&quot;rollbackOnError&quot; : false,
&quot;chainableQueriesLimit&quot; : 50,
&quot;chainableDMLStatementsLimit&quot; : null,
&quot;chainableCpuLimit&quot; : 2000,
&quot;chainableHeapSizeLimit&quot; : null,
&quot;chainableDMLRowsLimit&quot; : null,
&quot;chainableQueryRowsLimit&quot; : null,
&quot;chainableSoslQueriesLimit&quot; : null,
&quot;chainableActualTimeLimit&quot; : null,
&quot;additionalChainableResponse&quot; : { },
&quot;queueableChainableQueriesLimit&quot; : 120,
&quot;queueableChainableCpuLimit&quot; : 40000,
&quot;queueableChainableHeapSizeLimit&quot; : 6,
&quot;ttlMinutes&quot; : 5,
&quot;mockResponseMap&quot; : { }
}</propertySetConfig>
<responseCacheType>Org Cache</responseCacheType>
<subType>GetCardV2Collection</subType>
<type>sfGpsDsAuNsw</type>
<uniqueName>sfGpsDsAuNsw_GetCardV2Collection_Procedure_1</uniqueName>
<versionNumber>1.0</versionNumber>
<webComponentKey>85d41076-efd9-d974-b6ef-df89429bd8b3</webComponentKey>
</OmniIntegrationProcedure>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 7e4529b

Please sign in to comment.