192 Commits

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 2023-03-24 13:42:47 +01:00
markosteger
a9282b9b0a Fomr wizzard fix 2023-03-23 08:58:29 +01:00
markosteger
d6ee4bc164 Grid fix Options null 2023-03-17 14:52:17 +01:00
markosteger
abcdb71bda Grid fix null exception on ItemsToShow 2023-03-17 14:47:43 +01:00
markosteger
5f8215c5c5 Grid Component 2023-03-17 14:28:13 +01:00
Matija Koželj
bfdbc38cbb Merge remote-tracking branch 'remotes/origin/features/rewrite/nuberstepper' into features/rewrite/main 2023-03-16 14:57:56 +01:00
markosteger
8733157473 ModalOptions, DropdownDemo bugfix 2023-03-16 14:21:33 +01:00
Matija Koželj
7d7c47a19a Add modal type enum 2023-03-16 14:18:49 +01:00
markosteger
9806a21f48 Datepicker fix, NumberInput fix, ToggleGlyphButton fix 2023-03-16 14:09:47 +01:00
Matija Koželj
909cfd0d81 Merge branch 'features/rewrite/styles' into features/rewrite/main 2023-03-16 13:58:36 +01:00
Matija Koželj
bcce62f28e Upgrade modal use cases and functions
Add modal types
2023-03-16 13:56:28 +01:00
489fb97a2a Merge pull request 'features/rewrite/modaldialog' (#15) from features/rewrite/modaldialog into features/rewrite/main
Reviewed-on: #15
2023-03-15 12:50:02 +00:00
Matija Koželj
ce3cbb5889 Merge remote-tracking branch 'origin/features/rewrite/main' into features/rewrite/modaldialog 2023-03-15 13:48:39 +01:00
markosteger
eea562dde0 ModalDialog - with example 2023-03-15 13:39:46 +01:00
e4b246a8bc Change styles in(dropdown, grid, inputs, modal, radio, sidebar) Add new components(alerts, master search, pagination, tooltip) 2023-03-15 11:41:40 +01:00
Matija Koželj
98ff5d5dd8 Remove unused required parameter ItemToKey 2023-03-15 11:08:59 +01:00
bf60457369 Merge pull request 'features/rewrite/dropdown' (#14) from features/rewrite/dropdown into features/rewrite/main
Reviewed-on: #14

Requires property comments and style fine-tuning.
2023-03-15 09:38:56 +00:00
Matija Koželj
0830532e7e Add dropdown demo page for implementation testing 2023-03-15 10:35:41 +01:00
Matija Koželj
b250353ad8 Add dropdown component 2023-03-15 10:35:13 +01:00
Matija Koželj
455119f467 Add TransitionAnimator component to help with transition implementations 2023-03-15 10:34:34 +01:00
Matija Koželj
86e32a197b Update references to include prerelease version
Remove unneeded watch ignore entries
2023-03-15 10:33:58 +01:00
Matija Koželj
81fece5cd4 Add Tom PIT git to nuget resource in order to restore css compilation tool 2023-03-15 10:32:41 +01:00
Matija Koželj
3a734a71ef Remove css defined transitions for select, as this is now code controlled 2023-03-15 10:31:08 +01:00
Matija Koželj
651b866f05 Set versions of Microsoft.AspNetCore.Components to auto-update 2023-03-15 10:30:18 +01:00
Matija Koželj
30a1e7924c Remove unused app.css from default index.html 2023-03-15 10:29:47 +01:00
Matija Koželj
35d1da8579 Add animation styles and transitions to drop down menu and backdrop 2023-03-15 10:25:00 +01:00
Matija Koželj
c0b1c950a6 Add global js event handlers for transition and animation ends 2023-03-15 10:24:02 +01:00
markosteger
125fa85d6e ReturnModal - modal that returns values 2023-03-13 15:03:57 +01:00
markosteger
b51801b3ba FormWizzard - footer buttons spacing fix 2023-03-10 14:18:02 +01:00
markosteger
fb85499a6e NumberStepper - simple working concept 2023-03-10 11:25:00 +01:00
54da322cd0 Merge pull request 'features/rewrite/grid' (#13) from features/rewrite/grid into features/rewrite/main
Reviewed-on: #13
2023-03-10 09:13:31 +00:00
markosteger
b57e021657 Accidentaly deleted Program.cs added back 2023-03-10 10:12:10 +01:00
markosteger
b67973cb68 FormWizard, FormWizardStep - fixed not showing steps in certain conditions, DatePicker - code cleanup, showing selected month and year 2023-03-10 10:08:47 +01:00
markosteger
f9ba559480 DatePicker - new style, left, right arrow click handling, FormWizard - cancel click Event, Democomp - updatet to latest version 2023-03-10 09:09:39 +01:00
markosteger
7811ba9c6c Merge branch 'features/rewrite/styles' into features/rewrite/grid 2023-03-10 07:45:05 +01:00
markosteger
08fa1bd90c Merge branch 'features/rewrite/styles' of https://git.tompit.com/Connected/Connected.Components into features/rewrite/styles 2023-03-10 07:41:08 +01:00
Matija Koželj
f35b855ba7 Fix package command for fonts in .csproj 2023-03-09 15:34:44 +01:00
Matija Koželj
07a0b3c924 Replace .ttf files with .woff2 files 2023-03-09 15:34:12 +01:00
Matija Koželj
5690f4618d Fix font paths 2023-03-09 15:25:17 +01:00
ba78e9d195 Add (date-picker, fonts, card) 2023-03-09 15:08:53 +01:00
b2e42c051b Changes in (chip, buttons, dropdown grid, inputs, snackbar) 2023-03-09 15:08:53 +01:00
Matija Koželj
6cd9089f6b Add fonts folder as static resource to project 2023-03-09 14:55:10 +01:00
Matija Koželj
ae73d175e6 Add OpenSans fonts 2023-03-09 14:49:43 +01:00
markosteger
5a4c13f8ad GridRow - SwitchButton handle 2023-03-09 14:45:06 +01:00
markosteger
f770bd26bc GridRowContent - fixed Collapsable 2023-03-09 14:32:33 +01:00
markosteger
402e904b10 FormWizzard - summaries, EventCallbacks for 'Cancel' and 'Finis' buttons, Id is Guid.NewId() if not set and so for not required parameter anymore 2023-03-09 13:06:02 +01:00
markosteger
382e5551b3 GridRowTemplate - for future aplying templates 2023-03-09 12:44:57 +01:00
markosteger
516c4f337e Grid, GridRow, GridRowContent 2023-03-09 12:44:10 +01:00
markosteger
602c61568c DatePicker - index file 2023-03-07 12:28:00 +01:00
markosteger
fa33cc5189 DatePicker - minor fixes, added methods for back ind forward click in header (selecting year, month..) 2023-03-07 12:27:46 +01:00