ninegrid2 6.1419.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.
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/etc/ngColExpand.js +1 -1
- package/package.json +1 -1
- package/src/etc/ngColExpand.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -14506,7 +14506,7 @@ class ngColExpand extends HTMLElement
|
|
|
14506
14506
|
};
|
|
14507
14507
|
}
|
|
14508
14508
|
|
|
14509
|
-
if (!customElements.get('ng-
|
|
14509
|
+
if (!customElements.get('ng-col-expand')) {
|
|
14510
14510
|
customElements.define("ng-col-expand", ngColExpand);
|
|
14511
14511
|
}
|
|
14512
14512
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -14502,7 +14502,7 @@ class ngColExpand extends HTMLElement
|
|
|
14502
14502
|
};
|
|
14503
14503
|
}
|
|
14504
14504
|
|
|
14505
|
-
if (!customElements.get('ng-
|
|
14505
|
+
if (!customElements.get('ng-col-expand')) {
|
|
14506
14506
|
customElements.define("ng-col-expand", ngColExpand);
|
|
14507
14507
|
}
|
|
14508
14508
|
|
package/dist/etc/ngColExpand.js
CHANGED
package/package.json
CHANGED