@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/fesm2015/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.
|
|
@@ -264,9 +250,9 @@ class AriaDescriber {
|
|
|
264
250
|
return element.nodeType === this._document.ELEMENT_NODE;
|
|
265
251
|
}
|
|
266
252
|
}
|
|
267
|
-
AriaDescriber.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
268
|
-
AriaDescriber.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
269
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
253
|
+
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 });
|
|
254
|
+
AriaDescriber.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: AriaDescriber, providedIn: 'root' });
|
|
255
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: AriaDescriber, decorators: [{
|
|
270
256
|
type: Injectable,
|
|
271
257
|
args: [{ providedIn: 'root' }]
|
|
272
258
|
}], ctorParameters: function () {
|
|
@@ -286,13 +272,6 @@ function setMessageId(element, serviceId) {
|
|
|
286
272
|
}
|
|
287
273
|
}
|
|
288
274
|
|
|
289
|
-
/**
|
|
290
|
-
* @license
|
|
291
|
-
* Copyright Google LLC All Rights Reserved.
|
|
292
|
-
*
|
|
293
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
294
|
-
* found in the LICENSE file at https://angular.io/license
|
|
295
|
-
*/
|
|
296
275
|
/**
|
|
297
276
|
* This class manages keyboard events for selectable lists. If you pass it a query list
|
|
298
277
|
* of items, it will set the active item correctly when arrow events occur.
|
|
@@ -648,13 +627,6 @@ class ListKeyManager {
|
|
|
648
627
|
}
|
|
649
628
|
}
|
|
650
629
|
|
|
651
|
-
/**
|
|
652
|
-
* @license
|
|
653
|
-
* Copyright Google LLC All Rights Reserved.
|
|
654
|
-
*
|
|
655
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
656
|
-
* found in the LICENSE file at https://angular.io/license
|
|
657
|
-
*/
|
|
658
630
|
class ActiveDescendantKeyManager extends ListKeyManager {
|
|
659
631
|
setActiveItem(index) {
|
|
660
632
|
if (this.activeItem) {
|
|
@@ -667,13 +639,6 @@ class ActiveDescendantKeyManager extends ListKeyManager {
|
|
|
667
639
|
}
|
|
668
640
|
}
|
|
669
641
|
|
|
670
|
-
/**
|
|
671
|
-
* @license
|
|
672
|
-
* Copyright Google LLC All Rights Reserved.
|
|
673
|
-
*
|
|
674
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
675
|
-
* found in the LICENSE file at https://angular.io/license
|
|
676
|
-
*/
|
|
677
642
|
class FocusKeyManager extends ListKeyManager {
|
|
678
643
|
constructor() {
|
|
679
644
|
super(...arguments);
|
|
@@ -822,9 +787,9 @@ class InteractivityChecker {
|
|
|
822
787
|
((config === null || config === void 0 ? void 0 : config.ignoreVisibility) || this.isVisible(element)));
|
|
823
788
|
}
|
|
824
789
|
}
|
|
825
|
-
InteractivityChecker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
826
|
-
InteractivityChecker.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
827
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
790
|
+
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 });
|
|
791
|
+
InteractivityChecker.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: InteractivityChecker, providedIn: 'root' });
|
|
792
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: InteractivityChecker, decorators: [{
|
|
828
793
|
type: Injectable,
|
|
829
794
|
args: [{ providedIn: 'root' }]
|
|
830
795
|
}], ctorParameters: function () { return [{ type: i1.Platform }]; } });
|
|
@@ -922,13 +887,6 @@ function getWindow(node) {
|
|
|
922
887
|
return (node.ownerDocument && node.ownerDocument.defaultView) || window;
|
|
923
888
|
}
|
|
924
889
|
|
|
925
|
-
/**
|
|
926
|
-
* @license
|
|
927
|
-
* Copyright Google LLC All Rights Reserved.
|
|
928
|
-
*
|
|
929
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
930
|
-
* found in the LICENSE file at https://angular.io/license
|
|
931
|
-
*/
|
|
932
890
|
/**
|
|
933
891
|
* Class that allows for trapping focus within a DOM element.
|
|
934
892
|
*
|
|
@@ -1223,9 +1181,9 @@ class FocusTrapFactory {
|
|
|
1223
1181
|
return new FocusTrap(element, this._checker, this._ngZone, this._document, deferCaptureElements);
|
|
1224
1182
|
}
|
|
1225
1183
|
}
|
|
1226
|
-
FocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1227
|
-
FocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1184
|
+
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 });
|
|
1185
|
+
FocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusTrapFactory, providedIn: 'root' });
|
|
1186
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusTrapFactory, decorators: [{
|
|
1229
1187
|
type: Injectable,
|
|
1230
1188
|
args: [{ providedIn: 'root' }]
|
|
1231
1189
|
}], ctorParameters: function () {
|
|
@@ -1299,9 +1257,9 @@ class CdkTrapFocus {
|
|
|
1299
1257
|
this.focusTrap.focusInitialElementWhenReady();
|
|
1300
1258
|
}
|
|
1301
1259
|
}
|
|
1302
|
-
CdkTrapFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1303
|
-
CdkTrapFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
1304
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1260
|
+
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 });
|
|
1261
|
+
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 });
|
|
1262
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkTrapFocus, decorators: [{
|
|
1305
1263
|
type: Directive,
|
|
1306
1264
|
args: [{
|
|
1307
1265
|
selector: '[cdkTrapFocus]',
|
|
@@ -1320,13 +1278,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
1320
1278
|
args: ['cdkTrapFocusAutoCapture']
|
|
1321
1279
|
}] } });
|
|
1322
1280
|
|
|
1323
|
-
/**
|
|
1324
|
-
* @license
|
|
1325
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1326
|
-
*
|
|
1327
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1328
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1329
|
-
*/
|
|
1330
1281
|
/**
|
|
1331
1282
|
* Class that allows for trapping focus within a DOM element.
|
|
1332
1283
|
*
|
|
@@ -1370,23 +1321,9 @@ class ConfigurableFocusTrap extends FocusTrap {
|
|
|
1370
1321
|
}
|
|
1371
1322
|
}
|
|
1372
1323
|
|
|
1373
|
-
/**
|
|
1374
|
-
* @license
|
|
1375
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1376
|
-
*
|
|
1377
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1378
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1379
|
-
*/
|
|
1380
1324
|
/** The injection token used to specify the inert strategy. */
|
|
1381
1325
|
const FOCUS_TRAP_INERT_STRATEGY = new InjectionToken('FOCUS_TRAP_INERT_STRATEGY');
|
|
1382
1326
|
|
|
1383
|
-
/**
|
|
1384
|
-
* @license
|
|
1385
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1386
|
-
*
|
|
1387
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1388
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1389
|
-
*/
|
|
1390
1327
|
/**
|
|
1391
1328
|
* Lightweight FocusTrapInertStrategy that adds a document focus event
|
|
1392
1329
|
* listener to redirect focus back inside the FocusTrap.
|
|
@@ -1442,13 +1379,6 @@ class EventListenerFocusTrapInertStrategy {
|
|
|
1442
1379
|
}
|
|
1443
1380
|
}
|
|
1444
1381
|
|
|
1445
|
-
/**
|
|
1446
|
-
* @license
|
|
1447
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1448
|
-
*
|
|
1449
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1450
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1451
|
-
*/
|
|
1452
1382
|
/** Injectable that ensures only the most recently enabled FocusTrap is active. */
|
|
1453
1383
|
class FocusTrapManager {
|
|
1454
1384
|
constructor() {
|
|
@@ -1486,20 +1416,13 @@ class FocusTrapManager {
|
|
|
1486
1416
|
}
|
|
1487
1417
|
}
|
|
1488
1418
|
}
|
|
1489
|
-
FocusTrapManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1490
|
-
FocusTrapManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1419
|
+
FocusTrapManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusTrapManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1420
|
+
FocusTrapManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusTrapManager, providedIn: 'root' });
|
|
1421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusTrapManager, decorators: [{
|
|
1492
1422
|
type: Injectable,
|
|
1493
1423
|
args: [{ providedIn: 'root' }]
|
|
1494
1424
|
}] });
|
|
1495
1425
|
|
|
1496
|
-
/**
|
|
1497
|
-
* @license
|
|
1498
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1499
|
-
*
|
|
1500
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1501
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1502
|
-
*/
|
|
1503
1426
|
/** Factory that allows easy instantiation of configurable focus traps. */
|
|
1504
1427
|
class ConfigurableFocusTrapFactory {
|
|
1505
1428
|
constructor(_checker, _ngZone, _focusTrapManager, _document, _inertStrategy) {
|
|
@@ -1521,9 +1444,9 @@ class ConfigurableFocusTrapFactory {
|
|
|
1521
1444
|
return new ConfigurableFocusTrap(element, this._checker, this._ngZone, this._document, this._focusTrapManager, this._inertStrategy, configObject);
|
|
1522
1445
|
}
|
|
1523
1446
|
}
|
|
1524
|
-
ConfigurableFocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1525
|
-
ConfigurableFocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1447
|
+
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 });
|
|
1448
|
+
ConfigurableFocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ConfigurableFocusTrapFactory, providedIn: 'root' });
|
|
1449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ConfigurableFocusTrapFactory, decorators: [{
|
|
1527
1450
|
type: Injectable,
|
|
1528
1451
|
args: [{ providedIn: 'root' }]
|
|
1529
1452
|
}], ctorParameters: function () {
|
|
@@ -1538,13 +1461,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
1538
1461
|
}] }];
|
|
1539
1462
|
} });
|
|
1540
1463
|
|
|
1541
|
-
/**
|
|
1542
|
-
* @license
|
|
1543
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1544
|
-
*
|
|
1545
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1546
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1547
|
-
*/
|
|
1548
1464
|
/** Gets whether an event could be a faked `mousedown` event dispatched by a screen reader. */
|
|
1549
1465
|
function isFakeMousedownFromScreenReader(event) {
|
|
1550
1466
|
// Some screen readers will dispatch a fake `mousedown` event when pressing enter or space on
|
|
@@ -1569,13 +1485,6 @@ function isFakeTouchstartFromScreenReader(event) {
|
|
|
1569
1485
|
(touch.radiusY == null || touch.radiusY === 1));
|
|
1570
1486
|
}
|
|
1571
1487
|
|
|
1572
|
-
/**
|
|
1573
|
-
* @license
|
|
1574
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1575
|
-
*
|
|
1576
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1577
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1578
|
-
*/
|
|
1579
1488
|
/**
|
|
1580
1489
|
* Injectable options for the InputModalityDetector. These are shallowly merged with the default
|
|
1581
1490
|
* options.
|
|
@@ -1719,9 +1628,9 @@ class InputModalityDetector {
|
|
|
1719
1628
|
}
|
|
1720
1629
|
}
|
|
1721
1630
|
}
|
|
1722
|
-
InputModalityDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1723
|
-
InputModalityDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1724
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1631
|
+
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 });
|
|
1632
|
+
InputModalityDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: InputModalityDetector, providedIn: 'root' });
|
|
1633
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: InputModalityDetector, decorators: [{
|
|
1725
1634
|
type: Injectable,
|
|
1726
1635
|
args: [{ providedIn: 'root' }]
|
|
1727
1636
|
}], ctorParameters: function () {
|
|
@@ -1736,13 +1645,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
1736
1645
|
}] }];
|
|
1737
1646
|
} });
|
|
1738
1647
|
|
|
1739
|
-
/**
|
|
1740
|
-
* @license
|
|
1741
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1742
|
-
*
|
|
1743
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1744
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1745
|
-
*/
|
|
1746
1648
|
const LIVE_ANNOUNCER_ELEMENT_TOKEN = new InjectionToken('liveAnnouncerElement', {
|
|
1747
1649
|
providedIn: 'root',
|
|
1748
1650
|
factory: LIVE_ANNOUNCER_ELEMENT_TOKEN_FACTORY,
|
|
@@ -1866,9 +1768,9 @@ class LiveAnnouncer {
|
|
|
1866
1768
|
}
|
|
1867
1769
|
}
|
|
1868
1770
|
}
|
|
1869
|
-
LiveAnnouncer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1870
|
-
LiveAnnouncer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1871
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1771
|
+
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 });
|
|
1772
|
+
LiveAnnouncer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: LiveAnnouncer, providedIn: 'root' });
|
|
1773
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: LiveAnnouncer, decorators: [{
|
|
1872
1774
|
type: Injectable,
|
|
1873
1775
|
args: [{ providedIn: 'root' }]
|
|
1874
1776
|
}], ctorParameters: function () {
|
|
@@ -1932,9 +1834,9 @@ class CdkAriaLive {
|
|
|
1932
1834
|
}
|
|
1933
1835
|
}
|
|
1934
1836
|
}
|
|
1935
|
-
CdkAriaLive.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1936
|
-
CdkAriaLive.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
1937
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1837
|
+
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 });
|
|
1838
|
+
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 });
|
|
1839
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkAriaLive, decorators: [{
|
|
1938
1840
|
type: Directive,
|
|
1939
1841
|
args: [{
|
|
1940
1842
|
selector: '[cdkAriaLive]',
|
|
@@ -1948,13 +1850,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
1948
1850
|
args: ['cdkAriaLiveDuration']
|
|
1949
1851
|
}] } });
|
|
1950
1852
|
|
|
1951
|
-
/**
|
|
1952
|
-
* @license
|
|
1953
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1954
|
-
*
|
|
1955
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1956
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1957
|
-
*/
|
|
1958
1853
|
/** InjectionToken for FocusMonitorOptions. */
|
|
1959
1854
|
const FOCUS_MONITOR_DEFAULT_OPTIONS = new InjectionToken('cdk-focus-monitor-default-options');
|
|
1960
1855
|
/**
|
|
@@ -2326,9 +2221,9 @@ class FocusMonitor {
|
|
|
2326
2221
|
return false;
|
|
2327
2222
|
}
|
|
2328
2223
|
}
|
|
2329
|
-
FocusMonitor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2330
|
-
FocusMonitor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2331
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2224
|
+
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 });
|
|
2225
|
+
FocusMonitor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusMonitor, providedIn: 'root' });
|
|
2226
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusMonitor, decorators: [{
|
|
2332
2227
|
type: Injectable,
|
|
2333
2228
|
args: [{ providedIn: 'root' }]
|
|
2334
2229
|
}], ctorParameters: function () {
|
|
@@ -2379,9 +2274,9 @@ class CdkMonitorFocus {
|
|
|
2379
2274
|
}
|
|
2380
2275
|
}
|
|
2381
2276
|
}
|
|
2382
|
-
CdkMonitorFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2383
|
-
CdkMonitorFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
2384
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2277
|
+
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 });
|
|
2278
|
+
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 });
|
|
2279
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkMonitorFocus, decorators: [{
|
|
2385
2280
|
type: Directive,
|
|
2386
2281
|
args: [{
|
|
2387
2282
|
selector: '[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]',
|
|
@@ -2391,13 +2286,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
2391
2286
|
type: Output
|
|
2392
2287
|
}] } });
|
|
2393
2288
|
|
|
2394
|
-
/**
|
|
2395
|
-
* @license
|
|
2396
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2397
|
-
*
|
|
2398
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2399
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2400
|
-
*/
|
|
2401
2289
|
/** CSS class applied to the document body when in black-on-white high-contrast mode. */
|
|
2402
2290
|
const BLACK_ON_WHITE_CSS_CLASS = 'cdk-high-contrast-black-on-white';
|
|
2403
2291
|
/** CSS class applied to the document body when in white-on-black high-contrast mode. */
|
|
@@ -2484,9 +2372,9 @@ class HighContrastModeDetector {
|
|
|
2484
2372
|
}
|
|
2485
2373
|
}
|
|
2486
2374
|
}
|
|
2487
|
-
HighContrastModeDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2488
|
-
HighContrastModeDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2489
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2375
|
+
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 });
|
|
2376
|
+
HighContrastModeDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: HighContrastModeDetector, providedIn: 'root' });
|
|
2377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: HighContrastModeDetector, decorators: [{
|
|
2490
2378
|
type: Injectable,
|
|
2491
2379
|
args: [{ providedIn: 'root' }]
|
|
2492
2380
|
}], ctorParameters: function () {
|
|
@@ -2496,22 +2384,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
2496
2384
|
}] }];
|
|
2497
2385
|
} });
|
|
2498
2386
|
|
|
2499
|
-
/**
|
|
2500
|
-
* @license
|
|
2501
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2502
|
-
*
|
|
2503
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2504
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2505
|
-
*/
|
|
2506
2387
|
class A11yModule {
|
|
2507
2388
|
constructor(highContrastModeDetector) {
|
|
2508
2389
|
highContrastModeDetector._applyBodyHighContrastModeCssClasses();
|
|
2509
2390
|
}
|
|
2510
2391
|
}
|
|
2511
|
-
A11yModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2512
|
-
A11yModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
2513
|
-
A11yModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2514
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2392
|
+
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 });
|
|
2393
|
+
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] });
|
|
2394
|
+
A11yModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: A11yModule, imports: [ObserversModule] });
|
|
2395
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: A11yModule, decorators: [{
|
|
2515
2396
|
type: NgModule,
|
|
2516
2397
|
args: [{
|
|
2517
2398
|
imports: [ObserversModule],
|
|
@@ -2520,22 +2401,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
2520
2401
|
}]
|
|
2521
2402
|
}], ctorParameters: function () { return [{ type: HighContrastModeDetector }]; } });
|
|
2522
2403
|
|
|
2523
|
-
/**
|
|
2524
|
-
* @license
|
|
2525
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2526
|
-
*
|
|
2527
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2528
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2529
|
-
*/
|
|
2530
|
-
|
|
2531
|
-
/**
|
|
2532
|
-
* @license
|
|
2533
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2534
|
-
*
|
|
2535
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2536
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2537
|
-
*/
|
|
2538
|
-
|
|
2539
2404
|
/**
|
|
2540
2405
|
* Generated bundle index. Do not edit.
|
|
2541
2406
|
*/
|