igniteui-webcomponents-datasources 4.3.0 → 4.3.2

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 (3) hide show
  1. package/License +1 -1
  2. package/README.md +18 -2
  3. package/package.json +2 -2
package/License CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2018 Infragistics Inc.
3
+ Copyright (c) 2023 Infragistics Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -1,3 +1,19 @@
1
- # igniteui-datasources
1
+ # Ignite UI for WebComponents DataSources - from Infragistics
2
+
3
+ [Ignite UI for Web Components](https://www.infragistics.com/products/ignite-ui-WebComponents) is a complete set of UI Widgets, Components extending the browser's native capabilities by Infragistics. Ignite UI for WebComponents is designed to enable developers to build the most modern, high-performance HTML5 & JavaScript apps for modern desktop browsers, mobile experiences and progressive web apps (PWA’s) with native custom elements.
4
+
5
+ This package provides custom data providers and data sources for Ignite UI for Web Components. For more information and examples, visit this [website](https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/grids/grids-header)
6
+
7
+ ## NPM Package
8
+
9
+ You can include Ignite UI for Web Components Data Sources in your project using this `npm` command:
10
+
11
+ `npm install --save igniteui-webcomponents-datasources igniteui-webcomponents-core`
12
+
13
+ ## License
14
+ This is a commercial product, requiring a valid paid-for license for use. This license details can by found [here](http://www.infragistics.com/legal/ultimate/license/)
15
+
16
+ To acquire a license for usage, please register for a trial and acquire a license at [Infragistics.com](https://www.infragistics.com).
17
+
18
+ © Copyright 2023 Infragistics. All Rights Reserved. The Infragistics Ultimate license & copyright applies to this distribution. For information on that license, please go to our website [here](https://www.infragistics.com/legal/license).
2
19
 
3
- reference custom data providers for the Ignite UI React data source
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-datasources",
3
- "version": "4.3.0",
3
+ "version": "4.3.2",
4
4
  "description": "Reference custom data providers for the Ignite UI Web Components data source.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-webcomponents-datasources",
6
6
  "keywords": [
@@ -18,7 +18,7 @@
18
18
  "tslib": "^2.3.1"
19
19
  },
20
20
  "peerDependencies": {
21
- "igniteui-webcomponents-core": "4.3.0"
21
+ "igniteui-webcomponents-core": "4.3.2"
22
22
  },
23
23
  "sideEffects": false,
24
24
  "typings": "igniteui-webcomponents-datasources.d.ts",