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

ci: update size test results #30080

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions goldens/size-test.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
cdk/drag-drop/all-directives: 170299
cdk/drag-drop/basic: 166324
material/autocomplete/without-optgroup: 223062
material/button-toggle/standalone: 147380
material/chips/basic: 208741
material/datepicker/range-picker/without-form-field: 364729
material/expansion/without-accordion: 154530
material/form-field/advanced: 223916
material/form-field/basic: 222205
material/list/nav-list: 153825
material/menu/without-lazy-content: 221068
material/radio/without-group: 150402
material/select/basic: 269413
material/tabs/advanced: 217500
material/tabs/basic: 217357
cdk/drag-drop/all-directives: 179236
cdk/drag-drop/basic: 175100
material/autocomplete/without-optgroup: 240989
material/button-toggle/standalone: 159023
material/chips/basic: 220624
material/datepicker/range-picker/without-form-field: 389083
material/expansion/without-accordion: 157841
material/form-field/advanced: 237040
material/form-field/basic: 235120
material/list/nav-list: 162378
material/menu/without-lazy-content: 236952
material/radio/without-group: 160056
material/select/basic: 288687
material/tabs/advanced: 230594
material/tabs/basic: 230451
1 change: 1 addition & 0 deletions integration/size-test/cdk/drag-drop/all-directives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {Component, NgModule} from '@angular/core';

/** Component using all parts of the drag-drop module. All directives should be preserved. */
@Component({
standalone: false,
template: `
<div cdkDropListGroup>
<div cdkDropList>
Expand Down
1 change: 1 addition & 0 deletions integration/size-test/cdk/drag-drop/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {Component, NgModule} from '@angular/core';
* `CdkDragHandle` are not used and should be tree-shaken away.
*/
@Component({
standalone: false,
template: `
<div cdkDropList>
<div cdkDrag></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {MatAutocompleteModule} from '@angular/material/autocomplete';
* autocomplete like `MatOptgroup` are not used and should be tree-shaken away.
*/
@Component({
standalone: false,
template: `
<input [matAutocomplete]="myAutocomplete">
<mat-autocomplete #myAutocomplete>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {MatButtonToggleModule} from '@angular/material/button-toggle';
* module such as `MatButtonToggleGroup` are not used and should be tree-shaken away.
*/
@Component({
standalone: false,
template: `
<mat-button-toggle>Center text</mat-button-toggle>
`,
Expand Down
1 change: 1 addition & 0 deletions integration/size-test/material/chips/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {MatChipsModule} from '@angular/material/chips';
* chip module such as `MatChipRemove` are not used and should be tree-shaken away.
*/
@Component({
standalone: false,
template: `
<mat-chip-listbox>
<mat-chip-option>First</mat-chip-option>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {MatDatepickerModule} from '@angular/material/datepicker';
* should be omitted.
*/
@Component({
standalone: false,
template: `
<mat-date-range-input [rangePicker]="picker">
<input matStartDate>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {MatExpansionModule} from '@angular/material/expansion';
* the module such as `MatAccordion` or `CdkAccordion` should be tree-shaken away.
*/
@Component({
standalone: false,
template: `
<mat-expansion-panel>
<mat-expansion-panel-header>Title</mat-expansion-panel-header>
Expand Down
1 change: 1 addition & 0 deletions integration/size-test/material/form-field/advanced.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {MatInputModule} from '@angular/material/input';
* directives such as `MatError`, `MatHint`, `MatPrefix` or `MatSuffix`.
*/
@Component({
standalone: false,
template: `
<mat-form-field>
<div matSuffix></div>
Expand Down
1 change: 1 addition & 0 deletions integration/size-test/material/form-field/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {MatInputModule} from '@angular/material/input';
* and should be tree-shaken away.
*/
@Component({
standalone: false,
template: `
<mat-form-field>
<input matInput>
Expand Down
1 change: 1 addition & 0 deletions integration/size-test/material/list/nav-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {MatListModule} from '@angular/material/list';
* and should be tree-shaken away.
*/
@Component({
standalone: false,
template: `
<mat-nav-list>
<mat-list-item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {MatMenuModule} from '@angular/material/menu';
* specified, so it should be tree-shaken away.
*/
@Component({
standalone: false,
template: `
<button [matMenuTriggerFor]="menu">Open</button>
<mat-menu #menu="matMenu"></mat-menu>
Expand Down
1 change: 1 addition & 0 deletions integration/size-test/material/radio/without-group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {MatRadioModule} from '@angular/material/radio';
* should be tree-shaken away properly.
*/
@Component({
standalone: false,
template: `
<mat-radio-button value="hello"></mat-radio-button>
`,
Expand Down
1 change: 1 addition & 0 deletions integration/size-test/material/select/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {MatSelectModule} from '@angular/material/select';
* tree-shaken away.
*/
@Component({
standalone: false,
template: `
<mat-select>
<mat-option value="First">First</mat-option>
Expand Down
1 change: 1 addition & 0 deletions integration/size-test/material/tabs/advanced.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {MatTabsModule} from '@angular/material/tabs';
* lazy `MatTabContent` and `MatTabLabel`.
*/
@Component({
standalone: false,
template: `
<mat-tab-group>
<mat-tab>
Expand Down
1 change: 1 addition & 0 deletions integration/size-test/material/tabs/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {MatTabsModule} from '@angular/material/tabs';
* be tree-shaken away.
*/
@Component({
standalone: false,
template: `
<mat-tab-group>
<mat-tab label="Hello">Content</mat-tab>
Expand Down
Loading