Skip to content

Commit

Permalink
move IsLocked after variant and text json version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Swapnil Bhalgat committed Dec 18, 2024
1 parent a137822 commit 8d7554b
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 46 deletions.
4 changes: 2 additions & 2 deletions src/PAModel/Microsoft.PowerPlatform.Formulas.Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="[13.0.1,)" />
<PackageReference Include="System.Text.Json" Version="[6.0,)" />
<PackageReference Include="System.Text.Encodings.Web" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="[9.0,)" />
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.0" />
<PackageReference Include="YamlDotNet" Version="$(YamlDotNetVersion)" />
</ItemGroup>
</Project>
69 changes: 38 additions & 31 deletions src/PAModel/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,27 @@
},
"System.Text.Encodings.Web": {
"type": "Direct",
"requested": "[6.0.0, )",
"resolved": "6.0.0",
"contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "e2hMgAErLbKyUUwt18qSBf9T5Y+SFAL3ZedM8fLupkVj8Rj2PZ9oxQ37XX2LF8fTO1wNIxvKpihD7Of7D/NxZw==",
"dependencies": {
"System.Buffers": "4.5.1",
"System.Memory": "4.5.4",
"System.Memory": "4.5.5",
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
},
"System.Text.Json": {
"type": "Direct",
"requested": "[6.0.0, )",
"resolved": "6.0.0",
"contentHash": "zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==",
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "js7+qAu/9mQvnhA4EfGMZNEzXtJCDxgkgj8ohuxq/Qxv+R56G+ljefhiJHOxTNiw54q8vmABCWUwkMulNdlZ4A==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
"Microsoft.Bcl.AsyncInterfaces": "9.0.0",
"System.Buffers": "4.5.1",
"System.Memory": "4.5.4",
"System.Numerics.Vectors": "4.5.0",
"System.IO.Pipelines": "9.0.0",
"System.Memory": "4.5.5",
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Text.Encodings.Web": "6.0.0",
"System.Text.Encodings.Web": "9.0.0",
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
Expand All @@ -51,8 +51,8 @@
},
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==",
"resolved": "9.0.0",
"contentHash": "owmu2Cr3IQ8yQiBleBHlGk8dSQ12oaF2e7TpzwJKEl4m84kkZJjEY1n33L67Y3zM5jPOjmmbdHjbfiL0RqcMRQ==",
"dependencies": {
"System.Threading.Tasks.Extensions": "4.5.4"
}
Expand All @@ -67,10 +67,20 @@
"resolved": "4.5.1",
"contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg=="
},
"System.IO.Pipelines": {
"type": "Transitive",
"resolved": "9.0.0",
"contentHash": "eA3cinogwaNB4jdjQHOP3Z3EuyiDII7MT35jgtnsA4vkn0LUrrSHsU0nzHTzFzmaFYeKV7MYyMxOocFzsBHpTw==",
"dependencies": {
"System.Buffers": "4.5.1",
"System.Memory": "4.5.5",
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
"System.Memory": {
"type": "Transitive",
"resolved": "4.5.4",
"contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
"resolved": "4.5.5",
"contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
"dependencies": {
"System.Buffers": "4.5.1",
"System.Numerics.Vectors": "4.4.0",
Expand All @@ -79,8 +89,8 @@
},
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
"contentHash": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ=="
"resolved": "4.4.0",
"contentHash": "UiLzLW+Lw6HLed1Hcg+8jSRttrbuXv7DANVj0DkL9g6EnnzbL75EB7EWsw5uRbhxd/4YdG8li5XizGWepmG3PQ=="
},
"System.Runtime.CompilerServices.Unsafe": {
"type": "Transitive",
Expand All @@ -105,21 +115,18 @@
},
"System.Text.Encodings.Web": {
"type": "Direct",
"requested": "[6.0.0, )",
"resolved": "6.0.0",
"contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "e2hMgAErLbKyUUwt18qSBf9T5Y+SFAL3ZedM8fLupkVj8Rj2PZ9oxQ37XX2LF8fTO1wNIxvKpihD7Of7D/NxZw=="
},
"System.Text.Json": {
"type": "Direct",
"requested": "[6.0.0, )",
"resolved": "6.0.0",
"contentHash": "zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==",
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "js7+qAu/9mQvnhA4EfGMZNEzXtJCDxgkgj8ohuxq/Qxv+R56G+ljefhiJHOxTNiw54q8vmABCWUwkMulNdlZ4A==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Text.Encodings.Web": "6.0.0"
"System.IO.Pipelines": "9.0.0",
"System.Text.Encodings.Web": "9.0.0"
}
},
"YamlDotNet": {
Expand All @@ -128,10 +135,10 @@
"resolved": "15.1.6",
"contentHash": "T/cQEK/KHK96Q8kytJ4iUGDXg1/fj2Qtk6rCQeIlHYU1zTeyGVHW0QNZgREQyxZpygGMDMmrXNWt0sj5TsQnjA=="
},
"System.Runtime.CompilerServices.Unsafe": {
"System.IO.Pipelines": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
"resolved": "9.0.0",
"contentHash": "eA3cinogwaNB4jdjQHOP3Z3EuyiDII7MT35jgtnsA4vkn0LUrrSHsU0nzHTzFzmaFYeKV7MYyMxOocFzsBHpTw=="
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Screens:
Children:
- "First Name_DataCard1":
Control: TypedDataCard
IsLocked: true
Variant: textualEditCard
IsLocked: true
Properties:
BorderStyle: =BorderStyle.Solid
DataField: ="firstname"
Expand Down Expand Up @@ -122,8 +122,8 @@ Screens:

- "Last Name_DataCard1":
Control: TypedDataCard
IsLocked: true
Variant: textualEditCard
IsLocked: true
Properties:
BorderStyle: =BorderStyle.Solid
DataField: ="lastname"
Expand Down Expand Up @@ -198,8 +198,8 @@ Screens:

- "Company Name_DataCard1":
Control: TypedDataCard
IsLocked: true
Variant: blankPolymorphicEditCard
IsLocked: true
Properties:
BorderStyle: =BorderStyle.Solid
DataField: ="_parentcustomerid_value"
Expand All @@ -215,8 +215,8 @@ Screens:

- "Job Title_DataCard1":
Control: TypedDataCard
IsLocked: true
Variant: textualEditCard
IsLocked: true
Properties:
BorderStyle: =BorderStyle.Solid
DataField: ="jobtitle"
Expand Down Expand Up @@ -291,8 +291,8 @@ Screens:

- "Mobile Phone_DataCard1":
Control: TypedDataCard
IsLocked: true
Variant: textualEditCard
IsLocked: true
Properties:
BorderStyle: =BorderStyle.Solid
DataField: ="mobilephone"
Expand Down Expand Up @@ -367,8 +367,8 @@ Screens:

- "User Name_DataCard1":
Control: TypedDataCard
IsLocked: true
Variant: textualEditCard
IsLocked: true
Properties:
BorderStyle: =BorderStyle.Solid
DataField: ="adx_identity_username"
Expand Down Expand Up @@ -443,8 +443,8 @@ Screens:

- "Address 1_DataCard1":
Control: TypedDataCard
IsLocked: true
Variant: textualViewCard
IsLocked: true
Properties:
BorderStyle: =BorderStyle.Solid
DataField: ="address1_composite"
Expand Down Expand Up @@ -486,8 +486,8 @@ Screens:

- Website_DataCard1:
Control: TypedDataCard
IsLocked: true
Variant: urlEditCard
IsLocked: true
Properties:
BorderStyle: =BorderStyle.Solid
DataField: ="websiteurl"
Expand Down Expand Up @@ -560,8 +560,8 @@ Screens:

- Birthday_DataCard1:
Control: TypedDataCard
IsLocked: true
Variant: dateEditCard
IsLocked: true
Properties:
BorderStyle: =BorderStyle.Solid
DataField: ="birthdate"
Expand Down Expand Up @@ -633,8 +633,8 @@ Screens:

- Description_DataCard1:
Control: TypedDataCard
IsLocked: true
Variant: textualMultiLineEditCard
IsLocked: true
Properties:
BorderStyle: =BorderStyle.Solid
DataField: ="description"
Expand Down Expand Up @@ -709,8 +709,8 @@ Screens:

- "Full Name_DataCard1":
Control: TypedDataCard
IsLocked: true
Variant: textualViewCard
IsLocked: true
Properties:
BorderStyle: =BorderStyle.Solid
DataField: ="fullname"
Expand Down Expand Up @@ -752,8 +752,8 @@ Screens:

- Email_DataCard1:
Control: TypedDataCard
IsLocked: true
Variant: textualEditCard
IsLocked: true
Properties:
BorderStyle: =BorderStyle.Solid
DataField: ="emailaddress1"
Expand Down Expand Up @@ -828,8 +828,8 @@ Screens:

- "Business Phone_DataCard1":
Control: TypedDataCard
IsLocked: true
Variant: textualEditCard
IsLocked: true
Properties:
BorderStyle: =BorderStyle.Solid
DataField: ="telephone1"
Expand Down

0 comments on commit 8d7554b

Please sign in to comment.