ids-enterprise-typings 14.4.6 → 14.7.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.
@@ -85,6 +85,7 @@ interface SohoLocaleStatic {
85
85
  defaultLocales: any;
86
86
  supportedLocales: any;
87
87
  defaultLocale: string;
88
+ minify: boolean;
88
89
 
89
90
  /**
90
91
  * Internally stores a new culture file for future use.
@@ -20,6 +20,8 @@ type SohoPagerPosition = 'bottom' | 'top';
20
20
  interface SohoStandalonePagerOptions {
21
21
  type?: 'standalone';
22
22
 
23
+ dataset?: any[];
24
+
23
25
  /** curreent pagesize of page chooser dropdown */
24
26
  pagesize?: number;
25
27
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "ids-enterprise-typings",
3
3
  "slug": "ids-enterprise-typings",
4
- "version": "14.4.6",
4
+ "version": "14.7.0",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "dependencies": {
8
- "@types/jquery": "3.3.29",
9
- "@types/d3": "4.13.0"
8
+ "@types/jquery": "3.5.14",
9
+ "@types/d3": "5.7.2"
10
10
  },
11
11
  "peerDependencies": {},
12
12
  "description": "Infor Design System (IDS) Enterprise Widget Typings",