PowerApps-Tooling
PowerApps-Tooling copied to clipboard
PaYaml schema and OM updates
Update schema and OM according to latest changes
Schema Updates:
- Update to use Control Type Identifiers in schema
- Added
Groupson Screens, ControlInstances, ComponentDefinitions per XR - Added
CodeComponentcontorl instances, aka PCF controls, per XR - Added VSCode snippets for App, Screens, and ControlInstances
- Removed
App.Children.Hostfrom schema; it needs additional design review
Model Updates:
- Update ordering of PaFileRoot properties
- Add tests which verify when full usage of schema is used that round-trip is not lossy
- Added support for
Groupson Screens, ControlInstances, ComponentDefinitions per XR - Added extension method
DescendantControlInstancesfor iterating thru control tree in document order - Added unit tests for
DescendantControlInstances - Remove
AppInstance.Childrenas the current design is not sufficient