@schukai/monster 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -27,7 +27,7 @@ import {
|
|
27
27
|
import {findDocumentTemplate, Template} from "./template.mjs";
|
28
28
|
import {Updater} from "./updater.mjs";
|
29
29
|
|
30
|
-
export {CustomElement, initMethodSymbol, assembleMethodSymbol, attributeObserverSymbol, registerCustomElement, assignUpdaterToElement}
|
30
|
+
export {CustomElement, initMethodSymbol, assembleMethodSymbol, attributeObserverSymbol, registerCustomElement, assignUpdaterToElement, getSlottedElements}
|
31
31
|
|
32
32
|
/**
|
33
33
|
* @memberOf Monster.DOM
|
package/source/types/version.mjs
CHANGED
package/test/cases/monster.mjs
CHANGED