Skip to content

Commit

Permalink
feat(web-core): update
Browse files Browse the repository at this point in the history
  • Loading branch information
CzechSebastian committed Nov 26, 2024
1 parent 2d1f0e9 commit e846076
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 379 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:params="[
prop('type').required().enum('page', 'card', 'table', 'panel').preset('card').widget(),
prop('busy').bool().widget(),
prop('image').enum('no-result', 'under-construction', 'error-no-data', 'no-selection', 'error').widget(),
prop('image').enum('no-result', 'under-construction', 'error-no-data', 'no-selection').widget(),
slot(),
setting('defaultSlot').preset('Some text').widget(),
]"
Expand Down
Loading

0 comments on commit e846076

Please sign in to comment.