-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(workspace): enabling table view for vector layers (#667)
* feat(layer) feature layer stored in a store now have a inMapExtent state * feat(workspace-state) active widget subscription * feat(workspace) monitor a tool to activate on workspace * feat(workspace) Feature datasource (imported or url based) now get a workspace * feat(workspace) adjust actions/widget for wfs * wip * feat(workspace) Add a table template if no sourceFields provided * refactor(loading-layer) adjust store for cluster datasource * wip * feat(workspace) creation of a workspace button * feat(map integration) adding the workspace button * wip * wip * refactor(workspace-button) moving from package geo to integration * wip * refactor(workspace-selector) review * wip * feat(featureStore) in map extent state strategy * wip * wip * refactor(workspace) tableTemplate in wfs/feature workspace * fix(cluster) cluster base style creation. * wip * feat(workspace) new directive to monitor if workspaces are available. * wip review * travis * feat(libs): upgrade librairies (#696) * chore(utils): bowser version * fix(spatial-filter): fix spatial filter 1.4 (#697) * fix(layer-list-tool) alphaSort icon name tooltip (#700) Co-authored-by: Josée Martel <[email protected]> * feat(interactiveTour + welcomeWindows): add new component and service (#701) * tour * lint * feat add noBackButton on step Co-authored-by: Marc-André Barbeau <[email protected]> Co-authored-by: Josée Martel <[email protected]> * wip * wip * wip handling zoom auto on row selection in table * wip review on tool to activate by workspace * wip * wip * wip * wip * fix(layer-legend.component) Fix param legendOptions.display: false (#703) * travis * feat(libs): upgrade librairies (#696) * chore(utils): bowser version * fix(spatial-filter): fix spatial filter 1.4 (#697) * fix bug legend param display:false * fix exemple legend param * rebase Co-authored-by: Marc-André Barbeau <[email protected]> Co-authored-by: Philippe Lafrenière <[email protected]> Co-authored-by: Josée Martel <[email protected]> * feature(geo) Moving two common vector styling function into geo/utils for shared usage between components * feat(workspace) applying vector style to selected entities * feat((workspace) clear selection button * feat(workspace) allow multiple selection by dragbox * feat(workspace) action to show only selected record * feat(entity-table): add pagination (#707) * feat(entity-table) Pagination * lint * wip * chore(build): build warn ng-packagr No name was provided for external module * wip * refactor(entity-table-paginator) refector individual input as options * Update workspace.component.ts * wip * Update entity-table-paginator.component.html * Update entity-table-paginator.component.ts * fix(context-service) refer to issue #702 - message stored in base.json * refactor(entity-table) translation and paginationOptions processing * fix(entity-table) deprecation warnint on event * fix(entity-table) wrong last record used when clicking on a row (outside checkbox) Co-authored-by: Marc-André Barbeau <[email protected]> * wip * fix(entity-table-paginator) missing subscription & lifecycle hook oninit instead of afterviewinit... * refactor(exportOptions) Renaming from layer to layers * feat(catalog): arcgis rest data catalog (#709) * WIP * WIP * WIP * WIP * feat(catalog): Allow arcGISRest data catalog * unnecessary changes * fix(interactive-tour): css fix for interactive tour (#708) * feat(import-export) vector - allow export selected features only IF workspace available. * feat(import-export) export - shorten selected layers in ui * fix(import-export) export - locale for select layers + style * (entity-table-paginator) button display in mobile * feat(igoQuery) Allow drag box selection with ctrl down * feat(query) allow dragbox event to select vector * fix(query) handling results from layers built from same feature * feat(storage) observable on key change/addition/deletion * feat(action) checkCondition is now an observable * refactor(workspace) moving workspace action into integration * feat(integration) new state for storage * wip * wip * refactor(workspace) tooltoactivate from geo package to toolstate (integration) * feat(tool-state) method to activate tool and options and opensidenav (if needed) * wip * fix(workspace) remove wms workspace creation * fix(tool.state) All 'constructor' signatures should be adjacent * wip - merge conflict resolution * fix(entity-table-paginator) fix the paginaor on input change * refactor(*) usign mediaservice.ismobile method instead of media value. * refactor(workspace) function name in lowercase * typo * Update entity-table-paginator.component.scss remove z-index * fix(entity-table) table datasource was not refeshed on store change. * fix(entity-table) on store change subscription and management * feat(entity-table) change the pageIndex if the selected entity is not in the current page. * wip lint * refactor(workspace) reorder the action list * wip * padding * feat(spatial-filter) add a table view on results * fix(workspace) inMapExtent strategy deletion on layer deletion. * fix(context-import-export) only show to user the layers shown in layer list. * typo * wip * fix(layer add) preview conflict with layer add (1st attempt to fix) * refactor(entity-table-paginator) removing icons for mobile * lint Co-authored-by: Marc-André Barbeau <[email protected]> Co-authored-by: Philippe Lafrenière <[email protected]> Co-authored-by: josee666 <[email protected]> Co-authored-by: Josée Martel <[email protected]> Co-authored-by: Marc-André Barbeau <[email protected]>
- Loading branch information
1 parent
496e9bb
commit 66e5d83
Showing
78 changed files
with
1,693 additions
and
220 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@import '../../../../../core/src/style/partial/media'; | ||
|
||
:host{ | ||
margin-top: -10px; | ||
padding-right: 15px; | ||
|
||
@include mobile { | ||
margin-top: 0px; | ||
padding-right: 5px; | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.