Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Sync latest updates to all components #203

Merged
merged 46 commits into from
Dec 20, 2017
Merged

Sync latest updates to all components #203

merged 46 commits into from
Dec 20, 2017

Conversation

nshahan
Copy link
Contributor

@nshahan nshahan commented Dec 20, 2017

An updated version of the examples is here with the new bootstrapping setup for angular: 5.0.0-alpha+2

https://github.com/dart-lang/angular_components_example/tree/deps-update

alorenzen and others added 30 commits December 19, 2017 15:46
… trackBy function.

This will soon be required by the angular compiler.

#Cleanup.

PiperOrigin-RevId: 177344955
…ackBy function.

This will soon be required by the angular compiler.

#Cleanup.

PiperOrigin-RevId: 177348332
…ction.

This will soon be required by the angular compiler.

#Cleanup.

PiperOrigin-RevId: 177358786
…g which can occur in production, and make one small change to catch the parse value.

PiperOrigin-RevId: 177869623
…y display name.

PiperOrigin-RevId: 177896573
This unblocks using `ModalComponent` with `bootstrapFactory`, since it provides
`ComponentLoader` in place of the deprecated `SlowComponentLoader`.

PiperOrigin-RevId: 178120357
…ed box-shadow.

context:
Allows two different box-shadows for expansionpanel based on its collapsed/open status.

PiperOrigin-RevId: 178198194
…. This can eventually help with codesize, and saves some async calls.

PiperOrigin-RevId: 178406695
Things that are angular @Attribute-s need to be of String type and cannot be dynamic.

PiperOrigin-RevId: 178435699
…hich are faster, and produce smaller code size.

PiperOrigin-RevId: 178451550
  * Add MaterialIconComponent to list of providers in the test component.
    Fix scuba goldens due to this change.
  * Remove unused variables.
  * Fix some typos.
  * tidy_dart

PiperOrigin-RevId: 178627056
…nent. It is expected to bind to the `isExpanded` property, instead.

While here, fixed build deps.

PiperOrigin-RevId: 178774965
The former name is misleading, as a directive can always be provided locally
for injection via another token.

CL automatically created by:
     replace_string \
     --includefile=".*\.dart" \
\\bvisibility:\\s\*Visibility.none\\b \
visibility:\ Visibility.local

PiperOrigin-RevId: 178785979
The former name is misleading, as a directive can always be provided locally
for injection via another token.

CL automatically created by:
     replace_string \
     --includefile=".*\.dart" \
\\bvisibility:\\s\*Visibility.none\\b \
visibility:\ Visibility.local

PiperOrigin-RevId: 178790185
The former name is misleading, as a directive can always be provided locally
for injection via another token.

CL automatically created by:
     replace_string \
     --includefile=".*\.dart" \
\\bvisibility:\\s\*Visibility.none\\b \
visibility:\ Visibility.local

PiperOrigin-RevId: 178790189
The former name is misleading, as a directive can always be provided locally
for injection via another token.

CL automatically created by:
     replace_string \
     --includefile=".*\.dart" \
\\bvisibility:\\s\*Visibility.none\\b \
visibility:\ Visibility.local

PiperOrigin-RevId: 178790291
The former name is misleading, as a directive can always be provided locally
for injection via another token.

CL automatically created by:
     replace_string \
     --includefile=".*\.dart" \
\\bvisibility:\\s\*Visibility.none\\b \
visibility:\ Visibility.local

PiperOrigin-RevId: 178790618
PiperOrigin-RevId: 178806648
…uto-suggest-input widget.

PiperOrigin-RevId: 178815603
Change return values of attachComponentPortal to match the return type.

PiperOrigin-RevId: 178939517
…X select item padding to importable constant

PiperOrigin-RevId: 178968447
…(outside of blaze).

* Restore original import to allow use of the class.
* Ignore the missing import for a generated file.
* Add prefix to avoid error when using the ngFactory.

PiperOrigin-RevId: 178971718
tijoforyou and others added 16 commits December 19, 2017 16:05
PiperOrigin-RevId: 179101890
… deprecated case to make migration easier.

PiperOrigin-RevId: 179273000
…lear to

users why that suggestion appears for the given query.

PiperOrigin-RevId: 179455250
…s previously using the ComponentRenderer pattern.

Also remove SupportsRendering as that was no longer being used.

PiperOrigin-RevId: 179479916
…lect to allow a path to stop using SlowComponentLoader.

PiperOrigin-RevId: 179505933
PiperOrigin-RevId: 179516024
…getSelectable(item) call returns SelectableOption.Hidden

PiperOrigin-RevId: 179590775
Update Copybara script to rewrite new .template.dart imports.

PiperOrigin-RevId: 179614139
@nshahan nshahan requested a review from chalin December 20, 2017 00:50
@googlebot
Copy link

So there's good news and bad news.

👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there.

😕 The bad news is that it appears that one or more commits were authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request.

Note to project maintainer: This is a terminal state, meaning the cla/google commit status will not change from this State. It's up to you to confirm consent of the commit author(s) and merge this pull request when appropriate.

Copy link
Contributor

@chalin chalin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Only three minor remarks.

FYI, I was able to build and run at least one of the Angular example apps that makes use of ACX.

cc @kwalrath


* Material Auto-Suggest Input: Add ability to give a tooltip for the clear
icon.
* Material Expansionpanel: Add mixin for flat on collapse.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Material Expansion Panel


/// Style all scrollbars within the scope to material spec.
///
/// Note: This is the same as material-scrollbar-theme expect it can be used
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expect --> except


// This file is separate from has_renderer so it doesn't add in the angular
// dependency and so 'dart:html' which stops tests from running as a simple
// dart_test.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: This comment might need to be revised. I can't quite make out what it is saying (maybe it is just because it is a run-on sentence?).

@nshahan
Copy link
Contributor Author

nshahan commented Dec 20, 2017

Thanks, I'll cleanup those comments internally but since they aren't too severe I'll export them in a future release.

@chalin
Copy link
Contributor

chalin commented Dec 20, 2017

Good idea.

@nshahan nshahan merged commit 2630791 into master Dec 20, 2017
@nshahan nshahan deleted the github-sync branch December 20, 2017 22:38
nshahan added a commit that referenced this pull request Jan 9, 2018
Based on feedback from external sync
#203

PiperOrigin-RevId: 179729861
nshahan added a commit that referenced this pull request Jan 19, 2018
Based on feedback from external sync
#203

PiperOrigin-RevId: 179729861
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants