pawajs 1.4.4 → 1.4.6

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/index.js CHANGED
@@ -992,7 +992,7 @@ const mainAttribute = (el, exp) => {
992
992
  };
993
993
 
994
994
  const textContentHandler = (el, isName) => {
995
- if (el._hasForOrIf()) {
995
+ if (el._hasForOrIf() || el._componentName) {
996
996
  return
997
997
  }
998
998
  if (el._running) {
@@ -153,7 +153,7 @@ export const normal_component=(el,stateContext,setStateContext,mapsPlugin,former
153
153
  }
154
154
 
155
155
  const childInsert=(awaiting)=>{
156
- console.log(stateContexts._insert)
156
+ // console.log(stateContexts._insert)
157
157
  if (awaiting === false) {
158
158
  el._component?._hook?.beforeMount?.forEach((bfm) => {
159
159
  bfm._sent=true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pawajs",
3
- "version": "1.4.4",
3
+ "version": "1.4.6",
4
4
  "type":"module",
5
5
  "description": "pawajs library (html runtime) for easily building web ui, enhancing html element, micro frontend etc ",
6
6
  "main": "index.js",