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
@@ -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
  {
@@ -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
  {
@@ -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
  {
@@ -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
  {
@@ -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
  {
@@ -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
  {
@@ -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
@@ -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
@@ -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/dist/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
  {
@@ -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/dist/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
  {
@@ -0,0 +1,191 @@
1
+ //import $ from "https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js";
2
+
3
+ import $ from "jquery";
4
+
5
+ //console.log($);
6
+ window.jQuery = window.$ = $;
7
+
8
+ //import "./utils/ninegrid.js";
9
+ import { ninegrid } from "./utils/ninegrid.js";
10
+
11
+ //const ng = new ninegrid(); // ✅ 새로운 인스턴스 생성
12
+ //console.log(ninegrid.version);
13
+ //export { "nine-grid" } from "./etc/ninegridContainer.js";
14
+
15
+
16
+
17
+
18
+ import "./utils/ngContainer4.js";
19
+
20
+
21
+ import "./components/ngContainer.js";
22
+ import "./components/ngContainer2.js";
23
+ import "./components/ngContainer3.js";
24
+
25
+ //import "./etc/___ninegrid.js";
26
+ //import "./etc/___ninegrid.js";
27
+ //import "./etc/__ngUtils.js";
28
+ import "./etc/_ngCell.js";
29
+
30
+ import "./etc/ngButton.js";
31
+
32
+ import "./etc/ngCellCopyPaste.js";
33
+ import "./etc/ngCellManager.js";
34
+ import "./etc/ngCellSelection.js";
35
+ import "./etc/ngCellTouchEvent.js";
36
+ import "./etc/ngChart.js";
37
+
38
+ import "./etc/ngCheckBox.js";
39
+
40
+ import "./etc/ngColExpand.js";
41
+
42
+
43
+
44
+ import "./etc/ngColIndicator.js";
45
+ import "./etc/ngColMover.js";
46
+ import "./etc/ngColResizer.js";
47
+ import "./etc/ngColumns.js";
48
+ import "./etc/ngCombo.js";
49
+ import "./etc/ngContextMenu.js";
50
+
51
+ import "./etc/ngCustomEvent.js";
52
+ import "./etc/ngData.js";
53
+ import "./etc/ngDataManager.js";
54
+ import "./etc/ngExpandIcon.js";
55
+ import "./etc/ngExport.js";
56
+ import "./etc/ngFields.js";
57
+ import "./etc/ngFoot.js";
58
+ import "./etc/ngHead.js";
59
+ import "./etc/ngIcon.js";
60
+ import "./etc/ngImage.js";
61
+ import "./etc/ngImport.js";
62
+ import "./etc/ngInfo.js";
63
+ import "./etc/ngInputColor.js";
64
+ import "./etc/ngInputDate.js";
65
+ import "./etc/ngInputText.js";
66
+
67
+
68
+ import "./etc/ngMatrixManager.js";
69
+ import "./etc/ngMaximize.js";
70
+ import "./etc/ngMenu.js";
71
+ import "./etc/ngPaging.js";
72
+ import "./etc/ngProgress.js";
73
+ import "./etc/ngRadio.js";
74
+ import "./etc/ngRenderer.js";
75
+ import "./etc/ngRowDetail.js";
76
+ import "./etc/ngRowDrag.js";
77
+ import "./etc/ngRowExpand.js";
78
+ import "./etc/ngRowIndicator.js";
79
+ import "./etc/ngRowPin.js";
80
+ import "./etc/ngRowState.js";
81
+ import "./etc/ngScrollBar.js";
82
+ import "./etc/ngSorting.js";
83
+ import "./etc/ngTableManager.js";
84
+ import "./etc/ngTableWrapper.js";
85
+ import "./etc/ngTextArea.js";
86
+ import "./etc/ngTree.js";
87
+ import "./etc/ngView.js";
88
+ import { NineGridContainer } from "./etc/ninegridContainer.js";
89
+ import "./etc/nxConfirm.js";
90
+ import "./etc/nxDialog.js";
91
+ import "./etc/nxDiv.js";
92
+ import "./etc/nxI18nExt.js";
93
+ import "./etc/nxSidebar.js";
94
+ import "./etc/nxSideMenu.js";
95
+ import "./etc/nxSpan.js";
96
+ import "./etc/nxTab.js";
97
+ import "./etc/nxTest.js";
98
+ import "./etc/nxTopMenu.js";
99
+ //import "./etc/object-observe.js";
100
+
101
+ import "./utils/ngFiltering.js";
102
+ import "./utils/ngPrototype.js";
103
+
104
+
105
+ import "./ai/aiSettings.js";
106
+ import "./ai/aiMessage.js";
107
+ import "./ai/aiContainer.js";
108
+
109
+ if (typeof window !== "undefined") {
110
+ //window.ninegrid = window.NG = ninegrid;
111
+ }
112
+
113
+
114
+ //import "./etc/ninegridContainer.js";
115
+ //var ninegrid = ninegrid;
116
+
117
+ /**
118
+ export default class ng {
119
+ static aaa = "aaaaaa";
120
+ };
121
+ */
122
+
123
+ //import $ from "ninegrid";
124
+ //const ng = new ninegrid();
125
+ //export default ng;
126
+
127
+ //export default ninegrid;
128
+
129
+ /**
130
+ export default class ng {
131
+
132
+ constructor() {
133
+ console.log(`welcome nine-grid@${ninegrid.version}`, window.location.hostname);
134
+
135
+ console.log(i18next);
136
+ }
137
+
138
+ get version() {
139
+ return ninegrid.version;
140
+ };
141
+ set version(v) {
142
+ ninegrid.version = v;
143
+ };
144
+ } */
145
+ /**
146
+ var ng = {
147
+ instance : new ninegrid(),
148
+ get version() {
149
+ return ninegrid.version;
150
+ },
151
+ set version(v) {
152
+ ninegrid.version = v;
153
+ },
154
+ }; */
155
+
156
+
157
+ /**
158
+ var ng = {
159
+ instance: new ninegrid()
160
+ };
161
+
162
+ // ✅ `ninegrid`의 모든 속성을 `ng`에 복사
163
+ Object.keys(ninegrid).forEach(key => {
164
+ ng[key] = ninegrid[key];
165
+ });
166
+ */
167
+ //console.log(ng.version); // "1.1.1"
168
+
169
+ /**
170
+ var ninegrid = Object.assign({ instance: new ninegrid() }, ninegrid);
171
+
172
+ export default ninegrid;
173
+ */
174
+
175
+ //export default new ninegrid();
176
+
177
+ export { NineGridContainer }; // Named Export
178
+
179
+ // ✅ Custom Elements 등록 함수 정의
180
+ export function defineCustomElements() {
181
+ if (!customElements.get("nine-grid")) {
182
+ customElements.define("nine-grid", NineGridContainer);
183
+ }
184
+ }
185
+
186
+ //const ninegrid = { defineCustomElements };
187
+ export default ninegrid;
188
+
189
+ //export default ninegrid;
190
+
191
+ //export default new ninegrid();
package/dist/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 = [{
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.595.0",
4
+ "version": "6.596.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",