igniteui-webcomponents-grids 6.1.0 → 6.1.2-alpha.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 +7 -0
- package/grids/combined.js +765 -764
- package/grids/lib/igc-exporter-options.d.ts +14 -0
- package/grids/lib/igc-grid-merge-strategy.d.ts +10 -0
- 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
|
@@ -23222,6 +23222,13 @@
|
|
|
23222
23222
|
"name": "IgcBaseExporter"
|
|
23223
23223
|
}
|
|
23224
23224
|
},
|
|
23225
|
+
{
|
|
23226
|
+
"kind": "js",
|
|
23227
|
+
"name": "IgcExporterOptions",
|
|
23228
|
+
"declaration": {
|
|
23229
|
+
"name": "IgcExporterOptions"
|
|
23230
|
+
}
|
|
23231
|
+
},
|
|
23225
23232
|
{
|
|
23226
23233
|
"kind": "js",
|
|
23227
23234
|
"name": "IgcCancelableBrowserEventArgs",
|