ninegrid2 6.84.0 → 6.85.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 (128) hide show
  1. package/dist/bundle.cjs.js +644 -577
  2. package/dist/bundle.esm.js +644 -577
  3. package/dist/etc/___nxUtils.js +1 -1
  4. package/dist/etc/__ngUtils.js +1 -1
  5. package/dist/etc/_ngCell.js +1 -1
  6. package/dist/etc/ngButton.js +1 -1
  7. package/dist/etc/ngCellCopyPaste.js +1 -1
  8. package/dist/etc/ngCellManager.js +1 -1
  9. package/dist/etc/ngCellSelection.js +1 -1
  10. package/dist/etc/ngChart.js +1 -1
  11. package/dist/etc/ngCheckBox.js +1 -1
  12. package/dist/etc/ngColExpand.js +1 -1
  13. package/dist/etc/ngColMover.js +1 -1
  14. package/dist/etc/ngColResizer.js +1 -1
  15. package/dist/etc/ngColumns.js +1 -1
  16. package/dist/etc/ngCombo.js +1 -1
  17. package/dist/etc/ngContextMenu.js +1 -1
  18. package/dist/etc/ngCustomEvent.js +1 -1
  19. package/dist/etc/ngData.js +1 -1
  20. package/dist/etc/ngDataManager.js +1 -1
  21. package/dist/etc/ngExpandIcon.js +1 -1
  22. package/dist/etc/ngExport.js +1 -1
  23. package/dist/etc/ngFields.js +1 -1
  24. package/dist/etc/ngFiltering.js +1 -1
  25. package/dist/etc/ngFoot.js +1 -1
  26. package/dist/etc/ngHead.js +1 -1
  27. package/dist/etc/ngIcon.js +1 -1
  28. package/dist/etc/ngImage.js +1 -1
  29. package/dist/etc/ngImport.js +1 -1
  30. package/dist/etc/ngInfo.js +1 -1
  31. package/dist/etc/ngInputColor.js +1 -1
  32. package/dist/etc/ngInputDate.js +1 -1
  33. package/dist/etc/ngInputText.js +1 -1
  34. package/dist/etc/ngMatrixManager.js +1 -1
  35. package/dist/etc/ngMaximize.js +1 -1
  36. package/dist/etc/ngMenu.js +1 -1
  37. package/dist/etc/ngPaging.js +1 -1
  38. package/dist/etc/ngProgress.js +1 -1
  39. package/dist/etc/ngRadio.js +1 -1
  40. package/dist/etc/ngRenderer.js +1 -1
  41. package/dist/etc/ngRowDetail.js +1 -1
  42. package/dist/etc/ngRowDrag.js +1 -1
  43. package/dist/etc/ngRowExpand.js +1 -1
  44. package/dist/etc/ngRowIndicator.js +1 -1
  45. package/dist/etc/ngRowPin.js +1 -1
  46. package/dist/etc/ngRowState.js +1 -1
  47. package/dist/etc/ngScrollBar.js +1 -1
  48. package/dist/etc/ngSorting.js +1 -1
  49. package/dist/etc/ngTableManager.js +1 -1
  50. package/dist/etc/ngTableWrapper.js +1 -1
  51. package/dist/etc/ngTextArea.js +1 -1
  52. package/dist/etc/ngTree.js +1 -1
  53. package/dist/etc/ngView.js +1 -1
  54. package/dist/etc/ninegridContainer.js +1 -1
  55. package/dist/etc/nxConfirm.js +1 -1
  56. package/dist/etc/nxDialog.js +1 -1
  57. package/dist/etc/nxDiv.js +1 -1
  58. package/dist/etc/nxI18nExt.js +1 -1
  59. package/dist/etc/nxSideMenu.js +1 -1
  60. package/dist/etc/nxSidebar.js +1 -1
  61. package/dist/etc/nxSpan.js +1 -1
  62. package/dist/etc/nxTab.js +1 -1
  63. package/dist/etc/nxTopMenu.js +1 -1
  64. package/dist/index.js +1 -1
  65. package/package.json +1 -1
  66. package/rollup.config.js +1 -1
  67. package/src/etc/___nxUtils.js +1 -1
  68. package/src/etc/__ngUtils.js +1 -1
  69. package/src/etc/_ngCell.js +1 -1
  70. package/src/etc/ngButton.js +1 -1
  71. package/src/etc/ngCellCopyPaste.js +1 -1
  72. package/src/etc/ngCellManager.js +1 -1
  73. package/src/etc/ngCellSelection.js +1 -1
  74. package/src/etc/ngChart.js +1 -1
  75. package/src/etc/ngCheckBox.js +1 -1
  76. package/src/etc/ngColExpand.js +1 -1
  77. package/src/etc/ngColMover.js +1 -1
  78. package/src/etc/ngColResizer.js +1 -1
  79. package/src/etc/ngColumns.js +1 -1
  80. package/src/etc/ngCombo.js +1 -1
  81. package/src/etc/ngContextMenu.js +1 -1
  82. package/src/etc/ngCustomEvent.js +1 -1
  83. package/src/etc/ngData.js +1 -1
  84. package/src/etc/ngDataManager.js +1 -1
  85. package/src/etc/ngExpandIcon.js +1 -1
  86. package/src/etc/ngExport.js +1 -1
  87. package/src/etc/ngFields.js +1 -1
  88. package/src/etc/ngFiltering.js +1 -1
  89. package/src/etc/ngFoot.js +1 -1
  90. package/src/etc/ngHead.js +1 -1
  91. package/src/etc/ngIcon.js +1 -1
  92. package/src/etc/ngImage.js +1 -1
  93. package/src/etc/ngImport.js +1 -1
  94. package/src/etc/ngInfo.js +1 -1
  95. package/src/etc/ngInputColor.js +1 -1
  96. package/src/etc/ngInputDate.js +1 -1
  97. package/src/etc/ngInputText.js +1 -1
  98. package/src/etc/ngMatrixManager.js +1 -1
  99. package/src/etc/ngMaximize.js +1 -1
  100. package/src/etc/ngMenu.js +1 -1
  101. package/src/etc/ngPaging.js +1 -1
  102. package/src/etc/ngProgress.js +1 -1
  103. package/src/etc/ngRadio.js +1 -1
  104. package/src/etc/ngRenderer.js +1 -1
  105. package/src/etc/ngRowDetail.js +1 -1
  106. package/src/etc/ngRowDrag.js +1 -1
  107. package/src/etc/ngRowExpand.js +1 -1
  108. package/src/etc/ngRowIndicator.js +1 -1
  109. package/src/etc/ngRowPin.js +1 -1
  110. package/src/etc/ngRowState.js +1 -1
  111. package/src/etc/ngScrollBar.js +1 -1
  112. package/src/etc/ngSorting.js +1 -1
  113. package/src/etc/ngTableManager.js +1 -1
  114. package/src/etc/ngTableWrapper.js +1 -1
  115. package/src/etc/ngTextArea.js +1 -1
  116. package/src/etc/ngTree.js +1 -1
  117. package/src/etc/ngView.js +1 -1
  118. package/src/etc/ninegridContainer.js +1 -1
  119. package/src/etc/nxConfirm.js +1 -1
  120. package/src/etc/nxDialog.js +1 -1
  121. package/src/etc/nxDiv.js +1 -1
  122. package/src/etc/nxI18nExt.js +1 -1
  123. package/src/etc/nxSideMenu.js +1 -1
  124. package/src/etc/nxSidebar.js +1 -1
  125. package/src/etc/nxSpan.js +1 -1
  126. package/src/etc/nxTab.js +1 -1
  127. package/src/etc/nxTopMenu.js +1 -1
  128. package/src/index.js +1 -1
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
 
