Commit Graph

124 Commits

Author SHA1 Message Date
MattMo 8670aca627 Merge remote-tracking branch 'origin/master' 2023-07-08 09:48:09 -07:00
MattMo 1ea51c1451 Modified value function for ignite template to reflect even if the value isn't an ignite property. Cleaned up the code and simplified it. 2023-07-08 09:47:49 -07:00
MattMo 9a76dc2395 Fixed an issue with disabled function not running the converter on non ignite properties. Disabled function now allows arrays of properties to be used. 2023-06-16 11:21:48 -07:00
MattMo 557584aadd Added sup template. 2023-05-29 18:19:59 -07:00
MattMo f97511fe6e Pushing up new logo. 2023-05-05 08:33:40 -07:00
MattMo 9fa7f4b054 Added style support to pagination so you can apply styling to all elements under the pagination. 2023-04-29 10:38:49 -07:00
MattMo 4f215dd375 Rolled back change to IgniteObject. Added ability to use a function for the class name and simplified the code. 2023-04-27 10:54:01 -07:00
MattMo a171b3da4d Added value support for files, you can't set the value to a file, but you can set it to null to clear the current file and reflect to get the file value. Fixed html template deconstructing by making it remove the elements it created. 2023-04-25 06:46:34 -07:00
MattMo 83e53ed4c3 Improved ignite template deconstruct and construct functions. Simplified IgniteObject constructor. 2023-04-24 13:39:50 -07:00
MattMo 018179ec56 Tweaked doc. 2023-04-20 08:23:35 -07:00
MattMo fb99e9d240 Improved documentation further. 2023-04-20 08:22:43 -07:00
MattMo 0a6af3ad98 Improving documentation 2023-04-20 07:55:42 -07:00
MattMo 4f164766bb Updating to latest jsdoc 2023-04-20 07:33:44 -07:00
MattMo 9a84f9a07c Working on jsdoc readme 2023-04-20 06:59:47 -07:00
MattMo 5d3cf6e0a7 Added readme and remove gitignore. 2023-04-20 06:35:53 -07:00
MattMo 4203884aff Added more documentation. Fixed bugs with pagination to better support push, and slice. 2023-04-18 15:38:49 -07:00
MattMo 3383001c3a Added more documentation. Fixed a few bugs and improved the code. Added a new pager template that can construct a pager used for pagination. 2023-04-17 12:09:21 -07:00
MattMo 1ccd66910c Fixed a bug where getOldPropertyValues didn't check for the same instance of a property but rather their value. Added nav template. Fixed pagination so that the list can be null, though it's not ideal. 2023-04-15 08:27:11 -07:00
MattMo 485f8ae2bd Cleaned up code and improved documentation. Added new OnSeen event that fires the first time the element is seen and stops firing after that. 2023-02-05 19:04:08 -08:00
MattMo 7ba146443f Fixed a bug with lists where elements would be in the wrong order in the DOM. 2023-01-31 19:14:44 -08:00
MattMo edfac3782f Added readonly extension for input elements. 2022-12-14 07:33:04 -08:00
MattMo eb3ed065a2 Added code to select the first option in a select element if the new value is null or empty. 2022-12-12 21:10:55 -08:00
MattMo 84464863c7 Removed old list refresh code. 2022-10-28 08:06:50 -07:00
MattMo 58f1ceb512 Renamed variable. 2022-10-28 08:02:37 -07:00
MattMo 118e4367df Fixed a bug with IgniteProperty toString. Added more documentation. Ready callbacks now support regular functions or callbacks. 2022-10-24 08:39:41 -07:00
MattMo 73bf9812dd Added IgniteProperty create method to construct properties onto any object in the same way they are done for components. 2022-09-13 21:10:42 -07:00
MattMo fca9af5f73 Renamed IgniteRenderingContext to IgniteRendering. Added a new IgniteHtml class which contains function to register elements for rendering and a global render function to start the rendering process. Changed elements css style class name to be more meaningful. 2022-08-26 08:34:20 -07:00
MattMo 9af84da6a0 Improved the pull down refresh code and logic. 2022-06-30 09:19:27 -07:00
MattMo b981d8f7c1 InnerText now supports functions. 2022-06-21 22:24:26 -07:00
MattMo 6c9ecaf37a Attribute extension now allows functions to be used for the value for more dynamic code. 2022-06-14 10:38:13 -07:00
MattMo 3b497beb96 Improved pull to refresh on higher dpis. 2022-06-01 08:40:24 -07:00
MattMo 133b888764 Improving the feel of the swipe to refresh. 2022-06-01 07:58:55 -07:00
MattMo 61f8628f9d Made it so that custom elements for the refresh placeholder and prepended to the parent. 2022-05-25 08:20:48 -07:00
MattMo 9a8705b715 Fixed a bug where the list refresh was being activated when the scroll top wasn't 0. 2022-05-24 08:01:28 -07:00
MattMo b805dc4bca Added more documentation. Added new refresh mechanism to lists. 2022-05-23 09:12:23 -07:00
MattMo 6cc18174f1 Added role attribute helper. 2022-05-16 10:19:27 -07:00
MattMo fea4a2684d Fixed missing doc on onPaste. 2022-05-04 09:02:59 -07:00
MattMo 52bd743b45 Removed await from ready. 2022-04-04 22:54:33 -07:00
MattMo 5a1be0a368 Adding extra code to ensure more than one ready timer runs at a time. Exposed IgniteCallback to window. 2022-03-26 02:11:27 -07:00
MattMo e36ee1d42c Fixed a type in the visible function naming. 2022-03-06 22:57:29 -08:00
MattMo 2a22c3a89f Made placeholder respect textarea's. 2022-01-26 01:48:42 -08:00
MattMo 3bf10153d4 Updated docs. Added live option to value, if true value changes are reflected as they happen. Added onInput event handler helper. 2021-12-30 18:47:55 -08:00
MattMo b87ea24fe6 Added more documentation to IgniteElement. Fixed ref function on IgniteTemplates accepting non function parameters. 2021-12-28 22:32:19 -08:00
MattMo 645b0520b0 Added prop shortcut to property. 2021-12-16 11:53:19 -08:00
MattMo 1fc825d990 Added async ability to ignite callback and async to ready to help UI not freeze up. 2021-12-06 09:32:31 -08:00
MattMo 02b7824ce0 Updated docs for innerText. 2021-11-27 14:50:09 -08:00
MattMo 644241b486 Added min, max, step helper attribute functions. 2021-11-24 23:23:10 -08:00
MattMo ca957f1703 Style template now uses all available callbacks. 2021-11-09 21:11:41 -08:00
MattMo f46e4e181c On list change list templates now reset themselves so any scroll positions get reset as well. 2021-10-27 11:26:19 -07:00
MattMo ba3f7e8095 Placeholder can now be used on regular elements to trigger a placeholder class to be added. List forEach now passes the list count with better documentation. 2021-10-26 00:14:30 -07:00