55 Commits

Author SHA1 Message Date
2f406016b5 Added code so that if circular-progress is not center then it centers the progress bar. 2022-04-04 22:55:19 -07:00
48154a8d65 Editable image now uses a blob instead of raw base64 image data for the source. 2022-03-06 20:19:23 -08:00
ac6c7301c7 Added ability to center or not center the mt-circular-progress. 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. 2021-09-29 05:31:30 -07:00
01c1dfa0c6 Fixed bugs within editable image and working on making it more material like. 2021-08-17 18:59:56 -07:00
48c8b6573a Improving circular progress functionality. 2021-06-09 18:57:40 -07:00
1eedfe8abb Made material drawer work better on iOS. 2021-05-05 03:07:08 -07:00
b850b82fe7 Made circular progress have a single color and made it changeable via a property. 2021-03-10 08:57:10 -08:00
ac43b68f93 Added property to be able to change linear progress color. 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. 2021-02-12 18:53:55 -08:00
857c9a2ecc Fixed an issue with sizing circular progress bars. Added search loading property to chip list. 2021-02-03 10:04:42 -08:00
c647825b9f Changed circular progress to use index plus 1 instead of the highest index. 2021-01-25 00:37:11 -08:00
a613c86826 Reduced z-index on drawer component. Fixed a bug with mobile toggle buttons. 2021-01-22 15:10:38 -08:00
595aadd29a Added container class property so we can control the classes on the container easier. 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. 2021-01-10 11:13:00 -08:00
47e83a4148 Improved change event on editable-label to bubble. Cleaned up some code as well. 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. 2021-01-08 19:58:33 -08:00
c403c1cb40 Cleaned up drawer css and made it easier to style the component. 2021-01-05 12:57:59 -08:00
d9bca5d579 Added ability to show toggle button for Drawer. 2021-01-05 10:32:39 -08:00
07b74e39b7 Added read only ability to chip list and chip. 2020-12-13 16:30:37 -08:00
addb22dc76 Removed border styling from app bar. 2020-12-13 10:43:08 -08:00
420d4e508b Making appbar position relative so we can use absolute positioned elements easier. 2020-12-12 13:27:13 -08:00
0308b235c0 Added new app-bar component, more work is needed. 2020-12-11 12:35:19 -08:00
b73a8e8f3a Changing from position to placement. 2020-12-09 09:34:46 -08:00
b75d121cb3 Added better drawer position support. 2020-12-08 11:29:23 -08:00
80a8d2a8f8 Drawer is now responsive and mobile friendly. 2020-12-08 11:18:51 -08:00
fd7d647000 Cleaning up CSS in components and adding in a drawer component. 2020-12-08 09:19:34 -08:00
5f30daca21 Fixed a minor bug within the popper and cleaned up some of the code. 2020-12-01 15:34:12 -08:00
5c58d35be4 Fixing bugs within the popper component so that it renders correctly. 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. 2020-12-01 11:49:01 -08:00
0254076862 Added new circular progress component. 2020-12-01 00:16:40 -08:00
e9bb8909c9 Removing min width from chip list to fix wrapping issue. 2020-11-18 11:33:13 -08:00
d194ed6959 Simplifying EditableLabel on change event fire logic. 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. 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. 2020-11-17 14:51:05 -08:00
4c8085ec00 Added onload to editable image. 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. 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. 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. 2020-10-26 15:27:43 -07:00
84bb64a8a8 Created a pagination list component that can paginate a set of items. 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. 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. 2020-10-12 14:30:39 -07:00
e036ef1d5c Improved styling and design of the editable image. 2020-10-07 08:28:10 -07:00
ba4cc2a422 Added editable image component that can be used to have changeable image displays. 2020-10-06 22:45:45 -07:00
34ba6ee7dd Fixing issues and improving design. 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. 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. 2020-09-29 14:24:59 -07:00
3a1eaa37b1 Improved chip list and made it feel more user friendly. 2020-09-28 09:00:50 -07:00
e617d3596a Placeholder now uses new dual property converter. 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. 2020-09-24 09:28:14 -07:00