Skip to content

Mdc migration2

Created by: HejdaJakub

  • In this PR were migrated to MDC these components: form-field, input, list, menu, paginator,progress-bar (does not exist in current GUI), progress-spinner (does not exist in current GUI).
  • Mat-label is now the required part of the form-field (placeholders is no longer a valid substitution of the floating label), so mat-labels were added to all missing places. Dynamic sizing of space for hint and error under the form-filed has to be defined explicitly.
  • Outlined mat-form-field was partly customized (oulined mat-form-filed in tables) to form-filed without border.
  • HTML tag with matInput attribute have to be inside now.
  • Some small changes were applied also to list components to fix the design.
  • Our global custom classes for progress-bar were removed cause this component is not used in out GUI.

Merge request reports