From f0b5c0aa292f930174ed080f37996fde06917ba4 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 25 Nov 2024 15:18:44 +0000 Subject: [PATCH] ci: update size test results Update the size tracking results post standalone default change. --- goldens/size-test.yaml | 30 +++++++++---------- .../size-test/cdk/drag-drop/all-directives.ts | 1 + integration/size-test/cdk/drag-drop/basic.ts | 1 + .../material/autocomplete/without-optgroup.ts | 1 + .../material/button-toggle/standalone.ts | 1 + integration/size-test/material/chips/basic.ts | 1 + .../range-picker/without-form-field.ts | 1 + .../material/expansion/without-accordion.ts | 1 + .../size-test/material/form-field/advanced.ts | 1 + .../size-test/material/form-field/basic.ts | 1 + .../size-test/material/list/nav-list.ts | 1 + .../material/menu/without-lazy-content.ts | 1 + .../size-test/material/radio/without-group.ts | 1 + .../size-test/material/select/basic.ts | 1 + .../size-test/material/tabs/advanced.ts | 1 + integration/size-test/material/tabs/basic.ts | 1 + 16 files changed, 30 insertions(+), 15 deletions(-) diff --git a/goldens/size-test.yaml b/goldens/size-test.yaml index 18645551fc0a..d3b577de0535 100644 --- a/goldens/size-test.yaml +++ b/goldens/size-test.yaml @@ -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 diff --git a/integration/size-test/cdk/drag-drop/all-directives.ts b/integration/size-test/cdk/drag-drop/all-directives.ts index b2cc0fba0610..303e9633ae49 100644 --- a/integration/size-test/cdk/drag-drop/all-directives.ts +++ b/integration/size-test/cdk/drag-drop/all-directives.ts @@ -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: `
diff --git a/integration/size-test/cdk/drag-drop/basic.ts b/integration/size-test/cdk/drag-drop/basic.ts index c4e7a5fa7e2c..aa1f7757d32e 100644 --- a/integration/size-test/cdk/drag-drop/basic.ts +++ b/integration/size-test/cdk/drag-drop/basic.ts @@ -7,6 +7,7 @@ import {Component, NgModule} from '@angular/core'; * `CdkDragHandle` are not used and should be tree-shaken away. */ @Component({ + standalone: false, template: `
diff --git a/integration/size-test/material/autocomplete/without-optgroup.ts b/integration/size-test/material/autocomplete/without-optgroup.ts index f439047dc847..ef4881841d1c 100644 --- a/integration/size-test/material/autocomplete/without-optgroup.ts +++ b/integration/size-test/material/autocomplete/without-optgroup.ts @@ -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: ` diff --git a/integration/size-test/material/button-toggle/standalone.ts b/integration/size-test/material/button-toggle/standalone.ts index 7d1a2dc49d3d..c6c8bb47d00b 100644 --- a/integration/size-test/material/button-toggle/standalone.ts +++ b/integration/size-test/material/button-toggle/standalone.ts @@ -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: ` Center text `, diff --git a/integration/size-test/material/chips/basic.ts b/integration/size-test/material/chips/basic.ts index 45e1827302ad..d5607a708401 100644 --- a/integration/size-test/material/chips/basic.ts +++ b/integration/size-test/material/chips/basic.ts @@ -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: ` First diff --git a/integration/size-test/material/datepicker/range-picker/without-form-field.ts b/integration/size-test/material/datepicker/range-picker/without-form-field.ts index 6756ced254bc..52a85d09c21f 100644 --- a/integration/size-test/material/datepicker/range-picker/without-form-field.ts +++ b/integration/size-test/material/datepicker/range-picker/without-form-field.ts @@ -8,6 +8,7 @@ import {MatDatepickerModule} from '@angular/material/datepicker'; * should be omitted. */ @Component({ + standalone: false, template: ` diff --git a/integration/size-test/material/expansion/without-accordion.ts b/integration/size-test/material/expansion/without-accordion.ts index 13fe53ba0cc1..10be13872738 100644 --- a/integration/size-test/material/expansion/without-accordion.ts +++ b/integration/size-test/material/expansion/without-accordion.ts @@ -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: ` Title diff --git a/integration/size-test/material/form-field/advanced.ts b/integration/size-test/material/form-field/advanced.ts index 5efcce71d668..d663269732cf 100644 --- a/integration/size-test/material/form-field/advanced.ts +++ b/integration/size-test/material/form-field/advanced.ts @@ -7,6 +7,7 @@ import {MatInputModule} from '@angular/material/input'; * directives such as `MatError`, `MatHint`, `MatPrefix` or `MatSuffix`. */ @Component({ + standalone: false, template: `
diff --git a/integration/size-test/material/form-field/basic.ts b/integration/size-test/material/form-field/basic.ts index 2e5b64f7f8e9..fb518efb9898 100644 --- a/integration/size-test/material/form-field/basic.ts +++ b/integration/size-test/material/form-field/basic.ts @@ -8,6 +8,7 @@ import {MatInputModule} from '@angular/material/input'; * and should be tree-shaken away. */ @Component({ + standalone: false, template: ` diff --git a/integration/size-test/material/list/nav-list.ts b/integration/size-test/material/list/nav-list.ts index 9c605aadcfef..576120f476e9 100644 --- a/integration/size-test/material/list/nav-list.ts +++ b/integration/size-test/material/list/nav-list.ts @@ -7,6 +7,7 @@ import {MatListModule} from '@angular/material/list'; * and should be tree-shaken away. */ @Component({ + standalone: false, template: ` diff --git a/integration/size-test/material/menu/without-lazy-content.ts b/integration/size-test/material/menu/without-lazy-content.ts index 26852f18ea32..602b9fb25cad 100644 --- a/integration/size-test/material/menu/without-lazy-content.ts +++ b/integration/size-test/material/menu/without-lazy-content.ts @@ -6,6 +6,7 @@ import {MatMenuModule} from '@angular/material/menu'; * specified, so it should be tree-shaken away. */ @Component({ + standalone: false, template: ` diff --git a/integration/size-test/material/radio/without-group.ts b/integration/size-test/material/radio/without-group.ts index 79a9a25e4ecb..e976e49bf95c 100644 --- a/integration/size-test/material/radio/without-group.ts +++ b/integration/size-test/material/radio/without-group.ts @@ -6,6 +6,7 @@ import {MatRadioModule} from '@angular/material/radio'; * should be tree-shaken away properly. */ @Component({ + standalone: false, template: ` `, diff --git a/integration/size-test/material/select/basic.ts b/integration/size-test/material/select/basic.ts index 405cb0486479..69b5947d38fa 100644 --- a/integration/size-test/material/select/basic.ts +++ b/integration/size-test/material/select/basic.ts @@ -7,6 +7,7 @@ import {MatSelectModule} from '@angular/material/select'; * tree-shaken away. */ @Component({ + standalone: false, template: ` First diff --git a/integration/size-test/material/tabs/advanced.ts b/integration/size-test/material/tabs/advanced.ts index deedf72e1f10..9f953bd0078e 100644 --- a/integration/size-test/material/tabs/advanced.ts +++ b/integration/size-test/material/tabs/advanced.ts @@ -6,6 +6,7 @@ import {MatTabsModule} from '@angular/material/tabs'; * lazy `MatTabContent` and `MatTabLabel`. */ @Component({ + standalone: false, template: ` diff --git a/integration/size-test/material/tabs/basic.ts b/integration/size-test/material/tabs/basic.ts index 32ab52724394..92ccd61b72e5 100644 --- a/integration/size-test/material/tabs/basic.ts +++ b/integration/size-test/material/tabs/basic.ts @@ -7,6 +7,7 @@ import {MatTabsModule} from '@angular/material/tabs'; * be tree-shaken away. */ @Component({ + standalone: false, template: ` Content