3
3
  export class ngExportExcel
4
4
  {
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
 
3
3
  export class ngFields
4
4
  {
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
 
3
3
  export class ngFiltering
4
4
  {
package/src/etc/ngFoot.js CHANGED
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.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 "../utils/ninegrid";
1
+ import ninegrid from "../index.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 "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
 
3
3
  class ngIcon extends HTMLElement
4
4
  {
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
  import { ngCellEx } from "./_ngCell.js";
3
3
 
4
4
  class ngImg extends ngCellEx
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
 
3
3
  export class ngImport
4
4
  {
package/src/etc/ngInfo.js CHANGED
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
 
3
3
  class ngInfo extends HTMLElement
4
4
  {
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
  import { ngEditableEx } from "./_ngCell.js";
3
3
 
4
4
  class ngInputColor extends ngEditableEx
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
  import { ngEditableEx } from "./_ngCell.js";
3
3
 
4
4
  class ngInputDate extends ngEditableEx
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
  import { ngEditableEx } from "./_ngCell.js";
3
3
 
4
4
  class ngInputText extends ngEditableEx
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
 
3
3
  export class ngMatrixManager
4
4
  {
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.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 "../utils/ninegrid";
1
+ import ninegrid from "../index.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 "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
 
3
3
  class ngPaging extends HTMLElement
4
4
  {
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
  import { ngCellEx } from "./_ngCell.js";
3
3
 
4
4
  class ngProgress extends ngCellEx
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
  import { ngEditableEx } from "./_ngCell.js";
3
3
 
4
4
  class ngRadio extends ngEditableEx
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
  import { ngCellEx } from "./_ngCell.js";
3
3
 
4
4
  class ngRenderer extends ngCellEx
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
  import { ngCellEx } from "./_ngCell.js";
3
3
 
4
4
  class ngRowDetail extends ngCellEx
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
  import { ngCellEx } from "./_ngCell.js";
3
3
 
4
4
  class ngRowDrag extends ngCellEx
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
 
3
3
  class ngRowExpand extends HTMLElement
4
4
  {
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
  import { ngCellEx } from "./_ngCell.js";
3
3
 
4
4
  class ngRowIndicator extends ngCellEx
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
  import { ngCellEx } from "./_ngCell.js";
3
3
 
4
4
  class ngRowPin extends ngCellEx
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
  import { ngCellEx } from "./_ngCell.js";
3
3
 
4
4
  class ngRowState extends ngCellEx
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
 
3
3
  class ngVScrollBar extends HTMLElement
4
4
  {
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
 
3
3
  export class ngSorting
4
4
  {
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
 
3
3
  export class ngTableManager
4
4
  {
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
 
3
3
  export class ngTableWrapper
4
4
  {
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.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 "../utils/ninegrid";
1
+ import ninegrid from "../index.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 "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
  //import { ngData } from "./ngData.js";
3
3
 
4
4
  export class ngView
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.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 "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
 
3
3
  class nxConfirmPopup extends HTMLElement
4
4
  {
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.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 "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
 
3
3
  class nxDiv extends HTMLElement {
4
4
  constructor() {
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
 
3
3
  export class nxI18nExt extends HTMLElement
4
4
  {
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
 
3
3
  class nxSideMenu extends HTMLElement
4
4
  {
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.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 "../utils/ninegrid";
1
+ import ninegrid from "../index.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 "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
 
3
3
  class nxTab extends HTMLElement {
4
4
  constructor() {
@@ -1,4 +1,4 @@
1
- import { ninegrid } from "../utils/ninegrid";
1
+ import ninegrid from "../index.js";
2
2
 
3
3
  class nxTopMenu extends HTMLElement
4
4
  {
package/src/index.js CHANGED
@@ -169,6 +169,6 @@ export default ninegrid;
169
169
  //export default new ninegrid();
170
170
 
171
171
 
172
- export { ninegrid };
172
+ export default { ninegrid };
173
173
 
174
174
  //export default new ninegrid();