@base-framework/base 3.5.20 → 3.5.22
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.
|
@@ -154,13 +154,6 @@ export class Component extends Unit {
|
|
|
154
154
|
* @returns {void}
|
|
155
155
|
*/
|
|
156
156
|
protected removeEvents(): void;
|
|
157
|
-
/**
|
|
158
|
-
* This will cleanup persisted children that are no longer valid.
|
|
159
|
-
*
|
|
160
|
-
* @protected
|
|
161
|
-
* @returns {void}
|
|
162
|
-
*/
|
|
163
|
-
protected cleanupPersistedChildren(): void;
|
|
164
157
|
}
|
|
165
158
|
import { Unit } from './unit.js';
|
|
166
159
|
import { EventHelper } from './event-helper.js';
|