-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/193 feature edits #194
Conversation
@@ -83,7 +83,7 @@ | |||
<ExecAsync FilePath="pwsh" Arguments="./assetCopy.ps1" /> | |||
</Target> | |||
|
|||
<Target Name="Copy Assets Release" AfterTargets="NPM Install" Condition="$(Configuration) == 'RELEASE' AND $(TargetFrameworks.StartsWith($(TargetFramework))) AND '$(OptOutFromCoreEsBuild)' != 'true'"> | |||
<Target Name="Copy Assets Release" AfterTargets="NPM Install" Condition="$(Configuration) == 'RELEASE' AND $(TargetFrameworks.StartsWith($(TargetFramework)))"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the adjustment here on Copy Assets Release
to remove `'$(OptOutFromCoreEsBuild)' != 'true'``?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The copy assets powershell script already internally checks to see if the files are already copied, and aborts if it finds them. When I updated the ArcGIS version, I wanted this to run from Pro, but the OptOut...
prevented it.
} | ||
|
||
/// <summary> | ||
/// The TextBoxInput class defines the desired user interface as a single-line text box. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is essentially a placeholder(non-functioning) at this time? and require a 3rd party library/application to function correct?
} | ||
}); | ||
} else { | ||
if (graphicsRefs.hasOwnProperty(target.id)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This else action seems like a duplicate.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Couple questions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
Closes #193
FormTemplate
can be added to aFeatureLayer
, includingFormElement
,FormInput
, andDomain
FeatureLayer.ApplyEdits
- while the related widget is in Pro, this is available programmatically to all Core usersDomain
toField
to support form comboboxesMapView
Query.ObjectIds
to belong
instead ofint
FeatureLayers
from updating inarcGisJsInterop.updateLayer
featureLayerView.highlight
typescript implementationglobal.json
. This should prevent breaking builds if you update your .NET SDK.