@infinite-table/infinite-react 6.2.3 → 6.2.4
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/index.d.ts +16 -16
- package/index.dev.js +237 -237
- package/index.dev.mjs +4 -4
- package/index.js +237 -237
- package/index.mjs +4 -4
- package/package.json +2 -2
package/index.mjs
CHANGED
|
@@ -7230,7 +7230,7 @@ function getColumnLabel(colIdOrCol, context) {
|
|
|
7230
7230
|
}
|
|
7231
7231
|
|
|
7232
7232
|
// src/components/InfiniteTable/components/InfiniteTableHeader/InfiniteTableColumnHeaderFilterContext.ts
|
|
7233
|
-
import React28 from "react";
|
|
7233
|
+
import * as React28 from "react";
|
|
7234
7234
|
var InfiniteTableColumnHeaderFilterClassName = `${rootClassName2}HeaderCell__filter`;
|
|
7235
7235
|
var InfiniteTableColumnHeaderFilterOperatorClassName = `${rootClassName2}HeaderCell__filterOperator`;
|
|
7236
7236
|
var InfiniteTableColumnHeaderFilterContext = React28.createContext(null);
|
|
@@ -23551,7 +23551,7 @@ var useLicense = (licenseKey = "") => {
|
|
|
23551
23551
|
}
|
|
23552
23552
|
let valid2 = isValidLicense(licenseKey, {
|
|
23553
23553
|
publishedAt: 1624970570587,
|
|
23554
|
-
version: "6.2.
|
|
23554
|
+
version: "6.2.4"
|
|
23555
23555
|
});
|
|
23556
23556
|
if (!licenseKey && !valid2 && isInsidePlayground) {
|
|
23557
23557
|
return true;
|
|
@@ -25394,8 +25394,8 @@ var MenuTriangleContext = class {
|
|
|
25394
25394
|
};
|
|
25395
25395
|
|
|
25396
25396
|
// src/components/Menu/MenuContext.ts
|
|
25397
|
-
import { createContext as
|
|
25398
|
-
var MenuContext =
|
|
25397
|
+
import { createContext as createContext8, useContext as useContext8 } from "react";
|
|
25398
|
+
var MenuContext = createContext8(null);
|
|
25399
25399
|
function useMenuContext() {
|
|
25400
25400
|
const contextValue = useContext8(MenuContext);
|
|
25401
25401
|
return contextValue;
|
package/package.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"bugs": {
|
|
26
26
|
"url": "https://github.com/infinite-table/infinite-react/issues"
|
|
27
27
|
},
|
|
28
|
-
"version": "6.2.
|
|
28
|
+
"version": "6.2.4",
|
|
29
29
|
"main": "index.js",
|
|
30
30
|
"module": "index.mjs",
|
|
31
31
|
"typings": "index.d.ts",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
},
|
|
35
35
|
"license": "Commercial & Open Source",
|
|
36
36
|
"//": "will be updated at build time",
|
|
37
|
-
"publishedAt":
|
|
37
|
+
"publishedAt": 1741777033979
|
|
38
38
|
}
|