igniteui-webcomponents-grids 4.7.0 → 4.7.2-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (150) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +498 -373
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasGridCellBase.js +10 -10
  4. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  5. package/esm2015/lib/ColumnFilterCondition_combined.js +246 -210
  6. package/esm2015/lib/ColumnGroupingView_combined.js +17 -17
  7. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +3 -3
  8. package/esm2015/lib/EditorCell.js +2 -2
  9. package/esm2015/lib/FilterCell.js +12 -12
  10. package/esm2015/lib/GridCellBase.js +2 -2
  11. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  12. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
  13. package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
  14. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +5 -5
  15. package/esm2015/lib/GridFilterDialogView_combined.js +16 -16
  16. package/esm2015/lib/GridStyleRepository.js +12 -12
  17. package/esm2015/lib/MultiColumnComboBoxView_combined.js +51 -51
  18. package/esm2015/lib/PropertyEditorView_combined.js +4 -4
  19. package/esm2015/lib/igc-column-exchangers-collection.js +6 -1
  20. package/esm2015/lib/igc-column-property-setters-collection.js +6 -1
  21. package/esm2015/lib/igc-grid-column-collection.js +6 -1
  22. package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping-level-collection.js +6 -1
  23. package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping-level.js +6 -1
  24. package/esm2015/lib/igc-grid-filter-dialog-view-model-row-collection.js +6 -1
  25. package/esm2015/lib/igc-grid-filter-operands-collection.js +6 -1
  26. package/esm2015/lib/igc-grid-selected-cell-ranges-collection.js +6 -1
  27. package/esm2015/lib/igc-grid-selected-cells-collection.js +6 -1
  28. package/esm2015/lib/igc-grid-selected-keys-collection.js +6 -1
  29. package/esm2015/lib/igc-horizontal-property-editor-data-source.js +6 -1
  30. package/esm2015/lib/igc-responsive-phases-collection.js +6 -1
  31. package/esm2015/lib/igc-responsive-states-collection.js +6 -1
  32. package/esm5/lib/CanvasGridCellBase.js +10 -10
  33. package/esm5/lib/CanvasSummaryCell.js +2 -2
  34. package/esm5/lib/ColumnFilterCondition_combined.js +270 -210
  35. package/esm5/lib/ColumnGroupingView_combined.js +17 -17
  36. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +3 -3
  37. package/esm5/lib/EditorCell.js +2 -2
  38. package/esm5/lib/FilterCell.js +12 -12
  39. package/esm5/lib/GridCellBase.js +2 -2
  40. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  41. package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
  42. package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
  43. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +5 -5
  44. package/esm5/lib/GridFilterDialogView_combined.js +16 -16
  45. package/esm5/lib/GridStyleRepository.js +12 -12
  46. package/esm5/lib/MultiColumnComboBoxView_combined.js +51 -51
  47. package/esm5/lib/PropertyEditorView_combined.js +4 -4
  48. package/esm5/lib/igc-column-exchangers-collection.js +6 -1
  49. package/esm5/lib/igc-column-property-setters-collection.js +6 -1
  50. package/esm5/lib/igc-grid-column-collection.js +6 -1
  51. package/esm5/lib/igc-grid-filter-dialog-view-model-grouping-level-collection.js +6 -1
  52. package/esm5/lib/igc-grid-filter-dialog-view-model-grouping-level.js +6 -1
  53. package/esm5/lib/igc-grid-filter-dialog-view-model-row-collection.js +6 -1
  54. package/esm5/lib/igc-grid-filter-operands-collection.js +6 -1
  55. package/esm5/lib/igc-grid-selected-cell-ranges-collection.js +6 -1
  56. package/esm5/lib/igc-grid-selected-cells-collection.js +6 -1
  57. package/esm5/lib/igc-grid-selected-keys-collection.js +6 -1
  58. package/esm5/lib/igc-horizontal-property-editor-data-source.js +6 -1
  59. package/esm5/lib/igc-responsive-phases-collection.js +6 -1
  60. package/esm5/lib/igc-responsive-states-collection.js +6 -1
  61. package/fesm2015/igniteui-webcomponents-grids.js +474 -373
  62. package/fesm5/igniteui-webcomponents-grids.js +498 -373
  63. package/grids/3rdpartylicenses.txt +101 -26
  64. package/grids/combined.js +27166 -27890
  65. package/grids/index.d.ts +9 -1
  66. package/grids/lib/igc-action-strip-component.d.ts +4 -15
  67. package/grids/lib/igc-active-node-change-event-args.d.ts +3 -6
  68. package/grids/lib/igc-cancelable-event-args.d.ts +1 -2
  69. package/grids/lib/igc-child-grid-row-component.d.ts +58 -0
  70. package/grids/lib/igc-clipboard-options.d.ts +45 -0
  71. package/grids/lib/igc-column-component.d.ts +15 -1
  72. package/grids/lib/igc-column-exporting-event-args.d.ts +5 -10
  73. package/grids/lib/igc-column-group-component.d.ts +1 -0
  74. package/grids/lib/igc-column-layout-component.d.ts +1 -0
  75. package/grids/lib/igc-column-moving-end-event-args.d.ts +3 -6
  76. package/grids/lib/igc-column-moving-event-args.d.ts +2 -4
  77. package/grids/lib/igc-column-moving-start-event-args.d.ts +1 -2
  78. package/grids/lib/igc-column-resize-event-args.d.ts +3 -6
  79. package/grids/lib/igc-column-selection-event-args.d.ts +5 -10
  80. package/grids/lib/igc-column-state.d.ts +1 -0
  81. package/grids/lib/igc-column-toggled-event-args.d.ts +2 -4
  82. package/grids/lib/igc-column-visibility-changed-event-args.d.ts +2 -4
  83. package/grids/lib/igc-column-visibility-changing-event-args.d.ts +3 -6
  84. package/grids/lib/igc-density-changed-event-args.d.ts +2 -4
  85. package/grids/lib/{igc-exporter-event.d.ts → igc-exporter-event-args.d.ts} +2 -1
  86. package/grids/lib/igc-expression-tree.d.ts +4 -3
  87. package/grids/lib/igc-filtering-event-args.d.ts +2 -4
  88. package/grids/lib/igc-filtering-expressions-tree.d.ts +3 -3
  89. package/grids/lib/igc-for-of-data-changing-event-args.d.ts +1 -2
  90. package/grids/lib/igc-grid-base-directive.d.ts +17 -7
  91. package/grids/lib/igc-grid-cell-event-args.d.ts +2 -4
  92. package/grids/lib/igc-grid-created-event-args.d.ts +26 -0
  93. package/grids/lib/igc-grid-edit-done-event-args.d.ts +4 -8
  94. package/grids/lib/igc-grid-edit-event-args.d.ts +5 -10
  95. package/grids/lib/igc-grid-editing-actions-component.d.ts +1 -0
  96. package/grids/lib/igc-grid-form-group-created-event-args.d.ts +1 -2
  97. package/grids/lib/igc-grid-keydown-event-args.d.ts +4 -8
  98. package/grids/lib/igc-grid-pinning-actions-component.d.ts +1 -0
  99. package/grids/lib/igc-grid-scroll-event-args.d.ts +3 -6
  100. package/grids/lib/igc-grid-state-base-directive.d.ts +2 -16
  101. package/grids/lib/igc-grid-state-collection.d.ts +1 -0
  102. package/grids/lib/igc-grid-state-component.d.ts +11 -3
  103. package/grids/lib/igc-grid-toolbar-actions-component.d.ts +1 -0
  104. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +1 -0
  105. package/grids/lib/igc-grid-toolbar-component.d.ts +2 -0
  106. package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +4 -8
  107. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +3 -2
  108. package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +1 -0
  109. package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +1 -0
  110. package/grids/lib/igc-grid-toolbar-template-context.d.ts +19 -0
  111. package/grids/lib/igc-grid-toolbar-title-component.d.ts +1 -0
  112. package/grids/lib/igc-grid-validation-status-event-args.d.ts +2 -4
  113. package/grids/lib/igc-grouping-done-event-args.d.ts +3 -6
  114. package/grids/lib/igc-grouping-state.d.ts +1 -0
  115. package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +68 -0
  116. package/grids/lib/igc-hierarchical-grid-component.d.ts +218 -0
  117. package/grids/lib/igc-noop-pivot-dimensions-strategy.d.ts +24 -0
  118. package/grids/lib/igc-page-cancellable-event-args.d.ts +2 -4
  119. package/grids/lib/igc-page-event-args.d.ts +2 -4
  120. package/grids/lib/igc-paginator-component.d.ts +3 -0
  121. package/grids/lib/igc-paging-state.d.ts +1 -0
  122. package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +4 -8
  123. package/grids/lib/igc-pin-column-event-args.d.ts +3 -6
  124. package/grids/lib/igc-pin-row-event-args.d.ts +3 -6
  125. package/grids/lib/igc-pinning-config.d.ts +1 -0
  126. package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +1 -2
  127. package/grids/lib/igc-row-data-event-args.d.ts +2 -4
  128. package/grids/lib/igc-row-drag-end-event-args.d.ts +3 -6
  129. package/grids/lib/igc-row-drag-start-event-args.d.ts +3 -6
  130. package/grids/lib/igc-row-exporting-event-args.d.ts +3 -6
  131. package/grids/lib/igc-row-island-component.d.ts +2635 -0
  132. package/grids/lib/igc-row-selection-event-args.d.ts +5 -10
  133. package/grids/lib/igc-row-toggle-event-args.d.ts +3 -6
  134. package/grids/lib/igc-sorting-event-args.d.ts +1 -2
  135. package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +1 -2
  136. package/grids/lib/igc-toggle-view-event-args.d.ts +1 -2
  137. package/grids/styles.css +1 -1
  138. package/grids/themes/dark/bootstrap.css +1 -1
  139. package/grids/themes/dark/fluent.css +1 -1
  140. package/grids/themes/dark/indigo.css +1 -1
  141. package/grids/themes/dark/material.css +1 -1
  142. package/grids/themes/light/bootstrap.css +1 -1
  143. package/grids/themes/light/fluent.css +1 -1
  144. package/grids/themes/light/indigo.css +1 -1
  145. package/grids/themes/light/material.css +1 -1
  146. package/lib/ColumnFilterCondition_combined.d.ts +33 -21
  147. package/lib/DateEditorView.d.ts +1 -1
  148. package/lib/GridFilterDialogView_combined.d.ts +1 -1
  149. package/lib/TextEditorView.d.ts +1 -1
  150. package/package.json +4 -4
