This commit is contained in:
2
dist/sigpro.esm.js
vendored
2
dist/sigpro.esm.js
vendored
@@ -559,11 +559,9 @@ var SigPro = Object.freeze({
|
|||||||
Anim,
|
Anim,
|
||||||
Batch
|
Batch
|
||||||
});
|
});
|
||||||
var initDX = () => {};
|
|
||||||
export {
|
export {
|
||||||
onUnmount,
|
onUnmount,
|
||||||
onMount,
|
onMount,
|
||||||
initDX,
|
|
||||||
Watch,
|
Watch,
|
||||||
Tag,
|
Tag,
|
||||||
Router,
|
Router,
|
||||||
|
|||||||
2
dist/sigpro.esm.min.js
vendored
2
dist/sigpro.esm.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/sigpro.js
vendored
2
dist/sigpro.js
vendored
@@ -42,7 +42,6 @@
|
|||||||
__export(exports_sigpro, {
|
__export(exports_sigpro, {
|
||||||
onUnmount: () => onUnmount,
|
onUnmount: () => onUnmount,
|
||||||
onMount: () => onMount,
|
onMount: () => onMount,
|
||||||
initDX: () => initDX,
|
|
||||||
Watch: () => Watch,
|
Watch: () => Watch,
|
||||||
Tag: () => Tag,
|
Tag: () => Tag,
|
||||||
Router: () => Router,
|
Router: () => Router,
|
||||||
@@ -617,5 +616,4 @@
|
|||||||
Anim,
|
Anim,
|
||||||
Batch
|
Batch
|
||||||
});
|
});
|
||||||
var initDX = () => {};
|
|
||||||
})();
|
})();
|
||||||
|
|||||||
2
dist/sigpro.min.js
vendored
2
dist/sigpro.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -42,7 +42,6 @@
|
|||||||
__export(exports_sigpro, {
|
__export(exports_sigpro, {
|
||||||
onUnmount: () => onUnmount,
|
onUnmount: () => onUnmount,
|
||||||
onMount: () => onMount,
|
onMount: () => onMount,
|
||||||
initDX: () => initDX,
|
|
||||||
Watch: () => Watch,
|
Watch: () => Watch,
|
||||||
Tag: () => Tag,
|
Tag: () => Tag,
|
||||||
Router: () => Router,
|
Router: () => Router,
|
||||||
@@ -617,5 +616,4 @@
|
|||||||
Anim,
|
Anim,
|
||||||
Batch
|
Batch
|
||||||
});
|
});
|
||||||
var initDX = () => {};
|
|
||||||
})();
|
})();
|
||||||
|
|||||||
@@ -543,7 +543,7 @@ const SigPro = Object.freeze({
|
|||||||
$, $$, Watch, Tag, Render, If, For, Router, Mount, onMount, onUnmount, Anim, Batch
|
$, $$, Watch, Tag, Render, If, For, Router, Mount, onMount, onUnmount, Anim, Batch
|
||||||
})
|
})
|
||||||
|
|
||||||
export const initDX = () => {
|
// export const initDX = () => {
|
||||||
// if (typeof window !== "undefined") {
|
// if (typeof window !== "undefined") {
|
||||||
// Object.assign(window, SigPro)
|
// Object.assign(window, SigPro)
|
||||||
// "div span p h1 h2 h3 h4 h5 h6 br hr section article aside nav main header footer ul ol li a em strong pre code form label input textarea select button img svg"
|
// "div span p h1 h2 h3 h4 h5 h6 br hr section article aside nav main header footer ul ol li a em strong pre code form label input textarea select button img svg"
|
||||||
@@ -552,7 +552,7 @@ export const initDX = () => {
|
|||||||
// window[name] = (p, c) => Tag(t, p, c)
|
// window[name] = (p, c) => Tag(t, p, c)
|
||||||
// })
|
// })
|
||||||
// }
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
export { $, $$, Watch, Tag, Render, If, For, Router, Mount, onMount, onUnmount, Anim, Batch }
|
export { $, $$, Watch, Tag, Render, If, For, Router, Mount, onMount, onUnmount, Anim, Batch }
|
||||||
export default SigPro
|
export default SigPro
|
||||||
Reference in New Issue
Block a user