ninegrid2 6.595.0 → 6.596.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.
Files changed (133) hide show
  1. package/dist/TestGrid.js +25 -0
  2. package/dist/ai/aiContainer.js +1 -1
  3. package/dist/ai/aiMessage.js +1 -1
  4. package/dist/ai/aiSettings.js +1 -1
  5. package/dist/bundle.cjs.js +622 -581
  6. package/dist/bundle.esm.js +622 -581
  7. package/dist/etc/_ngCell.js +1 -1
  8. package/dist/etc/ngButton.js +1 -1
  9. package/dist/etc/ngCellCopyPaste.js +1 -1
  10. package/dist/etc/ngCellManager.js +1 -1
  11. package/dist/etc/ngCellSelection.js +1 -1
  12. package/dist/etc/ngChart.js +1 -1
  13. package/dist/etc/ngCheckBox.js +1 -1
  14. package/dist/etc/ngColExpand.js +1 -1
  15. package/dist/etc/ngColMover.js +1 -1
  16. package/dist/etc/ngColResizer.js +1 -1
  17. package/dist/etc/ngColumns.js +1 -1
  18. package/dist/etc/ngCombo.js +1 -1
  19. package/dist/etc/ngContextMenu.js +1 -1
  20. package/dist/etc/ngCustomEvent.js +1 -1
  21. package/dist/etc/ngData.js +1 -1
  22. package/dist/etc/ngDataManager.js +1 -1
  23. package/dist/etc/ngExpandIcon.js +1 -1
  24. package/dist/etc/ngExport.js +1 -1
  25. package/dist/etc/ngFields.js +1 -1
  26. package/dist/etc/ngFoot.js +1 -1
  27. package/dist/etc/ngHead.js +1 -1
  28. package/dist/etc/ngIcon.js +1 -1
  29. package/dist/etc/ngImage.js +1 -1
  30. package/dist/etc/ngImport.js +1 -1
  31. package/dist/etc/ngInfo.js +1 -1
  32. package/dist/etc/ngInputColor.js +1 -1
  33. package/dist/etc/ngInputDate.js +1 -1
  34. package/dist/etc/ngInputText.js +1 -1
  35. package/dist/etc/ngMatrixManager.js +1 -1
  36. package/dist/etc/ngMaximize.js +1 -1
  37. package/dist/etc/ngMenu.js +1 -1
  38. package/dist/etc/ngPaging.js +1 -1
  39. package/dist/etc/ngProgress.js +1 -1
  40. package/dist/etc/ngRadio.js +1 -1
  41. package/dist/etc/ngRenderer.js +1 -1
  42. package/dist/etc/ngRowDetail.js +1 -1
  43. package/dist/etc/ngRowDrag.js +1 -1
  44. package/dist/etc/ngRowExpand.js +1 -1
  45. package/dist/etc/ngRowIndicator.js +1 -1
  46. package/dist/etc/ngRowPin.js +1 -1
  47. package/dist/etc/ngRowState.js +1 -1
  48. package/dist/etc/ngScrollBar.js +1 -1
  49. package/dist/etc/ngSorting.js +1 -1
  50. package/dist/etc/ngTableManager.js +1 -1
  51. package/dist/etc/ngTableWrapper.js +1 -1
  52. package/dist/etc/ngTextArea.js +1 -1
  53. package/dist/etc/ngTree.js +1 -1
  54. package/dist/etc/ngView.js +1 -1
  55. package/dist/etc/ninegridContainer.js +1 -1
  56. package/dist/etc/nxConfirm.js +1 -1
  57. package/dist/etc/nxDialog.js +1 -1
  58. package/dist/etc/nxDiv.js +1 -1
  59. package/dist/etc/nxI18nExt.js +1 -1
  60. package/dist/etc/nxSideMenu.js +1 -1
  61. package/dist/etc/nxSidebar.js +1 -1
  62. package/dist/etc/nxSpan.js +1 -1
  63. package/dist/etc/nxTab.js +1 -1
  64. package/dist/etc/nxTopMenu.js +1 -1
  65. package/dist/index copy.js +191 -0
  66. package/dist/index2.js +18 -0
  67. package/dist/utils/ngFiltering.js +1 -1
  68. package/package.json +1 -1
  69. package/rollup.config.js +2 -1
  70. package/src/TestGrid.js +25 -0
  71. package/src/ai/aiContainer.js +1 -1
  72. package/src/ai/aiMessage.js +1 -1
  73. package/src/ai/aiSettings.js +1 -1
  74. package/src/etc/_ngCell.js +1 -1
  75. package/src/etc/ngButton.js +1 -1
  76. package/src/etc/ngCellCopyPaste.js +1 -1
  77. package/src/etc/ngCellManager.js +1 -1
  78. package/src/etc/ngCellSelection.js +1 -1
  79. package/src/etc/ngChart.js +1 -1
  80. package/src/etc/ngCheckBox.js +1 -1
  81. package/src/etc/ngColExpand.js +1 -1
  82. package/src/etc/ngColMover.js +1 -1
  83. package/src/etc/ngColResizer.js +1 -1
  84. package/src/etc/ngColumns.js +1 -1
  85. package/src/etc/ngCombo.js +1 -1
  86. package/src/etc/ngContextMenu.js +1 -1
  87. package/src/etc/ngCustomEvent.js +1 -1
  88. package/src/etc/ngData.js +1 -1
  89. package/src/etc/ngDataManager.js +1 -1
  90. package/src/etc/ngExpandIcon.js +1 -1
  91. package/src/etc/ngExport.js +1 -1
  92. package/src/etc/ngFields.js +1 -1
  93. package/src/etc/ngFoot.js +1 -1
  94. package/src/etc/ngHead.js +1 -1
  95. package/src/etc/ngIcon.js +1 -1
  96. package/src/etc/ngImage.js +1 -1
  97. package/src/etc/ngImport.js +1 -1
  98. package/src/etc/ngInfo.js +1 -1
  99. package/src/etc/ngInputColor.js +1 -1
  100. package/src/etc/ngInputDate.js +1 -1
  101. package/src/etc/ngInputText.js +1 -1
  102. package/src/etc/ngMatrixManager.js +1 -1
  103. package/src/etc/ngMaximize.js +1 -1
  104. package/src/etc/ngMenu.js +1 -1
  105. package/src/etc/ngPaging.js +1 -1
  106. package/src/etc/ngProgress.js +1 -1
  107. package/src/etc/ngRadio.js +1 -1
  108. package/src/etc/ngRenderer.js +1 -1
  109. package/src/etc/ngRowDetail.js +1 -1
  110. package/src/etc/ngRowDrag.js +1 -1
  111. package/src/etc/ngRowExpand.js +1 -1
  112. package/src/etc/ngRowIndicator.js +1 -1
  113. package/src/etc/ngRowPin.js +1 -1
  114. package/src/etc/ngRowState.js +1 -1
  115. package/src/etc/ngScrollBar.js +1 -1
  116. package/src/etc/ngSorting.js +1 -1
  117. package/src/etc/ngTableManager.js +1 -1
  118. package/src/etc/ngTableWrapper.js +1 -1
  119. package/src/etc/ngTextArea.js +1 -1
  120. package/src/etc/ngTree.js +1 -1
  121. package/src/etc/ngView.js +1 -1
  122. package/src/etc/ninegridContainer.js +1 -1
  123. package/src/etc/nxConfirm.js +1 -1
  124. package/src/etc/nxDialog.js +1 -1
  125. package/src/etc/nxDiv.js +1 -1
  126. package/src/etc/nxI18nExt.js +1 -1
  127. package/src/etc/nxSideMenu.js +1 -1
  128. package/src/etc/nxSidebar.js +1 -1
  129. package/src/etc/nxSpan.js +1 -1
  130. package/src/etc/nxTab.js +1 -1
  131. package/src/etc/nxTopMenu.js +1 -1
  132. package/src/index2.js +18 -0
  133. package/src/utils/ngFiltering.js +1 -1
