Commit Graph

  • cbd8787c89 Added the ability to limit the number of lines that are allowed to be rendered before collapsing. Cleaned up code and simplified a few things. Renamed limit to maxLength. Fixed an issue where newlines would not render because of the text element, switched to a span instead. master MattMo 2024-11-20 07:54:07 -08:00
  • 30b7d9fa1c Fixed an issue where readmore would show undefined if the value was null, not it shows nothing if there is no value. MattMo 2023-12-24 15:21:18 -08:00
  • f9a8ac4317 Improved read more design. MattMo 2023-12-24 09:51:54 -08:00
  • 1c6a33cd0f Renamed search max height to results max height. MattMo 2023-10-30 15:31:17 -07:00
  • 7a950f307d Added ability to limit the results if wanted. Added a on enter callback and prevented enter from adding new lines. MattMo 2023-10-25 13:42:37 -07:00
  • 18901d2115 Fixed a few issues with the search select component. MattMo 2023-10-24 18:04:36 -07:00
  • 7a4e43979c Added cursor pointer to the search select placeholder to indicate that it can be clicked. MattMo 2023-07-27 16:43:19 -07:00
  • c7113dc71b Improved search select and made it mostly functional. MattMo 2023-07-26 17:36:49 -07:00
  • e0cee31096 Search select now uses new converter template. MattMo 2023-07-25 23:20:43 -07:00
  • a52f0e86a1 Working on new search select control. Improved popper. MattMo 2023-07-25 20:50:50 -07:00
  • c29273871b Removed old css code that shouldn't belong. MattMo 2023-07-25 18:06:57 -07:00
  • 8be4d18faf Removed global js file. MattMo 2023-04-20 06:36:47 -07:00
  • f86e93a085 Tweaked default open button positioning to make it easier to click on elements it may be hiding. MattMo 2023-04-19 19:47:08 -07:00
  • 8c021053a3 Added auto close option to drawer. MattMo 2023-04-14 08:05:40 -07:00
  • 85662f7777 Working on simplifying drawer component. MattMo 2023-04-12 12:00:27 -07:00
  • 5f909f08e9 Read more now resets to collapsed when the value is changed. Matt Mo 2022-12-17 09:29:45 -08:00
  • 1e0200facb Deleted old code. Added new readmore component. MattMo 2022-12-14 11:44:07 -08:00
  • a745a63163 Upgraded to new IgniteHtml register element. MattMo 2022-08-26 08:35:55 -07:00
  • 2f406016b5 Added code so that if circular-progress is not center then it centers the progress bar. MattMo 2022-04-04 22:55:19 -07:00
  • 48154a8d65 Editable image now uses a blob instead of raw base64 image data for the source. MattMo 2022-03-06 20:19:23 -08:00
  • ac6c7301c7 Added ability to center or not center the mt-circular-progress. Matt Mo 2021-10-20 10:06:53 -07:00
  • 3b6365ae75 Editable image now forces the image to not have a min width/height to make it easier to work with this component. Matt Mo 2021-09-29 05:31:30 -07:00
  • 01c1dfa0c6 Fixed bugs within editable image and working on making it more material like. Matt Mo 2021-08-17 18:59:56 -07:00
  • 48c8b6573a Improving circular progress functionality. MattMo 2021-06-09 18:57:40 -07:00
  • 1eedfe8abb Made material drawer work better on iOS. MattMo 2021-05-05 03:07:08 -07:00
  • b850b82fe7 Made circular progress have a single color and made it changeable via a property. Matt Mo 2021-03-10 08:57:10 -08:00
  • ac43b68f93 Added property to be able to change linear progress color. Matt Mo 2021-02-21 18:13:53 -08:00
  • 9bc8713a97 Drawer now doesn't use important for it's display property. Chip list passes instance of list on search. Matt Mo 2021-02-12 18:53:55 -08:00
  • 857c9a2ecc Fixed an issue with sizing circular progress bars. Added search loading property to chip list. Matt Mo 2021-02-03 10:04:42 -08:00
  • c647825b9f Changed circular progress to use index plus 1 instead of the highest index. Matt Mo 2021-01-25 00:37:11 -08:00
  • a613c86826 Reduced z-index on drawer component. Fixed a bug with mobile toggle buttons. Matt Mo 2021-01-22 15:10:38 -08:00
  • 595aadd29a Added container class property so we can control the classes on the container easier. Matt Mo 2021-01-10 15:27:18 -08:00
  • 60eb43cd47 editable-label now uses inner text for value instead of inner html to fix a bug in IOS where a <br> tag is inserted into the element for some reason. Matt Mo 2021-01-10 11:13:00 -08:00
  • 47e83a4148 Improved change event on editable-label to bubble. Cleaned up some code as well. Matt Mo 2021-01-09 16:26:51 -08:00
  • 5686e4fd75 Added truncate option to editable label to auto truncate text when not editing. Also fixed a few styling issues. Matt Mo 2021-01-08 19:58:33 -08:00
  • c403c1cb40 Cleaned up drawer css and made it easier to style the component. Matt Mo 2021-01-05 12:57:59 -08:00
  • d9bca5d579 Added ability to show toggle button for Drawer. Matt Mo 2021-01-05 10:32:39 -08:00
  • 07b74e39b7 Added read only ability to chip list and chip. Matt Mo 2020-12-13 16:30:37 -08:00
  • addb22dc76 Removed border styling from app bar. Matt Mo 2020-12-13 10:43:08 -08:00
  • 420d4e508b Making appbar position relative so we can use absolute positioned elements easier. Matt Mo 2020-12-12 13:27:13 -08:00
  • 0308b235c0 Added new app-bar component, more work is needed. Matt Mo 2020-12-11 12:35:19 -08:00
  • b73a8e8f3a Changing from position to placement. Matt Mo 2020-12-09 09:34:46 -08:00
  • b75d121cb3 Added better drawer position support. Matt Mo 2020-12-08 11:29:23 -08:00
  • 80a8d2a8f8 Drawer is now responsive and mobile friendly. Matt Mo 2020-12-08 11:18:51 -08:00
  • fd7d647000 Cleaning up CSS in components and adding in a drawer component. Matt Mo 2020-12-08 09:19:34 -08:00
  • 5f30daca21 Fixed a minor bug within the popper and cleaned up some of the code. Matt Mo 2020-12-01 15:34:12 -08:00
  • 5c58d35be4 Fixing bugs within the popper component so that it renders correctly. Matt Mo 2020-12-01 14:55:51 -08:00
  • d24c50cacb Added linear progress component. Fixed a z-index issues with the circular progress. Added better border support for editable labels and chip lists. Matt Mo 2020-12-01 11:49:01 -08:00
  • 0254076862 Added new circular progress component. Matt Mo 2020-12-01 00:16:40 -08:00
  • e9bb8909c9 Removing min width from chip list to fix wrapping issue. Matt Mo 2020-11-18 11:33:13 -08:00
  • d194ed6959 Simplifying EditableLabel on change event fire logic. Matt Mo 2020-11-18 11:26:50 -08:00
  • e4846a96de Removed onLoad and onChange since we just use the native events now. Fixed an issue where onChange was fired before the new image was actually loaded. Matt Mo 2020-11-17 19:56:27 -08:00
  • f54f7f3f05 Added a changed flag to chip list and the component now fires a change event if there were any changes to the component. Matt Mo 2020-11-17 14:51:05 -08:00
  • 4c8085ec00 Added onload to editable image. Matt Mo 2020-11-14 11:34:35 -08:00
  • d89d2638fb Fixed some styling issues with chips and made them use the color property for the close button color. Matt Mo 2020-11-13 14:44:31 -08:00
  • cf13ee1466 Adjusted styling of chip list and editable label. Cleaned up CSS and simplified a few things. Matt Mo 2020-10-28 10:03:50 -07:00
  • 7217f2bd9e Fixed issues with the chip list and editable label. Added initial collapsable-region and icon tabs code. Matt Mo 2020-10-26 15:27:43 -07:00
  • 84bb64a8a8 Created a pagination list component that can paginate a set of items. Matt Mo 2020-10-20 13:15:44 -07:00
  • 3d53033792 Added placeholder functionality to editable image and more control over the width/height of the image. Matt Mo 2020-10-14 14:31:54 -07:00
  • 3326133f7b Fixed styling issue with chip. Remove placeholder search results. Added the ability to change individual chip background and color within the item itself. And a few other styling tweaks. Matt Mo 2020-10-12 14:30:39 -07:00
  • e036ef1d5c Improved styling and design of the editable image. Matt Mo 2020-10-07 08:28:10 -07:00
  • ba4cc2a422 Added editable image component that can be used to have changeable image displays. Matt Mo 2020-10-06 22:45:45 -07:00
  • 34ba6ee7dd Fixing issues and improving design. Matt Mo 2020-10-05 18:23:18 -07:00
  • ee2c5ae707 Added ability to hide search results via a property. Escape key now closes search dialog. Searching resets the show search results to ensure everything goes back to normal. Matt Mo 2020-09-30 10:45:11 -07:00
  • 9167c9a4dd A placeholder class is now added to the chip list when the placeholder is shown. FreeForm and MaxItems can now be controlled via properties. Matt Mo 2020-09-29 14:24:59 -07:00
  • 3a1eaa37b1 Improved chip list and made it feel more user friendly. Matt Mo 2020-09-28 09:00:50 -07:00
  • e617d3596a Placeholder now uses new dual property converter. Matt Mo 2020-09-25 09:25:36 -07:00
  • 81acb1f000 Added placeholder support to editable-label. Implemented a chip list with chips and search/edit functionality. Added a simple popper class to help with pop overs. Matt Mo 2020-09-24 09:28:14 -07:00
  • a86986b1a3 Tweaked the editable label initial design. Matt Mo 2020-09-21 17:34:49 -07:00
  • e019eb9fdf Improved editable label, now uses innerHTML instead of raw HTML to solve content editing glitches. Now emulates the change event directly on the value property and more. Matt Mo 2020-09-20 22:30:57 -07:00
  • 190758180a Added multi line support, styling, and a save button to the editable label. Matt Mo 2020-09-18 20:12:01 -07:00
  • 0dfaea6ab4 Working on editable label material component. Matt Mo 2020-09-18 17:01:41 -07:00
  • 2a9da14e4c Initial commit Matt Mo 2020-09-09 15:15:04 +00:00