react-open-source-grid 1.1.5 → 1.1.7
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/dist/404.html +1 -1
- package/dist/index.html +11 -1
- package/dist/robots.txt +1 -1
- package/dist/sitemap.xml +21 -21
- package/package.json +1 -1
package/dist/404.html
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
|
|
23
23
|
// https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe
|
|
24
24
|
// Otherwise, leave pathSegmentsToKeep as 0.
|
|
25
|
-
var pathSegmentsToKeep =
|
|
25
|
+
var pathSegmentsToKeep = 0;
|
|
26
26
|
|
|
27
27
|
var l = window.location;
|
|
28
28
|
l.replace(
|
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" />
|
|
@@ -53,7 +63,7 @@
|
|
|
53
63
|
return s.replace(/~and~/g, '&')
|
|
54
64
|
}).join('?');
|
|
55
65
|
window.history.replaceState(null, null,
|
|
56
|
-
l.pathname
|
|
66
|
+
l.pathname + decoded + l.hash
|
|
57
67
|
);
|
|
58
68
|
}
|
|
59
69
|
}(window.location))
|
package/dist/robots.txt
CHANGED
package/dist/sitemap.xml
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
<!-- Homepage -->
|
|
5
5
|
<url>
|
|
6
|
-
<loc>https://
|
|
6
|
+
<loc>https://reactdatagrid.dev/</loc>
|
|
7
7
|
<lastmod>2025-11-25</lastmod>
|
|
8
8
|
<changefreq>weekly</changefreq>
|
|
9
9
|
<priority>1.0</priority>
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
<!-- Standard Demo -->
|
|
13
13
|
<url>
|
|
14
|
-
<loc>https://
|
|
14
|
+
<loc>https://reactdatagrid.dev/demo/standard</loc>
|
|
15
15
|
<lastmod>2025-11-25</lastmod>
|
|
16
16
|
<changefreq>monthly</changefreq>
|
|
17
17
|
<priority>0.9</priority>
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
<!-- Virtual Scrolling -->
|
|
21
21
|
<url>
|
|
22
|
-
<loc>https://
|
|
22
|
+
<loc>https://reactdatagrid.dev/demo/virtual-scrolling</loc>
|
|
23
23
|
<lastmod>2025-11-25</lastmod>
|
|
24
24
|
<changefreq>monthly</changefreq>
|
|
25
25
|
<priority>0.9</priority>
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
<!-- Infinite Scroll -->
|
|
29
29
|
<url>
|
|
30
|
-
<loc>https://
|
|
30
|
+
<loc>https://reactdatagrid.dev/demo/infinite-scroll</loc>
|
|
31
31
|
<lastmod>2025-11-25</lastmod>
|
|
32
32
|
<changefreq>monthly</changefreq>
|
|
33
33
|
<priority>0.9</priority>
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
<!-- Market Data -->
|
|
37
37
|
<url>
|
|
38
|
-
<loc>https://
|
|
38
|
+
<loc>https://reactdatagrid.dev/demo/market-data</loc>
|
|
39
39
|
<lastmod>2025-11-25</lastmod>
|
|
40
40
|
<changefreq>monthly</changefreq>
|
|
41
41
|
<priority>0.9</priority>
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
|
|
44
44
|
<!-- Tree Data -->
|
|
45
45
|
<url>
|
|
46
|
-
<loc>https://
|
|
46
|
+
<loc>https://reactdatagrid.dev/demo/tree-data</loc>
|
|
47
47
|
<lastmod>2025-11-25</lastmod>
|
|
48
48
|
<changefreq>monthly</changefreq>
|
|
49
49
|
<priority>0.8</priority>
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
|
|
52
52
|
<!-- Cell Renderers -->
|
|
53
53
|
<url>
|
|
54
|
-
<loc>https://
|
|
54
|
+
<loc>https://reactdatagrid.dev/demo/cell-renderers</loc>
|
|
55
55
|
<lastmod>2025-11-25</lastmod>
|
|
56
56
|
<changefreq>monthly</changefreq>
|
|
57
57
|
<priority>0.8</priority>
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
|
|
60
60
|
<!-- Column Filters -->
|
|
61
61
|
<url>
|
|
62
|
-
<loc>https://
|
|
62
|
+
<loc>https://reactdatagrid.dev/demo/column-filters</loc>
|
|
63
63
|
<lastmod>2025-11-25</lastmod>
|
|
64
64
|
<changefreq>monthly</changefreq>
|
|
65
65
|
<priority>0.8</priority>
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
|
|
68
68
|
<!-- Faceted Search -->
|
|
69
69
|
<url>
|
|
70
|
-
<loc>https://
|
|
70
|
+
<loc>https://reactdatagrid.dev/demo/faceted-search</loc>
|
|
71
71
|
<lastmod>2025-11-25</lastmod>
|
|
72
72
|
<changefreq>monthly</changefreq>
|
|
73
73
|
<priority>0.8</priority>
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
|
|
76
76
|
<!-- Layout Persistence -->
|
|
77
77
|
<url>
|
|
78
|
-
<loc>https://
|
|
78
|
+
<loc>https://reactdatagrid.dev/demo/layout-persistence</loc>
|
|
79
79
|
<lastmod>2025-11-25</lastmod>
|
|
80
80
|
<changefreq>monthly</changefreq>
|
|
81
81
|
<priority>0.7</priority>
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
|
|
84
84
|
<!-- Themes -->
|
|
85
85
|
<url>
|
|
86
|
-
<loc>https://
|
|
86
|
+
<loc>https://reactdatagrid.dev/demo/themes</loc>
|
|
87
87
|
<lastmod>2025-11-25</lastmod>
|
|
88
88
|
<changefreq>monthly</changefreq>
|
|
89
89
|
<priority>0.7</priority>
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
|
|
92
92
|
<!-- Density Mode -->
|
|
93
93
|
<url>
|
|
94
|
-
<loc>https://
|
|
94
|
+
<loc>https://reactdatagrid.dev/demo/density-mode</loc>
|
|
95
95
|
<lastmod>2025-11-25</lastmod>
|
|
96
96
|
<changefreq>monthly</changefreq>
|
|
97
97
|
<priority>0.7</priority>
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
|
|
100
100
|
<!-- Row Dragging -->
|
|
101
101
|
<url>
|
|
102
|
-
<loc>https://
|
|
102
|
+
<loc>https://reactdatagrid.dev/demo/row-dragging</loc>
|
|
103
103
|
<lastmod>2025-11-25</lastmod>
|
|
104
104
|
<changefreq>monthly</changefreq>
|
|
105
105
|
<priority>0.7</priority>
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
|
|
108
108
|
<!-- Row Pinning -->
|
|
109
109
|
<url>
|
|
110
|
-
<loc>https://
|
|
110
|
+
<loc>https://reactdatagrid.dev/demo/row-pinning</loc>
|
|
111
111
|
<lastmod>2025-11-25</lastmod>
|
|
112
112
|
<changefreq>monthly</changefreq>
|
|
113
113
|
<priority>0.7</priority>
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
|
|
116
116
|
<!-- Accessibility -->
|
|
117
117
|
<url>
|
|
118
|
-
<loc>https://
|
|
118
|
+
<loc>https://reactdatagrid.dev/demo/accessibility</loc>
|
|
119
119
|
<lastmod>2025-11-25</lastmod>
|
|
120
120
|
<changefreq>monthly</changefreq>
|
|
121
121
|
<priority>0.7</priority>
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
|
|
124
124
|
<!-- Context Menu -->
|
|
125
125
|
<url>
|
|
126
|
-
<loc>https://
|
|
126
|
+
<loc>https://reactdatagrid.dev/demo/context-menu</loc>
|
|
127
127
|
<lastmod>2025-11-25</lastmod>
|
|
128
128
|
<changefreq>monthly</changefreq>
|
|
129
129
|
<priority>0.7</priority>
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
|
|
132
132
|
<!-- Tooltip -->
|
|
133
133
|
<url>
|
|
134
|
-
<loc>https://
|
|
134
|
+
<loc>https://reactdatagrid.dev/demo/tooltip</loc>
|
|
135
135
|
<lastmod>2025-11-25</lastmod>
|
|
136
136
|
<changefreq>monthly</changefreq>
|
|
137
137
|
<priority>0.7</priority>
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
|
|
140
140
|
<!-- Feature Gallery -->
|
|
141
141
|
<url>
|
|
142
|
-
<loc>https://
|
|
142
|
+
<loc>https://reactdatagrid.dev/demo/feature-gallery</loc>
|
|
143
143
|
<lastmod>2025-11-25</lastmod>
|
|
144
144
|
<changefreq>monthly</changefreq>
|
|
145
145
|
<priority>0.8</priority>
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
|
|
148
148
|
<!-- Benchmark -->
|
|
149
149
|
<url>
|
|
150
|
-
<loc>https://
|
|
150
|
+
<loc>https://reactdatagrid.dev/demo/benchmark</loc>
|
|
151
151
|
<lastmod>2025-11-25</lastmod>
|
|
152
152
|
<changefreq>monthly</changefreq>
|
|
153
153
|
<priority>0.6</priority>
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
|
|
156
156
|
<!-- API Reference -->
|
|
157
157
|
<url>
|
|
158
|
-
<loc>https://
|
|
158
|
+
<loc>https://reactdatagrid.dev/api/reference</loc>
|
|
159
159
|
<lastmod>2025-11-25</lastmod>
|
|
160
160
|
<changefreq>weekly</changefreq>
|
|
161
161
|
<priority>0.9</priority>
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
|
|
164
164
|
<!-- API Demo -->
|
|
165
165
|
<url>
|
|
166
|
-
<loc>https://
|
|
166
|
+
<loc>https://reactdatagrid.dev/api/demo</loc>
|
|
167
167
|
<lastmod>2025-11-25</lastmod>
|
|
168
168
|
<changefreq>weekly</changefreq>
|
|
169
169
|
<priority>0.8</priority>
|
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.7",
|
|
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",
|