@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/drag-drop.mjs
CHANGED
|
@@ -10,13 +10,6 @@ import * as i1 from '@angular/cdk/scrolling';
|
|
|
10
10
|
import { CdkScrollableModule } from '@angular/cdk/scrolling';
|
|
11
11
|
import * as i3 from '@angular/cdk/bidi';
|
|
12
12
|
|
|
13
|
-
/**
|
|
14
|
-
* @license
|
|
15
|
-
* Copyright Google LLC All Rights Reserved.
|
|
16
|
-
*
|
|
17
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
18
|
-
* found in the LICENSE file at https://angular.io/license
|
|
19
|
-
*/
|
|
20
13
|
/**
|
|
21
14
|
* Shallow-extends a stylesheet object with another stylesheet-like object.
|
|
22
15
|
* Note that the keys in `source` have to be dash-cased.
|
|
@@ -79,13 +72,6 @@ function combineTransforms(transform, initialTransform) {
|
|
|
79
72
|
: transform;
|
|
80
73
|
}
|
|
81
74
|
|
|
82
|
-
/**
|
|
83
|
-
* @license
|
|
84
|
-
* Copyright Google LLC All Rights Reserved.
|
|
85
|
-
*
|
|
86
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
87
|
-
* found in the LICENSE file at https://angular.io/license
|
|
88
|
-
*/
|
|
89
75
|
/** Parses a CSS time value to milliseconds. */
|
|
90
76
|
function parseCssTimeUnitsToMs(value) {
|
|
91
77
|
// Some browsers will return it in seconds, whereas others will return milliseconds.
|
|
@@ -115,13 +101,6 @@ function parseCssPropertyValue(computedStyle, name) {
|
|
|
115
101
|
return value.split(',').map(part => part.trim());
|
|
116
102
|
}
|
|
117
103
|
|
|
118
|
-
/**
|
|
119
|
-
* @license
|
|
120
|
-
* Copyright Google LLC All Rights Reserved.
|
|
121
|
-
*
|
|
122
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
123
|
-
* found in the LICENSE file at https://angular.io/license
|
|
124
|
-
*/
|
|
125
104
|
/** Gets a mutable version of an element's bounding `ClientRect`. */
|
|
126
105
|
function getMutableClientRect(element) {
|
|
127
106
|
const clientRect = element.getBoundingClientRect();
|
|
@@ -179,13 +158,6 @@ function isPointerNearClientRect(rect, threshold, pointerX, pointerY) {
|
|
|
179
158
|
pointerX < right + xThreshold);
|
|
180
159
|
}
|
|
181
160
|
|
|
182
|
-
/**
|
|
183
|
-
* @license
|
|
184
|
-
* Copyright Google LLC All Rights Reserved.
|
|
185
|
-
*
|
|
186
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
187
|
-
* found in the LICENSE file at https://angular.io/license
|
|
188
|
-
*/
|
|
189
161
|
/** Keeps track of the scroll position and dimensions of the parents of an element. */
|
|
190
162
|
class ParentPositionTracker {
|
|
191
163
|
constructor(_document) {
|
|
@@ -253,13 +225,6 @@ class ParentPositionTracker {
|
|
|
253
225
|
}
|
|
254
226
|
}
|
|
255
227
|
|
|
256
|
-
/**
|
|
257
|
-
* @license
|
|
258
|
-
* Copyright Google LLC All Rights Reserved.
|
|
259
|
-
*
|
|
260
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
261
|
-
* found in the LICENSE file at https://angular.io/license
|
|
262
|
-
*/
|
|
263
228
|
/** Creates a deep clone of an element. */
|
|
264
229
|
function deepCloneNode(node) {
|
|
265
230
|
const clone = node.cloneNode(true);
|
|
@@ -318,13 +283,6 @@ function transferCanvasData(source, clone) {
|
|
|
318
283
|
}
|
|
319
284
|
}
|
|
320
285
|
|
|
321
|
-
/**
|
|
322
|
-
* @license
|
|
323
|
-
* Copyright Google LLC All Rights Reserved.
|
|
324
|
-
*
|
|
325
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
326
|
-
* found in the LICENSE file at https://angular.io/license
|
|
327
|
-
*/
|
|
328
286
|
/** Options that can be used to bind a passive event listener. */
|
|
329
287
|
const passiveEventListenerOptions = normalizePassiveListenerOptions({ passive: true });
|
|
330
288
|
/** Options that can be used to bind an active event listener. */
|
|
@@ -1461,13 +1419,6 @@ function matchElementSize(target, sourceRect) {
|
|
|
1461
1419
|
target.style.transform = getTransform(sourceRect.left, sourceRect.top);
|
|
1462
1420
|
}
|
|
1463
1421
|
|
|
1464
|
-
/**
|
|
1465
|
-
* @license
|
|
1466
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1467
|
-
*
|
|
1468
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1469
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1470
|
-
*/
|
|
1471
1422
|
/**
|
|
1472
1423
|
* Moves an item one index in an array to another.
|
|
1473
1424
|
* @param array Array in which to move the item.
|
|
@@ -1521,13 +1472,6 @@ function clamp(value, max) {
|
|
|
1521
1472
|
return Math.max(0, Math.min(max, value));
|
|
1522
1473
|
}
|
|
1523
1474
|
|
|
1524
|
-
/**
|
|
1525
|
-
* @license
|
|
1526
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1527
|
-
*
|
|
1528
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1529
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1530
|
-
*/
|
|
1531
1475
|
/**
|
|
1532
1476
|
* Strategy that only supports sorting along a single axis.
|
|
1533
1477
|
* Items are reordered using CSS transforms which allows for sorting to be animated.
|
|
@@ -1859,13 +1803,6 @@ class SingleAxisSortStrategy {
|
|
|
1859
1803
|
}
|
|
1860
1804
|
}
|
|
1861
1805
|
|
|
1862
|
-
/**
|
|
1863
|
-
* @license
|
|
1864
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1865
|
-
*
|
|
1866
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1867
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1868
|
-
*/
|
|
1869
1806
|
/**
|
|
1870
1807
|
* Proximity, as a ratio to width/height, at which a
|
|
1871
1808
|
* dragged item will affect the drop container.
|
|
@@ -2441,13 +2378,6 @@ function getElementScrollDirections(element, clientRect, pointerX, pointerY) {
|
|
|
2441
2378
|
return [verticalScrollDirection, horizontalScrollDirection];
|
|
2442
2379
|
}
|
|
2443
2380
|
|
|
2444
|
-
/**
|
|
2445
|
-
* @license
|
|
2446
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2447
|
-
*
|
|
2448
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2449
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2450
|
-
*/
|
|
2451
2381
|
/** Event options that can be used to bind an active, capturing event. */
|
|
2452
2382
|
const activeCapturingEventOptions = normalizePassiveListenerOptions({
|
|
2453
2383
|
passive: false,
|
|
@@ -2657,9 +2587,9 @@ class DragDropRegistry {
|
|
|
2657
2587
|
this._globalListeners.clear();
|
|
2658
2588
|
}
|
|
2659
2589
|
}
|
|
2660
|
-
DragDropRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2661
|
-
DragDropRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2662
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2590
|
+
DragDropRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: DragDropRegistry, deps: [{ token: i0.NgZone }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2591
|
+
DragDropRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: DragDropRegistry, providedIn: 'root' });
|
|
2592
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: DragDropRegistry, decorators: [{
|
|
2663
2593
|
type: Injectable,
|
|
2664
2594
|
args: [{ providedIn: 'root' }]
|
|
2665
2595
|
}], ctorParameters: function () {
|
|
@@ -2669,13 +2599,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
2669
2599
|
}] }];
|
|
2670
2600
|
} });
|
|
2671
2601
|
|
|
2672
|
-
/**
|
|
2673
|
-
* @license
|
|
2674
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2675
|
-
*
|
|
2676
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2677
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2678
|
-
*/
|
|
2679
2602
|
/** Default configuration to be used when creating a `DragRef`. */
|
|
2680
2603
|
const DEFAULT_CONFIG = {
|
|
2681
2604
|
dragStartThreshold: 5,
|
|
@@ -2707,9 +2630,9 @@ class DragDrop {
|
|
|
2707
2630
|
return new DropListRef(element, this._dragDropRegistry, this._document, this._ngZone, this._viewportRuler);
|
|
2708
2631
|
}
|
|
2709
2632
|
}
|
|
2710
|
-
DragDrop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2711
|
-
DragDrop.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2712
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2633
|
+
DragDrop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: DragDrop, deps: [{ token: DOCUMENT }, { token: i0.NgZone }, { token: i1.ViewportRuler }, { token: DragDropRegistry }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2634
|
+
DragDrop.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: DragDrop, providedIn: 'root' });
|
|
2635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: DragDrop, decorators: [{
|
|
2713
2636
|
type: Injectable,
|
|
2714
2637
|
args: [{ providedIn: 'root' }]
|
|
2715
2638
|
}], ctorParameters: function () {
|
|
@@ -2719,13 +2642,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
2719
2642
|
}] }, { type: i0.NgZone }, { type: i1.ViewportRuler }, { type: DragDropRegistry }];
|
|
2720
2643
|
} });
|
|
2721
2644
|
|
|
2722
|
-
/**
|
|
2723
|
-
* @license
|
|
2724
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2725
|
-
*
|
|
2726
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2727
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2728
|
-
*/
|
|
2729
2645
|
/**
|
|
2730
2646
|
* Injection token that can be used for a `CdkDrag` to provide itself as a parent to the
|
|
2731
2647
|
* drag-specific child directive (`CdkDragHandle`, `CdkDragPreview` etc.). Used primarily
|
|
@@ -2734,13 +2650,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
2734
2650
|
*/
|
|
2735
2651
|
const CDK_DRAG_PARENT = new InjectionToken('CDK_DRAG_PARENT');
|
|
2736
2652
|
|
|
2737
|
-
/**
|
|
2738
|
-
* @license
|
|
2739
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2740
|
-
*
|
|
2741
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2742
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2743
|
-
*/
|
|
2744
2653
|
/**
|
|
2745
2654
|
* Injection token that can be used to reference instances of `CdkDropListGroup`. It serves as
|
|
2746
2655
|
* alternative token to the actual `CdkDropListGroup` class which could cause unnecessary
|
|
@@ -2770,9 +2679,9 @@ class CdkDropListGroup {
|
|
|
2770
2679
|
this._items.clear();
|
|
2771
2680
|
}
|
|
2772
2681
|
}
|
|
2773
|
-
CdkDropListGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2774
|
-
CdkDropListGroup.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
2775
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2682
|
+
CdkDropListGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkDropListGroup, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2683
|
+
CdkDropListGroup.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkDropListGroup, isStandalone: true, selector: "[cdkDropListGroup]", inputs: { disabled: ["cdkDropListGroupDisabled", "disabled"] }, providers: [{ provide: CDK_DROP_LIST_GROUP, useExisting: CdkDropListGroup }], exportAs: ["cdkDropListGroup"], ngImport: i0 });
|
|
2684
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkDropListGroup, decorators: [{
|
|
2776
2685
|
type: Directive,
|
|
2777
2686
|
args: [{
|
|
2778
2687
|
selector: '[cdkDropListGroup]',
|
|
@@ -2785,26 +2694,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
2785
2694
|
args: ['cdkDropListGroupDisabled']
|
|
2786
2695
|
}] } });
|
|
2787
2696
|
|
|
2788
|
-
/**
|
|
2789
|
-
* @license
|
|
2790
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2791
|
-
*
|
|
2792
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2793
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2794
|
-
*/
|
|
2795
2697
|
/**
|
|
2796
2698
|
* Injection token that can be used to configure the
|
|
2797
2699
|
* behavior of the drag&drop-related components.
|
|
2798
2700
|
*/
|
|
2799
2701
|
const CDK_DRAG_CONFIG = new InjectionToken('CDK_DRAG_CONFIG');
|
|
2800
2702
|
|
|
2801
|
-
/**
|
|
2802
|
-
* @license
|
|
2803
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2804
|
-
*
|
|
2805
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2806
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2807
|
-
*/
|
|
2808
2703
|
/**
|
|
2809
2704
|
* Asserts that a particular node is an element.
|
|
2810
2705
|
* @param node Node to be checked.
|
|
@@ -2816,13 +2711,6 @@ function assertElementNode(node, name) {
|
|
|
2816
2711
|
}
|
|
2817
2712
|
}
|
|
2818
2713
|
|
|
2819
|
-
/**
|
|
2820
|
-
* @license
|
|
2821
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2822
|
-
*
|
|
2823
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2824
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2825
|
-
*/
|
|
2826
2714
|
/** Counter used to generate unique ids for drop zones. */
|
|
2827
2715
|
let _uniqueIdCounter = 0;
|
|
2828
2716
|
/**
|
|
@@ -3063,13 +2951,13 @@ class CdkDropList {
|
|
|
3063
2951
|
}
|
|
3064
2952
|
/** Keeps track of the drop lists that are currently on the page. */
|
|
3065
2953
|
CdkDropList._dropLists = [];
|
|
3066
|
-
CdkDropList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3067
|
-
CdkDropList.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
2954
|
+
CdkDropList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkDropList, deps: [{ token: i0.ElementRef }, { token: DragDrop }, { token: i0.ChangeDetectorRef }, { token: i1.ScrollDispatcher }, { token: i3.Directionality, optional: true }, { token: CDK_DROP_LIST_GROUP, optional: true, skipSelf: true }, { token: CDK_DRAG_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2955
|
+
CdkDropList.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkDropList, isStandalone: true, selector: "[cdkDropList], cdk-drop-list", inputs: { connectedTo: ["cdkDropListConnectedTo", "connectedTo"], data: ["cdkDropListData", "data"], orientation: ["cdkDropListOrientation", "orientation"], id: "id", lockAxis: ["cdkDropListLockAxis", "lockAxis"], disabled: ["cdkDropListDisabled", "disabled"], sortingDisabled: ["cdkDropListSortingDisabled", "sortingDisabled"], enterPredicate: ["cdkDropListEnterPredicate", "enterPredicate"], sortPredicate: ["cdkDropListSortPredicate", "sortPredicate"], autoScrollDisabled: ["cdkDropListAutoScrollDisabled", "autoScrollDisabled"], autoScrollStep: ["cdkDropListAutoScrollStep", "autoScrollStep"] }, outputs: { dropped: "cdkDropListDropped", entered: "cdkDropListEntered", exited: "cdkDropListExited", sorted: "cdkDropListSorted" }, host: { properties: { "attr.id": "id", "class.cdk-drop-list-disabled": "disabled", "class.cdk-drop-list-dragging": "_dropListRef.isDragging()", "class.cdk-drop-list-receiving": "_dropListRef.isReceiving()" }, classAttribute: "cdk-drop-list" }, providers: [
|
|
3068
2956
|
// Prevent child drop lists from picking up the same group as their parent.
|
|
3069
2957
|
{ provide: CDK_DROP_LIST_GROUP, useValue: undefined },
|
|
3070
2958
|
{ provide: CDK_DROP_LIST, useExisting: CdkDropList },
|
|
3071
2959
|
], exportAs: ["cdkDropList"], ngImport: i0 });
|
|
3072
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2960
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkDropList, decorators: [{
|
|
3073
2961
|
type: Directive,
|
|
3074
2962
|
args: [{
|
|
3075
2963
|
selector: '[cdkDropList], cdk-drop-list',
|
|
@@ -3150,13 +3038,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
3150
3038
|
args: ['cdkDropListSorted']
|
|
3151
3039
|
}] } });
|
|
3152
3040
|
|
|
3153
|
-
/**
|
|
3154
|
-
* @license
|
|
3155
|
-
* Copyright Google LLC All Rights Reserved.
|
|
3156
|
-
*
|
|
3157
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
3158
|
-
* found in the LICENSE file at https://angular.io/license
|
|
3159
|
-
*/
|
|
3160
3041
|
/**
|
|
3161
3042
|
* Injection token that can be used to reference instances of `CdkDragHandle`. It serves as
|
|
3162
3043
|
* alternative token to the actual `CdkDragHandle` class which could cause unnecessary
|
|
@@ -3187,9 +3068,9 @@ class CdkDragHandle {
|
|
|
3187
3068
|
this._stateChanges.complete();
|
|
3188
3069
|
}
|
|
3189
3070
|
}
|
|
3190
|
-
CdkDragHandle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3191
|
-
CdkDragHandle.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
3192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3071
|
+
CdkDragHandle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkDragHandle, deps: [{ token: i0.ElementRef }, { token: CDK_DRAG_PARENT, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3072
|
+
CdkDragHandle.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkDragHandle, isStandalone: true, selector: "[cdkDragHandle]", inputs: { disabled: ["cdkDragHandleDisabled", "disabled"] }, host: { classAttribute: "cdk-drag-handle" }, providers: [{ provide: CDK_DRAG_HANDLE, useExisting: CdkDragHandle }], ngImport: i0 });
|
|
3073
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkDragHandle, decorators: [{
|
|
3193
3074
|
type: Directive,
|
|
3194
3075
|
args: [{
|
|
3195
3076
|
selector: '[cdkDragHandle]',
|
|
@@ -3213,13 +3094,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
3213
3094
|
args: ['cdkDragHandleDisabled']
|
|
3214
3095
|
}] } });
|
|
3215
3096
|
|
|
3216
|
-
/**
|
|
3217
|
-
* @license
|
|
3218
|
-
* Copyright Google LLC All Rights Reserved.
|
|
3219
|
-
*
|
|
3220
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
3221
|
-
* found in the LICENSE file at https://angular.io/license
|
|
3222
|
-
*/
|
|
3223
3097
|
/**
|
|
3224
3098
|
* Injection token that can be used to reference instances of `CdkDragPlaceholder`. It serves as
|
|
3225
3099
|
* alternative token to the actual `CdkDragPlaceholder` class which could cause unnecessary
|
|
@@ -3235,9 +3109,9 @@ class CdkDragPlaceholder {
|
|
|
3235
3109
|
this.templateRef = templateRef;
|
|
3236
3110
|
}
|
|
3237
3111
|
}
|
|
3238
|
-
CdkDragPlaceholder.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3239
|
-
CdkDragPlaceholder.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
3240
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3112
|
+
CdkDragPlaceholder.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkDragPlaceholder, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3113
|
+
CdkDragPlaceholder.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkDragPlaceholder, isStandalone: true, selector: "ng-template[cdkDragPlaceholder]", inputs: { data: "data" }, providers: [{ provide: CDK_DRAG_PLACEHOLDER, useExisting: CdkDragPlaceholder }], ngImport: i0 });
|
|
3114
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkDragPlaceholder, decorators: [{
|
|
3241
3115
|
type: Directive,
|
|
3242
3116
|
args: [{
|
|
3243
3117
|
selector: 'ng-template[cdkDragPlaceholder]',
|
|
@@ -3248,13 +3122,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
3248
3122
|
type: Input
|
|
3249
3123
|
}] } });
|
|
3250
3124
|
|
|
3251
|
-
/**
|
|
3252
|
-
* @license
|
|
3253
|
-
* Copyright Google LLC All Rights Reserved.
|
|
3254
|
-
*
|
|
3255
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
3256
|
-
* found in the LICENSE file at https://angular.io/license
|
|
3257
|
-
*/
|
|
3258
3125
|
/**
|
|
3259
3126
|
* Injection token that can be used to reference instances of `CdkDragPreview`. It serves as
|
|
3260
3127
|
* alternative token to the actual `CdkDragPreview` class which could cause unnecessary
|
|
@@ -3278,9 +3145,9 @@ class CdkDragPreview {
|
|
|
3278
3145
|
this._matchSize = false;
|
|
3279
3146
|
}
|
|
3280
3147
|
}
|
|
3281
|
-
CdkDragPreview.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3282
|
-
CdkDragPreview.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
3283
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3148
|
+
CdkDragPreview.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkDragPreview, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3149
|
+
CdkDragPreview.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkDragPreview, isStandalone: true, selector: "ng-template[cdkDragPreview]", inputs: { data: "data", matchSize: "matchSize" }, providers: [{ provide: CDK_DRAG_PREVIEW, useExisting: CdkDragPreview }], ngImport: i0 });
|
|
3150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkDragPreview, decorators: [{
|
|
3284
3151
|
type: Directive,
|
|
3285
3152
|
args: [{
|
|
3286
3153
|
selector: 'ng-template[cdkDragPreview]',
|
|
@@ -3650,9 +3517,9 @@ class CdkDrag {
|
|
|
3650
3517
|
}
|
|
3651
3518
|
}
|
|
3652
3519
|
CdkDrag._dragInstances = [];
|
|
3653
|
-
CdkDrag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3654
|
-
CdkDrag.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
3655
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3520
|
+
CdkDrag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkDrag, deps: [{ token: i0.ElementRef }, { token: CDK_DROP_LIST, optional: true, skipSelf: true }, { token: DOCUMENT }, { token: i0.NgZone }, { token: i0.ViewContainerRef }, { token: CDK_DRAG_CONFIG, optional: true }, { token: i3.Directionality, optional: true }, { token: DragDrop }, { token: i0.ChangeDetectorRef }, { token: CDK_DRAG_HANDLE, optional: true, self: true }, { token: CDK_DRAG_PARENT, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3521
|
+
CdkDrag.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkDrag, isStandalone: true, selector: "[cdkDrag]", inputs: { data: ["cdkDragData", "data"], lockAxis: ["cdkDragLockAxis", "lockAxis"], rootElementSelector: ["cdkDragRootElement", "rootElementSelector"], boundaryElement: ["cdkDragBoundary", "boundaryElement"], dragStartDelay: ["cdkDragStartDelay", "dragStartDelay"], freeDragPosition: ["cdkDragFreeDragPosition", "freeDragPosition"], disabled: ["cdkDragDisabled", "disabled"], constrainPosition: ["cdkDragConstrainPosition", "constrainPosition"], previewClass: ["cdkDragPreviewClass", "previewClass"], previewContainer: ["cdkDragPreviewContainer", "previewContainer"] }, outputs: { started: "cdkDragStarted", released: "cdkDragReleased", ended: "cdkDragEnded", entered: "cdkDragEntered", exited: "cdkDragExited", dropped: "cdkDragDropped", moved: "cdkDragMoved" }, host: { properties: { "class.cdk-drag-disabled": "disabled", "class.cdk-drag-dragging": "_dragRef.isDragging()" }, classAttribute: "cdk-drag" }, providers: [{ provide: CDK_DRAG_PARENT, useExisting: CdkDrag }], queries: [{ propertyName: "_previewTemplate", first: true, predicate: CDK_DRAG_PREVIEW, descendants: true }, { propertyName: "_placeholderTemplate", first: true, predicate: CDK_DRAG_PLACEHOLDER, descendants: true }, { propertyName: "_handles", predicate: CDK_DRAG_HANDLE, descendants: true }], exportAs: ["cdkDrag"], usesOnChanges: true, ngImport: i0 });
|
|
3522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkDrag, decorators: [{
|
|
3656
3523
|
type: Directive,
|
|
3657
3524
|
args: [{
|
|
3658
3525
|
selector: '[cdkDrag]',
|
|
@@ -3760,13 +3627,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
3760
3627
|
args: ['cdkDragMoved']
|
|
3761
3628
|
}] } });
|
|
3762
3629
|
|
|
3763
|
-
/**
|
|
3764
|
-
* @license
|
|
3765
|
-
* Copyright Google LLC All Rights Reserved.
|
|
3766
|
-
*
|
|
3767
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
3768
|
-
* found in the LICENSE file at https://angular.io/license
|
|
3769
|
-
*/
|
|
3770
3630
|
const DRAG_DROP_DIRECTIVES = [
|
|
3771
3631
|
CdkDropList,
|
|
3772
3632
|
CdkDropListGroup,
|
|
@@ -3777,8 +3637,8 @@ const DRAG_DROP_DIRECTIVES = [
|
|
|
3777
3637
|
];
|
|
3778
3638
|
class DragDropModule {
|
|
3779
3639
|
}
|
|
3780
|
-
DragDropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3781
|
-
DragDropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
3640
|
+
DragDropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: DragDropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3641
|
+
DragDropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: DragDropModule, imports: [CdkDropList,
|
|
3782
3642
|
CdkDropListGroup,
|
|
3783
3643
|
CdkDrag,
|
|
3784
3644
|
CdkDragHandle,
|
|
@@ -3789,8 +3649,8 @@ DragDropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
|
|
|
3789
3649
|
CdkDragHandle,
|
|
3790
3650
|
CdkDragPreview,
|
|
3791
3651
|
CdkDragPlaceholder] });
|
|
3792
|
-
DragDropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3793
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3652
|
+
DragDropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: DragDropModule, providers: [DragDrop], imports: [CdkScrollableModule] });
|
|
3653
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: DragDropModule, decorators: [{
|
|
3794
3654
|
type: NgModule,
|
|
3795
3655
|
args: [{
|
|
3796
3656
|
imports: DRAG_DROP_DIRECTIVES,
|
|
@@ -3799,22 +3659,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
3799
3659
|
}]
|
|
3800
3660
|
}] });
|
|
3801
3661
|
|
|
3802
|
-
/**
|
|
3803
|
-
* @license
|
|
3804
|
-
* Copyright Google LLC All Rights Reserved.
|
|
3805
|
-
*
|
|
3806
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
3807
|
-
* found in the LICENSE file at https://angular.io/license
|
|
3808
|
-
*/
|
|
3809
|
-
|
|
3810
|
-
/**
|
|
3811
|
-
* @license
|
|
3812
|
-
* Copyright Google LLC All Rights Reserved.
|
|
3813
|
-
*
|
|
3814
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
3815
|
-
* found in the LICENSE file at https://angular.io/license
|
|
3816
|
-
*/
|
|
3817
|
-
|
|
3818
3662
|
/**
|
|
3819
3663
|
* Generated bundle index. Do not edit.
|
|
3820
3664
|
*/
|