87 Commits

Author SHA1 Message Date
29ff7f1159 feat(windows): UI fixes
references #5565
2016-03-03 17:39:53 -05:00
143616b9b1 derp: comma 2016-02-29 19:05:32 -05:00
02da18b311 Merge branch '2.0' into windows-mode
# Conflicts:
#	ionic/components/searchbar/searchbar.ts
2016-02-29 19:02:55 -05:00
a0f0004012 refactor(searchbar): add class to searchbar when hideCancel is passed
only hide the search icon when hideCancel isn’t passed
2016-02-25 18:36:12 -05:00
21d4cef543 (search-bar) Hide cancle button for android
Hide cancle button for android as well...
Added `hideCancelButton` to example. This helps a lot for guys coming from ng1 as I tried snake-case way too long.
2016-02-25 23:52:22 +01:00
0d4971f190 feat(windows): add input border color variable to theme
replaced hardcoded values to use this

references #5565
2016-02-24 11:53:41 -05:00
a9054ad0b8 feat(windows): add searchbar component with styling
references #5565
2016-02-23 18:44:47 -05:00
c883a2ae91 chore(): update Ionic imports in tests 2016-02-22 17:45:17 -06:00
892b0071cb fix(sass): rename brightness/inverse sass functions
Prefix custom sass color functions with color-
Closes #5542
2016-02-20 20:34:59 -06:00
5941042a98 chore() normalize types in docs 2016-02-12 15:51:28 -05:00
5f254f285f chore(e2e): make typescript and e2e friends 2016-02-12 11:37:39 -06:00
19ecc7a3af chore(dgeni): setting inputs and outputs detection in dgeni 2016-02-10 10:13:48 -05:00
5c21b933df Merge pull request #5310 from manucorporat/new-buttons-css
refactor(button): refactor button css to avoid using flex
2016-02-07 12:35:28 -06:00
06b3a5b3bd feat: hairlines width can be configured with a sass variable 2016-02-07 15:00:34 +01:00
64ae1000f4 refactor(button): refactors button's css to work in chrome/safari 2016-02-07 00:37:30 +01:00
f64bf4a81c docs(demos): add searchbar API demo
references driftyco/ionic-site#397
2016-02-04 12:49:45 -05:00
7f068a25ec docs(searchbar): update docs 2016-02-02 13:15:09 -05:00
f47c3c3398 fix(searcher): add autocomplete="off" to native input 2016-02-01 21:09:29 -06:00
dbc681fb7c docs(): hide methods not requiring docs 2016-01-27 14:27:36 -06:00
e672de5aad fix(searchbar): modify height on the input to fix it on Canary
Fixes #5176
2016-01-25 16:51:39 -05:00
915278a29b fix(searchbar): hardcoding the width of the icon for now since it is zero on init
If the user drastically changes the search icon width in the Sass we
will have a problem so this is really just a temporary fix.

Closes #5029
2016-01-23 12:52:31 -05:00
9c12eb5ef1 fix argument name
argument name did not match the variable name inside the function
2016-01-17 15:50:39 -05:00
88aad3f880 refactor(decorators): remove ConfigComponent 2016-01-11 22:51:54 -06:00
883e1b68b1 refactor(icon): rename icon to ion-icon
Closes #855
2016-01-05 22:27:07 -06:00
ff0693fe65 test(searchbar): added some code to the searchbar nav test based on the docs 2016-01-05 19:48:19 -05:00
25526870e0 test(searchbar): added nav test and removed model test
references #853
2016-01-04 15:33:15 -05:00
82e4c9e331 fix(searchbar): fix Android alignment by checking mode, converted some variables to private
fixes #857
2016-01-04 14:25:45 -05:00
73f6ca7a2d fix(searchbar): quieting TS errors 2015-12-30 18:10:39 -05:00
e761ab908b test(searchbar): fixed console output in tests 2015-12-29 21:13:25 -05:00
10816c2e21 refactor(searchbar): hack mchacking searchbar to center the placeholder better
Problem is you can see it adjust after the view loads. References #247
2015-12-29 18:24:15 -05:00
bcaaa6f45b docs(searchbar): add private tags 2015-12-29 17:43:38 -05:00
16d766fffb fix(searchbar): update searchbar so it emits the input event on clear
Also added some other events to the API so the user can decide which
event they want to use. Closes #818
2015-12-28 13:57:35 -05:00
f30b9889df feat(searchbar): emit blur and focus events
closes #795
2015-12-22 15:57:53 -05:00
b00b7bca6a refactor(searchbar): fixed searchbar when undefined value is passed or no ngModel at all, fixed style of cancel button on hover
removed unused broken searchbar tests. references #247
2015-12-19 14:04:28 -05:00
ad4d160af9 refactor(searchbar): stop the input events and only use the searchbars input event 2015-12-18 19:32:25 -05:00
c40d71ae19 refactor(searchbar): moving logic out of directive and back into searchbar 2015-12-18 19:20:01 -05:00
df035003f7 fix(searchbar): fix left align and add elementRef back to input component 2015-12-18 19:08:58 -05:00
53dd312b39 refactor(searchbar): fixing event emitters, outputs and inputs, removing ngControl requirement from Searchbar 2015-12-18 18:04:15 -05:00
20585106ff refactor(searchbar): WIP Angularizing searchbar 2015-12-18 16:41:52 -05:00
829442dffe chore(decorators): move decorators up one directory 2015-12-18 10:32:24 -06:00
1950507d4c docs(searchbar, toggle, toolbar) 2015-12-17 16:29:58 -05:00
ff8d6c5cd1 test(searchbar): removing unnecessary tests 2015-12-17 14:14:05 -05:00
dd6773a5fa fix(typography): remove negative margin top for first header unless in padding
fixes #769
2015-12-17 14:14:05 -05:00
44508a3234 fix(searchbar): add click events back for safari
references #731
2015-12-14 12:37:37 -05:00
4175edcbd8 fix(searchbar): created a variable to keep track of when to blur
changed the button clicks to mousedown events so they would trigger
prior to the input blurring. Closes #731
2015-12-14 12:10:18 -05:00
a0b7d33feb fix(searchbar): updated searchbar API docs and moved input functions
references #731
2015-12-14 11:50:26 -05:00
227be2c874 fix(searchbar): emit input event to searchbar which now triggers the input on clear
closes #666
2015-12-12 15:30:40 -05:00
23288931d6 refactor(searchbar): fix searchbar attribute names and update API docs
references #666
2015-12-12 15:05:34 -05:00
9c9df6c380 refactor(searchbar): update default inputs
references #666
2015-12-12 14:59:23 -05:00
4024784b25 Merge branch 'master' into searchbar-fix
# Conflicts:
#	ionic/components/searchbar/searchbar.ts
#	ionic/components/searchbar/test/floating/main.html
2015-12-12 14:48:58 -05:00