Skip to content

Commit 78200dd

Browse files
committed
main - 91928fc ci: use static target: automation label in renovate config (#31853)
1 parent e5a54ff commit 78200dd

31 files changed

+72
-72
lines changed

fesm2022/cdk-experimental/popover-edit.mjs

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

fesm2022/cdk-experimental/popover-edit.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fesm2022/cdk/listbox.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0-next.2",
7272
class CdkListboxDisabledExample {
7373
canDrinkCtrl = new FormControl(false);
7474
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.0-next.2", ngImport: i0, type: CdkListboxDisabledExample, deps: [], target: i0.ɵɵFactoryTarget.Component });
75-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.0-next.2", type: CdkListboxDisabledExample, isStandalone: true, selector: "cdk-listbox-disabled-example", exportAs: ["cdkListboxDisabledExample"], ngImport: i0, template: "<form>\n <p>\n <input type=\"checkbox\" id=\"can-drink\" [formControl]=\"canDrinkCtrl\">&nbsp;\n <label for=\"can-drink\">I am 21 or older</label>\n </p>\n <section>\n <div class=\"example-listbox-container\" [class.example-disabled]=\"!canDrinkCtrl.value\">\n <!-- #docregion listbox -->\n <label class=\"example-listbox-label\" id=\"example-wine-type-label\">\n Wine Selection\n </label>\n <ul cdkListbox\n [cdkListboxDisabled]=\"!canDrinkCtrl.value\"\n aria-labelledby=\"example-wine-type-label\"\n class=\"example-listbox\">\n <li cdkOption=\"cabernet\"\n class=\"example-option\">\n Cabernet Sauvignon\n </li>\n <li cdkOption=\"syrah\"\n class=\"example-option\">\n Syrah\n </li>\n <li cdkOption=\"zinfandel\"\n cdkOptionDisabled\n class=\"example-option\">\n Zinfandel <span class=\"example-sold-out\">(sold out)</span>\n </li>\n <li cdkOption=\"riesling\"\n class=\"example-option\">\n Riesling\n </li>\n </ul>\n <!-- #enddocregion listbox -->\n </div>\n </section>\n</form>\n", styles: [".example-listbox-container {\n display: block;\n width: 250px;\n border: 1px solid black;\n}\n\n.example-disabled {\n border-color: rgba(0, 0, 0, 0.5);\n}\n\n.example-listbox-label {\n display: block;\n padding: 5px;\n}\n\n.example-disabled .example-listbox-label {\n opacity: 0.5;\n}\n\n.example-listbox {\n list-style: none;\n padding: 0;\n margin: 0;\n}\n\n.example-option {\n position: relative;\n padding: 5px 5px 5px 25px;\n}\n\n.example-option[aria-selected='true']::before {\n content: '';\n display: block;\n width: 20px;\n height: 20px;\n background-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" width=\"24\"><path d=\"m9.55 18-5.7-5.7 1.425-1.425L9.55 15.15l9.175-9.175L20.15 7.4Z\"/></svg>'); /* stylelint-disable-line */\n background-size: cover;\n position: absolute;\n left: 2px;\n}\n\n.example-option[aria-disabled='true'] {\n opacity: 0.5;\n}\n\n.example-option[aria-disabled='false']:focus {\n background: rgba(0, 0, 0, 0.2);\n}\n\n.example-sold-out {\n color: red;\n font-size: 0.75em;\n vertical-align: super;\n}\n"], dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i3.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i3.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: CdkListbox, selector: "[cdkListbox]", inputs: ["id", "tabindex", "cdkListboxValue", "cdkListboxMultiple", "cdkListboxDisabled", "cdkListboxUseActiveDescendant", "cdkListboxOrientation", "cdkListboxCompareWith", "cdkListboxNavigationWrapDisabled", "cdkListboxNavigatesDisabledOptions"], outputs: ["cdkListboxValueChange"], exportAs: ["cdkListbox"] }, { kind: "directive", type: CdkOption, selector: "[cdkOption]", inputs: ["id", "cdkOption", "cdkOptionTypeaheadLabel", "cdkOptionDisabled", "tabindex"], exportAs: ["cdkOption"] }] });
75+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.0-next.2", type: CdkListboxDisabledExample, isStandalone: true, selector: "cdk-listbox-disabled-example", exportAs: ["cdkListboxDisabledExample"], ngImport: i0, template: "<form>\n <p>\n <input type=\"checkbox\" id=\"can-drink\" [formControl]=\"canDrinkCtrl\">&nbsp;\n <label for=\"can-drink\">I am 21 or older</label>\n </p>\n <section>\n <div class=\"example-listbox-container\" [class.example-disabled]=\"!canDrinkCtrl.value\">\n <!-- #docregion listbox -->\n <label class=\"example-listbox-label\" id=\"example-wine-type-label\">\n Wine Selection\n </label>\n <ul cdkListbox\n [cdkListboxDisabled]=\"!canDrinkCtrl.value\"\n aria-labelledby=\"example-wine-type-label\"\n class=\"example-listbox\">\n <li cdkOption=\"cabernet\"\n class=\"example-option\">\n Cabernet Sauvignon\n </li>\n <li cdkOption=\"syrah\"\n class=\"example-option\">\n Syrah\n </li>\n <li cdkOption=\"zinfandel\"\n cdkOptionDisabled\n class=\"example-option\">\n Zinfandel <span class=\"example-sold-out\">(sold out)</span>\n </li>\n <li cdkOption=\"riesling\"\n class=\"example-option\">\n Riesling\n </li>\n </ul>\n <!-- #enddocregion listbox -->\n </div>\n </section>\n</form>\n", styles: [".example-listbox-container {\n display: block;\n width: 250px;\n border: 1px solid black;\n}\n\n.example-disabled {\n border-color: rgba(0, 0, 0, 0.5);\n}\n\n.example-listbox-label {\n display: block;\n padding: 5px;\n}\n\n.example-disabled .example-listbox-label {\n opacity: 0.5;\n}\n\n.example-listbox {\n list-style: none;\n padding: 0;\n margin: 0;\n}\n\n.example-option {\n position: relative;\n padding: 5px 5px 5px 25px;\n}\n\n.example-option[aria-selected='true']::before {\n content: '';\n display: block;\n width: 20px;\n height: 20px;\n background-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" width=\"24\"><path d=\"m9.55 18-5.7-5.7 1.425-1.425L9.55 15.15l9.175-9.175L20.15 7.4Z\"/></svg>'); /* stylelint-disable-line */\n background-size: cover;\n position: absolute;\n left: 2px;\n}\n\n.example-option[aria-disabled='true'] {\n opacity: 0.5;\n}\n\n.example-option[aria-disabled='false']:focus {\n background: rgba(0, 0, 0, 0.2);\n}\n\n.example-sold-out {\n color: red;\n font-size: 0.75em;\n vertical-align: super;\n}\n"], dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i3.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i3.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.NgForm, selector: "form:not([ngNoForm]):not([formGroup]):not([formArray]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: CdkListbox, selector: "[cdkListbox]", inputs: ["id", "tabindex", "cdkListboxValue", "cdkListboxMultiple", "cdkListboxDisabled", "cdkListboxUseActiveDescendant", "cdkListboxOrientation", "cdkListboxCompareWith", "cdkListboxNavigationWrapDisabled", "cdkListboxNavigatesDisabledOptions"], outputs: ["cdkListboxValueChange"], exportAs: ["cdkListbox"] }, { kind: "directive", type: CdkOption, selector: "[cdkOption]", inputs: ["id", "cdkOption", "cdkOptionTypeaheadLabel", "cdkOptionDisabled", "tabindex"], exportAs: ["cdkOption"] }] });
7676
}
7777
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0-next.2", ngImport: i0, type: CdkListboxDisabledExample, decorators: [{
7878
type: Component,

