Skip to content
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

Dynamic data 2 - Auto UI #1293

Merged
merged 64 commits into from
Aug 31, 2022
Merged

Dynamic data 2 - Auto UI #1293

merged 64 commits into from
Aug 31, 2022

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    f549498 View commit details
    Browse the repository at this point in the history
  2. Sample for DynamicEditor added

    tomasherceg authored and exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    993a616 View commit details
    Browse the repository at this point in the history
  3. SelectorFormEditorProvider implemented

    DynamicEntity sample also refactored
    tomasherceg authored and exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    23da0a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4bc92c View commit details
    Browse the repository at this point in the history
  5. Added OnChange to DynamicEditor

    exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    fadd94b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ffe196d View commit details
    Browse the repository at this point in the history
  7. Property metadata rules fluent API added

    EnumComboBoxFormEditorProvider added
    tomasherceg authored and exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    41e025d View commit details
    Browse the repository at this point in the history
  8. Added cascading ComboBox to DynamicEntity sample

    And fixed bugs in DynamicEditor sample
    tomasherceg authored and exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    fa80590 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    be2fec2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e908715 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b490428 View commit details
    Browse the repository at this point in the history
  12. dynamic data: Remove the form builder indirection.

    Concrete DynamicEntity type should be used instead.
    exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    facf470 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ad012d9 View commit details
    Browse the repository at this point in the history
  14. Visible and Enabled attribute support added

    Fix replacing of controls which don't allow children
    Fix styleContext.Property(c => c.P) for binding properties
    tomasherceg authored and exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    0f2ea50 View commit details
    Browse the repository at this point in the history
  15. dynamic data: add support for DynamicGridColumn

    Fixed issue in control tests
    exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    06b12d3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fc747f0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c01baad View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    78e6a8b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0f87e7a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4884e2a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    78b6f02 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    46318b7 View commit details
    Browse the repository at this point in the history
  23. Make DataContextStack binding property optional

    On dynamic data resource bindings it's actually not needed,
    but it was super annoying trying to make sure it's set correctly in grid, ...
    exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    2e308fb View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    43a6923 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d19a366 View commit details
    Browse the repository at this point in the history
  26. Renamed Id to Value in SelectorItem

    tomasherceg authored and exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    f9de77c View commit details
    Browse the repository at this point in the history
  27. DynamicEntity: Support editor template

    Fixed error in ResolvedBinding
    exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    b5de449 View commit details
    Browse the repository at this point in the history
  28. Add support for field template

    exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    c7d97ca View commit details
    Browse the repository at this point in the history
  29. Multi-selection provider with CheckBoxes added

    + Fix build after ISelectorDataProvider refactor
    tomasherceg authored and exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    302139a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f064127 View commit details
    Browse the repository at this point in the history
  31. Add BulmaDynamicEntity

    exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    15efedd View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    2969344 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    7f8e761 View commit details
    Browse the repository at this point in the history
  34. dynamic data: support for Property-X={value: Override}

    Works on DynamicEntity and also on DynamicColumns
    exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    d35cf6a View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    3aebaf2 View commit details
    Browse the repository at this point in the history
  36. Renamed test output files

    tomasherceg authored and exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    fc079dd View commit details
    Browse the repository at this point in the history
  37. Renamed Dynamic Data to AutoUI

    tomasherceg authored and exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    96f4ce3 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    666847c View commit details
    Browse the repository at this point in the history
  39. Old version of DynamicData added back

    tomasherceg authored and exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    87d0678 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    6a3e181 View commit details
    Browse the repository at this point in the history
  41. Slnf file updated

    tomasherceg authored and exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    53529d4 View commit details
    Browse the repository at this point in the history
  42. SelectorItem and related classes renamed

    tomasherceg authored and exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    94fecc4 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    57797e7 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    938c1f3 View commit details
    Browse the repository at this point in the history
  45. Fixed renaming of SelectorViewModel

    tomasherceg authored and exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    283af03 View commit details
    Browse the repository at this point in the history
  46. ViewName and GroupName properties are applied on the server without r…

    …endering the corresponding fields
    tomasherceg authored and exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    b0e2f2d View commit details
    Browse the repository at this point in the history
  47. UIHint attribute support

    tomasherceg authored and exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    ece24b4 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    9586468 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    159857b View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    e6dbfec View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    a863283 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    00b626d View commit details
    Browse the repository at this point in the history
  53. Selections test added

    + Configuration text output fixed because of new properties
    tomasherceg authored and exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    1251775 View commit details
    Browse the repository at this point in the history
  54. Tests for Bulma and Bootstrap forms

    tomasherceg authored and exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    86d76fe View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    fe50fb6 View commit details
    Browse the repository at this point in the history
  56. UI Tests for AutoUI components

    tomasherceg authored and exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    44780f7 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    52882ca View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    078eda9 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    db4cd75 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    e13fe30 View commit details
    Browse the repository at this point in the history
  61. fixup! Selections test added

    exyi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    160b9ca View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    00abd5b View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    dbeba19 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    f4a5049 View commit details
    Browse the repository at this point in the history