@@ -351,6 +351,102 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
351
351
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
352
352
  PERFORMANCE OF THIS SOFTWARE.
353
353
  --------------------------------------------------------------------------------
354
+ Package: lit
355
+ License: "BSD-3-Clause"
356
+
357
+ BSD 3-Clause License
358
+
359
+ Copyright (c) 2017 Google LLC. All rights reserved.
360
+
361
+ Redistribution and use in source and binary forms, with or without
362
+ modification, are permitted provided that the following conditions are met:
363
+
364
+ 1. Redistributions of source code must retain the above copyright notice, this
365
+ list of conditions and the following disclaimer.
366
+
367
+ 2. Redistributions in binary form must reproduce the above copyright notice,
368
+ this list of conditions and the following disclaimer in the documentation
369
+ and/or other materials provided with the distribution.
370
+
371
+ 3. Neither the name of the copyright holder nor the names of its
372
+ contributors may be used to endorse or promote products derived from
373
+ this software without specific prior written permission.
374
+
375
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
376
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
377
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
378
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
379
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
380
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
381
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
382
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
383
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
384
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
385
+ --------------------------------------------------------------------------------
386
+ Package: @lit/reactive-element
387
+ License: "BSD-3-Clause"
388
+
389
+ BSD 3-Clause License
390
+
391
+ Copyright (c) 2017 Google LLC. All rights reserved.
392
+
393
+ Redistribution and use in source and binary forms, with or without
394
+ modification, are permitted provided that the following conditions are met:
395
+
396
+ 1. Redistributions of source code must retain the above copyright notice, this
397
+ list of conditions and the following disclaimer.
398
+
399
+ 2. Redistributions in binary form must reproduce the above copyright notice,
400
+ this list of conditions and the following disclaimer in the documentation
401
+ and/or other materials provided with the distribution.
402
+
403
+ 3. Neither the name of the copyright holder nor the names of its
404
+ contributors may be used to endorse or promote products derived from
405
+ this software without specific prior written permission.
406
+
407
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
408
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
409
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
410
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
411
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
412
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
413
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
414
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
415
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
416
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
417
+ --------------------------------------------------------------------------------
418
+ Package: lit-element
419
+ License: "BSD-3-Clause"
420
+
421
+ BSD 3-Clause License
422
+
423
+ Copyright (c) 2017 Google LLC. All rights reserved.
424
+
425
+ Redistribution and use in source and binary forms, with or without
426
+ modification, are permitted provided that the following conditions are met:
427
+
428
+ 1. Redistributions of source code must retain the above copyright notice, this
429
+ list of conditions and the following disclaimer.
430
+
431
+ 2. Redistributions in binary form must reproduce the above copyright notice,
432
+ this list of conditions and the following disclaimer in the documentation
433
+ and/or other materials provided with the distribution.
434
+
435
+ 3. Neither the name of the copyright holder nor the names of its
436
+ contributors may be used to endorse or promote products derived from
437
+ this software without specific prior written permission.
438
+
439
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
440
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
441
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
442
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
443
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
444
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
445
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
446
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
447
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
448
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
449
+ --------------------------------------------------------------------------------
354
450
  Package: igniteui-trial-watermark
