igniteui-webcomponents-grids 7.1.0-rc.0 → 7.2.0-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.
- package/custom-elements.json +34 -0
- package/grids/3rdpartylicenses.txt +158 -524
- package/grids/combined.js +63810 -63937
- package/grids/lib/igc-hierarchical-grid-component.d.ts +12 -0
- package/grids/lib/igc-pivot-aggregation.d.ts +11 -0
- package/grids/lib/igc-pivot-aggregator.d.ts +2 -1
- package/grids/lib/index.d.ts +1 -0
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/package.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -9261,6 +9261,33 @@
|
|
|
9261
9261
|
}
|
|
9262
9262
|
}
|
|
9263
9263
|
},
|
|
9264
|
+
{
|
|
9265
|
+
"kind": "method",
|
|
9266
|
+
"privacy": "public",
|
|
9267
|
+
"name": "getSelectedData",
|
|
9268
|
+
"description": "Returns an array of the current cell selection in the form of `[{ column.field: cell.value }, ...]`.",
|
|
9269
|
+
"parameters": [
|
|
9270
|
+
{
|
|
9271
|
+
"name": "formatters",
|
|
9272
|
+
"type": {
|
|
9273
|
+
"text": "boolean"
|
|
9274
|
+
},
|
|
9275
|
+
"optional": true
|
|
9276
|
+
},
|
|
9277
|
+
{
|
|
9278
|
+
"name": "headers",
|
|
9279
|
+
"type": {
|
|
9280
|
+
"text": "boolean"
|
|
9281
|
+
},
|
|
9282
|
+
"optional": true
|
|
9283
|
+
}
|
|
9284
|
+
],
|
|
9285
|
+
"return": {
|
|
9286
|
+
"type": {
|
|
9287
|
+
"text": "any[]"
|
|
9288
|
+
}
|
|
9289
|
+
}
|
|
9290
|
+
},
|
|
9264
9291
|
{
|
|
9265
9292
|
"kind": "method",
|
|
9266
9293
|
"privacy": "public",
|
|
@@ -23780,6 +23807,13 @@
|
|
|
23780
23807
|
"name": "PivotAggregationType"
|
|
23781
23808
|
}
|
|
23782
23809
|
},
|
|
23810
|
+
{
|
|
23811
|
+
"kind": "js",
|
|
23812
|
+
"name": "IgcPivotAggregation",
|
|
23813
|
+
"declaration": {
|
|
23814
|
+
"name": "IgcPivotAggregation"
|
|
23815
|
+
}
|
|
23816
|
+
},
|
|
23783
23817
|
{
|
|
23784
23818
|
"kind": "js",
|
|
23785
23819
|
"name": "IgcPositionSettings",
|