Scott Miles
7397c22c82
Merge branch 'master' of https://github.com/toolkitchen/toolkit
...
Conflicts:
src/g-component.html
2012-11-16 14:01:18 -08:00
Scott Miles
367f5ee332
refactoring; FOUC filter
2012-11-16 13:59:52 -08:00
Scott Miles
6214a7464a
simplify components
2012-11-16 13:58:38 -08:00
Frankie Fu
6fc1a4a3d5
Merge pull request #37 from sorvell/master
...
g-component and g-panels minor changes
2012-11-14 11:25:29 -08:00
Steve Orvell
eb8e6b7153
g-panels: push more info to canTransition; g-panel-transition: slight factoring.
2012-11-14 11:18:47 -08:00
Steve Orvell
9ce6132cf1
g-component: correct search to filter out bound attributes in takeAttributes
2012-11-14 11:16:22 -08:00
Scott Miles
323b9efaf1
begin implementing system using local MDV models
2012-11-06 17:47:17 -08:00
Steve Orvell
60a091ab60
Merge pull request #36 from sjmiles/master
...
filter mustaches in takeAttributes, other minor tweaks
2012-11-06 15:10:56 -08:00
Scott Miles
8013d1a1f4
make asyncMethod return the setTimeout handle
2012-11-05 18:40:17 -08:00
Scott Miles
2dd3d5c867
Merge branch 'master' of https://github.com/toolkitchen/toolkit
2012-11-05 18:35:10 -08:00
Scott Miles
98cce180cf
s/inUber/inLifecycle, other non-semantic changes; add optional 3rd parameter for timeout duration to asyncMethod
2012-11-05 18:34:50 -08:00
Frankie Fu
a4126f772d
Merge pull request #35 from sorvell/master
...
g-page: use external stylesheet
2012-11-05 18:32:48 -08:00
Steve Orvell
251f7426ab
fix white space
2012-11-05 18:31:55 -08:00
Steve Orvell
35c960804c
g-page: modified to use an external stylesheet
2012-11-05 18:30:04 -08:00
Frankie Fu
73d5ef5e15
Merge pull request #34 from sorvell/master
...
added g-page component
2012-11-05 17:09:10 -08:00
Steve Orvell
1bfc113a79
g-page: intended as a extendor for components that want to fill the browser window.
2012-11-05 16:53:32 -08:00
Frankie Fu
fe450af736
Merge pull request #33 from sorvell/master
...
g-component attribute parsing fix; g-panels & g-overlay & g-ajax minor fixes
2012-11-05 15:28:22 -08:00
Steve Orvell
fca5deafc1
g-panels: fixed bug that caused setting a bad index to abort a transition.
2012-11-05 15:26:26 -08:00
Steve Orvell
811bb7ad30
g-ajax: changed 'autogo' to 'auto'.
2012-11-05 15:25:40 -08:00
Steve Orvell
53be1be482
g-component: simplified fix for properly converting string number values to numbers.
2012-11-05 15:25:13 -08:00
Steve Orvell
c5083d5453
g-panels: small fixes
...
- selected panel moniker is now id or name
- don't rely on hidden attribute to show/hide (it's overridden by display)
- canTransition() now indirected to transitionNode
- flow transition aborts layout if panels are hidden.
2012-11-05 12:54:20 -08:00
Scott Miles
dcefa708c9
in takeAttributes, trap attributes containing mustache markup and treat them as uninitialized
2012-11-05 12:52:20 -08:00
Steve Orvell
a46b52c502
Fixed a bug with attribute parsing that caused a value of '8foo' to become that number 8.
2012-11-05 12:49:01 -08:00
Steve Orvell
0aa3ee4fb1
g-overlay: style via classes, not attributes + minor tweaks
2012-11-05 12:47:45 -08:00
Steve Orvell
82ca368050
g-ajax: auto go attribute now indicates results should be fetched whenever params change.
2012-11-05 12:44:46 -08:00
Frankie Fu
72c4d52cfd
Merge pull request #32 from sjmiles/master
...
bug fixes, more indirection around 'conventions'
2012-11-05 12:07:04 -08:00
Scott Miles
1ce994cd33
Merge branch 'master' of https://github.com/toolkitchen/toolkit
2012-11-05 11:43:41 -08:00
Scott Miles
a88671ed23
Steve's patch to make findController work in ShadowDOM context: it's no longer generalized, but at least it does what it's supposed to in polyfill, the generic notion of delegate-to-node-with-controller-property will need championing separately
2012-11-05 11:41:41 -08:00
Scott Miles
e340cf7b7a
move more literals to the 'conventions' map, improve comments
2012-11-05 11:40:17 -08:00
Scott J. Miles
60fab55931
Merge pull request #31 from frankiefu/master
...
minor updates/fixes to g-component, selector and menu
2012-11-05 11:32:23 -08:00
frankiefu
0500a46814
show selected attribute in the examples
2012-11-05 10:59:45 -08:00
frankiefu
c4fa8c9552
remove unnecessary code since getDistributedNodes is working in native
...
shadow dom; provide a method to get selected item.
2012-11-05 10:55:55 -08:00
frankiefu
363bae4fb0
a way to set label via attribute
2012-11-05 10:53:39 -08:00
frankiefu
cfbf2539be
inNodes could be a NodeList so fix it to make indexOf to work
2012-11-05 10:53:16 -08:00
Frankie Fu
63cbe38b84
Merge pull request #29 from sorvell/master
...
g-panels minor bug fixes
2012-10-29 16:54:23 -07:00
Steve Orvell
27ff24a9c9
g-panels: fix bug with initial transition; temp workaround for polyfill issue #62 .
2012-10-29 16:53:11 -07:00
Frankie Fu
2eff28db5b
Merge pull request #28 from sorvell/master
...
add g-panels
2012-10-29 16:01:28 -07:00
Frankie Fu
48a0c1f6fb
Merge pull request #27 from sorvell/30f3504cd6539762bf4958892ac592228060229b
...
g-overlay: refactor/simplify
2012-10-29 15:56:32 -07:00
Frankie Fu
b4fc5f9b1c
Merge pull request #26 from sorvell/1b054f9b3be900d2e982768c9caf57373abc0c5e
...
g-component: fix typo
2012-10-29 15:54:39 -07:00
Steve Orvell
25a3a2aada
g-panels
...
- displays a set of panels and supports transitioning between panels.
- uses a transition component to manage transitioning
- keyframe transition uses css animations to transition between panels
- flow transition shows a set of panels arranged left-to-right
- g-panels.css contains the beginnings of a library of transition animations
2012-10-29 15:51:23 -07:00
Steve Orvell
30f3504cd6
g-overlay:
...
- rename 'showing' property to 'opened'
- simplify event listeners
- style animations based on 'opened' and 'animating' attributes
- add beginnings of library of open/close animations
2012-10-29 15:10:00 -07:00
Steve Orvell
1b054f9b3b
g-component: fix typo which affected settings an attribute to a default value in prototype.
2012-10-29 15:07:41 -07:00
Scott J. Miles
d34e93bfde
Merge pull request #25 from frankiefu/master
...
update components based on changes in g-component
2012-10-29 10:49:57 -07:00
frankiefu
85c6cbe69a
update components based on changes in g-component
2012-10-29 10:41:33 -07:00
Scott Miles
bc7882ffa9
clean up deprecated code
2012-10-26 16:19:44 -07:00
Steve Orvell
6696b851d2
Merge pull request #23 from sjmiles/master
...
MDV sugaring
2012-10-26 15:35:30 -07:00
frankiefu
6673c11b9e
menu component and workbench file
2012-10-26 14:58:28 -07:00
frankiefu
f6e8800bac
basic component unit tests
2012-10-26 14:58:28 -07:00
Scott Miles
3a36f630c1
add 'macroize' to utils
2012-10-26 14:57:44 -07:00
Scott Miles
0c2dd16dc0
minor fixups and non-semantic changes
2012-10-26 14:57:28 -07:00