@angular/cdk 16.0.0-next.4 → 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/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 +34 -178
- 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 +34 -206
- package/fesm2020/overlay.mjs.map +1 -1
- package/fesm2020/platform.mjs +7 -72
- package/fesm2020/platform.mjs.map +1 -1
- package/fesm2020/portal.mjs +16 -67
- package/fesm2020/portal.mjs.map +1 -1
- package/fesm2020/scrolling.mjs +35 -136
- package/fesm2020/scrolling.mjs.map +1 -1
- package/fesm2020/stepper.mjs +22 -73
- package/fesm2020/stepper.mjs.map +1 -1
- package/fesm2020/table.mjs +76 -169
- package/fesm2020/table.mjs.map +1 -1
- package/fesm2020/testing/selenium-webdriver.mjs +0 -37
- package/fesm2020/testing/selenium-webdriver.mjs.map +1 -1
- package/fesm2020/testing/testbed.mjs +1 -72
- package/fesm2020/testing/testbed.mjs.map +1 -1
- package/fesm2020/testing.mjs +0 -66
- package/fesm2020/testing.mjs.map +1 -1
- package/fesm2020/text-field.mjs +13 -50
- package/fesm2020/text-field.mjs.map +1 -1
- package/fesm2020/tree.mjs +25 -111
- package/fesm2020/tree.mjs.map +1 -1
- package/listbox/index.d.ts +2 -2
- package/menu/index.d.ts +5 -5
- package/observers/index.d.ts +1 -1
- package/overlay/index.d.ts +1 -1
- package/package.json +1 -1
- package/portal/index.d.ts +2 -2
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.mjs +1 -1
- package/scrolling/index.d.ts +3 -3
- package/stepper/index.d.ts +4 -4
- package/table/index.d.ts +6 -6
- package/text-field/index.d.ts +1 -1
- package/tree/index.d.ts +6 -6
package/fesm2020/drag-drop.mjs
CHANGED
|
@@ -10,13 +10,6 @@ import { Subject, Subscription, interval, animationFrameScheduler, Observable, m
|
|
|
10
10
|
import { takeUntil, startWith, map, take, tap, switchMap } from 'rxjs/operators';
|
|
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. */
|
|
@@ -1455,13 +1413,6 @@ function matchElementSize(target, sourceRect) {
|
|
|
1455
1413
|
target.style.transform = getTransform(sourceRect.left, sourceRect.top);
|
|
1456
1414
|
}
|
|
1457
1415
|
|
|
1458
|
-
/**
|
|
1459
|
-
* @license
|
|
1460
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1461
|
-
*
|
|
1462
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1463
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1464
|
-
*/
|
|
1465
1416
|
/**
|
|
1466
1417
|
* Moves an item one index in an array to another.
|
|
1467
1418
|
* @param array Array in which to move the item.
|
|
@@ -1515,13 +1466,6 @@ function clamp(value, max) {
|
|
|
1515
1466
|
return Math.max(0, Math.min(max, value));
|
|
1516
1467
|
}
|
|
1517
1468
|
|
|
1518
|
-
/**
|
|
1519
|
-
* @license
|
|
1520
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1521
|
-
*
|
|
1522
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1523
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1524
|
-
*/
|
|
1525
1469
|
/**
|
|
1526
1470
|
* Strategy that only supports sorting along a single axis.
|
|
1527
1471
|
* Items are reordered using CSS transforms which allows for sorting to be animated.
|
|
@@ -1852,13 +1796,6 @@ class SingleAxisSortStrategy {
|
|
|
1852
1796
|
}
|
|
1853
1797
|
}
|
|
1854
1798
|
|
|
1855
|
-
/**
|
|
1856
|
-
* @license
|
|
1857
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1858
|
-
*
|
|
1859
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1860
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1861
|
-
*/
|
|
1862
1799
|
/**
|
|
1863
1800
|
* Proximity, as a ratio to width/height, at which a
|
|
1864
1801
|
* dragged item will affect the drop container.
|
|
@@ -2434,13 +2371,6 @@ function getElementScrollDirections(element, clientRect, pointerX, pointerY) {
|
|
|
2434
2371
|
return [verticalScrollDirection, horizontalScrollDirection];
|
|
2435
2372
|
}
|
|
2436
2373
|
|
|
2437
|
-
/**
|
|
2438
|
-
* @license
|
|
2439
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2440
|
-
*
|
|
2441
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2442
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2443
|
-
*/
|
|
2444
2374
|
/** Event options that can be used to bind an active, capturing event. */
|
|
2445
2375
|
const activeCapturingEventOptions = normalizePassiveListenerOptions({
|
|
2446
2376
|
passive: false,
|
|
@@ -2650,9 +2580,9 @@ class DragDropRegistry {
|
|
|
2650
2580
|
this._globalListeners.clear();
|
|
2651
2581
|
}
|
|
2652
2582
|
}
|
|
2653
|
-
DragDropRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2654
|
-
DragDropRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2655
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2583
|
+
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 });
|
|
2584
|
+
DragDropRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: DragDropRegistry, providedIn: 'root' });
|
|
2585
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: DragDropRegistry, decorators: [{
|
|
2656
2586
|
type: Injectable,
|
|
2657
2587
|
args: [{ providedIn: 'root' }]
|
|
2658
2588
|
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: undefined, decorators: [{
|
|
@@ -2660,13 +2590,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
2660
2590
|
args: [DOCUMENT]
|
|
2661
2591
|
}] }]; } });
|
|
2662
2592
|
|
|
2663
|
-
/**
|
|
2664
|
-
* @license
|
|
2665
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2666
|
-
*
|
|
2667
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2668
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2669
|
-
*/
|
|
2670
2593
|
/** Default configuration to be used when creating a `DragRef`. */
|
|
2671
2594
|
const DEFAULT_CONFIG = {
|
|
2672
2595
|
dragStartThreshold: 5,
|
|
@@ -2698,9 +2621,9 @@ class DragDrop {
|
|
|
2698
2621
|
return new DropListRef(element, this._dragDropRegistry, this._document, this._ngZone, this._viewportRuler);
|
|
2699
2622
|
}
|
|
2700
2623
|
}
|
|
2701
|
-
DragDrop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2702
|
-
DragDrop.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2624
|
+
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 });
|
|
2625
|
+
DragDrop.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: DragDrop, providedIn: 'root' });
|
|
2626
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: DragDrop, decorators: [{
|
|
2704
2627
|
type: Injectable,
|
|
2705
2628
|
args: [{ providedIn: 'root' }]
|
|
2706
2629
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
@@ -2708,13 +2631,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
2708
2631
|
args: [DOCUMENT]
|
|
2709
2632
|
}] }, { type: i0.NgZone }, { type: i1.ViewportRuler }, { type: DragDropRegistry }]; } });
|
|
2710
2633
|
|
|
2711
|
-
/**
|
|
2712
|
-
* @license
|
|
2713
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2714
|
-
*
|
|
2715
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2716
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2717
|
-
*/
|
|
2718
2634
|
/**
|
|
2719
2635
|
* Injection token that can be used for a `CdkDrag` to provide itself as a parent to the
|
|
2720
2636
|
* drag-specific child directive (`CdkDragHandle`, `CdkDragPreview` etc.). Used primarily
|
|
@@ -2723,21 +2639,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
2723
2639
|
*/
|
|
2724
2640
|
const CDK_DRAG_PARENT = new InjectionToken('CDK_DRAG_PARENT');
|
|
2725
2641
|
|
|
2726
|
-
/**
|
|
2727
|
-
* @license
|
|
2728
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2729
|
-
*
|
|
2730
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2731
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2732
|
-
*/
|
|
2733
|
-
|
|
2734
|
-
/**
|
|
2735
|
-
* @license
|
|
2736
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2737
|
-
*
|
|
2738
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2739
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2740
|
-
*/
|
|
2741
2642
|
/**
|
|
2742
2643
|
* Injection token that can be used to reference instances of `CdkDropListGroup`. It serves as
|
|
2743
2644
|
* alternative token to the actual `CdkDropListGroup` class which could cause unnecessary
|
|
@@ -2767,9 +2668,9 @@ class CdkDropListGroup {
|
|
|
2767
2668
|
this._items.clear();
|
|
2768
2669
|
}
|
|
2769
2670
|
}
|
|
2770
|
-
CdkDropListGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2771
|
-
CdkDropListGroup.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
2772
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2671
|
+
CdkDropListGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkDropListGroup, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2672
|
+
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 });
|
|
2673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkDropListGroup, decorators: [{
|
|
2773
2674
|
type: Directive,
|
|
2774
2675
|
args: [{
|
|
2775
2676
|
selector: '[cdkDropListGroup]',
|
|
@@ -2782,26 +2683,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
2782
2683
|
args: ['cdkDropListGroupDisabled']
|
|
2783
2684
|
}] } });
|
|
2784
2685
|
|
|
2785
|
-
/**
|
|
2786
|
-
* @license
|
|
2787
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2788
|
-
*
|
|
2789
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2790
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2791
|
-
*/
|
|
2792
2686
|
/**
|
|
2793
2687
|
* Injection token that can be used to configure the
|
|
2794
2688
|
* behavior of the drag&drop-related components.
|
|
2795
2689
|
*/
|
|
2796
2690
|
const CDK_DRAG_CONFIG = new InjectionToken('CDK_DRAG_CONFIG');
|
|
2797
2691
|
|
|
2798
|
-
/**
|
|
2799
|
-
* @license
|
|
2800
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2801
|
-
*
|
|
2802
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2803
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2804
|
-
*/
|
|
2805
2692
|
/**
|
|
2806
2693
|
* Asserts that a particular node is an element.
|
|
2807
2694
|
* @param node Node to be checked.
|
|
@@ -2813,13 +2700,6 @@ function assertElementNode(node, name) {
|
|
|
2813
2700
|
}
|
|
2814
2701
|
}
|
|
2815
2702
|
|
|
2816
|
-
/**
|
|
2817
|
-
* @license
|
|
2818
|
-
* Copyright Google LLC All Rights Reserved.
|
|
2819
|
-
*
|
|
2820
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
2821
|
-
* found in the LICENSE file at https://angular.io/license
|
|
2822
|
-
*/
|
|
2823
2703
|
/** Counter used to generate unique ids for drop zones. */
|
|
2824
2704
|
let _uniqueIdCounter = 0;
|
|
2825
2705
|
/**
|
|
@@ -3060,13 +2940,13 @@ class CdkDropList {
|
|
|
3060
2940
|
}
|
|
3061
2941
|
/** Keeps track of the drop lists that are currently on the page. */
|
|
3062
2942
|
CdkDropList._dropLists = [];
|
|
3063
|
-
CdkDropList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3064
|
-
CdkDropList.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
2943
|
+
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 });
|
|
2944
|
+
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: [
|
|
3065
2945
|
// Prevent child drop lists from picking up the same group as their parent.
|
|
3066
2946
|
{ provide: CDK_DROP_LIST_GROUP, useValue: undefined },
|
|
3067
2947
|
{ provide: CDK_DROP_LIST, useExisting: CdkDropList },
|
|
3068
2948
|
], exportAs: ["cdkDropList"], ngImport: i0 });
|
|
3069
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
2949
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkDropList, decorators: [{
|
|
3070
2950
|
type: Directive,
|
|
3071
2951
|
args: [{
|
|
3072
2952
|
selector: '[cdkDropList], cdk-drop-list',
|
|
@@ -3145,13 +3025,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
3145
3025
|
args: ['cdkDropListSorted']
|
|
3146
3026
|
}] } });
|
|
3147
3027
|
|
|
3148
|
-
/**
|
|
3149
|
-
* @license
|
|
3150
|
-
* Copyright Google LLC All Rights Reserved.
|
|
3151
|
-
*
|
|
3152
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
3153
|
-
* found in the LICENSE file at https://angular.io/license
|
|
3154
|
-
*/
|
|
3155
3028
|
/**
|
|
3156
3029
|
* Injection token that can be used to reference instances of `CdkDragHandle`. It serves as
|
|
3157
3030
|
* alternative token to the actual `CdkDragHandle` class which could cause unnecessary
|
|
@@ -3182,9 +3055,9 @@ class CdkDragHandle {
|
|
|
3182
3055
|
this._stateChanges.complete();
|
|
3183
3056
|
}
|
|
3184
3057
|
}
|
|
3185
|
-
CdkDragHandle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3186
|
-
CdkDragHandle.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
3187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3058
|
+
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 });
|
|
3059
|
+
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 });
|
|
3060
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkDragHandle, decorators: [{
|
|
3188
3061
|
type: Directive,
|
|
3189
3062
|
args: [{
|
|
3190
3063
|
selector: '[cdkDragHandle]',
|
|
@@ -3206,13 +3079,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
3206
3079
|
args: ['cdkDragHandleDisabled']
|
|
3207
3080
|
}] } });
|
|
3208
3081
|
|
|
3209
|
-
/**
|
|
3210
|
-
* @license
|
|
3211
|
-
* Copyright Google LLC All Rights Reserved.
|
|
3212
|
-
*
|
|
3213
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
3214
|
-
* found in the LICENSE file at https://angular.io/license
|
|
3215
|
-
*/
|
|
3216
3082
|
/**
|
|
3217
3083
|
* Injection token that can be used to reference instances of `CdkDragPlaceholder`. It serves as
|
|
3218
3084
|
* alternative token to the actual `CdkDragPlaceholder` class which could cause unnecessary
|
|
@@ -3228,9 +3094,9 @@ class CdkDragPlaceholder {
|
|
|
3228
3094
|
this.templateRef = templateRef;
|
|
3229
3095
|
}
|
|
3230
3096
|
}
|
|
3231
|
-
CdkDragPlaceholder.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3232
|
-
CdkDragPlaceholder.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
3233
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3097
|
+
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 });
|
|
3098
|
+
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 });
|
|
3099
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkDragPlaceholder, decorators: [{
|
|
3234
3100
|
type: Directive,
|
|
3235
3101
|
args: [{
|
|
3236
3102
|
selector: 'ng-template[cdkDragPlaceholder]',
|
|
@@ -3241,13 +3107,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
3241
3107
|
type: Input
|
|
3242
3108
|
}] } });
|
|
3243
3109
|
|
|
3244
|
-
/**
|
|
3245
|
-
* @license
|
|
3246
|
-
* Copyright Google LLC All Rights Reserved.
|
|
3247
|
-
*
|
|
3248
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
3249
|
-
* found in the LICENSE file at https://angular.io/license
|
|
3250
|
-
*/
|
|
3251
3110
|
/**
|
|
3252
3111
|
* Injection token that can be used to reference instances of `CdkDragPreview`. It serves as
|
|
3253
3112
|
* alternative token to the actual `CdkDragPreview` class which could cause unnecessary
|
|
@@ -3271,9 +3130,9 @@ class CdkDragPreview {
|
|
|
3271
3130
|
this._matchSize = false;
|
|
3272
3131
|
}
|
|
3273
3132
|
}
|
|
3274
|
-
CdkDragPreview.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3275
|
-
CdkDragPreview.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
3276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3133
|
+
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 });
|
|
3134
|
+
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 });
|
|
3135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkDragPreview, decorators: [{
|
|
3277
3136
|
type: Directive,
|
|
3278
3137
|
args: [{
|
|
3279
3138
|
selector: 'ng-template[cdkDragPreview]',
|
|
@@ -3286,13 +3145,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
3286
3145
|
type: Input
|
|
3287
3146
|
}] } });
|
|
3288
3147
|
|
|
3289
|
-
/**
|
|
3290
|
-
* @license
|
|
3291
|
-
* Copyright Google LLC All Rights Reserved.
|
|
3292
|
-
*
|
|
3293
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
3294
|
-
* found in the LICENSE file at https://angular.io/license
|
|
3295
|
-
*/
|
|
3296
3148
|
const DRAG_HOST_CLASS = 'cdk-drag';
|
|
3297
3149
|
/** Element that can be moved inside a CdkDropList container. */
|
|
3298
3150
|
class CdkDrag {
|
|
@@ -3648,9 +3500,9 @@ class CdkDrag {
|
|
|
3648
3500
|
}
|
|
3649
3501
|
}
|
|
3650
3502
|
CdkDrag._dragInstances = [];
|
|
3651
|
-
CdkDrag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3652
|
-
CdkDrag.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
3653
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3503
|
+
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 });
|
|
3504
|
+
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 });
|
|
3505
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkDrag, decorators: [{
|
|
3654
3506
|
type: Directive,
|
|
3655
3507
|
args: [{
|
|
3656
3508
|
selector: '[cdkDrag]',
|
|
@@ -3756,13 +3608,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
3756
3608
|
args: ['cdkDragMoved']
|
|
3757
3609
|
}] } });
|
|
3758
3610
|
|
|
3759
|
-
/**
|
|
3760
|
-
* @license
|
|
3761
|
-
* Copyright Google LLC All Rights Reserved.
|
|
3762
|
-
*
|
|
3763
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
3764
|
-
* found in the LICENSE file at https://angular.io/license
|
|
3765
|
-
*/
|
|
3766
3611
|
const DRAG_DROP_DIRECTIVES = [
|
|
3767
3612
|
CdkDropList,
|
|
3768
3613
|
CdkDropListGroup,
|
|
@@ -3773,8 +3618,8 @@ const DRAG_DROP_DIRECTIVES = [
|
|
|
3773
3618
|
];
|
|
3774
3619
|
class DragDropModule {
|
|
3775
3620
|
}
|
|
3776
|
-
DragDropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3777
|
-
DragDropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
3621
|
+
DragDropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: DragDropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3622
|
+
DragDropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: DragDropModule, imports: [CdkDropList,
|
|
3778
3623
|
CdkDropListGroup,
|
|
3779
3624
|
CdkDrag,
|
|
3780
3625
|
CdkDragHandle,
|
|
@@ -3785,8 +3630,8 @@ DragDropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
|
|
|
3785
3630
|
CdkDragHandle,
|
|
3786
3631
|
CdkDragPreview,
|
|
3787
3632
|
CdkDragPlaceholder] });
|
|
3788
|
-
DragDropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3789
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
3633
|
+
DragDropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: DragDropModule, providers: [DragDrop], imports: [CdkScrollableModule] });
|
|
3634
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: DragDropModule, decorators: [{
|
|
3790
3635
|
type: NgModule,
|
|
3791
3636
|
args: [{
|
|
3792
3637
|
imports: DRAG_DROP_DIRECTIVES,
|
|
@@ -3795,22 +3640,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
3795
3640
|
}]
|
|
3796
3641
|
}] });
|
|
3797
3642
|
|
|
3798
|
-
/**
|
|
3799
|
-
* @license
|
|
3800
|
-
* Copyright Google LLC All Rights Reserved.
|
|
3801
|
-
*
|
|
3802
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
3803
|
-
* found in the LICENSE file at https://angular.io/license
|
|
3804
|
-
*/
|
|
3805
|
-
|
|
3806
|
-
/**
|
|
3807
|
-
* @license
|
|
3808
|
-
* Copyright Google LLC All Rights Reserved.
|
|
3809
|
-
*
|
|
3810
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
3811
|
-
* found in the LICENSE file at https://angular.io/license
|
|
3812
|
-
*/
|
|
3813
|
-
|
|
3814
3643
|
/**
|
|
3815
3644
|
* Generated bundle index. Do not edit.
|
|
3816
3645
|
*/
|