@angular/cdk 17.1.0-next.0 → 17.1.0-next.2
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 +8 -8
- package/accordion/index.d.ts +3 -3
- package/bidi/index.d.ts +2 -2
- package/clipboard/index.d.ts +2 -2
- package/esm2022/a11y/a11y-module.mjs +6 -7
- package/esm2022/a11y/aria-describer/aria-describer.mjs +4 -4
- package/esm2022/a11y/aria-describer/aria-reference.mjs +1 -1
- package/esm2022/a11y/focus-monitor/focus-monitor.mjs +8 -7
- package/esm2022/a11y/focus-trap/configurable-focus-trap-factory.mjs +4 -4
- package/esm2022/a11y/focus-trap/configurable-focus-trap.mjs +1 -1
- package/esm2022/a11y/focus-trap/event-listener-inert-strategy.mjs +1 -1
- package/esm2022/a11y/focus-trap/focus-trap-manager.mjs +4 -4
- package/esm2022/a11y/focus-trap/focus-trap.mjs +8 -7
- package/esm2022/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +4 -4
- package/esm2022/a11y/input-modality/input-modality-detector.mjs +4 -4
- package/esm2022/a11y/interactivity-checker/interactivity-checker.mjs +4 -4
- package/esm2022/a11y/key-manager/activedescendant-key-manager.mjs +1 -1
- package/esm2022/a11y/key-manager/focus-key-manager.mjs +1 -1
- package/esm2022/a11y/key-manager/list-key-manager.mjs +1 -1
- package/esm2022/a11y/live-announcer/live-announcer.mjs +8 -7
- package/esm2022/accordion/accordion-item.mjs +5 -4
- package/esm2022/accordion/accordion-module.mjs +6 -6
- package/esm2022/accordion/accordion.mjs +5 -4
- package/esm2022/bidi/bidi-module.mjs +6 -6
- package/esm2022/bidi/dir.mjs +5 -4
- package/esm2022/bidi/directionality.mjs +4 -4
- package/esm2022/clipboard/clipboard-module.mjs +6 -6
- package/esm2022/clipboard/clipboard.mjs +4 -4
- package/esm2022/clipboard/copy-to-clipboard.mjs +5 -4
- package/esm2022/clipboard/pending-copy.mjs +1 -1
- package/esm2022/coercion/css-pixel-value.mjs +1 -1
- package/esm2022/coercion/string-array.mjs +1 -1
- package/esm2022/collections/dispose-view-repeater-strategy.mjs +1 -1
- package/esm2022/collections/recycle-view-repeater-strategy.mjs +1 -1
- package/esm2022/collections/selection-model.mjs +1 -1
- package/esm2022/collections/unique-selection-dispatcher.mjs +4 -4
- package/esm2022/dialog/dialog-container.mjs +7 -8
- package/esm2022/dialog/dialog-module.mjs +5 -5
- package/esm2022/dialog/dialog-ref.mjs +1 -1
- package/esm2022/dialog/dialog.mjs +4 -4
- package/esm2022/drag-drop/directives/assertions.mjs +1 -1
- package/esm2022/drag-drop/directives/drag-handle.mjs +4 -4
- package/esm2022/drag-drop/directives/drag-placeholder.mjs +4 -4
- package/esm2022/drag-drop/directives/drag-preview.mjs +4 -4
- package/esm2022/drag-drop/directives/drag.mjs +4 -4
- package/esm2022/drag-drop/directives/drop-list-group.mjs +4 -4
- package/esm2022/drag-drop/directives/drop-list.mjs +4 -4
- package/esm2022/drag-drop/dom/clone-node.mjs +1 -1
- package/esm2022/drag-drop/dom/parent-position-tracker.mjs +1 -1
- package/esm2022/drag-drop/dom/styling.mjs +1 -1
- package/esm2022/drag-drop/dom/transition-duration.mjs +1 -1
- package/esm2022/drag-drop/drag-drop-module.mjs +5 -5
- package/esm2022/drag-drop/drag-drop-registry.mjs +4 -4
- package/esm2022/drag-drop/drag-drop.mjs +4 -4
- package/esm2022/drag-drop/drag-ref.mjs +1 -1
- package/esm2022/drag-drop/drag-utils.mjs +1 -1
- package/esm2022/drag-drop/drop-list-ref.mjs +1 -1
- package/esm2022/drag-drop/sorting/single-axis-sort-strategy.mjs +1 -1
- package/esm2022/keycodes/modifiers.mjs +1 -1
- package/esm2022/layout/breakpoints-observer.mjs +4 -4
- package/esm2022/layout/layout-module.mjs +5 -5
- package/esm2022/layout/media-matcher.mjs +4 -4
- package/esm2022/listbox/listbox-module.mjs +5 -5
- package/esm2022/listbox/listbox.mjs +7 -7
- package/esm2022/menu/context-menu-trigger.mjs +7 -7
- package/esm2022/menu/event-detection.mjs +1 -1
- package/esm2022/menu/menu-aim.mjs +7 -7
- package/esm2022/menu/menu-bar.mjs +4 -4
- package/esm2022/menu/menu-base.mjs +6 -5
- package/esm2022/menu/menu-group.mjs +4 -4
- package/esm2022/menu/menu-item-checkbox.mjs +4 -4
- package/esm2022/menu/menu-item-radio.mjs +4 -4
- package/esm2022/menu/menu-item-selectable.mjs +5 -4
- package/esm2022/menu/menu-item.mjs +4 -4
- package/esm2022/menu/menu-module.mjs +5 -5
- package/esm2022/menu/menu-stack.mjs +4 -4
- package/esm2022/menu/menu-trigger-base.mjs +5 -4
- package/esm2022/menu/menu-trigger.mjs +4 -4
- package/esm2022/menu/menu.mjs +4 -4
- package/esm2022/observers/observe-content.mjs +16 -15
- package/esm2022/observers/private/shared-resize-observer.mjs +4 -4
- package/esm2022/overlay/dispatchers/base-overlay-dispatcher.mjs +4 -4
- package/esm2022/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +4 -4
- package/esm2022/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +4 -4
- package/esm2022/overlay/fullscreen-overlay-container.mjs +4 -4
- package/esm2022/overlay/overlay-config.mjs +1 -1
- package/esm2022/overlay/overlay-container.mjs +4 -4
- package/esm2022/overlay/overlay-directives.mjs +15 -9
- package/esm2022/overlay/overlay-module.mjs +5 -5
- package/esm2022/overlay/overlay-ref.mjs +1 -1
- package/esm2022/overlay/overlay.mjs +4 -4
- package/esm2022/overlay/position/connected-position.mjs +1 -1
- package/esm2022/overlay/position/flexible-connected-position-strategy.mjs +1 -1
- package/esm2022/overlay/position/global-position-strategy.mjs +1 -1
- package/esm2022/overlay/position/overlay-position-builder.mjs +4 -4
- package/esm2022/overlay/scroll/block-scroll-strategy.mjs +1 -1
- package/esm2022/overlay/scroll/close-scroll-strategy.mjs +1 -1
- package/esm2022/overlay/scroll/reposition-scroll-strategy.mjs +1 -1
- package/esm2022/overlay/scroll/scroll-strategy-options.mjs +4 -4
- package/esm2022/platform/features/input-types.mjs +1 -1
- package/esm2022/platform/features/passive-listeners.mjs +1 -1
- package/esm2022/platform/features/scrolling.mjs +1 -1
- package/esm2022/platform/features/shadow-dom.mjs +1 -1
- package/esm2022/platform/platform-module.mjs +5 -5
- package/esm2022/platform/platform.mjs +4 -4
- package/esm2022/portal/dom-portal-outlet.mjs +1 -1
- package/esm2022/portal/portal-directives.mjs +22 -18
- package/esm2022/portal/portal-injector.mjs +1 -1
- package/esm2022/portal/portal.mjs +1 -1
- package/esm2022/scrolling/fixed-size-virtual-scroll.mjs +4 -4
- package/esm2022/scrolling/scroll-dispatcher.mjs +4 -4
- package/esm2022/scrolling/scrollable.mjs +4 -4
- package/esm2022/scrolling/scrolling-module.mjs +9 -9
- package/esm2022/scrolling/viewport-ruler.mjs +4 -4
- package/esm2022/scrolling/virtual-for-of.mjs +4 -4
- package/esm2022/scrolling/virtual-scroll-viewport.mjs +4 -4
- package/esm2022/scrolling/virtual-scrollable-element.mjs +4 -4
- package/esm2022/scrolling/virtual-scrollable-window.mjs +4 -4
- package/esm2022/scrolling/virtual-scrollable.mjs +4 -4
- package/esm2022/stepper/step-header.mjs +5 -4
- package/esm2022/stepper/step-label.mjs +5 -4
- package/esm2022/stepper/stepper-button.mjs +9 -7
- package/esm2022/stepper/stepper-module.mjs +10 -9
- package/esm2022/stepper/stepper.mjs +9 -7
- package/esm2022/table/cell.mjs +38 -25
- package/esm2022/table/coalesced-style-scheduler.mjs +4 -4
- package/esm2022/table/row.mjs +42 -29
- package/esm2022/table/sticky-styler.mjs +1 -1
- package/esm2022/table/table-module.mjs +7 -8
- package/esm2022/table/table.mjs +38 -25
- package/esm2022/table/text-column.mjs +8 -7
- package/esm2022/testing/change-detection.mjs +1 -1
- package/esm2022/testing/component-harness.mjs +1 -1
- package/esm2022/testing/harness-environment.mjs +1 -1
- package/esm2022/testing/selenium-webdriver/selenium-web-driver-element.mjs +1 -1
- package/esm2022/testing/selenium-webdriver/selenium-web-driver-harness-environment.mjs +1 -1
- package/esm2022/testing/selenium-webdriver/selenium-webdriver-keys.mjs +1 -1
- package/esm2022/testing/testbed/fake-events/element-focus.mjs +1 -1
- package/esm2022/testing/testbed/fake-events/event-objects.mjs +4 -4
- package/esm2022/testing/testbed/fake-events/type-in-element.mjs +1 -1
- package/esm2022/testing/testbed/task-state-zone-interceptor.mjs +1 -1
- package/esm2022/testing/testbed/testbed-harness-environment.mjs +1 -1
- package/esm2022/testing/testbed/unit-test-element.mjs +1 -1
- package/esm2022/testing/text-filtering.mjs +1 -1
- package/esm2022/text-field/autofill.mjs +8 -7
- package/esm2022/text-field/autosize.mjs +5 -4
- package/esm2022/text-field/text-field-module.mjs +6 -6
- package/esm2022/tree/control/flat-tree-control.mjs +1 -1
- package/esm2022/tree/control/nested-tree-control.mjs +1 -1
- package/esm2022/tree/nested-node.mjs +5 -4
- package/esm2022/tree/node.mjs +5 -4
- package/esm2022/tree/outlet.mjs +5 -4
- package/esm2022/tree/padding.mjs +5 -4
- package/esm2022/tree/toggle.mjs +5 -4
- package/esm2022/tree/tree-module.mjs +6 -6
- package/esm2022/tree/tree.mjs +10 -8
- package/esm2022/version.mjs +1 -1
- package/fesm2022/a11y.mjs +44 -42
- package/fesm2022/a11y.mjs.map +1 -1
- package/fesm2022/accordion.mjs +13 -11
- package/fesm2022/accordion.mjs.map +1 -1
- package/fesm2022/bidi.mjs +12 -11
- package/fesm2022/bidi.mjs.map +1 -1
- package/fesm2022/cdk.mjs +1 -1
- package/fesm2022/cdk.mjs.map +1 -1
- package/fesm2022/clipboard.mjs +12 -11
- package/fesm2022/clipboard.mjs.map +1 -1
- package/fesm2022/coercion.mjs.map +1 -1
- package/fesm2022/collections.mjs +3 -3
- package/fesm2022/collections.mjs.map +1 -1
- package/fesm2022/dialog.mjs +13 -14
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/drag-drop.mjs +28 -28
- package/fesm2022/drag-drop.mjs.map +1 -1
- package/fesm2022/keycodes.mjs.map +1 -1
- package/fesm2022/layout.mjs +10 -10
- package/fesm2022/layout.mjs.map +1 -1
- package/fesm2022/listbox.mjs +10 -10
- package/fesm2022/listbox.mjs.map +1 -1
- package/fesm2022/menu.mjs +53 -50
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/observers/private.mjs +3 -3
- package/fesm2022/observers/private.mjs.map +1 -1
- package/fesm2022/observers.mjs +15 -14
- package/fesm2022/observers.mjs.map +1 -1
- package/fesm2022/overlay.mjs +42 -36
- package/fesm2022/overlay.mjs.map +1 -1
- package/fesm2022/platform.mjs +7 -7
- package/fesm2022/platform.mjs.map +1 -1
- package/fesm2022/portal.mjs +21 -17
- package/fesm2022/portal.mjs.map +1 -1
- package/fesm2022/scrolling.mjs +35 -35
- package/fesm2022/scrolling.mjs.map +1 -1
- package/fesm2022/stepper.mjs +33 -26
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/table.mjs +130 -90
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/testing/selenium-webdriver.mjs.map +1 -1
- package/fesm2022/testing/testbed.mjs +3 -3
- package/fesm2022/testing/testbed.mjs.map +1 -1
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/text-field.mjs +16 -14
- package/fesm2022/text-field.mjs.map +1 -1
- package/fesm2022/tree.mjs +34 -26
- package/fesm2022/tree.mjs.map +1 -1
- package/menu/index.d.ts +3 -3
- package/observers/index.d.ts +2 -2
- package/package.json +1 -1
- package/portal/index.d.ts +5 -5
- package/schematics/ng-add/index.js +2 -2
- package/schematics/ng-add/index.mjs +2 -2
- package/schematics/ng-add/package-config.js +1 -1
- package/schematics/ng-add/package-config.mjs +1 -1
- package/schematics/ng-generate/drag-drop/index.js +1 -1
- package/schematics/ng-generate/drag-drop/index.mjs +1 -1
- package/schematics/ng-update/devkit-file-system.js +1 -1
- package/schematics/ng-update/devkit-file-system.mjs +1 -1
- package/schematics/ng-update/devkit-migration-rule.js +1 -1
- package/schematics/ng-update/devkit-migration-rule.mjs +1 -1
- package/schematics/ng-update/find-stylesheets.js +1 -1
- package/schematics/ng-update/find-stylesheets.mjs +1 -1
- package/schematics/ng-update/html-parsing/elements.js +1 -1
- package/schematics/ng-update/html-parsing/elements.mjs +1 -1
- package/schematics/ng-update/index.js +1 -1
- package/schematics/ng-update/index.mjs +1 -1
- package/schematics/ng-update/migrations/attribute-selectors.js +1 -1
- package/schematics/ng-update/migrations/attribute-selectors.mjs +1 -1
- package/schematics/ng-update/migrations/class-inheritance.js +1 -1
- package/schematics/ng-update/migrations/class-inheritance.mjs +1 -1
- package/schematics/ng-update/migrations/class-names.js +1 -1
- package/schematics/ng-update/migrations/class-names.mjs +1 -1
- package/schematics/ng-update/migrations/constructor-signature.js +1 -1
- package/schematics/ng-update/migrations/constructor-signature.mjs +1 -1
- package/schematics/ng-update/migrations/css-selectors.js +1 -1
- package/schematics/ng-update/migrations/css-selectors.mjs +1 -1
- package/schematics/ng-update/migrations/element-selectors.js +1 -1
- package/schematics/ng-update/migrations/element-selectors.mjs +1 -1
- package/schematics/ng-update/migrations/input-names.js +1 -1
- package/schematics/ng-update/migrations/input-names.mjs +1 -1
- package/schematics/ng-update/migrations/method-call-arguments.js +1 -1
- package/schematics/ng-update/migrations/method-call-arguments.mjs +1 -1
- package/schematics/ng-update/migrations/output-names.js +1 -1
- package/schematics/ng-update/migrations/output-names.mjs +1 -1
- package/schematics/ng-update/migrations/property-names.js +1 -1
- package/schematics/ng-update/migrations/property-names.mjs +1 -1
- package/schematics/ng-update/migrations/symbol-removal.js +1 -1
- package/schematics/ng-update/migrations/symbol-removal.mjs +1 -1
- package/schematics/ng-update/typescript/base-types.js +1 -1
- package/schematics/ng-update/typescript/base-types.mjs +1 -1
- package/schematics/ng-update/typescript/imports.js +1 -1
- package/schematics/ng-update/typescript/imports.mjs +1 -1
- package/schematics/ng-update/typescript/literal.js +1 -1
- package/schematics/ng-update/typescript/literal.mjs +1 -1
- package/schematics/ng-update/typescript/module-specifiers.js +1 -1
- package/schematics/ng-update/typescript/module-specifiers.mjs +1 -1
- package/schematics/ng-update/upgrade-data.js +1 -1
- package/schematics/ng-update/upgrade-data.mjs +1 -1
- package/schematics/update-tool/component-resource-collector.js +1 -1
- package/schematics/update-tool/component-resource-collector.mjs +1 -1
- package/schematics/update-tool/index.js +1 -1
- package/schematics/update-tool/index.mjs +1 -1
- package/schematics/update-tool/utils/decorators.js +1 -1
- package/schematics/update-tool/utils/decorators.mjs +1 -1
- package/schematics/update-tool/utils/imports.js +1 -1
- package/schematics/update-tool/utils/imports.mjs +1 -1
- package/schematics/update-tool/utils/line-mappings.js +1 -1
- package/schematics/update-tool/utils/line-mappings.mjs +1 -1
- package/schematics/update-tool/utils/parse-tsconfig.js +1 -1
- package/schematics/update-tool/utils/parse-tsconfig.mjs +1 -1
- package/schematics/update-tool/utils/property-name.js +1 -1
- package/schematics/update-tool/utils/property-name.mjs +1 -1
- package/schematics/update-tool/utils/virtual-host.js +1 -1
- package/schematics/update-tool/utils/virtual-host.mjs +1 -1
- package/schematics/update-tool/version-changes.js +1 -1
- package/schematics/update-tool/version-changes.mjs +1 -1
- package/schematics/utils/ast/ng-module-imports.js +1 -1
- package/schematics/utils/ast/ng-module-imports.mjs +1 -1
- package/schematics/utils/ast.js +1 -1
- package/schematics/utils/ast.mjs +1 -1
- package/schematics/utils/build-component.js +1 -1
- package/schematics/utils/build-component.mjs +1 -1
- package/schematics/utils/get-project.js +1 -1
- package/schematics/utils/get-project.mjs +1 -1
- package/schematics/utils/html-manipulation.js +1 -1
- package/schematics/utils/html-manipulation.mjs +1 -1
- package/schematics/utils/parse5-element.js +1 -1
- package/schematics/utils/parse5-element.mjs +1 -1
- package/schematics/utils/project-main-file.js +1 -1
- package/schematics/utils/project-main-file.mjs +1 -1
- package/schematics/utils/project-style-file.js +1 -1
- package/schematics/utils/project-style-file.mjs +1 -1
- package/schematics/utils/project-targets.js +1 -1
- package/schematics/utils/project-targets.mjs +1 -1
- package/schematics/utils/project-tsconfig-paths.js +1 -1
- package/schematics/utils/project-tsconfig-paths.mjs +1 -1
- package/schematics/utils/schematic-options.js +1 -1
- package/schematics/utils/schematic-options.mjs +1 -1
- package/stepper/index.d.ts +12 -12
- package/table/index.d.ts +28 -28
- package/text-field/index.d.ts +3 -3
- package/tree/index.d.ts +8 -8
package/fesm2022/menu.mjs
CHANGED
|
@@ -14,10 +14,10 @@ import { _getEventTarget } from '@angular/cdk/platform';
|
|
|
14
14
|
* A grouping container for `CdkMenuItemRadio` instances, similar to a `role="radiogroup"` element.
|
|
15
15
|
*/
|
|
16
16
|
class CdkMenuGroup {
|
|
17
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
18
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
17
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenuGroup, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
18
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkMenuGroup, isStandalone: true, selector: "[cdkMenuGroup]", host: { attributes: { "role": "group" }, classAttribute: "cdk-menu-group" }, providers: [{ provide: UniqueSelectionDispatcher, useClass: UniqueSelectionDispatcher }], exportAs: ["cdkMenuGroup"], ngImport: i0 }); }
|
|
19
19
|
}
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenuGroup, decorators: [{
|
|
21
21
|
type: Directive,
|
|
22
22
|
args: [{
|
|
23
23
|
selector: '[cdkMenuGroup]',
|
|
@@ -179,10 +179,10 @@ class MenuStack {
|
|
|
179
179
|
setHasFocus(hasFocus) {
|
|
180
180
|
this._hasFocus.next(hasFocus);
|
|
181
181
|
}
|
|
182
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
183
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
182
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MenuStack, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
183
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MenuStack }); }
|
|
184
184
|
}
|
|
185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
185
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MenuStack, decorators: [{
|
|
186
186
|
type: Injectable
|
|
187
187
|
}] });
|
|
188
188
|
|
|
@@ -268,16 +268,17 @@ class CdkMenuTriggerBase {
|
|
|
268
268
|
});
|
|
269
269
|
return this._childMenuInjector;
|
|
270
270
|
}
|
|
271
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
272
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
271
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenuTriggerBase, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
272
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkMenuTriggerBase, isStandalone: true, host: { properties: { "attr.aria-controls": "childMenu?.id", "attr.data-cdk-menu-stack-id": "menuStack.id" } }, ngImport: i0 }); }
|
|
273
273
|
}
|
|
274
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
274
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenuTriggerBase, decorators: [{
|
|
275
275
|
type: Directive,
|
|
276
276
|
args: [{
|
|
277
277
|
host: {
|
|
278
278
|
'[attr.aria-controls]': 'childMenu?.id',
|
|
279
279
|
'[attr.data-cdk-menu-stack-id]': 'menuStack.id',
|
|
280
280
|
},
|
|
281
|
+
standalone: true,
|
|
281
282
|
}]
|
|
282
283
|
}] });
|
|
283
284
|
|
|
@@ -464,10 +465,10 @@ class TargetMenuAim {
|
|
|
464
465
|
});
|
|
465
466
|
});
|
|
466
467
|
}
|
|
467
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
468
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
468
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: TargetMenuAim, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
469
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: TargetMenuAim }); }
|
|
469
470
|
}
|
|
470
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
471
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: TargetMenuAim, decorators: [{
|
|
471
472
|
type: Injectable
|
|
472
473
|
}] });
|
|
473
474
|
/**
|
|
@@ -475,10 +476,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImpor
|
|
|
475
476
|
* element with either the `cdkMenu` or `cdkMenuBar` directive and child menu items.
|
|
476
477
|
*/
|
|
477
478
|
class CdkTargetMenuAim {
|
|
478
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
479
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
479
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkTargetMenuAim, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
480
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkTargetMenuAim, isStandalone: true, selector: "[cdkTargetMenuAim]", providers: [{ provide: MENU_AIM, useClass: TargetMenuAim }], exportAs: ["cdkTargetMenuAim"], ngImport: i0 }); }
|
|
480
481
|
}
|
|
481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
482
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkTargetMenuAim, decorators: [{
|
|
482
483
|
type: Directive,
|
|
483
484
|
args: [{
|
|
484
485
|
selector: '[cdkTargetMenuAim]',
|
|
@@ -766,13 +767,13 @@ class CdkMenuTrigger extends CdkMenuTriggerBase {
|
|
|
766
767
|
element.setAttribute('type', 'button');
|
|
767
768
|
}
|
|
768
769
|
}
|
|
769
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
770
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
770
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenuTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
771
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkMenuTrigger, isStandalone: true, selector: "[cdkMenuTriggerFor]", inputs: { menuTemplateRef: ["cdkMenuTriggerFor", "menuTemplateRef"], menuPosition: ["cdkMenuPosition", "menuPosition"], menuData: ["cdkMenuTriggerData", "menuData"] }, outputs: { opened: "cdkMenuOpened", closed: "cdkMenuClosed" }, host: { listeners: { "focusin": "_setHasFocus(true)", "focusout": "_setHasFocus(false)", "keydown": "_toggleOnKeydown($event)", "click": "_handleClick()" }, properties: { "attr.aria-haspopup": "menuTemplateRef ? \"menu\" : null", "attr.aria-expanded": "menuTemplateRef == null ? null : isOpen()" }, classAttribute: "cdk-menu-trigger" }, providers: [
|
|
771
772
|
{ provide: MENU_TRIGGER, useExisting: CdkMenuTrigger },
|
|
772
773
|
PARENT_OR_NEW_MENU_STACK_PROVIDER,
|
|
773
774
|
], exportAs: ["cdkMenuTriggerFor"], usesInheritance: true, ngImport: i0 }); }
|
|
774
775
|
}
|
|
775
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenuTrigger, decorators: [{
|
|
776
777
|
type: Directive,
|
|
777
778
|
args: [{
|
|
778
779
|
selector: '[cdkMenuTriggerFor]',
|
|
@@ -1020,10 +1021,10 @@ class CdkMenuItem {
|
|
|
1020
1021
|
element.setAttribute('type', 'button');
|
|
1021
1022
|
}
|
|
1022
1023
|
}
|
|
1023
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
1024
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.
|
|
1024
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenuItem, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1025
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.0-next.2", type: CdkMenuItem, isStandalone: true, selector: "[cdkMenuItem]", inputs: { disabled: ["cdkMenuItemDisabled", "disabled", booleanAttribute], typeaheadLabel: ["cdkMenuitemTypeaheadLabel", "typeaheadLabel"] }, outputs: { triggered: "cdkMenuItemTriggered" }, host: { attributes: { "role": "menuitem" }, listeners: { "blur": "_resetTabIndex()", "focus": "_setTabIndex()", "click": "trigger()", "keydown": "_onKeydown($event)" }, properties: { "tabindex": "_tabindex", "attr.aria-disabled": "disabled || null" }, classAttribute: "cdk-menu-item" }, exportAs: ["cdkMenuItem"], ngImport: i0 }); }
|
|
1025
1026
|
}
|
|
1026
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
1027
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenuItem, decorators: [{
|
|
1027
1028
|
type: Directive,
|
|
1028
1029
|
args: [{
|
|
1029
1030
|
selector: '[cdkMenuItem]',
|
|
@@ -1238,15 +1239,15 @@ class CdkMenuBase extends CdkMenuGroup {
|
|
|
1238
1239
|
this.menuAim.initialize(this, this.pointerTracker);
|
|
1239
1240
|
}
|
|
1240
1241
|
}
|
|
1241
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
1242
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
1242
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenuBase, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1243
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkMenuBase, isStandalone: true, inputs: { id: "id" }, host: { attributes: { "role": "menu" }, listeners: { "focus": "focusFirstItem()", "focusin": "menuStack.setHasFocus(true)", "focusout": "menuStack.setHasFocus(false)" }, properties: { "tabindex": "_getTabIndex()", "id": "id", "attr.aria-orientation": "orientation", "attr.data-cdk-menu-stack-id": "menuStack.id" } }, queries: [{ propertyName: "items", predicate: CdkMenuItem, descendants: true }], usesInheritance: true, ngImport: i0 }); }
|
|
1243
1244
|
}
|
|
1244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
1245
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenuBase, decorators: [{
|
|
1245
1246
|
type: Directive,
|
|
1246
1247
|
args: [{
|
|
1247
1248
|
host: {
|
|
1248
1249
|
'role': 'menu',
|
|
1249
|
-
'class': '',
|
|
1250
|
+
'class': '', // reset the css class added by the super-class
|
|
1250
1251
|
'[tabindex]': '_getTabIndex()',
|
|
1251
1252
|
'[id]': 'id',
|
|
1252
1253
|
'[attr.aria-orientation]': 'orientation',
|
|
@@ -1255,6 +1256,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImpor
|
|
|
1255
1256
|
'(focusin)': 'menuStack.setHasFocus(true)',
|
|
1256
1257
|
'(focusout)': 'menuStack.setHasFocus(false)',
|
|
1257
1258
|
},
|
|
1259
|
+
standalone: true,
|
|
1258
1260
|
}]
|
|
1259
1261
|
}], propDecorators: { id: [{
|
|
1260
1262
|
type: Input
|
|
@@ -1353,14 +1355,14 @@ class CdkMenu extends CdkMenuBase {
|
|
|
1353
1355
|
.pipe(takeUntil(this.destroyed))
|
|
1354
1356
|
.subscribe(event => this._toggleMenuFocus(event));
|
|
1355
1357
|
}
|
|
1356
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
1357
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
1358
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenu, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1359
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkMenu, isStandalone: true, selector: "[cdkMenu]", outputs: { closed: "closed" }, host: { attributes: { "role": "menu" }, listeners: { "keydown": "_handleKeyEvent($event)" }, properties: { "class.cdk-menu-inline": "isInline" }, classAttribute: "cdk-menu" }, providers: [
|
|
1358
1360
|
{ provide: CdkMenuGroup, useExisting: CdkMenu },
|
|
1359
1361
|
{ provide: CDK_MENU, useExisting: CdkMenu },
|
|
1360
1362
|
PARENT_OR_NEW_INLINE_MENU_STACK_PROVIDER('vertical'),
|
|
1361
1363
|
], exportAs: ["cdkMenu"], usesInheritance: true, ngImport: i0 }); }
|
|
1362
1364
|
}
|
|
1363
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
1365
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenu, decorators: [{
|
|
1364
1366
|
type: Directive,
|
|
1365
1367
|
args: [{
|
|
1366
1368
|
selector: '[cdkMenu]',
|
|
@@ -1475,14 +1477,14 @@ class CdkMenuBar extends CdkMenuBase {
|
|
|
1475
1477
|
.pipe(takeUntil(this.destroyed))
|
|
1476
1478
|
.subscribe(event => this._toggleOpenMenu(event));
|
|
1477
1479
|
}
|
|
1478
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
1479
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
1480
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenuBar, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1481
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkMenuBar, isStandalone: true, selector: "[cdkMenuBar]", host: { attributes: { "role": "menubar" }, listeners: { "keydown": "_handleKeyEvent($event)" }, classAttribute: "cdk-menu-bar" }, providers: [
|
|
1480
1482
|
{ provide: CdkMenuGroup, useExisting: CdkMenuBar },
|
|
1481
1483
|
{ provide: CDK_MENU, useExisting: CdkMenuBar },
|
|
1482
1484
|
{ provide: MENU_STACK, useFactory: () => MenuStack.inline('horizontal') },
|
|
1483
1485
|
], exportAs: ["cdkMenuBar"], usesInheritance: true, ngImport: i0 }); }
|
|
1484
1486
|
}
|
|
1485
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
1487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenuBar, decorators: [{
|
|
1486
1488
|
type: Directive,
|
|
1487
1489
|
args: [{
|
|
1488
1490
|
selector: '[cdkMenuBar]',
|
|
@@ -1510,16 +1512,17 @@ class CdkMenuItemSelectable extends CdkMenuItem {
|
|
|
1510
1512
|
/** Whether the item should close the menu if triggered by the spacebar. */
|
|
1511
1513
|
this.closeOnSpacebarTrigger = false;
|
|
1512
1514
|
}
|
|
1513
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
1514
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.
|
|
1515
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenuItemSelectable, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1516
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.0-next.2", type: CdkMenuItemSelectable, isStandalone: true, inputs: { checked: ["cdkMenuItemChecked", "checked", booleanAttribute] }, host: { properties: { "attr.aria-checked": "!!checked", "attr.aria-disabled": "disabled || null" } }, usesInheritance: true, ngImport: i0 }); }
|
|
1515
1517
|
}
|
|
1516
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
1518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenuItemSelectable, decorators: [{
|
|
1517
1519
|
type: Directive,
|
|
1518
1520
|
args: [{
|
|
1519
1521
|
host: {
|
|
1520
1522
|
'[attr.aria-checked]': '!!checked',
|
|
1521
1523
|
'[attr.aria-disabled]': 'disabled || null',
|
|
1522
1524
|
},
|
|
1525
|
+
standalone: true,
|
|
1523
1526
|
}]
|
|
1524
1527
|
}], propDecorators: { checked: [{
|
|
1525
1528
|
type: Input,
|
|
@@ -1563,13 +1566,13 @@ class CdkMenuItemRadio extends CdkMenuItemSelectable {
|
|
|
1563
1566
|
this.checked = this._id === id;
|
|
1564
1567
|
});
|
|
1565
1568
|
}
|
|
1566
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
1567
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
1569
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenuItemRadio, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1570
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkMenuItemRadio, isStandalone: true, selector: "[cdkMenuItemRadio]", host: { attributes: { "role": "menuitemradio" }, properties: { "class.cdk-menu-item-radio": "true" } }, providers: [
|
|
1568
1571
|
{ provide: CdkMenuItemSelectable, useExisting: CdkMenuItemRadio },
|
|
1569
1572
|
{ provide: CdkMenuItem, useExisting: CdkMenuItemSelectable },
|
|
1570
1573
|
], exportAs: ["cdkMenuItemRadio"], usesInheritance: true, ngImport: i0 }); }
|
|
1571
1574
|
}
|
|
1572
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
1575
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenuItemRadio, decorators: [{
|
|
1573
1576
|
type: Directive,
|
|
1574
1577
|
args: [{
|
|
1575
1578
|
selector: '[cdkMenuItemRadio]',
|
|
@@ -1602,13 +1605,13 @@ class CdkMenuItemCheckbox extends CdkMenuItemSelectable {
|
|
|
1602
1605
|
this.checked = !this.checked;
|
|
1603
1606
|
}
|
|
1604
1607
|
}
|
|
1605
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
1606
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
1608
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenuItemCheckbox, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1609
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkMenuItemCheckbox, isStandalone: true, selector: "[cdkMenuItemCheckbox]", host: { attributes: { "role": "menuitemcheckbox" }, properties: { "class.cdk-menu-item-checkbox": "true" } }, providers: [
|
|
1607
1610
|
{ provide: CdkMenuItemSelectable, useExisting: CdkMenuItemCheckbox },
|
|
1608
1611
|
{ provide: CdkMenuItem, useExisting: CdkMenuItemSelectable },
|
|
1609
1612
|
], exportAs: ["cdkMenuItemCheckbox"], usesInheritance: true, ngImport: i0 }); }
|
|
1610
1613
|
}
|
|
1611
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
1614
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenuItemCheckbox, decorators: [{
|
|
1612
1615
|
type: Directive,
|
|
1613
1616
|
args: [{
|
|
1614
1617
|
selector: '[cdkMenuItemCheckbox]',
|
|
@@ -1645,10 +1648,10 @@ class ContextMenuTracker {
|
|
|
1645
1648
|
ContextMenuTracker._openContextMenuTrigger = trigger;
|
|
1646
1649
|
}
|
|
1647
1650
|
}
|
|
1648
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
1649
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
1651
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: ContextMenuTracker, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1652
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: ContextMenuTracker, providedIn: 'root' }); }
|
|
1650
1653
|
}
|
|
1651
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
1654
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: ContextMenuTracker, decorators: [{
|
|
1652
1655
|
type: Injectable,
|
|
1653
1656
|
args: [{ providedIn: 'root' }]
|
|
1654
1657
|
}] });
|
|
@@ -1796,13 +1799,13 @@ class CdkContextMenuTrigger extends CdkMenuTriggerBase {
|
|
|
1796
1799
|
this._subscribeToOutsideClicks(userEvent);
|
|
1797
1800
|
}
|
|
1798
1801
|
}
|
|
1799
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
1800
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.
|
|
1802
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkContextMenuTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1803
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.0-next.2", type: CdkContextMenuTrigger, isStandalone: true, selector: "[cdkContextMenuTriggerFor]", inputs: { menuTemplateRef: ["cdkContextMenuTriggerFor", "menuTemplateRef"], menuPosition: ["cdkContextMenuPosition", "menuPosition"], menuData: ["cdkContextMenuTriggerData", "menuData"], disabled: ["cdkContextMenuDisabled", "disabled", booleanAttribute] }, outputs: { opened: "cdkContextMenuOpened", closed: "cdkContextMenuClosed" }, host: { listeners: { "contextmenu": "_openOnContextMenu($event)" }, properties: { "attr.data-cdk-menu-stack-id": "null" } }, providers: [
|
|
1801
1804
|
{ provide: MENU_TRIGGER, useExisting: CdkContextMenuTrigger },
|
|
1802
1805
|
{ provide: MENU_STACK, useClass: MenuStack },
|
|
1803
1806
|
], exportAs: ["cdkContextMenuTriggerFor"], usesInheritance: true, ngImport: i0 }); }
|
|
1804
1807
|
}
|
|
1805
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
1808
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkContextMenuTrigger, decorators: [{
|
|
1806
1809
|
type: Directive,
|
|
1807
1810
|
args: [{
|
|
1808
1811
|
selector: '[cdkContextMenuTriggerFor]',
|
|
@@ -1841,8 +1844,8 @@ const MENU_DIRECTIVES = [
|
|
|
1841
1844
|
];
|
|
1842
1845
|
/** Module that declares components and directives for the CDK menu. */
|
|
1843
1846
|
class CdkMenuModule {
|
|
1844
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
1845
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.
|
|
1847
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1848
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenuModule, imports: [OverlayModule, CdkMenuBar,
|
|
1846
1849
|
CdkMenu,
|
|
1847
1850
|
CdkMenuItem,
|
|
1848
1851
|
CdkMenuItemRadio,
|
|
@@ -1859,9 +1862,9 @@ class CdkMenuModule {
|
|
|
1859
1862
|
CdkMenuGroup,
|
|
1860
1863
|
CdkContextMenuTrigger,
|
|
1861
1864
|
CdkTargetMenuAim] }); }
|
|
1862
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.
|
|
1865
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenuModule, imports: [OverlayModule] }); }
|
|
1863
1866
|
}
|
|
1864
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
1867
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkMenuModule, decorators: [{
|
|
1865
1868
|
type: NgModule,
|
|
1866
1869
|
args: [{
|
|
1867
1870
|
imports: [OverlayModule, ...MENU_DIRECTIVES],
|