12 Commits

Author SHA1 Message Date
653abb3aec Fixed a bug with newValue on the template. 2021-03-09 14:18:23 -08:00
3eaf3b136a When passing a value to a template's element you can now use a function for the reflection. The value function now also supports radio checks. Cleaned up a few things as well. 2021-03-09 13:06:29 -08:00
e99d1e9051 Properties now change their value if an array is modified. Properties don't invoke any callbacks if the value hasn't actually changed. And a few other improvements. 2021-02-12 18:53:09 -08:00
4bbdf4865d Modified InnerHTMLChanged to support array changes. 2021-02-03 10:15:04 -08:00
2c9879a937 Added new disabled function that allows easy control of disabling the element a template constructs. 2021-02-03 10:00:26 -08:00
815b6d99bf Class function now attaches to property array changes to allow the use of a converter with array based properties. 2021-01-10 23:09:50 -08:00
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
e58e6e58e4 Added a template for line elements. 2021-01-08 02:22:29 -08:00
ea14328eb4 Added g and path elements to ignite template. 2021-01-06 23:42:55 -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
9ca2f9e63d Added for & checked attribute template functions. Added form element template. 2021-01-05 10:29:14 -08:00
9a12fbfc28 Simplifying ignite html repo and adding latest changes. 2020-12-09 20:41:11 -08:00