react-open-source-grid 1.1.6 → 1.1.9
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as e,c as t,i as n,n as r,o as i,r as a,s as o,t as s}from"./index-
|
|
1
|
+
import{a as e,c as t,i as n,n as r,o as i,r as a,s as o,t as s}from"./index-u8SzuBmH.js";export{e as createPreset};
|
package/dist/index.html
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
<!doctype html>
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
|
+
<!-- Google tag (gtag.js) -->
|
|
5
|
+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QQQ9D55LP8"></script>
|
|
6
|
+
<script>
|
|
7
|
+
window.dataLayer = window.dataLayer || [];
|
|
8
|
+
function gtag(){dataLayer.push(arguments);}
|
|
9
|
+
gtag('js', new Date());
|
|
10
|
+
|
|
11
|
+
gtag('config', 'G-QQQ9D55LP8');
|
|
12
|
+
</script>
|
|
13
|
+
|
|
4
14
|
<meta charset="UTF-8" />
|
|
5
15
|
<link rel="icon" type="image/png" href="/logo.png" />
|
|
6
16
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
@@ -58,7 +68,7 @@
|
|
|
58
68
|
}
|
|
59
69
|
}(window.location))
|
|
60
70
|
</script>
|
|
61
|
-
<script type="module" crossorigin src="/assets/index-
|
|
71
|
+
<script type="module" crossorigin src="/assets/index-u8SzuBmH.js"></script>
|
|
62
72
|
<link rel="stylesheet" crossorigin href="/assets/index-DqLWhpvP.css">
|
|
63
73
|
</head>
|
|
64
74
|
<body>
|
package/dist/sitemap.xml
CHANGED
|
@@ -68,7 +68,15 @@
|
|
|
68
68
|
<!-- Faceted Search -->
|
|
69
69
|
<url>
|
|
70
70
|
<loc>https://reactdatagrid.dev/demo/faceted-search</loc>
|
|
71
|
-
<lastmod>2025-11-
|
|
71
|
+
<lastmod>2025-11-26</lastmod>
|
|
72
|
+
<changefreq>monthly</changefreq>
|
|
73
|
+
<priority>0.8</priority>
|
|
74
|
+
</url>
|
|
75
|
+
|
|
76
|
+
<!-- Filtered Search Bar -->
|
|
77
|
+
<url>
|
|
78
|
+
<loc>https://reactdatagrid.dev/demo/filtered-search</loc>
|
|
79
|
+
<lastmod>2025-11-26</lastmod>
|
|
72
80
|
<changefreq>monthly</changefreq>
|
|
73
81
|
<priority>0.8</priority>
|
|
74
82
|
</url>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-open-source-grid",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.9",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "A high-performance React DataGrid component with advanced features like virtual scrolling, infinite scrolling, tree data, market data mode, and more",
|
|
7
7
|
"main": "./dist/assets/index.js",
|
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
"@types/react": "^19.2.5",
|
|
66
66
|
"@types/react-dom": "^19.2.3",
|
|
67
67
|
"@types/react-router-dom": "^5.3.3",
|
|
68
|
+
"@types/uuid": "^10.0.0",
|
|
68
69
|
"@vitejs/plugin-react": "^5.1.1",
|
|
69
70
|
"cypress": "^13.16.1",
|
|
70
71
|
"eslint": "^9.39.1",
|