@syncfusion/ej2-navigations 27.1.55 → 27.1.56
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/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +5 -0
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +5 -0
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +6 -6
- package/src/breadcrumb/breadcrumb.js +5 -0
|
@@ -17190,6 +17190,11 @@ var Breadcrumb = /** @__PURE__ @class */ (function (_super) {
|
|
|
17190
17190
|
*/
|
|
17191
17191
|
Breadcrumb.prototype.destroy = function () {
|
|
17192
17192
|
var _this = this;
|
|
17193
|
+
if (this.popupObj && this.popupObj.element.classList.contains('e-popup-open')) {
|
|
17194
|
+
this.popupObj.destroy();
|
|
17195
|
+
this.isPopupCreated = false;
|
|
17196
|
+
detach(this.popupObj.element);
|
|
17197
|
+
}
|
|
17193
17198
|
var classes = [];
|
|
17194
17199
|
var attributes = ['aria-label'];
|
|
17195
17200
|
if (this.cssClass) {
|