This repository has been archived by the owner on May 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prep to publish angular_components v0.10.0
PiperOrigin-RevId: 216944200
- Loading branch information
Showing
31 changed files
with
173 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
name: angular_components | ||
version: 0.9.2 | ||
version: 0.10.0 | ||
description: > | ||
The official Material Design components for AngularDart. Used at Google in | ||
production apps. | ||
homepage: https://webdev.dartlang.org/components | ||
documentation: https://webdev.dartlang.org/api?package=angular_components | ||
author: Dart Team <[email protected]> | ||
environment: | ||
sdk: '>=2.0.0-dev.69.5.0 <3.0.0' | ||
sdk: '>=2.1.0-dev.5.0 <3.0.0' | ||
dependencies: | ||
angular: ^5.0.0 | ||
angular_forms: ^2.0.0 | ||
angular: ^5.1.0 | ||
angular_forms: ^2.1.0 | ||
async: ^2.0.8 | ||
build: '>=0.11.1 <0.13.0' | ||
build: '>=0.11.1 <2.0.0' | ||
build_config: '>=0.2.6 <0.4.0' | ||
built_collection: ^4.0.0 | ||
collection: ^1.14.10 | ||
|
@@ -27,4 +27,5 @@ dependencies: | |
sass_builder: ^2.0.2 | ||
|
||
dev_dependencies: | ||
path: ^1.6.1 | ||
test: ^1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
name: angular_gallery | ||
author: Dart Team <[email protected]> | ||
environment: | ||
sdk: '>=2.0.0-dev.69.5 <3.0.0' | ||
sdk: '>=2.1.0-dev.5.0 <3.0.0' | ||
dependencies: | ||
angular: ^5.0.0 | ||
angular_components: 0.9.2 | ||
angular_forms: ^2.0.0 | ||
angular_router: 2.0.0-alpha+19 | ||
build: '>=0.11.1 <0.13.0' | ||
angular: ^5.1.0 | ||
angular_components: 0.10.0 | ||
angular_forms: ^2.1.0 | ||
angular_router: 2.0.0-alpha+20 | ||
build: '>=0.11.1 <2.0.0' | ||
build_config: '>=0.2.6 <0.4.0' | ||
mustache: ^1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
name: angular_gallery_section | ||
author: Dart Team <[email protected]> | ||
environment: | ||
sdk: '>=2.0.0-dev.69.5 <3.0.0' | ||
sdk: '>=2.1.0-dev.5.0 <3.0.0' | ||
dependencies: | ||
analyzer: ^0.32.4 | ||
angular: ^5.0.0 | ||
angular_components: 0.9.2 | ||
build: '>=0.11.1 <0.13.0' | ||
analyzer: ^0.33.0 | ||
angular: ^5.1.0 | ||
angular_components: 0.10.0 | ||
build: '>=0.11.1 <2.0.0' | ||
build_config: '>=0.2.6 <0.4.0' | ||
glob: ^1.1.5 | ||
markdown: ^2.0.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
name: angular_components_example | ||
author: Dart Team <[email protected]> | ||
environment: | ||
sdk: '>=2.0.0-dev.69.5 <3.0.0' | ||
sdk: '>=2.1.0-dev.5.0 <3.0.0' | ||
|
||
dependencies: | ||
angular: ^5.0.0 | ||
angular_components: 0.9.2 | ||
angular: ^5.1.0 | ||
angular_components: 0.10.0 | ||
angular_gallery: | ||
path: ../../angular_gallery | ||
app_layout_example: | ||
|
@@ -61,7 +61,7 @@ dependencies: | |
path: ../scorecard_example | ||
|
||
dev_dependencies: | ||
build_runner: ^0.10.0 | ||
build_runner: '>=0.10.0 <2.0.0' | ||
build_web_compilers: ^0.4.0 | ||
|
||
dependency_overrides: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: app_layout_example | ||
author: Dart Team <[email protected]> | ||
environment: | ||
sdk: '>=2.0.0-dev.69.5 <3.0.0' | ||
sdk: '>=2.1.0-dev.5.0 <3.0.0' | ||
dependencies: | ||
angular: ^5.0.0 | ||
angular_components: 0.9.2 | ||
angular: ^5.1.0 | ||
angular_components: 0.10.0 | ||
angular_gallery_section: | ||
path: ../../angular_gallery_section | ||
build_config: '>=0.2.6 <0.4.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: material_button_example | ||
author: Dart Team <[email protected]> | ||
environment: | ||
sdk: '>=2.0.0-dev.69.5 <3.0.0' | ||
sdk: '>=2.1.0-dev.5.0 <3.0.0' | ||
dependencies: | ||
angular: ^5.0.0 | ||
angular_components: 0.9.2 | ||
angular: ^5.1.0 | ||
angular_components: 0.10.0 | ||
angular_gallery_section: | ||
path: ../../angular_gallery_section | ||
build_config: '>=0.2.6 <0.4.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: material_card_example | ||
author: Dart Team <[email protected]> | ||
environment: | ||
sdk: '>=2.0.0-dev.69.5 <3.0.0' | ||
sdk: '>=2.1.0-dev.5.0 <3.0.0' | ||
dependencies: | ||
angular: ^5.0.0 | ||
angular_components: 0.9.2 | ||
angular: ^5.1.0 | ||
angular_components: 0.10.0 | ||
angular_gallery_section: | ||
path: ../../angular_gallery_section | ||
build_config: '>=0.2.6 <0.4.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
name: material_checkbox_example | ||
author: Dart Team <[email protected]> | ||
environment: | ||
sdk: '>=2.0.0-dev.69.5 <3.0.0' | ||
sdk: '>=2.1.0-dev.5.0 <3.0.0' | ||
dependencies: | ||
angular: ^5.0.0 | ||
angular_components: 0.9.2 | ||
angular_forms: ^2.0.0 | ||
angular: ^5.1.0 | ||
angular_components: 0.10.0 | ||
angular_forms: ^2.1.0 | ||
angular_gallery_section: | ||
path: ../../angular_gallery_section | ||
build_config: '>=0.2.6 <0.4.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: material_chips_example | ||
author: Dart Team <[email protected]> | ||
environment: | ||
sdk: '>=2.0.0-dev.69.5 <3.0.0' | ||
sdk: '>=2.1.0-dev.5.0 <3.0.0' | ||
dependencies: | ||
angular: ^5.0.0 | ||
angular_components: 0.9.2 | ||
angular: ^5.1.0 | ||
angular_components: 0.10.0 | ||
angular_gallery_section: | ||
path: ../../angular_gallery_section | ||
build_config: '>=0.2.6 <0.4.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: material_datepicker_example | ||
author: Dart Team <[email protected]> | ||
environment: | ||
sdk: '>=2.0.0-dev.69.5 <3.0.0' | ||
sdk: '>=2.1.0-dev.5.0 <3.0.0' | ||
dependencies: | ||
angular: ^5.0.0 | ||
angular_components: 0.9.2 | ||
angular: ^5.1.0 | ||
angular_components: 0.10.0 | ||
angular_gallery_section: | ||
path: ../../angular_gallery_section | ||
build_config: '>=0.2.6 <0.4.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: material_dialog_example | ||
author: Dart Team <[email protected]> | ||
environment: | ||
sdk: '>=2.0.0-dev.69.5 <3.0.0' | ||
sdk: '>=2.1.0-dev.5.0 <3.0.0' | ||
dependencies: | ||
angular: ^5.0.0 | ||
angular_components: 0.9.2 | ||
angular: ^5.1.0 | ||
angular_components: 0.10.0 | ||
angular_gallery_section: | ||
path: ../../angular_gallery_section | ||
build_config: '>=0.2.6 <0.4.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
name: material_expansionpanel_example | ||
author: Dart Team <[email protected]> | ||
environment: | ||
sdk: '>=2.0.0-dev.69.5 <3.0.0' | ||
sdk: '>=2.1.0-dev.5.0 <3.0.0' | ||
dependencies: | ||
angular: ^5.0.0 | ||
angular_components: 0.9.2 | ||
angular_forms: ^2.0.0 | ||
angular: ^5.1.0 | ||
angular_components: 0.10.0 | ||
angular_forms: ^2.1.0 | ||
angular_gallery_section: | ||
path: ../../angular_gallery_section | ||
build_config: '>=0.2.6 <0.4.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: material_icon_example | ||
author: Dart Team <[email protected]> | ||
environment: | ||
sdk: '>=2.0.0-dev.69.5 <3.0.0' | ||
sdk: '>=2.1.0-dev.5.0 <3.0.0' | ||
dependencies: | ||
angular: ^5.0.0 | ||
angular_components: 0.9.2 | ||
angular: ^5.1.0 | ||
angular_components: 0.10.0 | ||
angular_gallery_section: | ||
path: ../../angular_gallery_section | ||
build_config: '>=0.2.6 <0.4.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
name: material_input_example | ||
author: Dart Team <[email protected]> | ||
environment: | ||
sdk: '>=2.0.0-dev.69.5 <3.0.0' | ||
sdk: '>=2.1.0-dev.5.0 <3.0.0' | ||
dependencies: | ||
angular: ^5.0.0 | ||
angular_components: 0.9.2 | ||
angular_forms: ^2.0.0 | ||
angular: ^5.1.0 | ||
angular_components: 0.10.0 | ||
angular_forms: ^2.1.0 | ||
angular_gallery_section: | ||
path: ../../angular_gallery_section | ||
build_config: '>=0.2.6 <0.4.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: material_list_example | ||
author: Dart Team <[email protected]> | ||
environment: | ||
sdk: '>=2.0.0-dev.69.5 <3.0.0' | ||
sdk: '>=2.1.0-dev.5.0 <3.0.0' | ||
dependencies: | ||
angular: ^5.0.0 | ||
angular_components: 0.9.2 | ||
angular: ^5.1.0 | ||
angular_components: 0.10.0 | ||
angular_gallery_section: | ||
path: ../../angular_gallery_section | ||
build_config: '>=0.2.6 <0.4.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: material_menu_example | ||
author: Dart Team <[email protected]> | ||
environment: | ||
sdk: '>=2.0.0-dev.69.5 <3.0.0' | ||
sdk: '>=2.1.0-dev.5.0 <3.0.0' | ||
dependencies: | ||
angular: ^5.0.0 | ||
angular_components: 0.9.2 | ||
angular: ^5.1.0 | ||
angular_components: 0.10.0 | ||
angular_gallery_section: | ||
path: ../../angular_gallery_section | ||
build_config: '>=0.2.6 <0.4.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: material_popup_example | ||
author: Dart Team <[email protected]> | ||
environment: | ||
sdk: '>=2.0.0-dev.69.5 <3.0.0' | ||
sdk: '>=2.1.0-dev.5.0 <3.0.0' | ||
dependencies: | ||
angular: ^5.0.0 | ||
angular_components: 0.9.2 | ||
angular: ^5.1.0 | ||
angular_components: 0.10.0 | ||
angular_gallery_section: | ||
path: ../../angular_gallery_section | ||
build_config: '>=0.2.6 <0.4.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: material_progress_example | ||
author: Dart Team <[email protected]> | ||
environment: | ||
sdk: '>=2.0.0-dev.69.5 <3.0.0' | ||
sdk: '>=2.1.0-dev.5.0 <3.0.0' | ||
dependencies: | ||
angular: ^5.0.0 | ||
angular_components: 0.9.2 | ||
angular: ^5.1.0 | ||
angular_components: 0.10.0 | ||
angular_gallery_section: | ||
path: ../../angular_gallery_section | ||
build_config: '>=0.2.6 <0.4.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
name: material_radio_example | ||
author: Dart Team <[email protected]> | ||
environment: | ||
sdk: '>=2.0.0-dev.69.5 <3.0.0' | ||
sdk: '>=2.1.0-dev.5.0 <3.0.0' | ||
dependencies: | ||
angular: ^5.0.0 | ||
angular_components: 0.9.2 | ||
angular_forms: ^2.0.0 | ||
angular: ^5.1.0 | ||
angular_components: 0.10.0 | ||
angular_forms: ^2.1.0 | ||
angular_gallery_section: | ||
path: ../../angular_gallery_section | ||
build_config: '>=0.2.6 <0.4.0' |
Oops, something went wrong.