Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch upstream #1

Open
wants to merge 505 commits into
base: master
Choose a base branch
from
Open

Conversation

solid-software
Copy link
Collaborator

No description provided.

Googler and others added 30 commits May 31, 2019 16:17
…able, since it will be confusing for screenreader users to be able to tab to an element that doesn't have keyboard or click handles.

PiperOrigin-RevId: 244043914
…y under OnPush components.

-> Moves the "late update" logic in FocusListDirective to _ngZone.runAfterChangesObserved, which unlike _ngZone.onEventDone, will trigger a microtask to ensure the changes are picked up by Angular's change detection.

PiperOrigin-RevId: 244056883
Original PR:
#413

Closes #413

PiperOrigin-RevId: 244196579
…to prevent janky sticky behaviour.

PiperOrigin-RevId: 244209086
PiperOrigin-RevId: 244243160
fix date_input not using dateFormat to parse
use the given `dateFormat` to decode the input value.

for the following format `dd/mm/yy`, the parser was inversing month and days, `08/12/2018` -> `12/08/2018`

Closes #360

PiperOrigin-RevId: 244367402
PiperOrigin-RevId: 244399225
This is especially problematic for opportunities because the material popup being retained causes offering editor to be retained which causes all the accounts we fetch for offering editor to be retained which can be upwards of 20MB for some companies.

Also, fix two buggy tests which got exposed by this change.

PiperOrigin-RevId: 244420009
…ne.runAfterChangesObserved, which unlike _ngZone.onEventDone, will trigger a microtask to ensure the changes are picked up by Angular's change detection.

PiperOrigin-RevId: 244432184
…Tooltip]) max width.

Need to display long content source URLs in a tooltip, but they are being cut off due to the ink tooltip max width restriction.

PiperOrigin-RevId: 244673016
Before attempting to scroll to or past the end of the content, invokes
this callback to dynamically load more cards.

If this callback returns a future, the future is awaited before the
scroll happens. During this time, the "scrollable-cards" host element
will have the class "loading-more", but there are no styles for this class.
If the future has the potential to take a long time to complete, it
would be a good idea to add a spinner or something to show that work is
happening in the background.

PiperOrigin-RevId: 244734654
PiperOrigin-RevId: 244734935
…ne.runAfterChangesObserved, which unlike _ngZone.onEventDone, will trigger a microtask to ensure the changes are picked up by Angular's change detection for the [(selected)] binding.

PiperOrigin-RevId: 244764600
This passes the focus on to the proper element inside the component, allowing autoFocus to target the component correctly.

PiperOrigin-RevId: 244959730
*** Reason for rollback ***

Roll forward with fix for broken application

*** Original change description ***

Automated g4 rollback of changelist 243324798.

*** Reason for rollback ***

Breaks application tests

*** Original change description ***

In accordance with DeferredContentAware best practices Note: the DeferredContentAware container should only mark its content as invisible after any closing animation completes. Contents should be marked as visible before any opening animation begins. The ensures that the content is...

***

PiperOrigin-RevId: 245094335
This is needed when a parent component using Material Expansionpanel
gives the content to be focused.

PiperOrigin-RevId: 245194832
…mouse up calls to that users can more easily select text in popups.

PiperOrigin-RevId: 245330327
This is being added to support an input controlled listbox.

https://www.w3.org/TR/wai-aria-practices-1.1/examples/combobox/aria1.1pattern/listbox-combo.html

PiperOrigin-RevId: 245769909
…-deep.

Without this change, the mixin will not apply to the expected elements unless it is nested inside a selector that already specifies ::ng-deep.

PiperOrigin-RevId: 246148980
the input or press the enter key.

PiperOrigin-RevId: 246162902
kevmoo and others added 30 commits October 8, 2020 16:06
Co-authored-by: Lukasz Kolodziejczyk <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.