-
Notifications
You must be signed in to change notification settings - Fork 2
Add request params input property to handle additional table request parameters #151
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Description: - Moved the current implementation to _legacy folder - Initialized nx workspace from scratch - Angular 20.x - Jest - Playwright - Added demo application - Setup all the commands to run demo application and all the quality checks
Description The table generator creates an example file ba running the command - nx command - nx g @esmf/semantic-ui-schematic:table --name=test --project=demo - ng command - npm run ng -- g @esmf/semantic-ui-schematic:table --name=test --project=demo
Description The table generator creates an example file ba running the command - nx command - nx g @esmf/semantic-ui-schematic:table --name=test --project=demo - ng command - npm run ng -- g @esmf/semantic-ui-schematic:table --name=test --project=demo
Signed-off-by: Pavel Shalamkov <[email protected]>
Signed-off-by: Pavel Shalamkov <[email protected]>
Signed-off-by: Pavel Shalamkov <[email protected]>
feat: Highlight directive migration
* Add resize-column.directive.ts Signed-off-by: Pavel Shalamkov <[email protected]> * Migrate resize-column.directive.ts to signals Signed-off-by: Pavel Shalamkov <[email protected]> --------- Signed-off-by: Pavel Shalamkov <[email protected]>
This is the old schematic generators that works with predefined generation output locations
…to-new-structure # Conflicts: # libs/schematic/src/lib/directives/highlight.directive.ts
…ructure Copied generators to the new structure
Signed-off-by: Pavel Shalamkov <[email protected]>
Removed global modules
Make TableService generic
Make ChipList component generic
* Add config-menu.component.ts Signed-off-by: Pavel Shalamkov <[email protected]> * Update schematic lib entities to have "Esmf" prefix JSSdkLocalStorageService => EsmfLocalStorageService Signed-off-by: Pavel Shalamkov <[email protected]> * Remove ConfigMenuComponent legacy code Signed-off-by: Pavel Shalamkov <[email protected]> * Remove EsmfPaginatorSelectConfigProvider from Table Module template Signed-off-by: Pavel Shalamkov <[email protected]> --------- Signed-off-by: Pavel Shalamkov <[email protected]>
# Conflicts: # libs/schematic/generators/ng-generate/components/table/generators/components/table/files/__name@dasherize__.component.ts.template # libs/schematic/src/index.ts
Add generic Static and Remote table data source implementation Improved table generation script
Standalone command bar and amy other changes
Signed-off-by: Pavel Shalamkov <[email protected]>
Remove semantic explanation from table header
Extract RQL Extension interfaces from table generation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.