Skip to content
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

ROU-4477: update version to 2.13.0 #381

Merged
merged 18 commits into from
Nov 9, 2023
Merged

ROU-4477: update version to 2.13.0 #381

merged 18 commits into from
Nov 9, 2023

Conversation

rugoncalves
Copy link
Contributor

This PR is to update the version of ODC code to version 2.13.0

OS-giulianasilva and others added 18 commits July 24, 2023 16:20
* ROU-3748: Add client action to apply conditional format to the aggregate row (#331)

* Add conditional format to ColumnAggregate

* Fix SetRowAsSelected not returning error message

* Fix lint warnings

* Fix eslint warnings

* Fix eslint warnings

* Fix error code duplicated

* Fix comments

* Update OutSystems DataGrid version (#332)

* Changed ClearFilter to allow triggering OnFiltersChange event

Implement a way to trigger the OnFiltersChange event when using the ClearFilter

* Update ToolTip.ts

Add validation to check if we do have data available, for instance while using filters that make the Grid without results.

* Adding new config to control the auto generate

* Adding new ErrorMessage

* Adding logic to not allow to generate columns if configs

* Code readability improvement

* Lint fix and adding comment

* Changing language load mechanism

* ROU-4329: Implement the ability to save/load layouts with frozen columns (#338)

* Added ability to save/apply layouts with frozenCols

- Added ability to save/apply layouts with frozenCols
- Updated Lodash version (based on Snyk)
- Updated TypeScript version (based on Snyk)

* Update ColumnFreeze.ts

---------

Co-authored-by: gbnm <goncalo.martins@outsystems.com>

* Fixed issue in moveToPage

Fixed issue in moveToPage() method that was always throwing an error

* Adding changes to context menu

* ROU-4320: Fix setRowAsSelected not working in a Grid with RowCheckboxes (#339)

* Fix setRowAsSelected to work in a Grid with RowCheckboxes

* Update setRowAsSelect method from Selection feature

Add evaluation to check if the row indexes provided exist in the current Grid page

* Update Selection.ts

---------

Co-authored-by: Gonçalo M <goncalo.martins@outsystems.com>

* Avoid raising event

When the context menu event is opening.

* Adding validation for widgetId

* Remove unused url

* Add a simple way to check for platform Id

* Changes to the what is returned in the hit of the context menu

* Fix and adding regional languages

* typo fix

* Adding isArray validation before wrap

* ROU-3901: Update version and license after renewal - release 2023 V1 (#348)

* Update Wijmo version

* Fix issue in View._setGroups caused by WJM-22376

* Update wijmo.cloud.d.ts

* Fix column picker issue after upgrade

* Add comments

* Fix eslint issues

* Add new language "fr-CA"

* Fix SetRowValidation API not working for Group Columns

* Update ContextMenu.ts

Fixed duplicated items inside Context Menu.

* Improve headers accessibility (#350)

Set the headersFocusability property to "All" by default allowing the  Row and column headers to be accessible via keyboard.

* Update ContextMenu.ts

* Update ContextMenu.ts

* Fix validateRow for GroupRows

* New method to get OutSystems column by index

* Check type of column on defining dirty mark

* Fix on how to obtain the column by index

* Update typedoc version

* Fix Filter by Condition

* Fix Filter by Value

* Increment the version of target ES

* Simplifying the code with ES2019

---------

Co-authored-by: gbnm <goncalo.martins@outsystems.com>
Co-authored-by: rug <rmfgoncalves@gmail.com>
Co-authored-by: Marcelino <brunoapmarcelino@gmail.com>
This PR is for merge the RC 2.12.0
This PR is for merging release 2.12.1.
…ng applied to the header (#367)

* Improved setColumnWordWrap

- Improved setColumnWordWrap to apply also to headers.
- Incremented the version to 2.13.0

* Update Styling.ts

* Update Styling.ts

* Prettier fixes

* Update main.yml
* creating higher order function to measure perf

* moving to auxiliary api

* using measurePerf on GridManager to prove concept

* commenting function

* disabling explicit any
… and Backspace/Delete keys (#370)

* Fix issue with Backspace not triggering OnValueCellChange

- When the Delete or Backspace key is used, we need to get the current value via the FlexGrid.activeCell.textContent
- The current value is not available via the event target when using IME Support, so we need to get it via activeCell

* Fix issue with frozen column when resizing it

- Added a handler to the resizedColumn event with the workaround provided by wijmo

* Fix typo and eslint issues

* Add comments
* Implement image column

- Added ImageColumn class
- Added ImageColumnClick event
- Added Column Config Image
- Changed ActionColumnFactory to CellTemplateFactory

* Update ColumnConfigImage

* Fix code smells
- Improved code for Action column with button so it works in Firefox as well
* Fix dropdown issue when undoing action

- When deleting multiple cells of dropdown cells with dropdown dependency and undoing it, not all the child cells were being restored to their previous value.

* Add comment
…lValueChange event twice (#375)

* Fix dropdown child triggering the OnCellValueChange more than one time

- Add a validation to check if currentValue is different than empty when adding the child undo action and triggering the OnCellValueChange event.
- Change the way we get the last parent cell's undo action on undo stack
- Disabled the trigger in validateCell method to trigger the OnCellValueChange event just once.
- Trigger the OnCellValueChange with originalValue instead of currentValue

* Fix eslint errors
)

* Upgrade wijmo's version

* Remove workaround for issue with frozen columns when resizing it

* Update wijmo-5.20231.906 definition files

* Update wijmo filed to 5.20231.908 version

---------

Co-authored-by: gbnm <goncalo.martins@outsystems.com>
* Fix tooltip issue when using column group

- Fix bug when using a custom tooltip in a Grid with Column Group
- Created a new file to place the constants used in the file
- Added a method to set the Column Group header tooltip

* Expose tooltip as a Data Grid feature

- This is necessary so the developer can use the new setColumnGroupHeaderTooltip method

* Fix eslint issues

* Add comments

* Changed names and constants based on comments
This PR is to merge the release 2.13.0
@outsystemsbot outsystemsbot bot added the cla:yes This code submission conforms with the OutSystems CLA or the CLA is not required for this PR label Nov 6, 2023
Copy link

gitguardian bot commented Nov 6, 2023

⚠️ GitGuardian has uncovered 14 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id Secret Commit Filename
1035931 Google API Key 5509e6b src/@types/wijmo-5.20231.888/wijmo.cloud.d.ts View secret
1035931 Google API Key 5509e6b src/@types/wijmo-5.20231.888/wijmo.cloud.d.ts View secret
1035931 Google API Key 587d904 src/@types/wijmo-5.20231.888/wijmo.cloud.d.ts View secret
1035931 Google API Key 587d904 src/@types/wijmo-5.20231.888/wijmo.cloud.d.ts View secret
1035931 Google API Key 797562d src/@types/wijmo-5.20231.888/wijmo.cloud.d.ts View secret
1035931 Google API Key 797562d src/@types/wijmo-5.20231.888/wijmo.cloud.d.ts View secret
1035931 Google API Key b30b0bf src/@types/wijmo-5.20231.888/wijmo.cloud.d.ts View secret
1035931 Google API Key b30b0bf src/@types/wijmo-5.20231.888/wijmo.cloud.d.ts View secret
1035931 Google API Key 8ca7efd src/@types/wijmo-5.20231.908/wijmo.cloud.d.ts View secret
1035931 Google API Key 8ca7efd src/@types/wijmo-5.20231.908/wijmo.cloud.d.ts View secret
1035931 Google API Key 00d4fcf src/@types/wijmo-5.20231.908/wijmo.cloud.d.ts View secret
1035931 Google API Key 00d4fcf src/@types/wijmo-5.20231.908/wijmo.cloud.d.ts View secret
1035931 Google API Key f98878d src/@types/wijmo-5.20231.908/wijmo.cloud.d.ts View secret
1035931 Google API Key f98878d src/@types/wijmo-5.20231.908/wijmo.cloud.d.ts View secret
🛠 Guidelines to remediate hardcoded secrets
  1. DO NOT use the link above to access OutSystems Enterprise GitGuardian. Please access the OutSystems GitGuardian Dashboard through the Apps tab on https://myapps.microsoft.com
  2. Please read the guide for GitHub Secrets Remediation with GitGuardian - https://outsystemsrd.atlassian.net/wiki/spaces/RT/pages/2828566697/GitHub+Secrets+Remediation+with+GitGuardian
  3. Revoke and rotate the secret.
  4. Store new secret securely in an approved vault service - https://outsystemsrd.atlassian.net/wiki/spaces/RT/pages/2698316314/Runbook+-+Storing+Secrets

🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!

Copy link

sonarcloud bot commented Nov 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.9% 0.9% Duplication

@rugoncalves rugoncalves requested a review from a team November 6, 2023 11:16
@rugoncalves rugoncalves merged commit 9f06d68 into odc-main Nov 9, 2023
13 checks passed
@rugoncalves rugoncalves deleted the ROU4477 branch November 9, 2023 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes This code submission conforms with the OutSystems CLA or the CLA is not required for this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants