@@ -506,16 +506,17 @@ import 'web-cell/polyfill';
5065063 . [ ` attributeChangedCallback ` ] [ 32 ]
5075074 . [ ` adoptedCallback ` ] [ 33 ]
5085085 . [ ` updatedCallback ` ] [ 34 ]
509- 6 . [ ` formAssociatedCallback ` ] [ 35 ]
510- 7 . [ ` formDisabledCallback ` ] [ 36 ]
511- 8 . [ ` formResetCallback ` ] [ 37 ]
512- 9 . [ ` formStateRestoreCallback ` ] [ 38 ]
509+ 6 . [ ` mountedCallback ` ] [ 35 ]
510+ 7 . [ ` formAssociatedCallback ` ] [ 36 ]
511+ 8 . [ ` formDisabledCallback ` ] [ 37 ]
512+ 9 . [ ` formResetCallback ` ] [ 38 ]
513+ 10 . [ ` formStateRestoreCallback ` ] [ 39 ]
513514
514515## Scaffolds
515516
516- 1 . [ Basic] [ 39 ]
517- 2 . [ DashBoard] [ 40 ]
518- 3 . [ Static site] [ 41 ]
517+ 1 . [ Basic] [ 40 ]
518+ 2 . [ DashBoard] [ 41 ]
519+ 3 . [ Static site] [ 42 ]
519520
520521## Ecosystem
521522
@@ -574,18 +575,19 @@ We recommend these libraries to use with WebCell:
574575[ 27 ] : https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables
575576[ 28 ] : http://es6-features.org/
576577[ 29 ] : https://www.typescriptlang.org/
577- [ 30 ] : https://web-cell.dev/web-utility/interfaces/DOM_type.CustomElement.html#connectedCallback
578- [ 31 ] : https://web-cell.dev/web-utility/interfaces/DOM_type.CustomElement.html#disconnectedCallback
579- [ 32 ] : https://web-cell.dev/web-utility/interfaces/DOM_type.CustomElement.html#attributeChangedCallback
580- [ 33 ] : https://web-cell.dev/web-utility/interfaces/DOM_type.CustomElement.html#adoptedCallback
581- [ 34 ] : https://web-cell.dev/WebCell/interfaces/WebCell.WebCellComponent.html#updatedCallback
582- [ 35 ] : https://web-cell.dev/web-utility/interfaces/DOM_type.CustomFormElement.html#formAssociatedCallback
583- [ 36 ] : https://web-cell.dev/web-utility/interfaces/DOM_type.CustomFormElement.html#formDisabledCallback
584- [ 37 ] : https://web-cell.dev/web-utility/interfaces/DOM_type.CustomFormElement.html#formResetCallback
585- [ 38 ] : https://web-cell.dev/web-utility/interfaces/DOM_type.CustomFormElement.html#formStateRestoreCallback
586- [ 39 ] : https://github.com/EasyWebApp/scaffold
587- [ 40 ] : https://github.com/EasyWebApp/DashBoard
588- [ 41 ] : https://github.com/EasyWebApp/mark-wiki
578+ [ 30 ] : https://web-cell.dev/web-utility/interfaces/CustomElement.html#connectedCallback
579+ [ 31 ] : https://web-cell.dev/web-utility/interfaces/CustomElement.html#disconnectedCallback
580+ [ 32 ] : https://web-cell.dev/web-utility/interfaces/CustomElement.html#attributeChangedCallback
581+ [ 33 ] : https://web-cell.dev/web-utility/interfaces/CustomElement.html#adoptedCallback
582+ [ 34 ] : https://web-cell.dev/WebCell/interfaces/WebCell.html#updatedCallback
583+ [ 35 ] : https://web-cell.dev/WebCell/interfaces/WebCell.html#mountedCallback
584+ [ 36 ] : https://web-cell.dev/web-utility/interfaces/CustomFormElement.html#formAssociatedCallback
585+ [ 37 ] : https://web-cell.dev/web-utility/interfaces/CustomFormElement.html#formDisabledCallback
586+ [ 38 ] : https://web-cell.dev/web-utility/interfaces/CustomFormElement.html#formResetCallback
587+ [ 39 ] : https://web-cell.dev/web-utility/interfaces/CustomFormElement.html#formStateRestoreCallback
588+ [ 40 ] : https://github.com/EasyWebApp/scaffold
589+ [ 41 ] : https://github.com/EasyWebApp/DashBoard
590+ [ 42 ] : https://github.com/EasyWebApp/mark-wiki
589591[ 43 ] : https://web-cell.dev/cell-router/
590592[ 44 ] : https://bootstrap.web-cell.dev/
591593[ 45 ] : https://material.web-cell.dev/
0 commit comments