@angular/cdk 16.0.0-next.3 → 16.0.0-next.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/a11y/index.d.ts +2 -2
- package/accordion/index.d.ts +2 -2
- package/bidi/index.d.ts +1 -1
- package/clipboard/index.d.ts +1 -1
- package/drag-drop/index.d.ts +6 -6
- package/esm2020/a11y/a11y-module.mjs +4 -4
- package/esm2020/a11y/aria-describer/aria-describer.mjs +3 -3
- package/esm2020/a11y/focus-monitor/focus-monitor.mjs +6 -6
- package/esm2020/a11y/focus-trap/configurable-focus-trap-factory.mjs +3 -3
- package/esm2020/a11y/focus-trap/focus-trap-manager.mjs +3 -3
- package/esm2020/a11y/focus-trap/focus-trap.mjs +6 -6
- package/esm2020/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +3 -3
- package/esm2020/a11y/input-modality/input-modality-detector.mjs +3 -3
- package/esm2020/a11y/interactivity-checker/interactivity-checker.mjs +3 -3
- package/esm2020/a11y/live-announcer/live-announcer.mjs +6 -6
- package/esm2020/accordion/accordion-item.mjs +3 -3
- package/esm2020/accordion/accordion-module.mjs +4 -4
- package/esm2020/accordion/accordion.mjs +3 -3
- package/esm2020/bidi/bidi-module.mjs +4 -4
- package/esm2020/bidi/dir.mjs +3 -3
- package/esm2020/bidi/directionality.mjs +3 -3
- package/esm2020/clipboard/clipboard-module.mjs +4 -4
- package/esm2020/clipboard/clipboard.mjs +3 -3
- package/esm2020/clipboard/copy-to-clipboard.mjs +3 -3
- package/esm2020/collections/unique-selection-dispatcher.mjs +3 -3
- package/esm2020/dialog/dialog-container.mjs +3 -3
- package/esm2020/dialog/dialog-module.mjs +4 -4
- package/esm2020/dialog/dialog.mjs +3 -3
- package/esm2020/drag-drop/directives/drag-handle.mjs +3 -3
- package/esm2020/drag-drop/directives/drag-placeholder.mjs +3 -3
- package/esm2020/drag-drop/directives/drag-preview.mjs +3 -3
- package/esm2020/drag-drop/directives/drag.mjs +3 -3
- package/esm2020/drag-drop/directives/drop-list-group.mjs +3 -3
- package/esm2020/drag-drop/directives/drop-list.mjs +3 -3
- package/esm2020/drag-drop/drag-drop-module.mjs +4 -4
- package/esm2020/drag-drop/drag-drop-registry.mjs +3 -3
- package/esm2020/drag-drop/drag-drop.mjs +3 -3
- package/esm2020/layout/breakpoints-observer.mjs +3 -3
- package/esm2020/layout/layout-module.mjs +4 -4
- package/esm2020/layout/media-matcher.mjs +3 -3
- package/esm2020/listbox/listbox-module.mjs +4 -4
- package/esm2020/listbox/listbox.mjs +6 -6
- package/esm2020/menu/context-menu-trigger.mjs +6 -6
- package/esm2020/menu/menu-aim.mjs +6 -6
- package/esm2020/menu/menu-bar.mjs +3 -3
- package/esm2020/menu/menu-base.mjs +3 -3
- package/esm2020/menu/menu-group.mjs +3 -3
- package/esm2020/menu/menu-item-checkbox.mjs +3 -3
- package/esm2020/menu/menu-item-radio.mjs +3 -3
- package/esm2020/menu/menu-item-selectable.mjs +3 -3
- package/esm2020/menu/menu-item.mjs +3 -3
- package/esm2020/menu/menu-module.mjs +4 -4
- package/esm2020/menu/menu-stack.mjs +3 -3
- package/esm2020/menu/menu-trigger-base.mjs +3 -3
- package/esm2020/menu/menu-trigger.mjs +5 -4
- package/esm2020/menu/menu.mjs +3 -3
- package/esm2020/observers/observe-content.mjs +13 -13
- package/esm2020/overlay/dispatchers/base-overlay-dispatcher.mjs +3 -3
- package/esm2020/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +3 -3
- package/esm2020/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +3 -3
- package/esm2020/overlay/fullscreen-overlay-container.mjs +3 -3
- package/esm2020/overlay/overlay-container.mjs +3 -3
- package/esm2020/overlay/overlay-directives.mjs +6 -6
- package/esm2020/overlay/overlay-module.mjs +4 -4
- package/esm2020/overlay/overlay.mjs +3 -3
- package/esm2020/overlay/position/overlay-position-builder.mjs +3 -3
- package/esm2020/overlay/scroll/close-scroll-strategy.mjs +6 -2
- package/esm2020/overlay/scroll/scroll-strategy-options.mjs +3 -3
- package/esm2020/platform/platform-module.mjs +4 -4
- package/esm2020/platform/platform.mjs +3 -3
- package/esm2020/portal/portal-directives.mjs +16 -16
- package/esm2020/scrolling/fixed-size-virtual-scroll.mjs +3 -3
- package/esm2020/scrolling/scroll-dispatcher.mjs +3 -3
- package/esm2020/scrolling/scrollable.mjs +3 -3
- package/esm2020/scrolling/scrolling-module.mjs +8 -8
- package/esm2020/scrolling/viewport-ruler.mjs +3 -3
- package/esm2020/scrolling/virtual-for-of.mjs +3 -3
- package/esm2020/scrolling/virtual-scroll-viewport.mjs +3 -3
- package/esm2020/scrolling/virtual-scrollable-element.mjs +3 -3
- package/esm2020/scrolling/virtual-scrollable-window.mjs +3 -3
- package/esm2020/scrolling/virtual-scrollable.mjs +3 -3
- package/esm2020/stepper/step-header.mjs +3 -3
- package/esm2020/stepper/step-label.mjs +3 -3
- package/esm2020/stepper/stepper-button.mjs +6 -6
- package/esm2020/stepper/stepper-module.mjs +4 -4
- package/esm2020/stepper/stepper.mjs +6 -6
- package/esm2020/table/cell.mjs +21 -21
- package/esm2020/table/coalesced-style-scheduler.mjs +3 -3
- package/esm2020/table/row.mjs +27 -27
- package/esm2020/table/table-module.mjs +4 -4
- package/esm2020/table/table.mjs +18 -18
- package/esm2020/table/text-column.mjs +3 -3
- package/esm2020/text-field/autofill.mjs +6 -6
- package/esm2020/text-field/autosize.mjs +3 -3
- package/esm2020/text-field/text-field-module.mjs +4 -4
- package/esm2020/tree/nested-node.mjs +3 -3
- package/esm2020/tree/node.mjs +3 -3
- package/esm2020/tree/outlet.mjs +3 -3
- package/esm2020/tree/padding.mjs +3 -3
- package/esm2020/tree/toggle.mjs +3 -3
- package/esm2020/tree/tree-module.mjs +4 -4
- package/esm2020/tree/tree.mjs +6 -6
- package/esm2020/version.mjs +1 -1
- package/fesm2015/a11y.mjs +40 -175
- package/fesm2015/a11y.mjs.map +1 -1
- package/fesm2015/accordion.mjs +10 -47
- package/fesm2015/accordion.mjs.map +1 -1
- package/fesm2015/bidi.mjs +10 -54
- package/fesm2015/bidi.mjs.map +1 -1
- package/fesm2015/cdk.mjs +1 -24
- package/fesm2015/cdk.mjs.map +1 -1
- package/fesm2015/clipboard.mjs +10 -54
- package/fesm2015/clipboard.mjs.map +1 -1
- package/fesm2015/coercion.mjs +0 -58
- package/fesm2015/coercion.mjs.map +1 -1
- package/fesm2015/collections.mjs +3 -68
- package/fesm2015/collections.mjs.map +1 -1
- package/fesm2015/dialog.mjs +10 -61
- package/fesm2015/dialog.mjs.map +1 -1
- package/fesm2015/drag-drop.mjs +28 -184
- package/fesm2015/drag-drop.mjs.map +1 -1
- package/fesm2015/keycodes.mjs +0 -30
- package/fesm2015/keycodes.mjs.map +1 -1
- package/fesm2015/layout.mjs +10 -54
- package/fesm2015/layout.mjs.map +1 -1
- package/fesm2015/listbox.mjs +10 -40
- package/fesm2015/listbox.mjs.map +1 -1
- package/fesm2015/menu.mjs +51 -184
- package/fesm2015/menu.mjs.map +1 -1
- package/fesm2015/observers.mjs +13 -36
- package/fesm2015/observers.mjs.map +1 -1
- package/fesm2015/overlay.mjs +39 -180
- package/fesm2015/overlay.mjs.map +1 -1
- package/fesm2015/platform.mjs +7 -72
- package/fesm2015/platform.mjs.map +1 -1
- package/fesm2015/portal.mjs +16 -67
- package/fesm2015/portal.mjs.map +1 -1
- package/fesm2015/scrolling.mjs +35 -86
- package/fesm2015/scrolling.mjs.map +1 -1
- package/fesm2015/stepper.mjs +22 -73
- package/fesm2015/stepper.mjs.map +1 -1
- package/fesm2015/table.mjs +76 -162
- package/fesm2015/table.mjs.map +1 -1
- package/fesm2015/testing/selenium-webdriver.mjs +0 -23
- package/fesm2015/testing/selenium-webdriver.mjs.map +1 -1
- package/fesm2015/testing/testbed.mjs +1 -58
- package/fesm2015/testing/testbed.mjs.map +1 -1
- package/fesm2015/testing.mjs +0 -37
- package/fesm2015/testing.mjs.map +1 -1
- package/fesm2015/text-field.mjs +13 -50
- package/fesm2015/text-field.mjs.map +1 -1
- package/fesm2015/tree.mjs +25 -104
- package/fesm2015/tree.mjs.map +1 -1
- package/fesm2020/a11y.mjs +40 -197
- package/fesm2020/a11y.mjs.map +1 -1
- package/fesm2020/accordion.mjs +10 -47
- package/fesm2020/accordion.mjs.map +1 -1
- package/fesm2020/bidi.mjs +10 -54
- package/fesm2020/bidi.mjs.map +1 -1
- package/fesm2020/cdk.mjs +1 -24
- package/fesm2020/cdk.mjs.map +1 -1
- package/fesm2020/clipboard.mjs +10 -54
- package/fesm2020/clipboard.mjs.map +1 -1
- package/fesm2020/coercion.mjs +0 -58
- package/fesm2020/coercion.mjs.map +1 -1
- package/fesm2020/collections.mjs +3 -84
- package/fesm2020/collections.mjs.map +1 -1
- package/fesm2020/dialog.mjs +10 -68
- package/fesm2020/dialog.mjs.map +1 -1
- package/fesm2020/drag-drop.mjs +28 -199
- package/fesm2020/drag-drop.mjs.map +1 -1
- package/fesm2020/keycodes.mjs +0 -30
- package/fesm2020/keycodes.mjs.map +1 -1
- package/fesm2020/layout.mjs +10 -54
- package/fesm2020/layout.mjs.map +1 -1
- package/fesm2020/listbox.mjs +10 -40
- package/fesm2020/listbox.mjs.map +1 -1
- package/fesm2020/menu.mjs +50 -184
- package/fesm2020/menu.mjs.map +1 -1
- package/fesm2020/observers.mjs +13 -36
- package/fesm2020/observers.mjs.map +1 -1
- package/fesm2020/overlay.mjs +39 -208
- package/fesm2020/overlay.mjs.map +1 -1
- package/fesm2020/platform.mjs +7 -72
- package/fesm2020/platform.mjs.map +1 -1
- package/fesm2020/portal.mjs +16 -67
- package/fesm2020/portal.mjs.map +1 -1
- package/fesm2020/scrolling.mjs +35 -136
- package/fesm2020/scrolling.mjs.map +1 -1
- package/fesm2020/stepper.mjs +22 -73
- package/fesm2020/stepper.mjs.map +1 -1
- package/fesm2020/table.mjs +76 -169
- package/fesm2020/table.mjs.map +1 -1
- package/fesm2020/testing/selenium-webdriver.mjs +0 -37
- package/fesm2020/testing/selenium-webdriver.mjs.map +1 -1
- package/fesm2020/testing/testbed.mjs +1 -72
- package/fesm2020/testing/testbed.mjs.map +1 -1
- package/fesm2020/testing.mjs +0 -66
- package/fesm2020/testing.mjs.map +1 -1
- package/fesm2020/text-field.mjs +13 -50
- package/fesm2020/text-field.mjs.map +1 -1
- package/fesm2020/tree.mjs +25 -111
- package/fesm2020/tree.mjs.map +1 -1
- package/listbox/index.d.ts +2 -2
- package/menu/index.d.ts +5 -5
- package/observers/index.d.ts +1 -1
- package/overlay/index.d.ts +1 -1
- package/package.json +1 -1
- package/portal/index.d.ts +2 -2
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.mjs +1 -1
- package/scrolling/index.d.ts +3 -3
- package/stepper/index.d.ts +4 -4
- package/table/index.d.ts +6 -6
- package/text-field/index.d.ts +1 -1
- package/tree/index.d.ts +6 -6
package/fesm2020/a11y.mjs
CHANGED
|
@@ -11,13 +11,6 @@ import * as i1$1 from '@angular/cdk/observers';
|
|
|
11
11
|
import { ObserversModule } from '@angular/cdk/observers';
|
|
12
12
|
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
13
13
|
|
|
14
|
-
/**
|
|
15
|
-
* @license
|
|
16
|
-
* Copyright Google LLC All Rights Reserved.
|
|
17
|
-
*
|
|
18
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
19
|
-
* found in the LICENSE file at https://angular.io/license
|
|
20
|
-
*/
|
|
21
14
|
/** IDs are delimited by an empty space, as per the spec. */
|
|
22
15
|
const ID_DELIMITER = ' ';
|
|
23
16
|
/**
|
|
@@ -55,13 +48,6 @@ function getAriaReferenceIds(el, attr) {
|
|
|
55
48
|
return (el.getAttribute(attr) || '').match(/\S+/g) || [];
|
|
56
49
|
}
|
|
57
50
|
|
|
58
|
-
/**
|
|
59
|
-
* @license
|
|
60
|
-
* Copyright Google LLC All Rights Reserved.
|
|
61
|
-
*
|
|
62
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
63
|
-
* found in the LICENSE file at https://angular.io/license
|
|
64
|
-
*/
|
|
65
51
|
/**
|
|
66
52
|
* ID used for the body container where all messages are appended.
|
|
67
53
|
* @deprecated No longer being used. To be removed.
|
|
@@ -261,9 +247,9 @@ class AriaDescriber {
|
|
|
261
247
|
return element.nodeType === this._document.ELEMENT_NODE;
|
|
262
248
|
}
|
|
263
249
|
}
|
|
264
|
-
AriaDescriber.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
265
|
-
AriaDescriber.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
266
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
250
|
+
AriaDescriber.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: AriaDescriber, deps: [{ token: DOCUMENT }, { token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
251
|
+
AriaDescriber.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: AriaDescriber, providedIn: 'root' });
|
|
252
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: AriaDescriber, decorators: [{
|
|
267
253
|
type: Injectable,
|
|
268
254
|
args: [{ providedIn: 'root' }]
|
|
269
255
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
@@ -281,13 +267,6 @@ function setMessageId(element, serviceId) {
|
|
|
281
267
|
}
|
|
282
268
|
}
|
|
283
269
|
|
|
284
|
-
/**
|
|
285
|
-
* @license
|
|
286
|
-
* Copyright Google LLC All Rights Reserved.
|
|
287
|
-
*
|
|
288
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
289
|
-
* found in the LICENSE file at https://angular.io/license
|
|
290
|
-
*/
|
|
291
270
|
/**
|
|
292
271
|
* This class manages keyboard events for selectable lists. If you pass it a query list
|
|
293
272
|
* of items, it will set the active item correctly when arrow events occur.
|
|
@@ -642,13 +621,6 @@ class ListKeyManager {
|
|
|
642
621
|
}
|
|
643
622
|
}
|
|
644
623
|
|
|
645
|
-
/**
|
|
646
|
-
* @license
|
|
647
|
-
* Copyright Google LLC All Rights Reserved.
|
|
648
|
-
*
|
|
649
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
650
|
-
* found in the LICENSE file at https://angular.io/license
|
|
651
|
-
*/
|
|
652
624
|
class ActiveDescendantKeyManager extends ListKeyManager {
|
|
653
625
|
setActiveItem(index) {
|
|
654
626
|
if (this.activeItem) {
|
|
@@ -661,13 +633,6 @@ class ActiveDescendantKeyManager extends ListKeyManager {
|
|
|
661
633
|
}
|
|
662
634
|
}
|
|
663
635
|
|
|
664
|
-
/**
|
|
665
|
-
* @license
|
|
666
|
-
* Copyright Google LLC All Rights Reserved.
|
|
667
|
-
*
|
|
668
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
669
|
-
* found in the LICENSE file at https://angular.io/license
|
|
670
|
-
*/
|
|
671
636
|
class FocusKeyManager extends ListKeyManager {
|
|
672
637
|
constructor() {
|
|
673
638
|
super(...arguments);
|
|
@@ -689,13 +654,6 @@ class FocusKeyManager extends ListKeyManager {
|
|
|
689
654
|
}
|
|
690
655
|
}
|
|
691
656
|
|
|
692
|
-
/**
|
|
693
|
-
* @license
|
|
694
|
-
* Copyright Google LLC All Rights Reserved.
|
|
695
|
-
*
|
|
696
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
697
|
-
* found in the LICENSE file at https://angular.io/license
|
|
698
|
-
*/
|
|
699
657
|
/**
|
|
700
658
|
* Configuration for the isFocusable method.
|
|
701
659
|
*/
|
|
@@ -823,9 +781,9 @@ class InteractivityChecker {
|
|
|
823
781
|
(config?.ignoreVisibility || this.isVisible(element)));
|
|
824
782
|
}
|
|
825
783
|
}
|
|
826
|
-
InteractivityChecker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
827
|
-
InteractivityChecker.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
828
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
784
|
+
InteractivityChecker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: InteractivityChecker, deps: [{ token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
785
|
+
InteractivityChecker.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: InteractivityChecker, providedIn: 'root' });
|
|
786
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: InteractivityChecker, decorators: [{
|
|
829
787
|
type: Injectable,
|
|
830
788
|
args: [{ providedIn: 'root' }]
|
|
831
789
|
}], ctorParameters: function () { return [{ type: i1.Platform }]; } });
|
|
@@ -923,13 +881,6 @@ function getWindow(node) {
|
|
|
923
881
|
return (node.ownerDocument && node.ownerDocument.defaultView) || window;
|
|
924
882
|
}
|
|
925
883
|
|
|
926
|
-
/**
|
|
927
|
-
* @license
|
|
928
|
-
* Copyright Google LLC All Rights Reserved.
|
|
929
|
-
*
|
|
930
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
931
|
-
* found in the LICENSE file at https://angular.io/license
|
|
932
|
-
*/
|
|
933
884
|
/**
|
|
934
885
|
* Class that allows for trapping focus within a DOM element.
|
|
935
886
|
*
|
|
@@ -1224,9 +1175,9 @@ class FocusTrapFactory {
|
|
|
1224
1175
|
return new FocusTrap(element, this._checker, this._ngZone, this._document, deferCaptureElements);
|
|
1225
1176
|
}
|
|
1226
1177
|
}
|
|
1227
|
-
FocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1228
|
-
FocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1178
|
+
FocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusTrapFactory, deps: [{ token: InteractivityChecker }, { token: i0.NgZone }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1179
|
+
FocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusTrapFactory, providedIn: 'root' });
|
|
1180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusTrapFactory, decorators: [{
|
|
1230
1181
|
type: Injectable,
|
|
1231
1182
|
args: [{ providedIn: 'root' }]
|
|
1232
1183
|
}], ctorParameters: function () { return [{ type: InteractivityChecker }, { type: i0.NgZone }, { type: undefined, decorators: [{
|
|
@@ -1298,9 +1249,9 @@ class CdkTrapFocus {
|
|
|
1298
1249
|
this.focusTrap.focusInitialElementWhenReady();
|
|
1299
1250
|
}
|
|
1300
1251
|
}
|
|
1301
|
-
CdkTrapFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1302
|
-
CdkTrapFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
1303
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1252
|
+
CdkTrapFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkTrapFocus, deps: [{ token: i0.ElementRef }, { token: FocusTrapFactory }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1253
|
+
CdkTrapFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: { enabled: ["cdkTrapFocus", "enabled"], autoCapture: ["cdkTrapFocusAutoCapture", "autoCapture"] }, exportAs: ["cdkTrapFocus"], usesOnChanges: true, ngImport: i0 });
|
|
1254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkTrapFocus, decorators: [{
|
|
1304
1255
|
type: Directive,
|
|
1305
1256
|
args: [{
|
|
1306
1257
|
selector: '[cdkTrapFocus]',
|
|
@@ -1317,13 +1268,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
1317
1268
|
args: ['cdkTrapFocusAutoCapture']
|
|
1318
1269
|
}] } });
|
|
1319
1270
|
|
|
1320
|
-
/**
|
|
1321
|
-
* @license
|
|
1322
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1323
|
-
*
|
|
1324
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1325
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1326
|
-
*/
|
|
1327
1271
|
/**
|
|
1328
1272
|
* Class that allows for trapping focus within a DOM element.
|
|
1329
1273
|
*
|
|
@@ -1367,31 +1311,9 @@ class ConfigurableFocusTrap extends FocusTrap {
|
|
|
1367
1311
|
}
|
|
1368
1312
|
}
|
|
1369
1313
|
|
|
1370
|
-
/**
|
|
1371
|
-
* @license
|
|
1372
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1373
|
-
*
|
|
1374
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1375
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1376
|
-
*/
|
|
1377
|
-
|
|
1378
|
-
/**
|
|
1379
|
-
* @license
|
|
1380
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1381
|
-
*
|
|
1382
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1383
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1384
|
-
*/
|
|
1385
1314
|
/** The injection token used to specify the inert strategy. */
|
|
1386
1315
|
const FOCUS_TRAP_INERT_STRATEGY = new InjectionToken('FOCUS_TRAP_INERT_STRATEGY');
|
|
1387
1316
|
|
|
1388
|
-
/**
|
|
1389
|
-
* @license
|
|
1390
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1391
|
-
*
|
|
1392
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1393
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1394
|
-
*/
|
|
1395
1317
|
/**
|
|
1396
1318
|
* Lightweight FocusTrapInertStrategy that adds a document focus event
|
|
1397
1319
|
* listener to redirect focus back inside the FocusTrap.
|
|
@@ -1446,13 +1368,6 @@ class EventListenerFocusTrapInertStrategy {
|
|
|
1446
1368
|
}
|
|
1447
1369
|
}
|
|
1448
1370
|
|
|
1449
|
-
/**
|
|
1450
|
-
* @license
|
|
1451
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1452
|
-
*
|
|
1453
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1454
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1455
|
-
*/
|
|
1456
1371
|
/** Injectable that ensures only the most recently enabled FocusTrap is active. */
|
|
1457
1372
|
class FocusTrapManager {
|
|
1458
1373
|
constructor() {
|
|
@@ -1490,20 +1405,13 @@ class FocusTrapManager {
|
|
|
1490
1405
|
}
|
|
1491
1406
|
}
|
|
1492
1407
|
}
|
|
1493
|
-
FocusTrapManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1494
|
-
FocusTrapManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1495
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1408
|
+
FocusTrapManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusTrapManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1409
|
+
FocusTrapManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusTrapManager, providedIn: 'root' });
|
|
1410
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusTrapManager, decorators: [{
|
|
1496
1411
|
type: Injectable,
|
|
1497
1412
|
args: [{ providedIn: 'root' }]
|
|
1498
1413
|
}] });
|
|
1499
1414
|
|
|
1500
|
-
/**
|
|
1501
|
-
* @license
|
|
1502
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1503
|
-
*
|
|
1504
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1505
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1506
|
-
*/
|
|
1507
1415
|
/** Factory that allows easy instantiation of configurable focus traps. */
|
|
1508
1416
|
class ConfigurableFocusTrapFactory {
|
|
1509
1417
|
constructor(_checker, _ngZone, _focusTrapManager, _document, _inertStrategy) {
|
|
@@ -1525,9 +1433,9 @@ class ConfigurableFocusTrapFactory {
|
|
|
1525
1433
|
return new ConfigurableFocusTrap(element, this._checker, this._ngZone, this._document, this._focusTrapManager, this._inertStrategy, configObject);
|
|
1526
1434
|
}
|
|
1527
1435
|
}
|
|
1528
|
-
ConfigurableFocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1529
|
-
ConfigurableFocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1530
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1436
|
+
ConfigurableFocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ConfigurableFocusTrapFactory, deps: [{ token: InteractivityChecker }, { token: i0.NgZone }, { token: FocusTrapManager }, { token: DOCUMENT }, { token: FOCUS_TRAP_INERT_STRATEGY, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1437
|
+
ConfigurableFocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ConfigurableFocusTrapFactory, providedIn: 'root' });
|
|
1438
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ConfigurableFocusTrapFactory, decorators: [{
|
|
1531
1439
|
type: Injectable,
|
|
1532
1440
|
args: [{ providedIn: 'root' }]
|
|
1533
1441
|
}], ctorParameters: function () { return [{ type: InteractivityChecker }, { type: i0.NgZone }, { type: FocusTrapManager }, { type: undefined, decorators: [{
|
|
@@ -1540,13 +1448,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
1540
1448
|
args: [FOCUS_TRAP_INERT_STRATEGY]
|
|
1541
1449
|
}] }]; } });
|
|
1542
1450
|
|
|
1543
|
-
/**
|
|
1544
|
-
* @license
|
|
1545
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1546
|
-
*
|
|
1547
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1548
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1549
|
-
*/
|
|
1550
1451
|
/** Gets whether an event could be a faked `mousedown` event dispatched by a screen reader. */
|
|
1551
1452
|
function isFakeMousedownFromScreenReader(event) {
|
|
1552
1453
|
// Some screen readers will dispatch a fake `mousedown` event when pressing enter or space on
|
|
@@ -1571,13 +1472,6 @@ function isFakeTouchstartFromScreenReader(event) {
|
|
|
1571
1472
|
(touch.radiusY == null || touch.radiusY === 1));
|
|
1572
1473
|
}
|
|
1573
1474
|
|
|
1574
|
-
/**
|
|
1575
|
-
* @license
|
|
1576
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1577
|
-
*
|
|
1578
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1579
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1580
|
-
*/
|
|
1581
1475
|
/**
|
|
1582
1476
|
* Injectable options for the InputModalityDetector. These are shallowly merged with the default
|
|
1583
1477
|
* options.
|
|
@@ -1723,9 +1617,9 @@ class InputModalityDetector {
|
|
|
1723
1617
|
}
|
|
1724
1618
|
}
|
|
1725
1619
|
}
|
|
1726
|
-
InputModalityDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1727
|
-
InputModalityDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1728
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1620
|
+
InputModalityDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: InputModalityDetector, deps: [{ token: i1.Platform }, { token: i0.NgZone }, { token: DOCUMENT }, { token: INPUT_MODALITY_DETECTOR_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1621
|
+
InputModalityDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: InputModalityDetector, providedIn: 'root' });
|
|
1622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: InputModalityDetector, decorators: [{
|
|
1729
1623
|
type: Injectable,
|
|
1730
1624
|
args: [{ providedIn: 'root' }]
|
|
1731
1625
|
}], ctorParameters: function () { return [{ type: i1.Platform }, { type: i0.NgZone }, { type: Document, decorators: [{
|
|
@@ -1738,13 +1632,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
1738
1632
|
args: [INPUT_MODALITY_DETECTOR_OPTIONS]
|
|
1739
1633
|
}] }]; } });
|
|
1740
1634
|
|
|
1741
|
-
/**
|
|
1742
|
-
* @license
|
|
1743
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1744
|
-
*
|
|
1745
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1746
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1747
|
-
*/
|
|
1748
1635
|
const LIVE_ANNOUNCER_ELEMENT_TOKEN = new InjectionToken('liveAnnouncerElement', {
|
|
1749
1636
|
providedIn: 'root',
|
|
1750
1637
|
factory: LIVE_ANNOUNCER_ELEMENT_TOKEN_FACTORY,
|
|
@@ -1756,13 +1643,6 @@ function LIVE_ANNOUNCER_ELEMENT_TOKEN_FACTORY() {
|
|
|
1756
1643
|
/** Injection token that can be used to configure the default options for the LiveAnnouncer. */
|
|
1757
1644
|
const LIVE_ANNOUNCER_DEFAULT_OPTIONS = new InjectionToken('LIVE_ANNOUNCER_DEFAULT_OPTIONS');
|
|
1758
1645
|
|
|
1759
|
-
/**
|
|
1760
|
-
* @license
|
|
1761
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1762
|
-
*
|
|
1763
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1764
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1765
|
-
*/
|
|
1766
1646
|
let uniqueIds = 0;
|
|
1767
1647
|
class LiveAnnouncer {
|
|
1768
1648
|
constructor(elementToken, _ngZone, _document, _defaultOptions) {
|
|
@@ -1874,9 +1754,9 @@ class LiveAnnouncer {
|
|
|
1874
1754
|
}
|
|
1875
1755
|
}
|
|
1876
1756
|
}
|
|
1877
|
-
LiveAnnouncer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1878
|
-
LiveAnnouncer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1879
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1757
|
+
LiveAnnouncer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: LiveAnnouncer, deps: [{ token: LIVE_ANNOUNCER_ELEMENT_TOKEN, optional: true }, { token: i0.NgZone }, { token: DOCUMENT }, { token: LIVE_ANNOUNCER_DEFAULT_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1758
|
+
LiveAnnouncer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: LiveAnnouncer, providedIn: 'root' });
|
|
1759
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: LiveAnnouncer, decorators: [{
|
|
1880
1760
|
type: Injectable,
|
|
1881
1761
|
args: [{ providedIn: 'root' }]
|
|
1882
1762
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
@@ -1938,9 +1818,9 @@ class CdkAriaLive {
|
|
|
1938
1818
|
}
|
|
1939
1819
|
}
|
|
1940
1820
|
}
|
|
1941
|
-
CdkAriaLive.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1942
|
-
CdkAriaLive.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
1943
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1821
|
+
CdkAriaLive.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkAriaLive, deps: [{ token: i0.ElementRef }, { token: LiveAnnouncer }, { token: i1$1.ContentObserver }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1822
|
+
CdkAriaLive.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkAriaLive, selector: "[cdkAriaLive]", inputs: { politeness: ["cdkAriaLive", "politeness"], duration: ["cdkAriaLiveDuration", "duration"] }, exportAs: ["cdkAriaLive"], ngImport: i0 });
|
|
1823
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkAriaLive, decorators: [{
|
|
1944
1824
|
type: Directive,
|
|
1945
1825
|
args: [{
|
|
1946
1826
|
selector: '[cdkAriaLive]',
|
|
@@ -1954,13 +1834,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
1954
1834
|
args: ['cdkAriaLiveDuration']
|
|
1955
1835
|
}] } });
|
|
1956
1836
|
|
|
1957
|
-
/**
|
|
1958
|
-
* @license
|
|
1959
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1960
|
-
*
|
|
1961
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1962
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1963
|
-
*/
|
|
1964
1837
|
/** InjectionToken for FocusMonitorOptions. */
|
|
1965
1838
|
const FOCUS_MONITOR_DEFAULT_OPTIONS = new InjectionToken('cdk-focus-monitor-default-options');
|
|
1966
1839
|
/**
|
|
@@ -2332,9 +2205,9 @@ class FocusMonitor {
|
|
|
2332
2205
|
return false;
|
|
2333
2206
|
}
|
|
2334
2207
|
}
|
|
2335
|
-
FocusMonitor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2336
|
-
FocusMonitor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2337
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2208
|
+
FocusMonitor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusMonitor, deps: [{ token: i0.NgZone }, { token: i1.Platform }, { token: InputModalityDetector }, { token: DOCUMENT, optional: true }, { token: FOCUS_MONITOR_DEFAULT_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2209
|
+
FocusMonitor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusMonitor, providedIn: 'root' });
|
|
2210
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusMonitor, decorators: [{
|
|
2338
2211
|
type: Injectable,
|
|
2339
2212
|
args: [{ providedIn: 'root' }]
|
|
2340
2213
|
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i1.Platform }, { type: InputModalityDetector }, { type: undefined, decorators: [{
|
|
@@ -2383,9 +2256,9 @@ class CdkMonitorFocus {
|
|
|
2383
2256
|
}
|
|
2384
2257
|
}
|
|
2385
2258
|
}
|
|
2386
|
-
CdkMonitorFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2387
|
-
CdkMonitorFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
2388
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2259
|
+
CdkMonitorFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkMonitorFocus, deps: [{ token: i0.ElementRef }, { token: FocusMonitor }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2260
|
+
CdkMonitorFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkMonitorFocus, selector: "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", outputs: { cdkFocusChange: "cdkFocusChange" }, exportAs: ["cdkMonitorFocus"], ngImport: i0 });
|
|
2261
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkMonitorFocus, decorators: [{
|
|
2389
2262
|
type: Directive,
|
|
2390
2263
|
args: [{
|
|
2391
2264
|
selector: '[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]',
|
|
@@ -2395,13 +2268,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
2395
2268
|
type: Output
|
|
2396
2269
|
}] } });
|
|
2397
2270
|
|
|
2398
|
-
/**
|
|
2399
|
-
* @license
|
|
2400
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2401
|
-
*
|
|
2402
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2403
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2404
|
-
*/
|
|
2405
2271
|
/** CSS class applied to the document body when in black-on-white high-contrast mode. */
|
|
2406
2272
|
const BLACK_ON_WHITE_CSS_CLASS = 'cdk-high-contrast-black-on-white';
|
|
2407
2273
|
/** CSS class applied to the document body when in white-on-black high-contrast mode. */
|
|
@@ -2488,9 +2354,9 @@ class HighContrastModeDetector {
|
|
|
2488
2354
|
}
|
|
2489
2355
|
}
|
|
2490
2356
|
}
|
|
2491
|
-
HighContrastModeDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2492
|
-
HighContrastModeDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2493
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2357
|
+
HighContrastModeDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: HighContrastModeDetector, deps: [{ token: i1.Platform }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2358
|
+
HighContrastModeDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: HighContrastModeDetector, providedIn: 'root' });
|
|
2359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: HighContrastModeDetector, decorators: [{
|
|
2494
2360
|
type: Injectable,
|
|
2495
2361
|
args: [{ providedIn: 'root' }]
|
|
2496
2362
|
}], ctorParameters: function () { return [{ type: i1.Platform }, { type: undefined, decorators: [{
|
|
@@ -2498,22 +2364,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
2498
2364
|
args: [DOCUMENT]
|
|
2499
2365
|
}] }]; } });
|
|
2500
2366
|
|
|
2501
|
-
/**
|
|
2502
|
-
* @license
|
|
2503
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2504
|
-
*
|
|
2505
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2506
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2507
|
-
*/
|
|
2508
2367
|
class A11yModule {
|
|
2509
2368
|
constructor(highContrastModeDetector) {
|
|
2510
2369
|
highContrastModeDetector._applyBodyHighContrastModeCssClasses();
|
|
2511
2370
|
}
|
|
2512
2371
|
}
|
|
2513
|
-
A11yModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2514
|
-
A11yModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
2515
|
-
A11yModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2516
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2372
|
+
A11yModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: A11yModule, deps: [{ token: HighContrastModeDetector }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2373
|
+
A11yModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: A11yModule, declarations: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus], imports: [ObserversModule], exports: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus] });
|
|
2374
|
+
A11yModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: A11yModule, imports: [ObserversModule] });
|
|
2375
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: A11yModule, decorators: [{
|
|
2517
2376
|
type: NgModule,
|
|
2518
2377
|
args: [{
|
|
2519
2378
|
imports: [ObserversModule],
|
|
@@ -2522,22 +2381,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
2522
2381
|
}]
|
|
2523
2382
|
}], ctorParameters: function () { return [{ type: HighContrastModeDetector }]; } });
|
|
2524
2383
|
|
|
2525
|
-
/**
|
|
2526
|
-
* @license
|
|
2527
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2528
|
-
*
|
|
2529
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2530
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2531
|
-
*/
|
|
2532
|
-
|
|
2533
|
-
/**
|
|
2534
|
-
* @license
|
|
2535
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2536
|
-
*
|
|
2537
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2538
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2539
|
-
*/
|
|
2540
|
-
|
|
2541
2384
|
/**
|
|
2542
2385
|
* Generated bundle index. Do not edit.
|
|
2543
2386
|
*/
|