|
e398b61c08
|
Added uuid function to element class to easily allow generating uuid's. May move this later. Added reflect() option to reflect properties once changed via a function or another property. Added onResize function that adds a resize observer to the element constructed by a template and cleans it up nicely. Added onTouch event helper function. Modified reflect callback to allow calling functions or setting the value of a property.
|
2021-01-09 16:24:24 -08:00 |
|
|
fb49e9ec35
|
Removed the on disconnected callback for elements since the only subscriber is the template and the template is already deconstructed by the element so there is no need to call it twice via the callback.
|
2021-01-06 08:51:24 -08:00 |
|
|
5e276a0ddb
|
Renamed connected to elementConnected in order to avoid property naming conflicts.
|
2021-01-05 21:09:12 -08:00 |
|
|
9a12fbfc28
|
Simplifying ignite html repo and adding latest changes.
|
2020-12-09 20:41:11 -08:00 |
|