@angular/material 21.0.3 → 21.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/focus-indicators/_private.scss +1 -1
- package/fesm2022/_error-options-chunk.mjs +6 -6
- package/fesm2022/_form-field-chunk.mjs +32 -32
- package/fesm2022/_form-field-chunk.mjs.map +1 -1
- package/fesm2022/_icon-button-chunk.mjs +8 -8
- package/fesm2022/_icon-button-chunk.mjs.map +1 -1
- package/fesm2022/_icon-registry-chunk.mjs +3 -3
- package/fesm2022/_internal-form-field-chunk.mjs +3 -3
- package/fesm2022/_line-chunk.mjs +7 -7
- package/fesm2022/_option-chunk.mjs +6 -6
- package/fesm2022/_option-module-chunk.mjs +4 -4
- package/fesm2022/_pseudo-checkbox-chunk.mjs +3 -3
- package/fesm2022/_pseudo-checkbox-module-chunk.mjs +4 -4
- package/fesm2022/_ripple-chunk.mjs +6 -6
- package/fesm2022/_ripple-loader-chunk.mjs +3 -3
- package/fesm2022/_ripple-module-chunk.mjs +4 -4
- package/fesm2022/_structural-styles-chunk.mjs +5 -5
- package/fesm2022/_structural-styles-chunk.mjs.map +1 -1
- package/fesm2022/_tooltip-chunk.mjs +7 -8
- package/fesm2022/_tooltip-chunk.mjs.map +1 -1
- package/fesm2022/autocomplete.mjs +13 -13
- package/fesm2022/badge.mjs +10 -10
- package/fesm2022/bottom-sheet.mjs +10 -10
- package/fesm2022/button-toggle.mjs +10 -10
- package/fesm2022/button.mjs +19 -19
- package/fesm2022/button.mjs.map +1 -1
- package/fesm2022/card.mjs +46 -46
- package/fesm2022/checkbox.mjs +9 -9
- package/fesm2022/checkbox.mjs.map +1 -1
- package/fesm2022/chips.mjs +52 -52
- package/fesm2022/chips.mjs.map +1 -1
- package/fesm2022/core.mjs +12 -12
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/datepicker.mjs +84 -84
- package/fesm2022/datepicker.mjs.map +1 -1
- package/fesm2022/dialog.mjs +25 -25
- package/fesm2022/divider.mjs +7 -7
- package/fesm2022/expansion.mjs +25 -25
- package/fesm2022/form-field.mjs +4 -4
- package/fesm2022/grid-list.mjs +22 -22
- package/fesm2022/icon-testing.mjs +7 -7
- package/fesm2022/icon.mjs +7 -7
- package/fesm2022/input.mjs +7 -7
- package/fesm2022/list.mjs +57 -57
- package/fesm2022/list.mjs.map +1 -1
- package/fesm2022/menu.mjs +22 -22
- package/fesm2022/paginator.mjs +10 -10
- package/fesm2022/progress-bar.mjs +7 -7
- package/fesm2022/progress-spinner.mjs +7 -7
- package/fesm2022/radio.mjs +10 -10
- package/fesm2022/select.mjs +10 -10
- package/fesm2022/sidenav.mjs +22 -22
- package/fesm2022/slide-toggle.mjs +9 -9
- package/fesm2022/slide-toggle.mjs.map +1 -1
- package/fesm2022/slider.mjs +16 -16
- package/fesm2022/snack-bar.mjs +22 -22
- package/fesm2022/sort.mjs +13 -13
- package/fesm2022/stepper.mjs +33 -33
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/table.mjs +55 -55
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/tabs.mjs +43 -43
- package/fesm2022/timepicker.mjs +83 -88
- package/fesm2022/timepicker.mjs.map +1 -1
- package/fesm2022/toolbar.mjs +10 -10
- package/fesm2022/tooltip.mjs +4 -4
- package/fesm2022/tree.mjs +25 -25
- package/fesm2022/tree.mjs.map +1 -1
- package/package.json +2 -2
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/setup-project.js +1 -39
- package/schematics/ng-add/setup-project.js.map +1 -1
- package/schematics/ng-add/theming/{create-custom-theme.d.ts → create-theme.d.ts} +2 -2
- package/schematics/ng-add/theming/{create-custom-theme.js → create-theme.js} +6 -4
- package/schematics/ng-add/theming/create-theme.js.map +1 -0
- package/schematics/ng-add/theming/theming.js +15 -15
- package/schematics/ng-add/theming/theming.js.map +1 -1
- package/types/_tooltip-chunk.d.ts +305 -0
- package/types/paginator.d.ts +1 -0
- package/types/stepper.d.ts +4 -4
- package/types/table.d.ts +4 -2
- package/types/timepicker.d.ts +2 -2
- package/types/tooltip.d.ts +7 -297
- package/schematics/ng-add/theming/create-custom-theme.js.map +0 -1
|
@@ -105,7 +105,7 @@ class MatButtonBase {
|
|
|
105
105
|
}
|
|
106
106
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
107
107
|
minVersion: "12.0.0",
|
|
108
|
-
version: "21.0.
|
|
108
|
+
version: "21.0.3",
|
|
109
109
|
ngImport: i0,
|
|
110
110
|
type: MatButtonBase,
|
|
111
111
|
deps: [],
|
|
@@ -113,7 +113,7 @@ class MatButtonBase {
|
|
|
113
113
|
});
|
|
114
114
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
115
115
|
minVersion: "16.1.0",
|
|
116
|
-
version: "21.0.
|
|
116
|
+
version: "21.0.3",
|
|
117
117
|
type: MatButtonBase,
|
|
118
118
|
isStandalone: true,
|
|
119
119
|
inputs: {
|
|
@@ -143,7 +143,7 @@ class MatButtonBase {
|
|
|
143
143
|
}
|
|
144
144
|
i0.ɵɵngDeclareClassMetadata({
|
|
145
145
|
minVersion: "12.0.0",
|
|
146
|
-
version: "21.0.
|
|
146
|
+
version: "21.0.3",
|
|
147
147
|
ngImport: i0,
|
|
148
148
|
type: MatButtonBase,
|
|
149
149
|
decorators: [{
|
|
@@ -217,7 +217,7 @@ class MatIconButton extends MatButtonBase {
|
|
|
217
217
|
}
|
|
218
218
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
219
219
|
minVersion: "12.0.0",
|
|
220
|
-
version: "21.0.
|
|
220
|
+
version: "21.0.3",
|
|
221
221
|
ngImport: i0,
|
|
222
222
|
type: MatIconButton,
|
|
223
223
|
deps: [],
|
|
@@ -225,7 +225,7 @@ class MatIconButton extends MatButtonBase {
|
|
|
225
225
|
});
|
|
226
226
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
227
227
|
minVersion: "14.0.0",
|
|
228
|
-
version: "21.0.
|
|
228
|
+
version: "21.0.3",
|
|
229
229
|
type: MatIconButton,
|
|
230
230
|
isStandalone: true,
|
|
231
231
|
selector: "button[mat-icon-button], a[mat-icon-button], button[matIconButton], a[matIconButton]",
|
|
@@ -236,14 +236,14 @@ class MatIconButton extends MatButtonBase {
|
|
|
236
236
|
usesInheritance: true,
|
|
237
237
|
ngImport: i0,
|
|
238
238
|
template: "<span class=\"mat-mdc-button-persistent-ripple mdc-icon-button__ripple\"></span>\n\n<ng-content></ng-content>\n\n<!--\n The indicator can't be directly on the button, because MDC uses ::before for high contrast\n indication and it can't be on the ripple, because it has a border radius and overflow: hidden.\n-->\n<span class=\"mat-focus-indicator\"></span>\n\n<span class=\"mat-mdc-button-touch-target\"></span>\n",
|
|
239
|
-
styles: [".mat-mdc-icon-button{-webkit-user-select:none;user-select:none;display:inline-block;position:relative;box-sizing:border-box;border:none;outline:none;background-color:rgba(0,0,0,0);fill:currentColor;text-decoration:none;cursor:pointer;z-index:0;overflow:visible;border-radius:var(--mat-icon-button-container-shape, var(--mat-sys-corner-full, 50%));flex-shrink:0;text-align:center;width:var(--mat-icon-button-state-layer-size, 40px);height:var(--mat-icon-button-state-layer-size, 40px);padding:calc(calc(var(--mat-icon-button-state-layer-size, 40px) - var(--mat-icon-button-icon-size, 24px)) / 2);font-size:var(--mat-icon-button-icon-size, 24px);color:var(--mat-icon-button-icon-color, var(--mat-sys-on-surface-variant));-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-icon-button .mat-mdc-button-ripple,.mat-mdc-icon-button .mat-mdc-button-persistent-ripple,.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-icon-button .mat-mdc-button-ripple{overflow:hidden}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{content:\"\";opacity:0}.mat-mdc-icon-button .mdc-button__label,.mat-mdc-icon-button .mat-icon{z-index:1;position:relative}.mat-mdc-icon-button .mat-focus-indicator{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:inherit}.mat-mdc-icon-button:focus>.mat-focus-indicator::before{content:\"\";border-radius:inherit}.mat-mdc-icon-button .mat-ripple-element{background-color:var(--mat-icon-button-ripple-color, color-mix(in srgb, var(--mat-sys-on-surface-variant) calc(var(--mat-sys-pressed-state-layer-opacity) * 100%), transparent))}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-icon-button-state-layer-color, var(--mat-sys-on-surface-variant))}.mat-mdc-icon-button.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-icon-button-disabled-state-layer-color, var(--mat-sys-on-surface-variant))}.mat-mdc-icon-button:hover>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-mdc-icon-button.cdk-program-focused>.mat-mdc-button-persistent-ripple::before,.mat-mdc-icon-button.cdk-keyboard-focused>.mat-mdc-button-persistent-ripple::before,.mat-mdc-icon-button.mat-mdc-button-disabled-interactive:focus>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mat-mdc-icon-button:active>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-pressed-state-layer-opacity, var(--mat-sys-pressed-state-layer-opacity))}.mat-mdc-icon-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:var(--mat-icon-button-touch-target-size, 48px);display:var(--mat-icon-button-touch-target-display, block);left:50%;width:var(--mat-icon-button-touch-target-size, 48px);transform:translate(-50%, -50%)}.mat-mdc-icon-button._mat-animation-noopable{transition:none !important;animation:none !important}.mat-mdc-icon-button[disabled],.mat-mdc-icon-button.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mat-icon-button-disabled-icon-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-mdc-icon-button.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-icon-button img,.mat-mdc-icon-button svg{width:var(--mat-icon-button-icon-size, 24px);height:var(--mat-icon-button-icon-size, 24px);vertical-align:baseline}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple{border-radius:var(--mat-icon-button-container-shape, var(--mat-sys-corner-full, 50%))}.mat-mdc-icon-button[hidden]{display:none}.mat-mdc-icon-button.mat-unthemed:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-primary:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-accent:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-warn:not(.mdc-ripple-upgraded):focus::before{background:rgba(0,0,0,0);opacity:1}\n", "@media(forced-colors: active){.mat-mdc-button:not(.mdc-button--outlined),.mat-mdc-unelevated-button:not(.mdc-button--outlined),.mat-mdc-raised-button:not(.mdc-button--outlined),.mat-mdc-outlined-button:not(.mdc-button--outlined),.mat-mdc-button-base.mat-tonal-button,.mat-mdc-icon-button.mat-mdc-icon-button,.mat-mdc-outlined-button .mdc-button__ripple{outline:solid 1px}}\n"],
|
|
239
|
+
styles: [".mat-mdc-icon-button{-webkit-user-select:none;user-select:none;display:inline-block;position:relative;box-sizing:border-box;border:none;outline:none;background-color:rgba(0,0,0,0);fill:currentColor;text-decoration:none;cursor:pointer;z-index:0;overflow:visible;border-radius:var(--mat-icon-button-container-shape, var(--mat-sys-corner-full, 50%));flex-shrink:0;text-align:center;width:var(--mat-icon-button-state-layer-size, 40px);height:var(--mat-icon-button-state-layer-size, 40px);padding:calc(calc(var(--mat-icon-button-state-layer-size, 40px) - var(--mat-icon-button-icon-size, 24px)) / 2);font-size:var(--mat-icon-button-icon-size, 24px);color:var(--mat-icon-button-icon-color, var(--mat-sys-on-surface-variant));-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-icon-button .mat-mdc-button-ripple,.mat-mdc-icon-button .mat-mdc-button-persistent-ripple,.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-icon-button .mat-mdc-button-ripple{overflow:hidden}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{content:\"\";opacity:0}.mat-mdc-icon-button .mdc-button__label,.mat-mdc-icon-button .mat-icon{z-index:1;position:relative}.mat-mdc-icon-button .mat-focus-indicator{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:inherit}.mat-mdc-icon-button:focus-visible>.mat-focus-indicator::before{content:\"\";border-radius:inherit}.mat-mdc-icon-button .mat-ripple-element{background-color:var(--mat-icon-button-ripple-color, color-mix(in srgb, var(--mat-sys-on-surface-variant) calc(var(--mat-sys-pressed-state-layer-opacity) * 100%), transparent))}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-icon-button-state-layer-color, var(--mat-sys-on-surface-variant))}.mat-mdc-icon-button.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-icon-button-disabled-state-layer-color, var(--mat-sys-on-surface-variant))}.mat-mdc-icon-button:hover>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-mdc-icon-button.cdk-program-focused>.mat-mdc-button-persistent-ripple::before,.mat-mdc-icon-button.cdk-keyboard-focused>.mat-mdc-button-persistent-ripple::before,.mat-mdc-icon-button.mat-mdc-button-disabled-interactive:focus>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mat-mdc-icon-button:active>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-pressed-state-layer-opacity, var(--mat-sys-pressed-state-layer-opacity))}.mat-mdc-icon-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:var(--mat-icon-button-touch-target-size, 48px);display:var(--mat-icon-button-touch-target-display, block);left:50%;width:var(--mat-icon-button-touch-target-size, 48px);transform:translate(-50%, -50%)}.mat-mdc-icon-button._mat-animation-noopable{transition:none !important;animation:none !important}.mat-mdc-icon-button[disabled],.mat-mdc-icon-button.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mat-icon-button-disabled-icon-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-mdc-icon-button.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-icon-button img,.mat-mdc-icon-button svg{width:var(--mat-icon-button-icon-size, 24px);height:var(--mat-icon-button-icon-size, 24px);vertical-align:baseline}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple{border-radius:var(--mat-icon-button-container-shape, var(--mat-sys-corner-full, 50%))}.mat-mdc-icon-button[hidden]{display:none}.mat-mdc-icon-button.mat-unthemed:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-primary:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-accent:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-warn:not(.mdc-ripple-upgraded):focus::before{background:rgba(0,0,0,0);opacity:1}\n", "@media(forced-colors: active){.mat-mdc-button:not(.mdc-button--outlined),.mat-mdc-unelevated-button:not(.mdc-button--outlined),.mat-mdc-raised-button:not(.mdc-button--outlined),.mat-mdc-outlined-button:not(.mdc-button--outlined),.mat-mdc-button-base.mat-tonal-button,.mat-mdc-icon-button.mat-mdc-icon-button,.mat-mdc-outlined-button .mdc-button__ripple{outline:solid 1px}}\n"],
|
|
240
240
|
changeDetection: i0.ChangeDetectionStrategy.OnPush,
|
|
241
241
|
encapsulation: i0.ViewEncapsulation.None
|
|
242
242
|
});
|
|
243
243
|
}
|
|
244
244
|
i0.ɵɵngDeclareClassMetadata({
|
|
245
245
|
minVersion: "12.0.0",
|
|
246
|
-
version: "21.0.
|
|
246
|
+
version: "21.0.3",
|
|
247
247
|
ngImport: i0,
|
|
248
248
|
type: MatIconButton,
|
|
249
249
|
decorators: [{
|
|
@@ -257,7 +257,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
257
257
|
encapsulation: ViewEncapsulation.None,
|
|
258
258
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
259
259
|
template: "<span class=\"mat-mdc-button-persistent-ripple mdc-icon-button__ripple\"></span>\n\n<ng-content></ng-content>\n\n<!--\n The indicator can't be directly on the button, because MDC uses ::before for high contrast\n indication and it can't be on the ripple, because it has a border radius and overflow: hidden.\n-->\n<span class=\"mat-focus-indicator\"></span>\n\n<span class=\"mat-mdc-button-touch-target\"></span>\n",
|
|
260
|
-
styles: [".mat-mdc-icon-button{-webkit-user-select:none;user-select:none;display:inline-block;position:relative;box-sizing:border-box;border:none;outline:none;background-color:rgba(0,0,0,0);fill:currentColor;text-decoration:none;cursor:pointer;z-index:0;overflow:visible;border-radius:var(--mat-icon-button-container-shape, var(--mat-sys-corner-full, 50%));flex-shrink:0;text-align:center;width:var(--mat-icon-button-state-layer-size, 40px);height:var(--mat-icon-button-state-layer-size, 40px);padding:calc(calc(var(--mat-icon-button-state-layer-size, 40px) - var(--mat-icon-button-icon-size, 24px)) / 2);font-size:var(--mat-icon-button-icon-size, 24px);color:var(--mat-icon-button-icon-color, var(--mat-sys-on-surface-variant));-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-icon-button .mat-mdc-button-ripple,.mat-mdc-icon-button .mat-mdc-button-persistent-ripple,.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-icon-button .mat-mdc-button-ripple{overflow:hidden}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{content:\"\";opacity:0}.mat-mdc-icon-button .mdc-button__label,.mat-mdc-icon-button .mat-icon{z-index:1;position:relative}.mat-mdc-icon-button .mat-focus-indicator{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:inherit}.mat-mdc-icon-button:focus>.mat-focus-indicator::before{content:\"\";border-radius:inherit}.mat-mdc-icon-button .mat-ripple-element{background-color:var(--mat-icon-button-ripple-color, color-mix(in srgb, var(--mat-sys-on-surface-variant) calc(var(--mat-sys-pressed-state-layer-opacity) * 100%), transparent))}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-icon-button-state-layer-color, var(--mat-sys-on-surface-variant))}.mat-mdc-icon-button.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-icon-button-disabled-state-layer-color, var(--mat-sys-on-surface-variant))}.mat-mdc-icon-button:hover>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-mdc-icon-button.cdk-program-focused>.mat-mdc-button-persistent-ripple::before,.mat-mdc-icon-button.cdk-keyboard-focused>.mat-mdc-button-persistent-ripple::before,.mat-mdc-icon-button.mat-mdc-button-disabled-interactive:focus>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mat-mdc-icon-button:active>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-pressed-state-layer-opacity, var(--mat-sys-pressed-state-layer-opacity))}.mat-mdc-icon-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:var(--mat-icon-button-touch-target-size, 48px);display:var(--mat-icon-button-touch-target-display, block);left:50%;width:var(--mat-icon-button-touch-target-size, 48px);transform:translate(-50%, -50%)}.mat-mdc-icon-button._mat-animation-noopable{transition:none !important;animation:none !important}.mat-mdc-icon-button[disabled],.mat-mdc-icon-button.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mat-icon-button-disabled-icon-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-mdc-icon-button.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-icon-button img,.mat-mdc-icon-button svg{width:var(--mat-icon-button-icon-size, 24px);height:var(--mat-icon-button-icon-size, 24px);vertical-align:baseline}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple{border-radius:var(--mat-icon-button-container-shape, var(--mat-sys-corner-full, 50%))}.mat-mdc-icon-button[hidden]{display:none}.mat-mdc-icon-button.mat-unthemed:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-primary:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-accent:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-warn:not(.mdc-ripple-upgraded):focus::before{background:rgba(0,0,0,0);opacity:1}\n", "@media(forced-colors: active){.mat-mdc-button:not(.mdc-button--outlined),.mat-mdc-unelevated-button:not(.mdc-button--outlined),.mat-mdc-raised-button:not(.mdc-button--outlined),.mat-mdc-outlined-button:not(.mdc-button--outlined),.mat-mdc-button-base.mat-tonal-button,.mat-mdc-icon-button.mat-mdc-icon-button,.mat-mdc-outlined-button .mdc-button__ripple{outline:solid 1px}}\n"]
|
|
260
|
+
styles: [".mat-mdc-icon-button{-webkit-user-select:none;user-select:none;display:inline-block;position:relative;box-sizing:border-box;border:none;outline:none;background-color:rgba(0,0,0,0);fill:currentColor;text-decoration:none;cursor:pointer;z-index:0;overflow:visible;border-radius:var(--mat-icon-button-container-shape, var(--mat-sys-corner-full, 50%));flex-shrink:0;text-align:center;width:var(--mat-icon-button-state-layer-size, 40px);height:var(--mat-icon-button-state-layer-size, 40px);padding:calc(calc(var(--mat-icon-button-state-layer-size, 40px) - var(--mat-icon-button-icon-size, 24px)) / 2);font-size:var(--mat-icon-button-icon-size, 24px);color:var(--mat-icon-button-icon-color, var(--mat-sys-on-surface-variant));-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-icon-button .mat-mdc-button-ripple,.mat-mdc-icon-button .mat-mdc-button-persistent-ripple,.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-icon-button .mat-mdc-button-ripple{overflow:hidden}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{content:\"\";opacity:0}.mat-mdc-icon-button .mdc-button__label,.mat-mdc-icon-button .mat-icon{z-index:1;position:relative}.mat-mdc-icon-button .mat-focus-indicator{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:inherit}.mat-mdc-icon-button:focus-visible>.mat-focus-indicator::before{content:\"\";border-radius:inherit}.mat-mdc-icon-button .mat-ripple-element{background-color:var(--mat-icon-button-ripple-color, color-mix(in srgb, var(--mat-sys-on-surface-variant) calc(var(--mat-sys-pressed-state-layer-opacity) * 100%), transparent))}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-icon-button-state-layer-color, var(--mat-sys-on-surface-variant))}.mat-mdc-icon-button.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-icon-button-disabled-state-layer-color, var(--mat-sys-on-surface-variant))}.mat-mdc-icon-button:hover>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-mdc-icon-button.cdk-program-focused>.mat-mdc-button-persistent-ripple::before,.mat-mdc-icon-button.cdk-keyboard-focused>.mat-mdc-button-persistent-ripple::before,.mat-mdc-icon-button.mat-mdc-button-disabled-interactive:focus>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mat-mdc-icon-button:active>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-pressed-state-layer-opacity, var(--mat-sys-pressed-state-layer-opacity))}.mat-mdc-icon-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:var(--mat-icon-button-touch-target-size, 48px);display:var(--mat-icon-button-touch-target-display, block);left:50%;width:var(--mat-icon-button-touch-target-size, 48px);transform:translate(-50%, -50%)}.mat-mdc-icon-button._mat-animation-noopable{transition:none !important;animation:none !important}.mat-mdc-icon-button[disabled],.mat-mdc-icon-button.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mat-icon-button-disabled-icon-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-mdc-icon-button.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-icon-button img,.mat-mdc-icon-button svg{width:var(--mat-icon-button-icon-size, 24px);height:var(--mat-icon-button-icon-size, 24px);vertical-align:baseline}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple{border-radius:var(--mat-icon-button-container-shape, var(--mat-sys-corner-full, 50%))}.mat-mdc-icon-button[hidden]{display:none}.mat-mdc-icon-button.mat-unthemed:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-primary:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-accent:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-warn:not(.mdc-ripple-upgraded):focus::before{background:rgba(0,0,0,0);opacity:1}\n", "@media(forced-colors: active){.mat-mdc-button:not(.mdc-button--outlined),.mat-mdc-unelevated-button:not(.mdc-button--outlined),.mat-mdc-raised-button:not(.mdc-button--outlined),.mat-mdc-outlined-button:not(.mdc-button--outlined),.mat-mdc-button-base.mat-tonal-button,.mat-mdc-icon-button.mat-mdc-icon-button,.mat-mdc-outlined-button .mdc-button__ripple{outline:solid 1px}}\n"]
|
|
261
261
|
}]
|
|
262
262
|
}],
|
|
263
263
|
ctorParameters: () => []
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_icon-button-chunk.mjs","sources":["../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/src/material/button/button-base.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/src/material/button/icon-button.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/src/material/button/icon-button.html"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {FocusMonitor, FocusOrigin} from '@angular/cdk/a11y';\nimport {\n AfterViewInit,\n booleanAttribute,\n Directive,\n ElementRef,\n inject,\n InjectionToken,\n Input,\n NgZone,\n numberAttribute,\n OnDestroy,\n Renderer2,\n} from '@angular/core';\nimport {_animationsDisabled, _StructuralStylesLoader, MatRippleLoader, ThemePalette} from '../core';\nimport {_CdkPrivateStyleLoader} from '@angular/cdk/private';\n\n/**\n * Possible appearances for a `MatButton`.\n * See https://m3.material.io/components/buttons/overview\n */\nexport type MatButtonAppearance = 'text' | 'filled' | 'elevated' | 'outlined' | 'tonal';\n\n/** Object that can be used to configure the default options for the button component. */\nexport interface MatButtonConfig {\n /** Whether disabled buttons should be interactive. */\n disabledInteractive?: boolean;\n\n /** Default palette color to apply to buttons. */\n color?: ThemePalette;\n\n /** Default appearance for plain buttons (not icon buttons or FABs). */\n defaultAppearance?: MatButtonAppearance;\n}\n\n/** Injection token that can be used to provide the default options the button component. */\nexport const MAT_BUTTON_CONFIG = new InjectionToken<MatButtonConfig>('MAT_BUTTON_CONFIG');\n\nfunction transformTabIndex(value: unknown): number | undefined {\n return value == null ? undefined : numberAttribute(value);\n}\n\n/** Base class for all buttons. */\n@Directive({\n host: {\n // Add a class that applies to all buttons. This makes it easier to target if somebody\n // wants to target all Material buttons.\n 'class': 'mat-mdc-button-base',\n '[class]': 'color ? \"mat-\" + color : \"\"',\n '[attr.disabled]': '_getDisabledAttribute()',\n '[attr.aria-disabled]': '_getAriaDisabled()',\n '[attr.tabindex]': '_getTabIndex()',\n '[class.mat-mdc-button-disabled]': 'disabled',\n '[class.mat-mdc-button-disabled-interactive]': 'disabledInteractive',\n '[class.mat-unthemed]': '!color',\n '[class._mat-animation-noopable]': '_animationsDisabled',\n },\n})\nexport class MatButtonBase implements AfterViewInit, OnDestroy {\n _elementRef = inject<ElementRef<HTMLElement>>(ElementRef);\n protected _ngZone = inject(NgZone);\n protected _animationsDisabled = _animationsDisabled();\n\n protected readonly _config = inject(MAT_BUTTON_CONFIG, {optional: true});\n private readonly _focusMonitor = inject(FocusMonitor);\n private _cleanupClick: (() => void) | undefined;\n private _renderer = inject(Renderer2);\n\n /**\n * Handles the lazy creation of the MatButton ripple.\n * Used to improve initial load time of large applications.\n */\n protected _rippleLoader: MatRippleLoader = inject(MatRippleLoader);\n\n /** Whether the button is set on an anchor node. */\n protected _isAnchor: boolean;\n\n /** Whether this button is a FAB. Used to apply the correct class on the ripple. */\n protected _isFab = false;\n\n /**\n * Theme color of the button. This API is supported in M2 themes only, it has\n * no effect in M3 themes. For color customization in M3, see https://material.angular.dev/components/button/styling.\n *\n * For information on applying color variants in M3, see\n * https://material.angular.dev/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants\n */\n @Input() color?: string | null;\n\n /** Whether the ripple effect is disabled or not. */\n @Input({transform: booleanAttribute})\n get disableRipple(): boolean {\n return this._disableRipple;\n }\n set disableRipple(value: any) {\n this._disableRipple = value;\n this._updateRippleDisabled();\n }\n private _disableRipple: boolean = false;\n\n /** Whether the button is disabled. */\n @Input({transform: booleanAttribute})\n get disabled(): boolean {\n return this._disabled;\n }\n set disabled(value: any) {\n this._disabled = value;\n this._updateRippleDisabled();\n }\n private _disabled: boolean = false;\n\n /** `aria-disabled` value of the button. */\n @Input({transform: booleanAttribute, alias: 'aria-disabled'})\n ariaDisabled: boolean | undefined;\n\n /**\n * Natively disabled buttons prevent focus and any pointer events from reaching the button.\n * In some scenarios this might not be desirable, because it can prevent users from finding out\n * why the button is disabled (e.g. via tooltip). This is also useful for buttons that may\n * become disabled when activated, which would cause focus to be transferred to the document\n * body instead of remaining on the button.\n *\n * Enabling this input will change the button so that it is styled to be disabled and will be\n * marked as `aria-disabled`, but it will allow the button to receive events and focus.\n *\n * Note that by enabling this, you need to set the `tabindex` yourself if the button isn't\n * meant to be tabbable and you have to prevent the button action (e.g. form submissions).\n */\n @Input({transform: booleanAttribute})\n disabledInteractive: boolean;\n\n /** Tab index for the button. */\n @Input({transform: transformTabIndex})\n tabIndex: number;\n\n /**\n * Backwards-compatibility input that handles pre-existing `[tabindex]` bindings.\n * @docs-private\n */\n @Input({alias: 'tabindex', transform: transformTabIndex})\n set _tabindex(value: number) {\n this.tabIndex = value;\n }\n\n constructor(...args: unknown[]);\n\n constructor() {\n inject(_CdkPrivateStyleLoader).load(_StructuralStylesLoader);\n const element = this._elementRef.nativeElement;\n\n this._isAnchor = element.tagName === 'A';\n this.disabledInteractive = this._config?.disabledInteractive ?? false;\n this.color = this._config?.color ?? null;\n this._rippleLoader?.configureRipple(element, {className: 'mat-mdc-button-ripple'});\n }\n\n ngAfterViewInit() {\n this._focusMonitor.monitor(this._elementRef, true);\n\n // Some internal tests depend on the timing of this,\n // otherwise we could bind it in the constructor.\n if (this._isAnchor) {\n this._setupAsAnchor();\n }\n }\n\n ngOnDestroy() {\n this._cleanupClick?.();\n this._focusMonitor.stopMonitoring(this._elementRef);\n this._rippleLoader?.destroyRipple(this._elementRef.nativeElement);\n }\n\n /** Focuses the button. */\n focus(origin: FocusOrigin = 'program', options?: FocusOptions): void {\n if (origin) {\n this._focusMonitor.focusVia(this._elementRef.nativeElement, origin, options);\n } else {\n this._elementRef.nativeElement.focus(options);\n }\n }\n\n protected _getAriaDisabled() {\n if (this.ariaDisabled != null) {\n return this.ariaDisabled;\n }\n\n if (this._isAnchor) {\n return this.disabled || null;\n }\n\n return this.disabled && this.disabledInteractive ? true : null;\n }\n\n protected _getDisabledAttribute() {\n return this.disabledInteractive || !this.disabled ? null : true;\n }\n\n private _updateRippleDisabled(): void {\n this._rippleLoader?.setDisabled(\n this._elementRef.nativeElement,\n this.disableRipple || this.disabled,\n );\n }\n\n protected _getTabIndex() {\n if (this._isAnchor) {\n return this.disabled && !this.disabledInteractive ? -1 : this.tabIndex;\n }\n return this.tabIndex;\n }\n\n private _setupAsAnchor() {\n this._cleanupClick = this._ngZone.runOutsideAngular(() =>\n this._renderer.listen(this._elementRef.nativeElement, 'click', (event: Event) => {\n if (this.disabled) {\n event.preventDefault();\n event.stopImmediatePropagation();\n }\n }),\n );\n }\n}\n\n// tslint:disable:variable-name\n/**\n * Anchor button base.\n */\nexport const MatAnchorBase = MatButtonBase;\nexport type MatAnchorBase = MatButtonBase;\n// tslint:enable:variable-name\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {ChangeDetectionStrategy, Component, ViewEncapsulation} from '@angular/core';\nimport {MatButtonBase} from './button-base';\n\n/**\n * Material Design icon button component. This type of button displays a single interactive icon for\n * users to perform an action.\n * See https://material.io/develop/web/components/buttons/icon-buttons/\n */\n@Component({\n selector: `button[mat-icon-button], a[mat-icon-button], button[matIconButton], a[matIconButton]`,\n templateUrl: 'icon-button.html',\n styleUrls: ['icon-button.css', 'button-high-contrast.css'],\n host: {\n 'class': 'mdc-icon-button mat-mdc-icon-button',\n },\n exportAs: 'matButton, matAnchor',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class MatIconButton extends MatButtonBase {\n constructor(...args: unknown[]);\n\n constructor() {\n super();\n this._rippleLoader.configureRipple(this._elementRef.nativeElement, {centered: true});\n }\n}\n\n// tslint:disable:variable-name\n/**\n * Material Design icon button component for anchor elements. This button displays a single\n * interaction icon that allows users to navigate across different routes or pages.\n * See https://material.io/develop/web/components/buttons/icon-buttons/\n */\nexport const MatIconAnchor = MatIconButton;\nexport type MatIconAnchor = MatIconButton;\n// tslint:enable:variable-name\n","<span class=\"mat-mdc-button-persistent-ripple mdc-icon-button__ripple\"></span>\n\n<ng-content></ng-content>\n\n<!--\n The indicator can't be directly on the button, because MDC uses ::before for high contrast\n indication and it can't be on the ripple, because it has a border radius and overflow: hidden.\n-->\n<span class=\"mat-focus-indicator\"></span>\n\n<span class=\"mat-mdc-button-touch-target\"></span>\n"],"names":["MAT_BUTTON_CONFIG","InjectionToken","transformTabIndex","value","undefined","numberAttribute","MatButtonBase","_elementRef","inject","ElementRef","_ngZone","NgZone","_animationsDisabled","_config","optional","_focusMonitor","FocusMonitor","_cleanupClick","_renderer","Renderer2","_rippleLoader","MatRippleLoader","_isAnchor","_isFab","color","disableRipple","_disableRipple","_updateRippleDisabled","disabled","_disabled","ariaDisabled","disabledInteractive","tabIndex","_tabindex","constructor","_CdkPrivateStyleLoader","load","_StructuralStylesLoader","element","nativeElement","tagName","configureRipple","className","ngAfterViewInit","monitor","_setupAsAnchor","ngOnDestroy","stopMonitoring","destroyRipple","focus","origin","options","focusVia","_getAriaDisabled","_getDisabledAttribute","setDisabled","_getTabIndex","runOutsideAngular","listen","event","preventDefault","stopImmediatePropagation","deps","target","i0","ɵɵFactoryTarget","Directive","isStandalone","inputs","booleanAttribute","host","properties","classAttribute","ngImport","decorators","args","Input","transform","alias","MatIconButton","centered","Component","ɵcmp","ɵɵngDeclareComponent","minVersion","version","type","styles","changeDetection","ChangeDetectionStrategy","OnPush","encapsulation","ViewEncapsulation","None","selector","exportAs","template","MatIconAnchor"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"_icon-button-chunk.mjs","sources":["../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/src/material/button/button-base.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/src/material/button/icon-button.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/src/material/button/icon-button.html"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {FocusMonitor, FocusOrigin} from '@angular/cdk/a11y';\nimport {\n AfterViewInit,\n booleanAttribute,\n Directive,\n ElementRef,\n inject,\n InjectionToken,\n Input,\n NgZone,\n numberAttribute,\n OnDestroy,\n Renderer2,\n} from '@angular/core';\nimport {_animationsDisabled, _StructuralStylesLoader, MatRippleLoader, ThemePalette} from '../core';\nimport {_CdkPrivateStyleLoader} from '@angular/cdk/private';\n\n/**\n * Possible appearances for a `MatButton`.\n * See https://m3.material.io/components/buttons/overview\n */\nexport type MatButtonAppearance = 'text' | 'filled' | 'elevated' | 'outlined' | 'tonal';\n\n/** Object that can be used to configure the default options for the button component. */\nexport interface MatButtonConfig {\n /** Whether disabled buttons should be interactive. */\n disabledInteractive?: boolean;\n\n /** Default palette color to apply to buttons. */\n color?: ThemePalette;\n\n /** Default appearance for plain buttons (not icon buttons or FABs). */\n defaultAppearance?: MatButtonAppearance;\n}\n\n/** Injection token that can be used to provide the default options the button component. */\nexport const MAT_BUTTON_CONFIG = new InjectionToken<MatButtonConfig>('MAT_BUTTON_CONFIG');\n\nfunction transformTabIndex(value: unknown): number | undefined {\n return value == null ? undefined : numberAttribute(value);\n}\n\n/** Base class for all buttons. */\n@Directive({\n host: {\n // Add a class that applies to all buttons. This makes it easier to target if somebody\n // wants to target all Material buttons.\n 'class': 'mat-mdc-button-base',\n '[class]': 'color ? \"mat-\" + color : \"\"',\n '[attr.disabled]': '_getDisabledAttribute()',\n '[attr.aria-disabled]': '_getAriaDisabled()',\n '[attr.tabindex]': '_getTabIndex()',\n '[class.mat-mdc-button-disabled]': 'disabled',\n '[class.mat-mdc-button-disabled-interactive]': 'disabledInteractive',\n '[class.mat-unthemed]': '!color',\n '[class._mat-animation-noopable]': '_animationsDisabled',\n },\n})\nexport class MatButtonBase implements AfterViewInit, OnDestroy {\n _elementRef = inject<ElementRef<HTMLElement>>(ElementRef);\n protected _ngZone = inject(NgZone);\n protected _animationsDisabled = _animationsDisabled();\n\n protected readonly _config = inject(MAT_BUTTON_CONFIG, {optional: true});\n private readonly _focusMonitor = inject(FocusMonitor);\n private _cleanupClick: (() => void) | undefined;\n private _renderer = inject(Renderer2);\n\n /**\n * Handles the lazy creation of the MatButton ripple.\n * Used to improve initial load time of large applications.\n */\n protected _rippleLoader: MatRippleLoader = inject(MatRippleLoader);\n\n /** Whether the button is set on an anchor node. */\n protected _isAnchor: boolean;\n\n /** Whether this button is a FAB. Used to apply the correct class on the ripple. */\n protected _isFab = false;\n\n /**\n * Theme color of the button. This API is supported in M2 themes only, it has\n * no effect in M3 themes. For color customization in M3, see https://material.angular.dev/components/button/styling.\n *\n * For information on applying color variants in M3, see\n * https://material.angular.dev/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants\n */\n @Input() color?: string | null;\n\n /** Whether the ripple effect is disabled or not. */\n @Input({transform: booleanAttribute})\n get disableRipple(): boolean {\n return this._disableRipple;\n }\n set disableRipple(value: any) {\n this._disableRipple = value;\n this._updateRippleDisabled();\n }\n private _disableRipple: boolean = false;\n\n /** Whether the button is disabled. */\n @Input({transform: booleanAttribute})\n get disabled(): boolean {\n return this._disabled;\n }\n set disabled(value: any) {\n this._disabled = value;\n this._updateRippleDisabled();\n }\n private _disabled: boolean = false;\n\n /** `aria-disabled` value of the button. */\n @Input({transform: booleanAttribute, alias: 'aria-disabled'})\n ariaDisabled: boolean | undefined;\n\n /**\n * Natively disabled buttons prevent focus and any pointer events from reaching the button.\n * In some scenarios this might not be desirable, because it can prevent users from finding out\n * why the button is disabled (e.g. via tooltip). This is also useful for buttons that may\n * become disabled when activated, which would cause focus to be transferred to the document\n * body instead of remaining on the button.\n *\n * Enabling this input will change the button so that it is styled to be disabled and will be\n * marked as `aria-disabled`, but it will allow the button to receive events and focus.\n *\n * Note that by enabling this, you need to set the `tabindex` yourself if the button isn't\n * meant to be tabbable and you have to prevent the button action (e.g. form submissions).\n */\n @Input({transform: booleanAttribute})\n disabledInteractive: boolean;\n\n /** Tab index for the button. */\n @Input({transform: transformTabIndex})\n tabIndex: number;\n\n /**\n * Backwards-compatibility input that handles pre-existing `[tabindex]` bindings.\n * @docs-private\n */\n @Input({alias: 'tabindex', transform: transformTabIndex})\n set _tabindex(value: number) {\n this.tabIndex = value;\n }\n\n constructor(...args: unknown[]);\n\n constructor() {\n inject(_CdkPrivateStyleLoader).load(_StructuralStylesLoader);\n const element = this._elementRef.nativeElement;\n\n this._isAnchor = element.tagName === 'A';\n this.disabledInteractive = this._config?.disabledInteractive ?? false;\n this.color = this._config?.color ?? null;\n this._rippleLoader?.configureRipple(element, {className: 'mat-mdc-button-ripple'});\n }\n\n ngAfterViewInit() {\n this._focusMonitor.monitor(this._elementRef, true);\n\n // Some internal tests depend on the timing of this,\n // otherwise we could bind it in the constructor.\n if (this._isAnchor) {\n this._setupAsAnchor();\n }\n }\n\n ngOnDestroy() {\n this._cleanupClick?.();\n this._focusMonitor.stopMonitoring(this._elementRef);\n this._rippleLoader?.destroyRipple(this._elementRef.nativeElement);\n }\n\n /** Focuses the button. */\n focus(origin: FocusOrigin = 'program', options?: FocusOptions): void {\n if (origin) {\n this._focusMonitor.focusVia(this._elementRef.nativeElement, origin, options);\n } else {\n this._elementRef.nativeElement.focus(options);\n }\n }\n\n protected _getAriaDisabled() {\n if (this.ariaDisabled != null) {\n return this.ariaDisabled;\n }\n\n if (this._isAnchor) {\n return this.disabled || null;\n }\n\n return this.disabled && this.disabledInteractive ? true : null;\n }\n\n protected _getDisabledAttribute() {\n return this.disabledInteractive || !this.disabled ? null : true;\n }\n\n private _updateRippleDisabled(): void {\n this._rippleLoader?.setDisabled(\n this._elementRef.nativeElement,\n this.disableRipple || this.disabled,\n );\n }\n\n protected _getTabIndex() {\n if (this._isAnchor) {\n return this.disabled && !this.disabledInteractive ? -1 : this.tabIndex;\n }\n return this.tabIndex;\n }\n\n private _setupAsAnchor() {\n this._cleanupClick = this._ngZone.runOutsideAngular(() =>\n this._renderer.listen(this._elementRef.nativeElement, 'click', (event: Event) => {\n if (this.disabled) {\n event.preventDefault();\n event.stopImmediatePropagation();\n }\n }),\n );\n }\n}\n\n// tslint:disable:variable-name\n/**\n * Anchor button base.\n */\nexport const MatAnchorBase = MatButtonBase;\nexport type MatAnchorBase = MatButtonBase;\n// tslint:enable:variable-name\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {ChangeDetectionStrategy, Component, ViewEncapsulation} from '@angular/core';\nimport {MatButtonBase} from './button-base';\n\n/**\n * Material Design icon button component. This type of button displays a single interactive icon for\n * users to perform an action.\n * See https://material.io/develop/web/components/buttons/icon-buttons/\n */\n@Component({\n selector: `button[mat-icon-button], a[mat-icon-button], button[matIconButton], a[matIconButton]`,\n templateUrl: 'icon-button.html',\n styleUrls: ['icon-button.css', 'button-high-contrast.css'],\n host: {\n 'class': 'mdc-icon-button mat-mdc-icon-button',\n },\n exportAs: 'matButton, matAnchor',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class MatIconButton extends MatButtonBase {\n constructor(...args: unknown[]);\n\n constructor() {\n super();\n this._rippleLoader.configureRipple(this._elementRef.nativeElement, {centered: true});\n }\n}\n\n// tslint:disable:variable-name\n/**\n * Material Design icon button component for anchor elements. This button displays a single\n * interaction icon that allows users to navigate across different routes or pages.\n * See https://material.io/develop/web/components/buttons/icon-buttons/\n */\nexport const MatIconAnchor = MatIconButton;\nexport type MatIconAnchor = MatIconButton;\n// tslint:enable:variable-name\n","<span class=\"mat-mdc-button-persistent-ripple mdc-icon-button__ripple\"></span>\n\n<ng-content></ng-content>\n\n<!--\n The indicator can't be directly on the button, because MDC uses ::before for high contrast\n indication and it can't be on the ripple, because it has a border radius and overflow: hidden.\n-->\n<span class=\"mat-focus-indicator\"></span>\n\n<span class=\"mat-mdc-button-touch-target\"></span>\n"],"names":["MAT_BUTTON_CONFIG","InjectionToken","transformTabIndex","value","undefined","numberAttribute","MatButtonBase","_elementRef","inject","ElementRef","_ngZone","NgZone","_animationsDisabled","_config","optional","_focusMonitor","FocusMonitor","_cleanupClick","_renderer","Renderer2","_rippleLoader","MatRippleLoader","_isAnchor","_isFab","color","disableRipple","_disableRipple","_updateRippleDisabled","disabled","_disabled","ariaDisabled","disabledInteractive","tabIndex","_tabindex","constructor","_CdkPrivateStyleLoader","load","_StructuralStylesLoader","element","nativeElement","tagName","configureRipple","className","ngAfterViewInit","monitor","_setupAsAnchor","ngOnDestroy","stopMonitoring","destroyRipple","focus","origin","options","focusVia","_getAriaDisabled","_getDisabledAttribute","setDisabled","_getTabIndex","runOutsideAngular","listen","event","preventDefault","stopImmediatePropagation","deps","target","i0","ɵɵFactoryTarget","Directive","isStandalone","inputs","booleanAttribute","host","properties","classAttribute","ngImport","decorators","args","Input","transform","alias","MatIconButton","centered","Component","ɵcmp","ɵɵngDeclareComponent","minVersion","version","type","styles","changeDetection","ChangeDetectionStrategy","OnPush","encapsulation","ViewEncapsulation","None","selector","exportAs","template","MatIconAnchor"],"mappings":"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"}
|
|
@@ -300,7 +300,7 @@ class MatIconRegistry {
|
|
|
300
300
|
}
|
|
301
301
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
302
302
|
minVersion: "12.0.0",
|
|
303
|
-
version: "21.0.
|
|
303
|
+
version: "21.0.3",
|
|
304
304
|
ngImport: i0,
|
|
305
305
|
type: MatIconRegistry,
|
|
306
306
|
deps: [{
|
|
@@ -318,7 +318,7 @@ class MatIconRegistry {
|
|
|
318
318
|
});
|
|
319
319
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
320
320
|
minVersion: "12.0.0",
|
|
321
|
-
version: "21.0.
|
|
321
|
+
version: "21.0.3",
|
|
322
322
|
ngImport: i0,
|
|
323
323
|
type: MatIconRegistry,
|
|
324
324
|
providedIn: 'root'
|
|
@@ -326,7 +326,7 @@ class MatIconRegistry {
|
|
|
326
326
|
}
|
|
327
327
|
i0.ɵɵngDeclareClassMetadata({
|
|
328
328
|
minVersion: "12.0.0",
|
|
329
|
-
version: "21.0.
|
|
329
|
+
version: "21.0.3",
|
|
330
330
|
ngImport: i0,
|
|
331
331
|
type: MatIconRegistry,
|
|
332
332
|
decorators: [{
|
|
@@ -5,7 +5,7 @@ class _MatInternalFormField {
|
|
|
5
5
|
labelPosition;
|
|
6
6
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
7
7
|
minVersion: "12.0.0",
|
|
8
|
-
version: "21.0.
|
|
8
|
+
version: "21.0.3",
|
|
9
9
|
ngImport: i0,
|
|
10
10
|
type: _MatInternalFormField,
|
|
11
11
|
deps: [],
|
|
@@ -13,7 +13,7 @@ class _MatInternalFormField {
|
|
|
13
13
|
});
|
|
14
14
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
15
15
|
minVersion: "14.0.0",
|
|
16
|
-
version: "21.0.
|
|
16
|
+
version: "21.0.3",
|
|
17
17
|
type: _MatInternalFormField,
|
|
18
18
|
isStandalone: true,
|
|
19
19
|
selector: "div[mat-internal-form-field]",
|
|
@@ -36,7 +36,7 @@ class _MatInternalFormField {
|
|
|
36
36
|
}
|
|
37
37
|
i0.ɵɵngDeclareClassMetadata({
|
|
38
38
|
minVersion: "12.0.0",
|
|
39
|
-
version: "21.0.
|
|
39
|
+
version: "21.0.3",
|
|
40
40
|
ngImport: i0,
|
|
41
41
|
type: _MatInternalFormField,
|
|
42
42
|
decorators: [{
|
package/fesm2022/_line-chunk.mjs
CHANGED
|
@@ -6,7 +6,7 @@ import { startWith } from 'rxjs/operators';
|
|
|
6
6
|
class MatLine {
|
|
7
7
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
8
8
|
minVersion: "12.0.0",
|
|
9
|
-
version: "21.0.
|
|
9
|
+
version: "21.0.3",
|
|
10
10
|
ngImport: i0,
|
|
11
11
|
type: MatLine,
|
|
12
12
|
deps: [],
|
|
@@ -14,7 +14,7 @@ class MatLine {
|
|
|
14
14
|
});
|
|
15
15
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
16
16
|
minVersion: "14.0.0",
|
|
17
|
-
version: "21.0.
|
|
17
|
+
version: "21.0.3",
|
|
18
18
|
type: MatLine,
|
|
19
19
|
isStandalone: true,
|
|
20
20
|
selector: "[mat-line], [matLine]",
|
|
@@ -26,7 +26,7 @@ class MatLine {
|
|
|
26
26
|
}
|
|
27
27
|
i0.ɵɵngDeclareClassMetadata({
|
|
28
28
|
minVersion: "12.0.0",
|
|
29
|
-
version: "21.0.
|
|
29
|
+
version: "21.0.3",
|
|
30
30
|
ngImport: i0,
|
|
31
31
|
type: MatLine,
|
|
32
32
|
decorators: [{
|
|
@@ -59,7 +59,7 @@ function setClass(element, className, isAdd) {
|
|
|
59
59
|
class MatLineModule {
|
|
60
60
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
61
61
|
minVersion: "12.0.0",
|
|
62
|
-
version: "21.0.
|
|
62
|
+
version: "21.0.3",
|
|
63
63
|
ngImport: i0,
|
|
64
64
|
type: MatLineModule,
|
|
65
65
|
deps: [],
|
|
@@ -67,7 +67,7 @@ class MatLineModule {
|
|
|
67
67
|
});
|
|
68
68
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
69
69
|
minVersion: "14.0.0",
|
|
70
|
-
version: "21.0.
|
|
70
|
+
version: "21.0.3",
|
|
71
71
|
ngImport: i0,
|
|
72
72
|
type: MatLineModule,
|
|
73
73
|
imports: [MatLine],
|
|
@@ -75,7 +75,7 @@ class MatLineModule {
|
|
|
75
75
|
});
|
|
76
76
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
77
77
|
minVersion: "12.0.0",
|
|
78
|
-
version: "21.0.
|
|
78
|
+
version: "21.0.3",
|
|
79
79
|
ngImport: i0,
|
|
80
80
|
type: MatLineModule,
|
|
81
81
|
imports: [BidiModule]
|
|
@@ -83,7 +83,7 @@ class MatLineModule {
|
|
|
83
83
|
}
|
|
84
84
|
i0.ɵɵngDeclareClassMetadata({
|
|
85
85
|
minVersion: "12.0.0",
|
|
86
|
-
version: "21.0.
|
|
86
|
+
version: "21.0.3",
|
|
87
87
|
ngImport: i0,
|
|
88
88
|
type: MatLineModule,
|
|
89
89
|
decorators: [{
|
|
@@ -24,7 +24,7 @@ class MatOptgroup {
|
|
|
24
24
|
}
|
|
25
25
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
26
26
|
minVersion: "12.0.0",
|
|
27
|
-
version: "21.0.
|
|
27
|
+
version: "21.0.3",
|
|
28
28
|
ngImport: i0,
|
|
29
29
|
type: MatOptgroup,
|
|
30
30
|
deps: [],
|
|
@@ -32,7 +32,7 @@ class MatOptgroup {
|
|
|
32
32
|
});
|
|
33
33
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
34
34
|
minVersion: "16.1.0",
|
|
35
|
-
version: "21.0.
|
|
35
|
+
version: "21.0.3",
|
|
36
36
|
type: MatOptgroup,
|
|
37
37
|
isStandalone: true,
|
|
38
38
|
selector: "mat-optgroup",
|
|
@@ -62,7 +62,7 @@ class MatOptgroup {
|
|
|
62
62
|
}
|
|
63
63
|
i0.ɵɵngDeclareClassMetadata({
|
|
64
64
|
minVersion: "12.0.0",
|
|
65
|
-
version: "21.0.
|
|
65
|
+
version: "21.0.3",
|
|
66
66
|
ngImport: i0,
|
|
67
67
|
type: MatOptgroup,
|
|
68
68
|
decorators: [{
|
|
@@ -236,7 +236,7 @@ class MatOption {
|
|
|
236
236
|
}
|
|
237
237
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
238
238
|
minVersion: "12.0.0",
|
|
239
|
-
version: "21.0.
|
|
239
|
+
version: "21.0.3",
|
|
240
240
|
ngImport: i0,
|
|
241
241
|
type: MatOption,
|
|
242
242
|
deps: [],
|
|
@@ -244,7 +244,7 @@ class MatOption {
|
|
|
244
244
|
});
|
|
245
245
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
246
246
|
minVersion: "17.0.0",
|
|
247
|
-
version: "21.0.
|
|
247
|
+
version: "21.0.3",
|
|
248
248
|
type: MatOption,
|
|
249
249
|
isStandalone: true,
|
|
250
250
|
selector: "mat-option",
|
|
@@ -304,7 +304,7 @@ class MatOption {
|
|
|
304
304
|
}
|
|
305
305
|
i0.ɵɵngDeclareClassMetadata({
|
|
306
306
|
minVersion: "12.0.0",
|
|
307
|
-
version: "21.0.
|
|
307
|
+
version: "21.0.3",
|
|
308
308
|
ngImport: i0,
|
|
309
309
|
type: MatOption,
|
|
310
310
|
decorators: [{
|
|
@@ -8,7 +8,7 @@ import { MatOption, MatOptgroup } from './_option-chunk.mjs';
|
|
|
8
8
|
class MatOptionModule {
|
|
9
9
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
10
10
|
minVersion: "12.0.0",
|
|
11
|
-
version: "21.0.
|
|
11
|
+
version: "21.0.3",
|
|
12
12
|
ngImport: i0,
|
|
13
13
|
type: MatOptionModule,
|
|
14
14
|
deps: [],
|
|
@@ -16,7 +16,7 @@ class MatOptionModule {
|
|
|
16
16
|
});
|
|
17
17
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
18
18
|
minVersion: "14.0.0",
|
|
19
|
-
version: "21.0.
|
|
19
|
+
version: "21.0.3",
|
|
20
20
|
ngImport: i0,
|
|
21
21
|
type: MatOptionModule,
|
|
22
22
|
imports: [MatRippleModule, MatPseudoCheckboxModule, MatOption, MatOptgroup],
|
|
@@ -24,7 +24,7 @@ class MatOptionModule {
|
|
|
24
24
|
});
|
|
25
25
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
26
26
|
minVersion: "12.0.0",
|
|
27
|
-
version: "21.0.
|
|
27
|
+
version: "21.0.3",
|
|
28
28
|
ngImport: i0,
|
|
29
29
|
type: MatOptionModule,
|
|
30
30
|
imports: [MatRippleModule, MatPseudoCheckboxModule, MatOption, BidiModule]
|
|
@@ -32,7 +32,7 @@ class MatOptionModule {
|
|
|
32
32
|
}
|
|
33
33
|
i0.ɵɵngDeclareClassMetadata({
|
|
34
34
|
minVersion: "12.0.0",
|
|
35
|
-
version: "21.0.
|
|
35
|
+
version: "21.0.3",
|
|
36
36
|
ngImport: i0,
|
|
37
37
|
type: MatOptionModule,
|
|
38
38
|
decorators: [{
|
|
@@ -10,7 +10,7 @@ class MatPseudoCheckbox {
|
|
|
10
10
|
constructor() {}
|
|
11
11
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
12
12
|
minVersion: "12.0.0",
|
|
13
|
-
version: "21.0.
|
|
13
|
+
version: "21.0.3",
|
|
14
14
|
ngImport: i0,
|
|
15
15
|
type: MatPseudoCheckbox,
|
|
16
16
|
deps: [],
|
|
@@ -18,7 +18,7 @@ class MatPseudoCheckbox {
|
|
|
18
18
|
});
|
|
19
19
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
20
20
|
minVersion: "14.0.0",
|
|
21
|
-
version: "21.0.
|
|
21
|
+
version: "21.0.3",
|
|
22
22
|
type: MatPseudoCheckbox,
|
|
23
23
|
isStandalone: true,
|
|
24
24
|
selector: "mat-pseudo-checkbox",
|
|
@@ -48,7 +48,7 @@ class MatPseudoCheckbox {
|
|
|
48
48
|
}
|
|
49
49
|
i0.ɵɵngDeclareClassMetadata({
|
|
50
50
|
minVersion: "12.0.0",
|
|
51
|
-
version: "21.0.
|
|
51
|
+
version: "21.0.3",
|
|
52
52
|
ngImport: i0,
|
|
53
53
|
type: MatPseudoCheckbox,
|
|
54
54
|
decorators: [{
|
|
@@ -6,7 +6,7 @@ import { MatPseudoCheckbox } from './_pseudo-checkbox-chunk.mjs';
|
|
|
6
6
|
class MatPseudoCheckboxModule {
|
|
7
7
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
8
8
|
minVersion: "12.0.0",
|
|
9
|
-
version: "21.0.
|
|
9
|
+
version: "21.0.3",
|
|
10
10
|
ngImport: i0,
|
|
11
11
|
type: MatPseudoCheckboxModule,
|
|
12
12
|
deps: [],
|
|
@@ -14,7 +14,7 @@ class MatPseudoCheckboxModule {
|
|
|
14
14
|
});
|
|
15
15
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
16
16
|
minVersion: "14.0.0",
|
|
17
|
-
version: "21.0.
|
|
17
|
+
version: "21.0.3",
|
|
18
18
|
ngImport: i0,
|
|
19
19
|
type: MatPseudoCheckboxModule,
|
|
20
20
|
imports: [MatPseudoCheckbox],
|
|
@@ -22,7 +22,7 @@ class MatPseudoCheckboxModule {
|
|
|
22
22
|
});
|
|
23
23
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
24
24
|
minVersion: "12.0.0",
|
|
25
|
-
version: "21.0.
|
|
25
|
+
version: "21.0.3",
|
|
26
26
|
ngImport: i0,
|
|
27
27
|
type: MatPseudoCheckboxModule,
|
|
28
28
|
imports: [BidiModule]
|
|
@@ -30,7 +30,7 @@ class MatPseudoCheckboxModule {
|
|
|
30
30
|
}
|
|
31
31
|
i0.ɵɵngDeclareClassMetadata({
|
|
32
32
|
minVersion: "12.0.0",
|
|
33
|
-
version: "21.0.
|
|
33
|
+
version: "21.0.3",
|
|
34
34
|
ngImport: i0,
|
|
35
35
|
type: MatPseudoCheckboxModule,
|
|
36
36
|
decorators: [{
|
|
@@ -96,7 +96,7 @@ const pointerUpEvents = ['mouseup', 'mouseleave', 'touchend', 'touchcancel'];
|
|
|
96
96
|
class _MatRippleStylesLoader {
|
|
97
97
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
98
98
|
minVersion: "12.0.0",
|
|
99
|
-
version: "21.0.
|
|
99
|
+
version: "21.0.3",
|
|
100
100
|
ngImport: i0,
|
|
101
101
|
type: _MatRippleStylesLoader,
|
|
102
102
|
deps: [],
|
|
@@ -104,7 +104,7 @@ class _MatRippleStylesLoader {
|
|
|
104
104
|
});
|
|
105
105
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
106
106
|
minVersion: "14.0.0",
|
|
107
|
-
version: "21.0.
|
|
107
|
+
version: "21.0.3",
|
|
108
108
|
type: _MatRippleStylesLoader,
|
|
109
109
|
isStandalone: true,
|
|
110
110
|
selector: "ng-component",
|
|
@@ -123,7 +123,7 @@ class _MatRippleStylesLoader {
|
|
|
123
123
|
}
|
|
124
124
|
i0.ɵɵngDeclareClassMetadata({
|
|
125
125
|
minVersion: "12.0.0",
|
|
126
|
-
version: "21.0.
|
|
126
|
+
version: "21.0.3",
|
|
127
127
|
ngImport: i0,
|
|
128
128
|
type: _MatRippleStylesLoader,
|
|
129
129
|
decorators: [{
|
|
@@ -460,7 +460,7 @@ class MatRipple {
|
|
|
460
460
|
}
|
|
461
461
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
462
462
|
minVersion: "12.0.0",
|
|
463
|
-
version: "21.0.
|
|
463
|
+
version: "21.0.3",
|
|
464
464
|
ngImport: i0,
|
|
465
465
|
type: MatRipple,
|
|
466
466
|
deps: [],
|
|
@@ -468,7 +468,7 @@ class MatRipple {
|
|
|
468
468
|
});
|
|
469
469
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
470
470
|
minVersion: "14.0.0",
|
|
471
|
-
version: "21.0.
|
|
471
|
+
version: "21.0.3",
|
|
472
472
|
type: MatRipple,
|
|
473
473
|
isStandalone: true,
|
|
474
474
|
selector: "[mat-ripple], [matRipple]",
|
|
@@ -493,7 +493,7 @@ class MatRipple {
|
|
|
493
493
|
}
|
|
494
494
|
i0.ɵɵngDeclareClassMetadata({
|
|
495
495
|
minVersion: "12.0.0",
|
|
496
|
-
version: "21.0.
|
|
496
|
+
version: "21.0.3",
|
|
497
497
|
ngImport: i0,
|
|
498
498
|
type: MatRipple,
|
|
499
499
|
decorators: [{
|
|
@@ -112,7 +112,7 @@ class MatRippleLoader {
|
|
|
112
112
|
}
|
|
113
113
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
114
114
|
minVersion: "12.0.0",
|
|
115
|
-
version: "21.0.
|
|
115
|
+
version: "21.0.3",
|
|
116
116
|
ngImport: i0,
|
|
117
117
|
type: MatRippleLoader,
|
|
118
118
|
deps: [],
|
|
@@ -120,7 +120,7 @@ class MatRippleLoader {
|
|
|
120
120
|
});
|
|
121
121
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
122
122
|
minVersion: "12.0.0",
|
|
123
|
-
version: "21.0.
|
|
123
|
+
version: "21.0.3",
|
|
124
124
|
ngImport: i0,
|
|
125
125
|
type: MatRippleLoader,
|
|
126
126
|
providedIn: 'root'
|
|
@@ -128,7 +128,7 @@ class MatRippleLoader {
|
|
|
128
128
|
}
|
|
129
129
|
i0.ɵɵngDeclareClassMetadata({
|
|
130
130
|
minVersion: "12.0.0",
|
|
131
|
-
version: "21.0.
|
|
131
|
+
version: "21.0.3",
|
|
132
132
|
ngImport: i0,
|
|
133
133
|
type: MatRippleLoader,
|
|
134
134
|
decorators: [{
|
|
@@ -6,7 +6,7 @@ import { MatRipple } from './_ripple-chunk.mjs';
|
|
|
6
6
|
class MatRippleModule {
|
|
7
7
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
8
8
|
minVersion: "12.0.0",
|
|
9
|
-
version: "21.0.
|
|
9
|
+
version: "21.0.3",
|
|
10
10
|
ngImport: i0,
|
|
11
11
|
type: MatRippleModule,
|
|
12
12
|
deps: [],
|
|
@@ -14,7 +14,7 @@ class MatRippleModule {
|
|
|
14
14
|
});
|
|
15
15
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
16
16
|
minVersion: "14.0.0",
|
|
17
|
-
version: "21.0.
|
|
17
|
+
version: "21.0.3",
|
|
18
18
|
ngImport: i0,
|
|
19
19
|
type: MatRippleModule,
|
|
20
20
|
imports: [MatRipple],
|
|
@@ -22,7 +22,7 @@ class MatRippleModule {
|
|
|
22
22
|
});
|
|
23
23
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
24
24
|
minVersion: "12.0.0",
|
|
25
|
-
version: "21.0.
|
|
25
|
+
version: "21.0.3",
|
|
26
26
|
ngImport: i0,
|
|
27
27
|
type: MatRippleModule,
|
|
28
28
|
imports: [BidiModule]
|
|
@@ -30,7 +30,7 @@ class MatRippleModule {
|
|
|
30
30
|
}
|
|
31
31
|
i0.ɵɵngDeclareClassMetadata({
|
|
32
32
|
minVersion: "12.0.0",
|
|
33
|
-
version: "21.0.
|
|
33
|
+
version: "21.0.3",
|
|
34
34
|
ngImport: i0,
|
|
35
35
|
type: MatRippleModule,
|
|
36
36
|
decorators: [{
|
|
@@ -4,7 +4,7 @@ import { Component, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/
|
|
|
4
4
|
class _StructuralStylesLoader {
|
|
5
5
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
6
6
|
minVersion: "12.0.0",
|
|
7
|
-
version: "21.0.
|
|
7
|
+
version: "21.0.3",
|
|
8
8
|
ngImport: i0,
|
|
9
9
|
type: _StructuralStylesLoader,
|
|
10
10
|
deps: [],
|
|
@@ -12,21 +12,21 @@ class _StructuralStylesLoader {
|
|
|
12
12
|
});
|
|
13
13
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
14
14
|
minVersion: "14.0.0",
|
|
15
|
-
version: "21.0.
|
|
15
|
+
version: "21.0.3",
|
|
16
16
|
type: _StructuralStylesLoader,
|
|
17
17
|
isStandalone: true,
|
|
18
18
|
selector: "structural-styles",
|
|
19
19
|
ngImport: i0,
|
|
20
20
|
template: '',
|
|
21
21
|
isInline: true,
|
|
22
|
-
styles: [".mat-focus-indicator{position:relative}.mat-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border-width:var(--mat-focus-indicator-border-width, 3px);border-style:var(--mat-focus-indicator-border-style, solid);border-color:var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus::before{content:\"\"}@media(forced-colors: active){html{--mat-focus-indicator-display: block}}\n"],
|
|
22
|
+
styles: [".mat-focus-indicator{position:relative}.mat-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border-width:var(--mat-focus-indicator-border-width, 3px);border-style:var(--mat-focus-indicator-border-style, solid);border-color:var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus-visible::before{content:\"\"}@media(forced-colors: active){html{--mat-focus-indicator-display: block}}\n"],
|
|
23
23
|
changeDetection: i0.ChangeDetectionStrategy.OnPush,
|
|
24
24
|
encapsulation: i0.ViewEncapsulation.None
|
|
25
25
|
});
|
|
26
26
|
}
|
|
27
27
|
i0.ɵɵngDeclareClassMetadata({
|
|
28
28
|
minVersion: "12.0.0",
|
|
29
|
-
version: "21.0.
|
|
29
|
+
version: "21.0.3",
|
|
30
30
|
ngImport: i0,
|
|
31
31
|
type: _StructuralStylesLoader,
|
|
32
32
|
decorators: [{
|
|
@@ -36,7 +36,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
36
36
|
encapsulation: ViewEncapsulation.None,
|
|
37
37
|
template: '',
|
|
38
38
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
39
|
-
styles: [".mat-focus-indicator{position:relative}.mat-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border-width:var(--mat-focus-indicator-border-width, 3px);border-style:var(--mat-focus-indicator-border-style, solid);border-color:var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus::before{content:\"\"}@media(forced-colors: active){html{--mat-focus-indicator-display: block}}\n"]
|
|
39
|
+
styles: [".mat-focus-indicator{position:relative}.mat-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border-width:var(--mat-focus-indicator-border-width, 3px);border-style:var(--mat-focus-indicator-border-style, solid);border-color:var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus-visible::before{content:\"\"}@media(forced-colors: active){html{--mat-focus-indicator-display: block}}\n"]
|
|
40
40
|
}]
|
|
41
41
|
}]
|
|
42
42
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_structural-styles-chunk.mjs","sources":["../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/src/material/core/focus-indicators/structural-styles.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {ChangeDetectionStrategy, Component, ViewEncapsulation} from '@angular/core';\n\n/**\n * Component used to load structural styles for focus indicators.\n * @docs-private\n */\n@Component({\n selector: 'structural-styles',\n styleUrl: 'structural-styles.css',\n encapsulation: ViewEncapsulation.None,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class _StructuralStylesLoader {}\n"],"names":["_StructuralStylesLoader","deps","target","i0","ɵɵFactoryTarget","Component","ɵcmp","ɵɵngDeclareComponent","minVersion","version","type","isInline","styles","changeDetection","ChangeDetectionStrategy","OnPush","encapsulation","ViewEncapsulation","None","decorators"],"mappings":";;;MAqBaA,uBAAuB,CAAA;;;;;UAAvBA,uBAAuB;AAAAC,IAAAA,IAAA,EAAA,EAAA;AAAAC,IAAAA,MAAA,EAAAC,EAAA,CAAAC,eAAA,CAAAC;AAAA,GAAA,CAAA;AAAvB,EAAA,OAAAC,IAAA,GAAAH,EAAA,CAAAI,oBAAA,CAAA;AAAAC,IAAAA,UAAA,EAAA,QAAA;AAAAC,IAAAA,OAAA,EAAA,QAAA;AAAAC,IAAAA,IAAA,EAAAV,uBAAuB;;;;cAHxB,EAAE;AAAAW,IAAAA,QAAA,EAAA,IAAA;IAAAC,MAAA,EAAA,CAAA,
|
|
1
|
+
{"version":3,"file":"_structural-styles-chunk.mjs","sources":["../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/src/material/core/focus-indicators/structural-styles.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {ChangeDetectionStrategy, Component, ViewEncapsulation} from '@angular/core';\n\n/**\n * Component used to load structural styles for focus indicators.\n * @docs-private\n */\n@Component({\n selector: 'structural-styles',\n styleUrl: 'structural-styles.css',\n encapsulation: ViewEncapsulation.None,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class _StructuralStylesLoader {}\n"],"names":["_StructuralStylesLoader","deps","target","i0","ɵɵFactoryTarget","Component","ɵcmp","ɵɵngDeclareComponent","minVersion","version","type","isInline","styles","changeDetection","ChangeDetectionStrategy","OnPush","encapsulation","ViewEncapsulation","None","decorators"],"mappings":";;;MAqBaA,uBAAuB,CAAA;;;;;UAAvBA,uBAAuB;AAAAC,IAAAA,IAAA,EAAA,EAAA;AAAAC,IAAAA,MAAA,EAAAC,EAAA,CAAAC,eAAA,CAAAC;AAAA,GAAA,CAAA;AAAvB,EAAA,OAAAC,IAAA,GAAAH,EAAA,CAAAI,oBAAA,CAAA;AAAAC,IAAAA,UAAA,EAAA,QAAA;AAAAC,IAAAA,OAAA,EAAA,QAAA;AAAAC,IAAAA,IAAA,EAAAV,uBAAuB;;;;cAHxB,EAAE;AAAAW,IAAAA,QAAA,EAAA,IAAA;IAAAC,MAAA,EAAA,CAAA,wkBAAA,CAAA;AAAAC,IAAAA,eAAA,EAAAV,EAAA,CAAAW,uBAAA,CAAAC,MAAA;AAAAC,IAAAA,aAAA,EAAAb,EAAA,CAAAc,iBAAA,CAAAC;AAAA,GAAA,CAAA;;;;;;QAGDlB,uBAAuB;AAAAmB,EAAAA,UAAA,EAAA,CAAA;UAPnCd,SAAS;;gBACE,mBAAmB;MAAAW,aAAA,EAEdC,iBAAiB,CAACC,IAAI;gBAC3B,EAAE;MAAAL,eAAA,EACKC,uBAAuB,CAACC,MAAM;MAAAH,MAAA,EAAA,CAAA,wkBAAA;KAAA;;;;;;"}
|