355
451
  License: "Apache-2.0"
356
452
 
@@ -575,32 +671,6 @@ Package: @angular/elements
575
671
  License: "MIT"
576
672
 
577
673
 
578
- --------------------------------------------------------------------------------
579
- Package: hammerjs
580
- License: "MIT"
581
-
582
- The MIT License (MIT)
583
-
584
- Copyright (C) 2011-2014 by Jorik Tangelder (Eight Media)
585
-
586
- Permission is hereby granted, free of charge, to any person obtaining a copy
587
- of this software and associated documentation files (the "Software"), to deal
588
- in the Software without restriction, including without limitation the rights
589
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
590
- copies of the Software, and to permit persons to whom the Software is
591
- furnished to do so, subject to the following conditions:
592
-
593
- The above copyright notice and this permission notice shall be included in
594
- all copies or substantial portions of the Software.
595
-
596
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
597
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
598
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
599
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
600
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
601
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
602
- THE SOFTWARE.
603
-
604
674
  --------------------------------------------------------------------------------
605
675
  Package: zone.js
606
676
  License: "MIT"
@@ -627,4 +697,9 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
627
697
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
628
698
  THE SOFTWARE.
629
699
 
700
+ --------------------------------------------------------------------------------
701
+ Package: @lit-labs/ssr-dom-shim
702
+ License: "BSD-3-Clause"
703
+
704
+
630
705
  --------------------------------------------------------------------------------