package/rollup.config.js CHANGED
@@ -6,7 +6,8 @@ export default {
6
6
  output: [
7
7
  {
8
8
  file: "dist/bundle.cjs.js", // ✅ CommonJS 형식
9
- format: "cjs"
9
+ format: "cjs",
10
+ exports: "named",
10
11
  },
11
12
  {
12
13
  file: "dist/bundle.esm.js", // ✅ ES Module 형식
@@ -0,0 +1,25 @@
1
+ export class TestGrid extends HTMLElement
2
+ {
3
+ constructor() {
4
+ }
5
+
6
+ connectedCallback() {
7
+
8
+ this.innerHTML = `
9
+ <span>111</span>
10
+ `;
11
+ }
12
+
13
+ disconnectedCallback() {
14
+ //console.log("Custom element removed from page.");
15
+ //this.data.clear();
16
+ }
17
+
18
+ adoptedCallback() {
19
+ //console.log("Custom element moved to new page.");
20
+ }
21
+ }
22
+
23
+ //export { NineGridContainer };
24
+
25
+ customElements.define("test-grid", TestGrid);
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  import { ChatGoogleGenerativeAI } from "@langchain/google-genai";
3
3
  import { Ollama } from "@langchain/ollama";
4
4
  import { ChatOpenAI } from '@langchain/openai';
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  class aiMessage extends HTMLElement
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  class aiSettings extends HTMLElement
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  export class ngCellEx extends HTMLElement
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  import { ngCellEx } from "./_ngCell.js";
3
3
 
4
4
  class ngButton extends ngCellEx
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  export class ngCellCopyPasteKeyHandler
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  export class ngCellManager
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  export class ngCellSelection
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  import { ngCellEx } from "./_ngCell.js";
3
3
 
4
4
  class ngLineChart extends ngCellEx
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  import { ngEditableEx } from "./_ngCell.js";
3
3
 
4
4
  class ngCheckBox extends ngEditableEx
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  class ngColExpand extends HTMLElement
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  class ngColMoverGrip extends HTMLElement
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  export class ngColResizer
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  export class ngColumns
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  import { ngEditableEx } from "./_ngCell.js";
3
3
 
4
4
  class ngCombo extends ngEditableEx
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  export class ngContextMenu
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  export class ngCustomEvent
4
4
  {
package/src/etc/ngData.js CHANGED
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  export class ngRow
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  import { ngRow, ngData } from "./ngData.js";
3
3
 
4
4
  export class ngDataManager
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  class ngExpandIcon extends HTMLElement
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  import ExcelJS from "exceljs";
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  export class ngFields
4
4
  {
package/src/etc/ngFoot.js CHANGED
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  class ngFoot extends HTMLElement
4
4
  {
package/src/etc/ngHead.js CHANGED
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  class ngHead extends HTMLElement
4
4
  {
package/src/etc/ngIcon.js CHANGED
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  class ngIcon extends HTMLElement
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  import { ngCellEx } from "./_ngCell.js";
3
3
 
4
4
  class ngImg extends ngCellEx
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  export class ngImport
4
4
  {
package/src/etc/ngInfo.js CHANGED
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  class ngInfo extends HTMLElement
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  import { ngEditableEx } from "./_ngCell.js";
3
3
 
4
4
  class ngInputColor extends ngEditableEx
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  import { ngEditableEx } from "./_ngCell.js";
3
3
 
4
4
  class ngInputDate extends ngEditableEx
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  import { ngEditableEx } from "./_ngCell.js";
3
3
 
4
4
  class ngInputText extends ngEditableEx
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  export class ngMatrixManager
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  class ngMaxPopup extends HTMLElement
4
4
  {
package/src/etc/ngMenu.js CHANGED
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  import { ngImport } from "./ngImport.js";
3
3
  import { ngExport } from "./ngExport.js";
4
4
  import { ngContextMenu } from "./ngContextMenu.js";
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  class ngPaging extends HTMLElement
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  import { ngCellEx } from "./_ngCell.js";
3
3
 
4
4
  class ngProgress extends ngCellEx
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  import { ngEditableEx } from "./_ngCell.js";
3
3
 
4
4
  class ngRadio extends ngEditableEx
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  import { ngCellEx } from "./_ngCell.js";
3
3
 
4
4
  class ngRenderer extends ngCellEx
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  import { ngCellEx } from "./_ngCell.js";
3
3
 
4
4
  class ngRowDetail extends ngCellEx
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  import { ngCellEx } from "./_ngCell.js";
3
3
 
4
4
  class ngRowDrag extends ngCellEx
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  class ngRowExpand extends HTMLElement
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  import { ngCellEx } from "./_ngCell.js";
3
3
 
4
4
  class ngRowIndicator extends ngCellEx
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  import { ngCellEx } from "./_ngCell.js";
3
3
 
4
4
  class ngRowPin extends ngCellEx
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  import { ngCellEx } from "./_ngCell.js";
3
3
 
4
4
  class ngRowState extends ngCellEx
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  class ngVScrollBar extends HTMLElement
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  export class ngSorting
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  export class ngTableManager
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  export class ngTableWrapper
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  import { ngEditableEx } from "./_ngCell.js";
3
3
 
4
4
  class ngTextArea extends ngEditableEx
package/src/etc/ngTree.js CHANGED
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  import { ngCellEx } from "./_ngCell.js";
3
3
 
4
4
  class ngTreeItem extends ngCellEx
package/src/etc/ngView.js CHANGED
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
  //import { ngData } from "./ngData.js";
3
3
 
4
4
  export class ngView
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  import { ngCellCopyPasteKeyHandler } from "./ngCellCopyPaste.js";
4
4
  import { ngPinManager } from "./ngRowPin.js";
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  export class nxConfirmPopup extends HTMLElement
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  class nxDialog extends HTMLElement
4
4
  {
package/src/etc/nxDiv.js CHANGED
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  class nxDiv extends HTMLElement {
4
4
  constructor() {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  export class nxI18nExt extends HTMLElement
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  class nxSideMenu extends HTMLElement
4
4
  {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  class nxSidebar extends HTMLElement
4
4
  {
package/src/etc/nxSpan.js CHANGED
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  class nxSpan extends HTMLElement
4
4
  {
package/src/etc/nxTab.js CHANGED
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  class nxTab extends HTMLElement {
4
4
  constructor() {
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  class nxTopMenu extends HTMLElement
4
4
  {
package/src/index2.js ADDED
@@ -0,0 +1,18 @@
1
+ import { TestGrid } from "./TestGrid.js";
2
+
3
+ export { TestGrid }; // Named Export
4
+
5
+ /**
6
+ // ✅ Custom Elements 등록 함수 정의
7
+ export function defineCustomElements() {
8
+ if (!customElements.get("test-grid")) {
9
+ customElements.define("test-grid", TestGrid);
10
+ }
11
+ } */
12
+
13
+ //const ninegrid = { defineCustomElements };
14
+ export default ninegrid;
15
+
16
+ //export default ninegrid;
17
+
18
+ //export default new ninegrid();
@@ -1,4 +1,4 @@
1
- import ninegrid from "../index.js";
1
+ import ninegrid from "../index2.js";
2
2
 
3
3
  /**
4
4
  * button.filterOptions = [{