Skip to content

Commit 217e6a8

Browse files
authored
Merge pull request #72 from carfup/release
Release 1.3.3.1
2 parents 3150f04 + b7c1f2d commit 217e6a8

File tree

18 files changed

+132
-73
lines changed

18 files changed

+132
-73
lines changed

AnyCompositeFields/AnyCompositeFIelds/ControlManifest.Input.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest>
3-
<control namespace="Carfup" constructor="AnyCompositeFIelds" version="0.0.77" display-name-key="Carfup.AnyCompositeFIelds" description-key="AnyCompositeFIelds will allow you to display any stack of fields as composite rendering." control-type="standard" preview-image="img/preview.png">
3+
<control namespace="Carfup" constructor="AnyCompositeFIelds" version="0.0.78" display-name-key="Carfup.AnyCompositeFIelds" description-key="AnyCompositeFIelds will allow you to display any stack of fields as composite rendering." control-type="standard" preview-image="img/preview.png">
44
<!-- property node identifies a specific, configurable piece of data that the control expects from CDS -->
55
<property name="FieldToAttachControl" display-name-key="FieldToAttachControl" description-key="Field to attach the control to" of-type-group="strings" usage="bound" required="true" />
66
<property name="separator" display-name-key="Values separator" description-key="Separator to split the mapped values (for a space, put %20)" of-type="SingleLine.Text" usage="input" required="true" default-value="%20" />

AnyCompositeFields/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BICValidator/BicValidator/ControlManifest.Input.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest>
3-
<control namespace="Carfup" constructor="BicValidator" version="0.0.11" display-name-key="Carfup.BicValidator" description-key="BicValidator description" control-type="standard">
3+
<control namespace="Carfup" constructor="BicValidator" version="0.0.12" display-name-key="Carfup.BicValidator" description-key="BicValidator description" control-type="standard">
44
<!-- property node identifies a specific, configurable piece of data that the control expects from CDS -->
55
<property name="BICValue" display-name-key="BICValidator_BICValue" description-key="BIC field value" of-type="SingleLine.Text" usage="bound" required="true" />
66
<property name="IsValid" display-name-key="BICValidator_IsValid" description-key="Is BIC valid" of-type="TwoOptions" usage="bound" required="false" />

BICValidator/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carfup_PCFControls/Other/Solution.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<LocalizedName description="Carfup_PCFControls" languagecode="1033" />
99
</LocalizedNames>
1010
<Descriptions />
11-
<Version>1.3.3.0</Version>
11+
<Version>1.3.3.1</Version>
1212
<!-- Solution Package Type: Unmanaged(0)/Managed(1)/Both(2)-->
1313
<Managed>2</Managed>
1414
<Publisher>

FileFieldTypeManager/FileFieldTypeManager/ControlManifest.Input.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest>
3-
<control namespace="Carfup" constructor="FileFieldTypeManager" version="0.0.23" display-name-key="Carfup.FileFieldTypeManager" description-key="FileFieldTypeManager description" control-type="standard">
3+
<control namespace="Carfup" constructor="FileFieldTypeManager" version="0.0.24" display-name-key="Carfup.FileFieldTypeManager" description-key="FileFieldTypeManager description" control-type="standard">
44
<!-- property node identifies a specific, configurable piece of data that the control expects from CDS -->
55
<!-- property node identifies a specific, configurable piece of data that the control expects from CDS -->
66
<property name="FieldToAttachControl" display-name-key="FieldToAttachControl" description-key="Text Control to attach the PCF control" of-type="SingleLine.Text" usage="bound" required="true" />

FileFieldTypeManager/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

IbanValidator/IbanValidator/ControlManifest.Input.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest>
3-
<control namespace="Carfup" constructor="IbanValidator" version="0.0.22" display-name-key="Carfup.IbanValidator" description-key="IBAN validator for PCF" control-type="standard">
3+
<control namespace="Carfup" constructor="IbanValidator" version="0.0.23" display-name-key="Carfup.IbanValidator" description-key="IBAN validator for PCF" control-type="standard">
44
<!-- property node identifies a specific, configurable piece of data that the control expects from CDS -->
55
<property name="IbanValue" display-name-key="IbanValidator_IbanValue" description-key="IBAN field value" of-type="SingleLine.Text" usage="bound" required="true" />
66
<property name="IsValidIban" display-name-key="IbanValidator_IsValidIban" description-key="Is IBAN valid" of-type="TwoOptions" usage="bound" required="false" />

IbanValidator/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

QuickEditForm/QuickEditForm/ControlManifest.Input.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest>
3-
<control namespace="Carfup" constructor="QuickEditForm" version="0.0.238" display-name-key="Carfup.QuickEditForm" description-key="QuickEditForm allows you to edit data from a lookup record using a Quick View Form definition as enty form." control-type="standard" preview-image="img/preview.png">
3+
<control namespace="Carfup" constructor="QuickEditForm" version="0.0.239" display-name-key="Carfup.QuickEditForm" description-key="QuickEditForm allows you to edit data from a lookup record using a Quick View Form definition as enty form." control-type="standard" preview-image="img/preview.png">
44
<!-- property node identifies a specific, configurable piece of data that the control expects from CDS -->
55
<property name="FieldToAttachControl" display-name-key="FieldToAttachControl" description-key="Property_Desc_Key" of-type="SingleLine.Text" usage="bound" required="true" />
66
<property name="QuickViewFormId" display-name-key="QuickViewFormId" description-key="GUID of the Quick View Form to render" of-type="SingleLine.Text" usage="input" required="true" />

0 commit comments

Comments
 (0)