ninegrid2 6.1418.0 → 6.1420.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.
@@ -14506,7 +14506,7 @@ class ngColExpand extends HTMLElement
14506
14506
  };
14507
14507
  }
14508
14508
 
14509
- if (!customElements.get('ng-ol-expand')) {
14509
+ if (!customElements.get('ng-col-expand')) {
14510
14510
  customElements.define("ng-col-expand", ngColExpand);
14511
14511
  }
14512
14512
 
@@ -14502,7 +14502,7 @@ class ngColExpand extends HTMLElement
14502
14502
  };
14503
14503
  }
14504
14504
 
14505
- if (!customElements.get('ng-ol-expand')) {
14505
+ if (!customElements.get('ng-col-expand')) {
14506
14506
  customElements.define("ng-col-expand", ngColExpand);
14507
14507
  }
14508
14508
 
@@ -76,7 +76,7 @@ class ngColExpand extends HTMLElement
76
76
  };
77
77
  }
78
78
 
79
- if (!customElements.get('ng-ol-expand')) {
79
+ if (!customElements.get('ng-col-expand')) {
80
80
  customElements.define("ng-col-expand", ngColExpand);
81
81
  }
82
82
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1418.0",
4
+ "version": "6.1420.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -76,7 +76,7 @@ class ngColExpand extends HTMLElement
76
76
  };
77
77
  }
78
78
 
79
- if (!customElements.get('ng-ol-expand')) {
79
+ if (!customElements.get('ng-col-expand')) {
80
80
  customElements.define("ng-col-expand", ngColExpand);
81
81
  }
82
82