Commit Graph

192 Commits (33311058119b06c00436f18709a2c4f77c8f29c4)
 

Author SHA1 Message Date
markosteger 3331105811 Added Base component with ID used for state management. All other components must inherit from it To get Id property
2 years ago
markosteger a9282b9b0a Fomr wizzard fix
2 years ago
markosteger d6ee4bc164 Grid fix Options null
2 years ago
markosteger abcdb71bda Grid fix null exception on ItemsToShow
2 years ago
markosteger 5f8215c5c5 Grid Component
2 years ago
Matija Koželj bfdbc38cbb Merge remote-tracking branch 'remotes/origin/features/rewrite/nuberstepper' into features/rewrite/main
2 years ago
markosteger 8733157473 ModalOptions, DropdownDemo bugfix
2 years ago
Matija Koželj 7d7c47a19a Add modal type enum
2 years ago
markosteger 9806a21f48 Datepicker fix, NumberInput fix, ToggleGlyphButton fix
2 years ago
Matija Koželj 909cfd0d81 Merge branch 'features/rewrite/styles' into features/rewrite/main
2 years ago
Matija Koželj bcce62f28e Upgrade modal use cases and functions
2 years ago
Matija Koželj 489fb97a2a Merge pull request 'features/rewrite/modaldialog' (#15) from features/rewrite/modaldialog into features/rewrite/main
2 years ago
Matija Koželj ce3cbb5889 Merge remote-tracking branch 'origin/features/rewrite/main' into features/rewrite/modaldialog
2 years ago
markosteger eea562dde0 ModalDialog - with example
2 years ago
Janko Jordan e4b246a8bc Change styles in(dropdown, grid, inputs, modal, radio, sidebar) Add new components(alerts, master search, pagination, tooltip)
2 years ago
Matija Koželj 98ff5d5dd8 Remove unused required parameter ItemToKey
2 years ago
Matija Koželj bf60457369 Merge pull request 'features/rewrite/dropdown' (#14) from features/rewrite/dropdown into features/rewrite/main
2 years ago
Matija Koželj 0830532e7e Add dropdown demo page for implementation testing
2 years ago
Matija Koželj b250353ad8 Add dropdown component
2 years ago
Matija Koželj 455119f467 Add TransitionAnimator component to help with transition implementations
2 years ago
Matija Koželj 86e32a197b Update references to include prerelease version
2 years ago
Matija Koželj 81fece5cd4 Add Tom PIT git to nuget resource in order to restore css compilation tool
2 years ago
Matija Koželj 3a734a71ef Remove css defined transitions for select, as this is now code controlled
2 years ago
Matija Koželj 651b866f05 Set versions of Microsoft.AspNetCore.Components to auto-update
2 years ago
Matija Koželj 30a1e7924c Remove unused app.css from default index.html
2 years ago
Matija Koželj 35d1da8579 Add animation styles and transitions to drop down menu and backdrop
2 years ago
Matija Koželj c0b1c950a6 Add global js event handlers for transition and animation ends
2 years ago
markosteger 125fa85d6e ReturnModal - modal that returns values
2 years ago
markosteger b51801b3ba FormWizzard - footer buttons spacing fix
2 years ago
markosteger fb85499a6e NumberStepper - simple working concept
2 years ago
Matija Koželj 54da322cd0 Merge pull request 'features/rewrite/grid' (#13) from features/rewrite/grid into features/rewrite/main
2 years ago
markosteger b57e021657 Accidentaly deleted Program.cs added back
2 years ago
markosteger b67973cb68 FormWizard, FormWizardStep - fixed not showing steps in certain conditions, DatePicker - code cleanup, showing selected month and year
2 years ago
markosteger f9ba559480 DatePicker - new style, left, right arrow click handling, FormWizard - cancel click Event, Democomp - updatet to latest version
2 years ago
markosteger 7811ba9c6c Merge branch 'features/rewrite/styles' into features/rewrite/grid
2 years ago
markosteger 08fa1bd90c Merge branch 'features/rewrite/styles' of https://git.tompit.com/Connected/Connected.Components into features/rewrite/styles
2 years ago
Matija Koželj f35b855ba7 Fix package command for fonts in .csproj
2 years ago
Matija Koželj 07a0b3c924 Replace .ttf files with .woff2 files
2 years ago
Matija Koželj 5690f4618d Fix font paths
2 years ago
Janko Jordan ba78e9d195 Add (date-picker, fonts, card)
2 years ago
Janko Jordan b2e42c051b Changes in (chip, buttons, dropdown grid, inputs, snackbar)
2 years ago
Matija Koželj 6cd9089f6b Add fonts folder as static resource to project
2 years ago
Matija Koželj ae73d175e6 Add OpenSans fonts
2 years ago
markosteger 5a4c13f8ad GridRow - SwitchButton handle
2 years ago
markosteger f770bd26bc GridRowContent - fixed Collapsable
2 years ago
markosteger 402e904b10 FormWizzard - summaries, EventCallbacks for 'Cancel' and 'Finis' buttons, Id is Guid.NewId() if not set and so for not required parameter anymore
2 years ago
markosteger 382e5551b3 GridRowTemplate - for future aplying templates
2 years ago
markosteger 516c4f337e Grid, GridRow, GridRowContent
2 years ago
markosteger 602c61568c DatePicker - index file
2 years ago
markosteger fa33cc5189 DatePicker - minor fixes, added methods for back ind forward click in header (selecting year, month..)
2 years ago