fesm2022/cdk/listbox.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fesm2022/cdk/stepper.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class CdkLinearStepperWithFormExample {
4242
this.isLinear = !this.isLinear;
4343
}
4444
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.0-next.2", ngImport: i0, type: CdkLinearStepperWithFormExample, deps: [], target: i0.ɵɵFactoryTarget.Component });
45-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.0-next.2", type: CdkLinearStepperWithFormExample, isStandalone: true, selector: "cdk-linear-stepper-with-form-example", ngImport: i0, template: "<example-custom-linear-stepper [linear]=\"isLinear\">\n <cdk-step [stepControl]=\"firstFormGroup\">\n <label for=\"stepOneInput\">Step 1 input</label>\n <form [formGroup]=\"firstFormGroup\">\n <input placeholder=\"Input\" formControlName=\"firstControl\" id=\"stepOneInput\" required>\n </form>\n </cdk-step>\n <cdk-step [stepControl]=\"secondFormGroup\">\n <label for=\"stepTwoInput\">Step 2 input</label>\n <form [formGroup]=\"secondFormGroup\">\n <input placeholder=\"Input\" formControlName=\"secondControl\" id=\"stepTwoInput\" required>\n </form>\n </cdk-step>\n</example-custom-linear-stepper>\n<button class=\"example-toggle-linear-button\" (click)=\"toggleLinearity()\">\n {{isLinear ? 'Disable linear mode' : 'Enable linear mode'}}\n</button>\n", styles: [".example-toggle-linear-button {\n margin-left: 10px;\n}\n"], dependencies: [{ kind: "component", type: i0.forwardRef(() => CustomLinearStepper), selector: "example-custom-linear-stepper" }, { kind: "ngmodule", type: i0.forwardRef(() => CdkStepperModule) }, { kind: "component", type: i0.forwardRef(() => i1.CdkStep), selector: "cdk-step", inputs: ["stepControl", "label", "errorMessage", "aria-label", "aria-labelledby", "state", "editable", "optional", "completed", "hasError"], outputs: ["interacted"], exportAs: ["cdkStep"] }, { kind: "ngmodule", type: i0.forwardRef(() => FormsModule) }, { kind: "directive", type: i0.forwardRef(() => i3.ɵNgNoValidate), selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i0.forwardRef(() => i3.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: i0.forwardRef(() => i3.NgControlStatus), selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i0.forwardRef(() => i3.NgControlStatusGroup), selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i0.forwardRef(() => i3.RequiredValidator), selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "ngmodule", type: i0.forwardRef(() => ReactiveFormsModule) }, { kind: "directive", type: i0.forwardRef(() => i3.FormGroupDirective), selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i0.forwardRef(() => i3.FormControlName), selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }] });
45+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.0-next.2", type: CdkLinearStepperWithFormExample, isStandalone: true, selector: "cdk-linear-stepper-with-form-example", ngImport: i0, template: "<example-custom-linear-stepper [linear]=\"isLinear\">\n <cdk-step [stepControl]=\"firstFormGroup\">\n <label for=\"stepOneInput\">Step 1 input</label>\n <form [formGroup]=\"firstFormGroup\">\n <input placeholder=\"Input\" formControlName=\"firstControl\" id=\"stepOneInput\" required>\n </form>\n </cdk-step>\n <cdk-step [stepControl]=\"secondFormGroup\">\n <label for=\"stepTwoInput\">Step 2 input</label>\n <form [formGroup]=\"secondFormGroup\">\n <input placeholder=\"Input\" formControlName=\"secondControl\" id=\"stepTwoInput\" required>\n </form>\n </cdk-step>\n</example-custom-linear-stepper>\n<button class=\"example-toggle-linear-button\" (click)=\"toggleLinearity()\">\n {{isLinear ? 'Disable linear mode' : 'Enable linear mode'}}\n</button>\n", styles: [".example-toggle-linear-button {\n margin-left: 10px;\n}\n"], dependencies: [{ kind: "component", type: i0.forwardRef(() => CustomLinearStepper), selector: "example-custom-linear-stepper" }, { kind: "ngmodule", type: i0.forwardRef(() => CdkStepperModule) }, { kind: "component", type: i0.forwardRef(() => i1.CdkStep), selector: "cdk-step", inputs: ["stepControl", "label", "errorMessage", "aria-label", "aria-labelledby", "state", "editable", "optional", "completed", "hasError"], outputs: ["interacted"], exportAs: ["cdkStep"] }, { kind: "ngmodule", type: i0.forwardRef(() => FormsModule) }, { kind: "directive", type: i0.forwardRef(() => i3.ɵNgNoValidate), selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i0.forwardRef(() => i3.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: i0.forwardRef(() => i3.NgControlStatus), selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i0.forwardRef(() => i3.NgControlStatusGroup), selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i0.forwardRef(() => i3.RequiredValidator), selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "ngmodule", type: i0.forwardRef(() => ReactiveFormsModule) }, { kind: "directive", type: i0.forwardRef(() => i3.FormGroupDirective), selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i0.forwardRef(() => i3.FormControlName), selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }] });
4646
}
4747
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0-next.2", ngImport: i0, type: CdkLinearStepperWithFormExample, decorators: [{
4848
type: Component,

0 commit comments

Comments
 (0)