ninegrid2 6.589.0 → 6.591.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.
@@ -20,7 +20,7 @@ import { ngCustomEvent } from "./ngCustomEvent.js";
20
20
 
21
21
  import { ngFiltering } from "../utils/ngFiltering.js";
22
22
 
23
- class ninegridContainer extends HTMLElement
23
+ export class ninegridContainer extends HTMLElement
24
24
  {
25
25
  #colResizer;
26
26
  #colMover;
package/dist/index.js CHANGED
@@ -10,7 +10,7 @@ import { ninegrid } from "./utils/ninegrid.js";
10
10
 
11
11
  //const ng = new ninegrid(); // ✅ 새로운 인스턴스 생성
12
12
  //console.log(ninegrid.version);
13
-
13
+ //export { "nine-grid" } from "./etc/ninegridContainer.js";
14
14
 
15
15
 
16
16
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.589.0",
4
+ "version": "6.591.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -23,7 +23,8 @@
23
23
  "rollup": "^4.41.0"
24
24
  },
25
25
  "dependencies": {
26
- "jquery": "^3.7.1"
26
+ "jquery": "^3.6.0",
27
+ "react": "^19.1.0"
27
28
  },
28
29
  "peerDependencies": {
29
30
  "jquery": "^3.6.0"
@@ -20,7 +20,7 @@ import { ngCustomEvent } from "./ngCustomEvent.js";
20
20
 
21
21
  import { ngFiltering } from "../utils/ngFiltering.js";
22
22
 
23
- class ninegridContainer extends HTMLElement
23
+ export class ninegridContainer extends HTMLElement
24
24
  {
25
25
  #colResizer;
26
26
  #colMover;
package/src/index.js CHANGED
@@ -10,7 +10,7 @@ import { ninegrid } from "./utils/ninegrid.js";
10
10
 
11
11
  //const ng = new ninegrid(); // ✅ 새로운 인스턴스 생성
12
12
  //console.log(ninegrid.version);
13
-
13
+ //export { "nine-grid" } from "./etc/ninegridContainer.js";
14
14
 
15
15
 
16
16