Skip to content

Commit

Permalink
main - f1bdc59 build: update to v19 final (#30045)
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbeto committed Nov 19, 2024
1 parent 72ecbb6 commit ac38acf
Show file tree
Hide file tree
Showing 115 changed files with 1,214 additions and 1,214 deletions.
30 changes: 15 additions & 15 deletions fesm2022/cdk-experimental/popover-edit.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fesm2022/cdk-experimental/popover-edit.mjs.map

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions fesm2022/cdk-experimental/selection.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fesm2022/cdk-experimental/selection.mjs.map

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions fesm2022/cdk/a11y.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fesm2022/cdk/a11y.mjs.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions fesm2022/cdk/accordion.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import { CdkAccordionModule } from '@angular/cdk/accordion';
class CdkAccordionOverviewExample {
items = ['Item 1', 'Item 2', 'Item 3', 'Item 4', 'Item 5'];
expandedIndex = 0;
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-rc.0", ngImport: i0, type: CdkAccordionOverviewExample, deps: [], target: i0.ɵɵFactoryTarget.Component });
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.0-rc.0", type: CdkAccordionOverviewExample, isStandalone: true, selector: "cdk-accordion-overview-example", ngImport: i0, template: "<cdk-accordion class=\"example-accordion\">\n @for (item of items; track item; let index = $index) {\n <cdk-accordion-item\n\n #accordionItem=\"cdkAccordionItem\"\n class=\"example-accordion-item\"\n role=\"button\"\n tabindex=\"0\"\n [attr.id]=\"'accordion-header-' + index\"\n [attr.aria-expanded]=\"accordionItem.expanded\"\n [attr.aria-controls]=\"'accordion-body-' + index\">\n <div class=\"example-accordion-item-header\" (click)=\"accordionItem.toggle()\">\n {{ item }}\n <span class=\"example-accordion-item-description\">\n Click to {{ accordionItem.expanded ? 'close' : 'open' }}\n </span>\n </div>\n <div\n class=\"example-accordion-item-body\"\n role=\"region\"\n [style.display]=\"accordionItem.expanded ? '' : 'none'\"\n [attr.id]=\"'accordion-body-' + index\"\n [attr.aria-labelledby]=\"'accordion-header-' + index\">\n Lorem ipsum dolor, sit amet consectetur adipisicing elit. Perferendis\n excepturi incidunt ipsum deleniti labore, tempore non nam doloribus blanditiis\n veritatis illo autem iure aliquid ullam rem tenetur deserunt velit culpa?\n </div>\n </cdk-accordion-item>\n }\n</cdk-accordion>\n\n", styles: [".example-accordion {\n display: block;\n max-width: 500px;\n}\n\n.example-accordion-item {\n display: block;\n border: solid 1px #ccc;\n}\n\n.example-accordion-item + .example-accordion-item {\n border-top: none;\n}\n\n.example-accordion-item-header {\n display: flex;\n align-content: center;\n justify-content: space-between;\n}\n\n.example-accordion-item-description {\n font-size: 0.85em;\n color: #999;\n}\n\n.example-accordion-item-header,\n.example-accordion-item-body {\n padding: 16px;\n}\n\n.example-accordion-item-header:hover {\n cursor: pointer;\n background-color: #eee;\n}\n\n.example-accordion-item:first-child {\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n}\n\n.example-accordion-item:last-child {\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n}\n"], dependencies: [{ kind: "ngmodule", type: CdkAccordionModule }, { kind: "directive", type: i1.CdkAccordion, selector: "cdk-accordion, [cdkAccordion]", inputs: ["multi"], exportAs: ["cdkAccordion"] }, { kind: "directive", type: i1.CdkAccordionItem, selector: "cdk-accordion-item, [cdkAccordionItem]", inputs: ["expanded", "disabled"], outputs: ["closed", "opened", "destroyed", "expandedChange"], exportAs: ["cdkAccordionItem"] }] });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: CdkAccordionOverviewExample, deps: [], target: i0.ɵɵFactoryTarget.Component });
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.0", type: CdkAccordionOverviewExample, isStandalone: true, selector: "cdk-accordion-overview-example", ngImport: i0, template: "<cdk-accordion class=\"example-accordion\">\n @for (item of items; track item; let index = $index) {\n <cdk-accordion-item\n\n #accordionItem=\"cdkAccordionItem\"\n class=\"example-accordion-item\"\n role=\"button\"\n tabindex=\"0\"\n [attr.id]=\"'accordion-header-' + index\"\n [attr.aria-expanded]=\"accordionItem.expanded\"\n [attr.aria-controls]=\"'accordion-body-' + index\">\n <div class=\"example-accordion-item-header\" (click)=\"accordionItem.toggle()\">\n {{ item }}\n <span class=\"example-accordion-item-description\">\n Click to {{ accordionItem.expanded ? 'close' : 'open' }}\n </span>\n </div>\n <div\n class=\"example-accordion-item-body\"\n role=\"region\"\n [style.display]=\"accordionItem.expanded ? '' : 'none'\"\n [attr.id]=\"'accordion-body-' + index\"\n [attr.aria-labelledby]=\"'accordion-header-' + index\">\n Lorem ipsum dolor, sit amet consectetur adipisicing elit. Perferendis\n excepturi incidunt ipsum deleniti labore, tempore non nam doloribus blanditiis\n veritatis illo autem iure aliquid ullam rem tenetur deserunt velit culpa?\n </div>\n </cdk-accordion-item>\n }\n</cdk-accordion>\n\n", styles: [".example-accordion {\n display: block;\n max-width: 500px;\n}\n\n.example-accordion-item {\n display: block;\n border: solid 1px #ccc;\n}\n\n.example-accordion-item + .example-accordion-item {\n border-top: none;\n}\n\n.example-accordion-item-header {\n display: flex;\n align-content: center;\n justify-content: space-between;\n}\n\n.example-accordion-item-description {\n font-size: 0.85em;\n color: #999;\n}\n\n.example-accordion-item-header,\n.example-accordion-item-body {\n padding: 16px;\n}\n\n.example-accordion-item-header:hover {\n cursor: pointer;\n background-color: #eee;\n}\n\n.example-accordion-item:first-child {\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n}\n\n.example-accordion-item:last-child {\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n}\n"], dependencies: [{ kind: "ngmodule", type: CdkAccordionModule }, { kind: "directive", type: i1.CdkAccordion, selector: "cdk-accordion, [cdkAccordion]", inputs: ["multi"], exportAs: ["cdkAccordion"] }, { kind: "directive", type: i1.CdkAccordionItem, selector: "cdk-accordion-item, [cdkAccordionItem]", inputs: ["expanded", "disabled"], outputs: ["closed", "opened", "destroyed", "expandedChange"], exportAs: ["cdkAccordionItem"] }] });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-rc.0", ngImport: i0, type: CdkAccordionOverviewExample, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: CdkAccordionOverviewExample, decorators: [{
type: Component,
args: [{ selector: 'cdk-accordion-overview-example', imports: [CdkAccordionModule], template: "<cdk-accordion class=\"example-accordion\">\n @for (item of items; track item; let index = $index) {\n <cdk-accordion-item\n\n #accordionItem=\"cdkAccordionItem\"\n class=\"example-accordion-item\"\n role=\"button\"\n tabindex=\"0\"\n [attr.id]=\"'accordion-header-' + index\"\n [attr.aria-expanded]=\"accordionItem.expanded\"\n [attr.aria-controls]=\"'accordion-body-' + index\">\n <div class=\"example-accordion-item-header\" (click)=\"accordionItem.toggle()\">\n {{ item }}\n <span class=\"example-accordion-item-description\">\n Click to {{ accordionItem.expanded ? 'close' : 'open' }}\n </span>\n </div>\n <div\n class=\"example-accordion-item-body\"\n role=\"region\"\n [style.display]=\"accordionItem.expanded ? '' : 'none'\"\n [attr.id]=\"'accordion-body-' + index\"\n [attr.aria-labelledby]=\"'accordion-header-' + index\">\n Lorem ipsum dolor, sit amet consectetur adipisicing elit. Perferendis\n excepturi incidunt ipsum deleniti labore, tempore non nam doloribus blanditiis\n veritatis illo autem iure aliquid ullam rem tenetur deserunt velit culpa?\n </div>\n </cdk-accordion-item>\n }\n</cdk-accordion>\n\n", styles: [".example-accordion {\n display: block;\n max-width: 500px;\n}\n\n.example-accordion-item {\n display: block;\n border: solid 1px #ccc;\n}\n\n.example-accordion-item + .example-accordion-item {\n border-top: none;\n}\n\n.example-accordion-item-header {\n display: flex;\n align-content: center;\n justify-content: space-between;\n}\n\n.example-accordion-item-description {\n font-size: 0.85em;\n color: #999;\n}\n\n.example-accordion-item-header,\n.example-accordion-item-body {\n padding: 16px;\n}\n\n.example-accordion-item-header:hover {\n cursor: pointer;\n background-color: #eee;\n}\n\n.example-accordion-item:first-child {\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n}\n\n.example-accordion-item:last-child {\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n}\n"] }]
}] });
Expand Down
2 changes: 1 addition & 1 deletion fesm2022/cdk/accordion.mjs.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions fesm2022/cdk/clipboard.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ class CdkClipboardOverviewExample {
`thing he was afraid of was losing his power, which eventually, of course, he did. ` +
`Unfortunately, he taught his apprentice everything he knew, then his apprentice ` +
`killed him in his sleep. Ironic. He could save others from death, but not himself.`;
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-rc.0", ngImport: i0, type: CdkClipboardOverviewExample, deps: [], target: i0.ɵɵFactoryTarget.Component });
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.0-rc.0", type: CdkClipboardOverviewExample, isStandalone: true, selector: "cdk-clipboard-overview-example", ngImport: i0, template: "<label for=\"clipboard-example-textarea\">Text to be copied</label>\n<textarea id=\"clipboard-example-textarea\" cols=\"30\" rows=\"10\" [(ngModel)]=\"value\"></textarea>\n<button [cdkCopyToClipboard]=\"value\">Copy to clipboard</button>\n", styles: ["textarea {\n display: block;\n margin: 4px 0 8px;\n}\n"], dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: ClipboardModule }, { kind: "directive", type: i2.CdkCopyToClipboard, selector: "[cdkCopyToClipboard]", inputs: ["cdkCopyToClipboard", "cdkCopyToClipboardAttempts"], outputs: ["cdkCopyToClipboardCopied"] }] });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: CdkClipboardOverviewExample, deps: [], target: i0.ɵɵFactoryTarget.Component });
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.0", type: CdkClipboardOverviewExample, isStandalone: true, selector: "cdk-clipboard-overview-example", ngImport: i0, template: "<label for=\"clipboard-example-textarea\">Text to be copied</label>\n<textarea id=\"clipboard-example-textarea\" cols=\"30\" rows=\"10\" [(ngModel)]=\"value\"></textarea>\n<button [cdkCopyToClipboard]=\"value\">Copy to clipboard</button>\n", styles: ["textarea {\n display: block;\n margin: 4px 0 8px;\n}\n"], dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: ClipboardModule }, { kind: "directive", type: i2.CdkCopyToClipboard, selector: "[cdkCopyToClipboard]", inputs: ["cdkCopyToClipboard", "cdkCopyToClipboardAttempts"], outputs: ["cdkCopyToClipboardCopied"] }] });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-rc.0", ngImport: i0, type: CdkClipboardOverviewExample, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: CdkClipboardOverviewExample, decorators: [{
type: Component,
args: [{ selector: 'cdk-clipboard-overview-example', imports: [FormsModule, ClipboardModule], template: "<label for=\"clipboard-example-textarea\">Text to be copied</label>\n<textarea id=\"clipboard-example-textarea\" cols=\"30\" rows=\"10\" [(ngModel)]=\"value\"></textarea>\n<button [cdkCopyToClipboard]=\"value\">Copy to clipboard</button>\n", styles: ["textarea {\n display: block;\n margin: 4px 0 8px;\n}\n"] }]
}] });
Expand Down
Loading

0 comments on commit ac38acf

Please sign in to comment.