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

Allow negative values in filter input - 18.1.x #14480

Closed
wants to merge 115 commits into from

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    a247af0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36ae1d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1666e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    69ac546 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3302350 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1356bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ea822c View commit details
    Browse the repository at this point in the history
  5. fix(igxGrid): Enable check for whether container size changes when gr…

    …id is rendered. If not do not autosize the grid.
    MKirova authored and MayaKirova committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    826f937 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1266c2 View commit details
    Browse the repository at this point in the history
  7. chore(*): Add test for container with display:contents.

    MKirova authored and MayaKirova committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    02aa37c View commit details
    Browse the repository at this point in the history
  8. chore(*): Update scrollOffset when container size changes.

    MKirova authored and MayaKirova committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e27829e View commit details
    Browse the repository at this point in the history
  9. chore(*): Fix test.

    MKirova authored and MayaKirova committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9a7101c View commit details
    Browse the repository at this point in the history
  10. chore(*): Fix another test.

    MKirova authored and MayaKirova committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2e29d73 View commit details
    Browse the repository at this point in the history
  11. chore(*): Attempt a more targeted fix for misalignment when data is c…

    …hanged and scrollbar hides.
    MKirova authored and MayaKirova committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3be96ab View commit details
    Browse the repository at this point in the history
  12. Merge pull request #14355 from IgniteUI/mkirova/fix-14138-18.0.x

    fix(igxGrid): Enable check for whether container size changes when gr…
    dkamburov authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    27935c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    bf4b7ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02aad71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d7c3f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19f6847 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d72171 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea312e9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #14348 from IgniteUI/bpachilova/tooltipTargetFix-1…

    …4196-18.0.x
    
    Tooltip: correctly set target when defined along with and before igxToggleAction on same host -18.0.x
    kacheshmarova authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    84cf52f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e2239d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    608544c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    b5656aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fce9772 View commit details
    Browse the repository at this point in the history
  3. Update 18 - handle complex file ref configs in workspace schema - 18.0 (

    #14358)
    
    * test(update-18): should handle complex file ref configs in workspace schema
    
    * fix(update-18): handle complex file ref configs in workspace schema
    
    ---------
    
    Co-authored-by: Nikolay Alipiev <nikolay.alipiev@gmail.com>
    jackofdiamond5 and Lipata authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9374654 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #14351 from IgniteUI/rivanova/fix-14198-18.0.x

    fix(simple-combo): prevent Enter key default behavior when filtering data - 18.0.x
    kacheshmarova authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1b13a6c View commit details
    Browse the repository at this point in the history
  5. fix(igxHierarchicalGrid): Make sure columnInit is called on column's …

    …collection changed, like in base grid.
    MKirova authored and MayaKirova committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    14fbc56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b1b4ebb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e03c5d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #14353 from IgniteUI/mkirkova/fix-14189-18.0.x

    Return the newSelection in the rowSelectionChanging event args in correct order - 18.0.x
    kacheshmarova authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f404d6c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a767f0e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    eae6c15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a1937c View commit details
    Browse the repository at this point in the history
  3. Merge branch '18.0.x' of https://github.com/IgniteUI/igniteui-angular

    …into ganastasov/fix-14187-18.0.x
    georgianastasov committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f607936 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    7a582f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f72185 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3e529b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #14366 from IgniteUI/mkirova/hgrid-colInit-18.0.x

    fix(igxHierarchicalGrid): Make sure columnInit is called on column's …
    dkamburov authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5c7cbab View commit details
    Browse the repository at this point in the history
  5. chore(forof): Make sure if size cache is unique (pivot headers) that …

    …sync service master is correct
    mddragnev committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    9bda69b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f951ec View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. fix(update-18): use typeof instead of instanceof (#14404)

    (cherry picked from commit e8c90cc)
    jackofdiamond5 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a01f3b1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14362 from IgniteUI/mdragnev/fix-14039-18.0.x

    fix(forof): Do not force setting master on each change. Set new sync master if the old one is not in the DOM
    dkamburov authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    30e5735 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    19d1eb8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14383 from IgniteUI/bpachilova/comboArrayValueKey…

    …-14103-18.0.x
    
    fix(combo): Properly handle selection when value key is array - 18.0.x
    kacheshmarova authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3f203d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    d617418 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0394ade View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37f8028 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c3893e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    817fdf8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Merge pull request #14343 from IgniteUI/ganastasov/fix-14200-18.0

    fix(simple-combo): trigger selectionChanging on input clear - 18.0
    kacheshmarova authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ddbabc8 View commit details
    Browse the repository at this point in the history
  2. Merge branch '18.0.x' of https://github.com/IgniteUI/igniteui-angular

    …into ganastasov/fix-14187-18.0.x
    georgianastasov committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    56e818d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    440ea78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    778f524 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #14345 from IgniteUI/ganastasov/fix-14187-18.0.x

    fix(simple-combo): filter on typing when combo is focused but not opened - 18.0.x
    kacheshmarova authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    3afb1e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge pull request #14419 from IgniteUI/sivanova/fix-14409-18.0.x

    fix(icon-button): missing module
    ChronosSF authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    cf65ed2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    847bdec View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Merge pull request #14427 from IgniteUI/dpetev/pivot-size-api-docs-18.0

    docs(pivot): mark gridSize override internal
    damyanpetev authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    db4d7f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71057de View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    27eb1a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb5d22a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f72591b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Merge pull request #14413 from IgniteUI/bpachilova/comboIdChangeInTem…

    …plate-fix-14305-18.0.x
    
    fix(combo): Handle selection when placed in an IgxGrid cell template and grid is virtualized - 18.0.x
    kacheshmarova authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    dd7bdfa View commit details
    Browse the repository at this point in the history
  2. FIX: setState() throws error when column and columnGroup have same he…

    …ader --18.0.x (#14440)
    
    * fix(GridState): when restoring column groups add additional check #13697
    
    * test(gridState): no error is thrown when column groups are restored #13697
    
    * chore(*): set correctly the initialState value
    
    * chore(*): fix failing test
    
    ---------
    
    Co-authored-by: Hristo <hanastasov@infragistics.com>
    ddincheva and hanastasov authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6e9fc0d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    56d5179 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    5e89306 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c0b286 View commit details
    Browse the repository at this point in the history
  3. ESF on igx-grid does not reflect current filters in esf dialog --18.0…

    ….x (#14436)
    
    * feat(ESF): show the current filtering conditions in esf dialog
    
    * fix(ESF): return correctly if filtering is applied on a column #14188
    
    * feat(esf): selected style on filter condition & number of filter operands #14188
    
    * feat(*): show already applied filter operands in filter dialog #14188
    
    * feat(*): no emitted event on dd when change selected through API #14188
    
    * chore(*): fix linting error
    
    * chore(*): select drop down item without throwing selectionChanging event
    
    * feat(*): set bttn label from unique columns inst of num of filtering operands
    
    * chore(*): recalc the number of filtered columns only when filtering is changed
    
    * chore(*): address the review comments and remove the redundant code
    
    * chore(*): fix tests due to method signature change
    
    * chore(dropDown): return back the order of params for selectItem method
    
    * chore(*): remove unnecessary param from the tests
    
    * chore(*): address all the review comments
    
    * chore(*): add some ui test that verify number of filtered columns
    
    * chore(*): add test for selected state of filtered operand applied
    
    * chore(*): add more test to verify previous value is shown in esf dialog
    
    * chore(*): remove unnecessary test
    
    * chore(*): fix failing test
    
    * chore(*): remove leftover debugger
    
    * chore(*): set the name of the test properly
    
    * chore(*): address the styling changes regarding avd filter button border
    
    * chore(*): fix test expect
    
    * fix(*): optimize the logic around esf filtering show previous expr #14188
    
    * test(*): add more test when esf dialog is open from other filterOperand #14188
    
    ---------
    
    Co-authored-by: Deyvid Nenchev <DNenchev@infragistics.com>
    Co-authored-by: Hristo <hanastasov@infragistics.com>
    3 people authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a2c706e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    139f8e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Merge pull request #14457 from IgniteUI/ikitanov/fix-#14297-18.0.x

     Adding default overlay settings - 18.0.x
    kacheshmarova authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    72e3a96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a2af52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f080b87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7719a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e61d7e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d825d99 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    c7dc338 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee4143a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    03ff1c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bed2848 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1624627 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1aeb9a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    b3149d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    021729e View commit details
    Browse the repository at this point in the history
  3. Hierarchy grid headers now themed like Tree grid when exported to exc…

    …el (#14484)
    
    * refactor(grid): update hierarchical grid headers to use the theme colors instead of hard-coded ones. (#14222)
    
    ---------
    
    Co-authored-by: INFRAGISTICS\IPetrov <IPetrov@infragistics.com>
    Co-authored-by: Galina Edinakova <gedinakova@infragistics.com>
    3 people authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e6eee23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0078b74 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    9b841f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d03196 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    847bc85 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    5f6ad03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e59f4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36e072f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #14461 from IgniteUI/ganastasov/fix-14324-18.0.x

    fix(for-of): correct content area recalculation - 18.0.x
    kdinev authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    994e06e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Merge pull request #14466 from IgniteUI/aahmedov/fix-filterCellClick-…

    …14322-18.0.x
    
    fix(grid): Fix filtering UI mousedown event handling - 18.0.x
    kacheshmarova authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8c0a495 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43b5546 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14504 from IgniteUI/ganastasov/fix-14276-18.0.x

    fix(drag-drop): clear transform style for default position - 18.0.x
    kacheshmarova authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    780201f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    7363418 View commit details
    Browse the repository at this point in the history
  2. Improve row selection performance when primaryKey is set --18 (#14522)

    * fix(grid): improve performance for rowSelection when primaryKey is set #14444
    
    * chore(*): enable rowSelection for grid performance sample
    
    * chore(*): fix typo in code
    ddincheva authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0aa9e9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d51e434 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #14531 from IgniteUI/rivanova/fix-14529-18.0.x

    fix(overlay-demo): use owner property - 18.0.x
    kacheshmarova authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a624fdf View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    975e4be View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14540 from IgniteUI/dTsvetkov/fix-bug-14281-18.0.x

    build(*): Change pivot row takeUntil import
    ChronosSF authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5318c5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df6f8dd View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    0193203 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c49c01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8919bd5 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    a585d1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5e7b26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86c0275 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    daabd0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e1ff6b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #14547 from IgniteUI/ganastasov/fix-14539-18.0.x

    fix(combo): resolve error in dropdown component by setting id - 18.0.x
    kdinev authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    55f99c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    588e471 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    056db17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9689e95 View commit details
    Browse the repository at this point in the history