@schneideress/dashboardframework 0.0.75 → 0.0.77
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/README.md +24 -24
- package/bundles/schneideress-dashboardframework.umd.js +6089 -7126
- package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js +1 -15
- package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
- package/esm2015/gridster/index.js +18 -18
- package/esm2015/gridster/lib/gridster.component.js +700 -700
- package/esm2015/gridster/lib/gridster.interface.js +84 -84
- package/esm2015/gridster/lib/gridster.module.js +27 -27
- package/esm2015/gridster/lib/gridsterCompact.service.js +223 -223
- package/esm2015/gridster/lib/gridsterConfig.constant.js +179 -179
- package/esm2015/gridster/lib/gridsterConfig.interface.js +219 -219
- package/esm2015/gridster/lib/gridsterConfigS.interface.js +161 -161
- package/esm2015/gridster/lib/gridsterDraggable.service.js +510 -510
- package/esm2015/gridster/lib/gridsterEmptyCell.service.js +317 -317
- package/esm2015/gridster/lib/gridsterItem.component.js +213 -213
- package/esm2015/gridster/lib/gridsterItem.interface.js +46 -46
- package/esm2015/gridster/lib/gridsterItemComponent.interface.js +48 -48
- package/esm2015/gridster/lib/gridsterPreview.component.js +66 -66
- package/esm2015/gridster/lib/gridsterPush.service.js +467 -467
- package/esm2015/gridster/lib/gridsterPushResize.service.js +358 -358
- package/esm2015/gridster/lib/gridsterRenderer.service.js +277 -277
- package/esm2015/gridster/lib/gridsterResizable.service.js +552 -552
- package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +19 -19
- package/esm2015/gridster/lib/gridsterScroll.service.js +195 -195
- package/esm2015/gridster/lib/gridsterSwap.service.js +134 -134
- package/esm2015/gridster/lib/gridsterUtils.service.js +137 -137
- package/esm2015/lib/custom.notifier.options.js +46 -46
- package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +496 -494
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +471 -461
- package/esm2015/lib/ra.base.dashboard.filter.js +75 -75
- package/esm2015/lib/ra.base.dashboard.template.js +71 -71
- package/esm2015/lib/ra.dashbard.event.bus.js +85 -85
- package/esm2015/lib/ra.dashboard.module.js +51 -49
- package/esm2015/lib/ra.dashboard.service.js +144 -144
- package/esm2015/lib/ra.event.enum.js +51 -51
- package/esm2015/lib/ra.gridster.config.js +67 -67
- package/esm2015/public-api.js +16 -16
- package/esm2015/schneideress-dashboardframework.js +13 -13
- package/esm5/gridster/index.js +18 -18
- package/esm5/gridster/lib/gridster.component.js +803 -803
- package/esm5/gridster/lib/gridster.interface.js +94 -94
- package/esm5/gridster/lib/gridster.module.js +31 -31
- package/esm5/gridster/lib/gridsterCompact.service.js +253 -253
- package/esm5/gridster/lib/gridsterConfig.constant.js +179 -179
- package/esm5/gridster/lib/gridsterConfig.interface.js +219 -219
- package/esm5/gridster/lib/gridsterConfigS.interface.js +161 -161
- package/esm5/gridster/lib/gridsterDraggable.service.js +549 -549
- package/esm5/gridster/lib/gridsterEmptyCell.service.js +358 -358
- package/esm5/gridster/lib/gridsterItem.component.js +238 -238
- package/esm5/gridster/lib/gridsterItem.interface.js +46 -46
- package/esm5/gridster/lib/gridsterItemComponent.interface.js +58 -58
- package/esm5/gridster/lib/gridsterPreview.component.js +70 -70
- package/esm5/gridster/lib/gridsterPush.service.js +547 -547
- package/esm5/gridster/lib/gridsterPushResize.service.js +423 -423
- package/esm5/gridster/lib/gridsterRenderer.service.js +323 -323
- package/esm5/gridster/lib/gridsterResizable.service.js +629 -629
- package/esm5/gridster/lib/gridsterResizeEventType.interface.js +19 -19
- package/esm5/gridster/lib/gridsterScroll.service.js +195 -195
- package/esm5/gridster/lib/gridsterSwap.service.js +152 -152
- package/esm5/gridster/lib/gridsterUtils.service.js +177 -177
- package/esm5/lib/custom.notifier.options.js +46 -46
- package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +588 -586
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +584 -574
- package/esm5/lib/ra.base.dashboard.filter.js +81 -81
- package/esm5/lib/ra.base.dashboard.template.js +74 -74
- package/esm5/lib/ra.dashbard.event.bus.js +125 -125
- package/esm5/lib/ra.dashboard.module.js +55 -53
- package/esm5/lib/ra.dashboard.service.js +221 -221
- package/esm5/lib/ra.event.enum.js +51 -51
- package/esm5/lib/ra.gridster.config.js +67 -67
- package/esm5/public-api.js +16 -16
- package/esm5/schneideress-dashboardframework.js +13 -13
- package/fesm2015/schneideress-dashboardframework.js +5182 -6108
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +6080 -7006
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/gridster/index.d.ts +11 -11
- package/gridster/lib/gridster.component.d.ts +67 -67
- package/gridster/lib/gridster.interface.d.ts +46 -46
- package/gridster/lib/gridster.module.d.ts +2 -2
- package/gridster/lib/gridsterCompact.service.d.ts +15 -15
- package/gridster/lib/gridsterConfig.constant.d.ts +2 -2
- package/gridster/lib/gridsterConfig.interface.d.ts +133 -133
- package/gridster/lib/gridsterConfigS.interface.d.ts +93 -93
- package/gridster/lib/gridsterDraggable.service.d.ts +59 -59
- package/gridster/lib/gridsterEmptyCell.service.d.ts +29 -29
- package/gridster/lib/gridsterItem.component.d.ts +32 -32
- package/gridster/lib/gridsterItem.interface.d.ts +21 -21
- package/gridster/lib/gridsterItemComponent.interface.d.ts +25 -25
- package/gridster/lib/gridsterPreview.component.d.ts +10 -10
- package/gridster/lib/gridsterPush.service.d.ts +33 -33
- package/gridster/lib/gridsterPushResize.service.d.ts +26 -26
- package/gridster/lib/gridsterRenderer.service.d.ts +38 -38
- package/gridster/lib/gridsterResizable.service.d.ts +67 -67
- package/gridster/lib/gridsterResizeEventType.interface.d.ts +6 -6
- package/gridster/lib/gridsterScroll.service.d.ts +4 -4
- package/gridster/lib/gridsterSwap.service.d.ts +13 -13
- package/gridster/lib/gridsterUtils.service.d.ts +16 -16
- package/lib/custom.notifier.options.d.ts +2 -2
- package/lib/ra-dashboard-area/ra.dashboard.area.d.ts +64 -64
- package/lib/ra-widget-container/ra.widget.container.component.d.ts +64 -63
- package/lib/ra.base.dashboard.filter.d.ts +10 -10
- package/lib/ra.base.dashboard.template.d.ts +15 -15
- package/lib/ra.dashbard.event.bus.d.ts +20 -20
- package/lib/ra.dashboard.module.d.ts +2 -2
- package/lib/ra.dashboard.service.d.ts +22 -22
- package/lib/ra.event.enum.d.ts +42 -42
- package/lib/ra.gridster.config.d.ts +2 -2
- package/package.json +1 -1
- package/public-api.d.ts +8 -8
- package/schneideress-dashboardframework.d.ts +9 -9
- package/schneideress-dashboardframework.metadata.json +1 -1
|
@@ -1,161 +1,161 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* @suppress {checkTypes,
|
|
4
|
-
*/
|
|
5
|
-
/**
|
|
6
|
-
* @record
|
|
7
|
-
*/
|
|
8
|
-
export function GridsterConfigS() { }
|
|
9
|
-
if (false) {
|
|
10
|
-
/** @type {?} */
|
|
11
|
-
GridsterConfigS.prototype.gridType;
|
|
12
|
-
/** @type {?} */
|
|
13
|
-
GridsterConfigS.prototype.fixedColWidth;
|
|
14
|
-
/** @type {?} */
|
|
15
|
-
GridsterConfigS.prototype.fixedRowHeight;
|
|
16
|
-
/** @type {?} */
|
|
17
|
-
GridsterConfigS.prototype.keepFixedHeightInMobile;
|
|
18
|
-
/** @type {?} */
|
|
19
|
-
GridsterConfigS.prototype.keepFixedWidthInMobile;
|
|
20
|
-
/** @type {?} */
|
|
21
|
-
GridsterConfigS.prototype.setGridSize;
|
|
22
|
-
/** @type {?} */
|
|
23
|
-
GridsterConfigS.prototype.compactType;
|
|
24
|
-
/** @type {?} */
|
|
25
|
-
GridsterConfigS.prototype.mobileBreakpoint;
|
|
26
|
-
/** @type {?} */
|
|
27
|
-
GridsterConfigS.prototype.minCols;
|
|
28
|
-
/** @type {?} */
|
|
29
|
-
GridsterConfigS.prototype.maxCols;
|
|
30
|
-
/** @type {?} */
|
|
31
|
-
GridsterConfigS.prototype.minRows;
|
|
32
|
-
/** @type {?} */
|
|
33
|
-
GridsterConfigS.prototype.maxRows;
|
|
34
|
-
/** @type {?} */
|
|
35
|
-
GridsterConfigS.prototype.defaultItemCols;
|
|
36
|
-
/** @type {?} */
|
|
37
|
-
GridsterConfigS.prototype.defaultItemRows;
|
|
38
|
-
/** @type {?} */
|
|
39
|
-
GridsterConfigS.prototype.maxItemCols;
|
|
40
|
-
/** @type {?} */
|
|
41
|
-
GridsterConfigS.prototype.maxItemRows;
|
|
42
|
-
/** @type {?} */
|
|
43
|
-
GridsterConfigS.prototype.minItemCols;
|
|
44
|
-
/** @type {?} */
|
|
45
|
-
GridsterConfigS.prototype.minItemRows;
|
|
46
|
-
/** @type {?} */
|
|
47
|
-
GridsterConfigS.prototype.minItemArea;
|
|
48
|
-
/** @type {?} */
|
|
49
|
-
GridsterConfigS.prototype.maxItemArea;
|
|
50
|
-
/** @type {?} */
|
|
51
|
-
GridsterConfigS.prototype.margin;
|
|
52
|
-
/** @type {?} */
|
|
53
|
-
GridsterConfigS.prototype.outerMargin;
|
|
54
|
-
/** @type {?} */
|
|
55
|
-
GridsterConfigS.prototype.outerMarginTop;
|
|
56
|
-
/** @type {?} */
|
|
57
|
-
GridsterConfigS.prototype.outerMarginRight;
|
|
58
|
-
/** @type {?} */
|
|
59
|
-
GridsterConfigS.prototype.outerMarginBottom;
|
|
60
|
-
/** @type {?} */
|
|
61
|
-
GridsterConfigS.prototype.outerMarginLeft;
|
|
62
|
-
/** @type {?} */
|
|
63
|
-
GridsterConfigS.prototype.useTransformPositioning;
|
|
64
|
-
/** @type {?} */
|
|
65
|
-
GridsterConfigS.prototype.scrollSensitivity;
|
|
66
|
-
/** @type {?} */
|
|
67
|
-
GridsterConfigS.prototype.scrollSpeed;
|
|
68
|
-
/** @type {?} */
|
|
69
|
-
GridsterConfigS.prototype.draggable;
|
|
70
|
-
/** @type {?} */
|
|
71
|
-
GridsterConfigS.prototype.resizable;
|
|
72
|
-
/** @type {?} */
|
|
73
|
-
GridsterConfigS.prototype.swap;
|
|
74
|
-
/** @type {?} */
|
|
75
|
-
GridsterConfigS.prototype.pushItems;
|
|
76
|
-
/** @type {?} */
|
|
77
|
-
GridsterConfigS.prototype.disablePushOnDrag;
|
|
78
|
-
/** @type {?} */
|
|
79
|
-
GridsterConfigS.prototype.disablePushOnResize;
|
|
80
|
-
/** @type {?} */
|
|
81
|
-
GridsterConfigS.prototype.disableAutoPositionOnConflict;
|
|
82
|
-
/** @type {?} */
|
|
83
|
-
GridsterConfigS.prototype.pushDirections;
|
|
84
|
-
/** @type {?} */
|
|
85
|
-
GridsterConfigS.prototype.pushResizeItems;
|
|
86
|
-
/** @type {?} */
|
|
87
|
-
GridsterConfigS.prototype.displayGrid;
|
|
88
|
-
/** @type {?} */
|
|
89
|
-
GridsterConfigS.prototype.disableWindowResize;
|
|
90
|
-
/** @type {?} */
|
|
91
|
-
GridsterConfigS.prototype.disableWarnings;
|
|
92
|
-
/** @type {?} */
|
|
93
|
-
GridsterConfigS.prototype.scrollToNewItems;
|
|
94
|
-
/** @type {?} */
|
|
95
|
-
GridsterConfigS.prototype.enableEmptyCellClick;
|
|
96
|
-
/** @type {?} */
|
|
97
|
-
GridsterConfigS.prototype.enableEmptyCellContextMenu;
|
|
98
|
-
/** @type {?} */
|
|
99
|
-
GridsterConfigS.prototype.enableEmptyCellDrop;
|
|
100
|
-
/** @type {?} */
|
|
101
|
-
GridsterConfigS.prototype.enableEmptyCellDrag;
|
|
102
|
-
/** @type {?} */
|
|
103
|
-
GridsterConfigS.prototype.emptyCellDragMaxCols;
|
|
104
|
-
/** @type {?} */
|
|
105
|
-
GridsterConfigS.prototype.emptyCellDragMaxRows;
|
|
106
|
-
/** @type {?} */
|
|
107
|
-
GridsterConfigS.prototype.ignoreMarginInRow;
|
|
108
|
-
/** @type {?} */
|
|
109
|
-
GridsterConfigS.prototype.api;
|
|
110
|
-
/* Skipping unhandled member: [propName: string]: any;*/
|
|
111
|
-
}
|
|
112
|
-
/**
|
|
113
|
-
* @record
|
|
114
|
-
*/
|
|
115
|
-
export function DragBase() { }
|
|
116
|
-
if (false) {
|
|
117
|
-
/** @type {?} */
|
|
118
|
-
DragBase.prototype.enabled;
|
|
119
|
-
/** @type {?} */
|
|
120
|
-
DragBase.prototype.delayStart;
|
|
121
|
-
/* Skipping unhandled member: [propName: string]: any;*/
|
|
122
|
-
}
|
|
123
|
-
/**
|
|
124
|
-
* @record
|
|
125
|
-
*/
|
|
126
|
-
export function Draggable() { }
|
|
127
|
-
if (false) {
|
|
128
|
-
/** @type {?} */
|
|
129
|
-
Draggable.prototype.ignoreContentClass;
|
|
130
|
-
/** @type {?} */
|
|
131
|
-
Draggable.prototype.ignoreContent;
|
|
132
|
-
/** @type {?} */
|
|
133
|
-
Draggable.prototype.dragHandleClass;
|
|
134
|
-
/** @type {?} */
|
|
135
|
-
Draggable.prototype.dropOverItems;
|
|
136
|
-
/** @type {?} */
|
|
137
|
-
Draggable.prototype.dropOverItemsCallback;
|
|
138
|
-
}
|
|
139
|
-
/**
|
|
140
|
-
* @record
|
|
141
|
-
*/
|
|
142
|
-
export function Resizable() { }
|
|
143
|
-
if (false) {
|
|
144
|
-
/** @type {?} */
|
|
145
|
-
Resizable.prototype.handles;
|
|
146
|
-
}
|
|
147
|
-
/**
|
|
148
|
-
* @record
|
|
149
|
-
*/
|
|
150
|
-
export function PushDirections() { }
|
|
151
|
-
if (false) {
|
|
152
|
-
/** @type {?} */
|
|
153
|
-
PushDirections.prototype.north;
|
|
154
|
-
/** @type {?} */
|
|
155
|
-
PushDirections.prototype.east;
|
|
156
|
-
/** @type {?} */
|
|
157
|
-
PushDirections.prototype.south;
|
|
158
|
-
/** @type {?} */
|
|
159
|
-
PushDirections.prototype.west;
|
|
160
|
-
}
|
|
161
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview added by tsickle
|
|
3
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @record
|
|
7
|
+
*/
|
|
8
|
+
export function GridsterConfigS() { }
|
|
9
|
+
if (false) {
|
|
10
|
+
/** @type {?} */
|
|
11
|
+
GridsterConfigS.prototype.gridType;
|
|
12
|
+
/** @type {?} */
|
|
13
|
+
GridsterConfigS.prototype.fixedColWidth;
|
|
14
|
+
/** @type {?} */
|
|
15
|
+
GridsterConfigS.prototype.fixedRowHeight;
|
|
16
|
+
/** @type {?} */
|
|
17
|
+
GridsterConfigS.prototype.keepFixedHeightInMobile;
|
|
18
|
+
/** @type {?} */
|
|
19
|
+
GridsterConfigS.prototype.keepFixedWidthInMobile;
|
|
20
|
+
/** @type {?} */
|
|
21
|
+
GridsterConfigS.prototype.setGridSize;
|
|
22
|
+
/** @type {?} */
|
|
23
|
+
GridsterConfigS.prototype.compactType;
|
|
24
|
+
/** @type {?} */
|
|
25
|
+
GridsterConfigS.prototype.mobileBreakpoint;
|
|
26
|
+
/** @type {?} */
|
|
27
|
+
GridsterConfigS.prototype.minCols;
|
|
28
|
+
/** @type {?} */
|
|
29
|
+
GridsterConfigS.prototype.maxCols;
|
|
30
|
+
/** @type {?} */
|
|
31
|
+
GridsterConfigS.prototype.minRows;
|
|
32
|
+
/** @type {?} */
|
|
33
|
+
GridsterConfigS.prototype.maxRows;
|
|
34
|
+
/** @type {?} */
|
|
35
|
+
GridsterConfigS.prototype.defaultItemCols;
|
|
36
|
+
/** @type {?} */
|
|
37
|
+
GridsterConfigS.prototype.defaultItemRows;
|
|
38
|
+
/** @type {?} */
|
|
39
|
+
GridsterConfigS.prototype.maxItemCols;
|
|
40
|
+
/** @type {?} */
|
|
41
|
+
GridsterConfigS.prototype.maxItemRows;
|
|
42
|
+
/** @type {?} */
|
|
43
|
+
GridsterConfigS.prototype.minItemCols;
|
|
44
|
+
/** @type {?} */
|
|
45
|
+
GridsterConfigS.prototype.minItemRows;
|
|
46
|
+
/** @type {?} */
|
|
47
|
+
GridsterConfigS.prototype.minItemArea;
|
|
48
|
+
/** @type {?} */
|
|
49
|
+
GridsterConfigS.prototype.maxItemArea;
|
|
50
|
+
/** @type {?} */
|
|
51
|
+
GridsterConfigS.prototype.margin;
|
|
52
|
+
/** @type {?} */
|
|
53
|
+
GridsterConfigS.prototype.outerMargin;
|
|
54
|
+
/** @type {?} */
|
|
55
|
+
GridsterConfigS.prototype.outerMarginTop;
|
|
56
|
+
/** @type {?} */
|
|
57
|
+
GridsterConfigS.prototype.outerMarginRight;
|
|
58
|
+
/** @type {?} */
|
|
59
|
+
GridsterConfigS.prototype.outerMarginBottom;
|
|
60
|
+
/** @type {?} */
|
|
61
|
+
GridsterConfigS.prototype.outerMarginLeft;
|
|
62
|
+
/** @type {?} */
|
|
63
|
+
GridsterConfigS.prototype.useTransformPositioning;
|
|
64
|
+
/** @type {?} */
|
|
65
|
+
GridsterConfigS.prototype.scrollSensitivity;
|
|
66
|
+
/** @type {?} */
|
|
67
|
+
GridsterConfigS.prototype.scrollSpeed;
|
|
68
|
+
/** @type {?} */
|
|
69
|
+
GridsterConfigS.prototype.draggable;
|
|
70
|
+
/** @type {?} */
|
|
71
|
+
GridsterConfigS.prototype.resizable;
|
|
72
|
+
/** @type {?} */
|
|
73
|
+
GridsterConfigS.prototype.swap;
|
|
74
|
+
/** @type {?} */
|
|
75
|
+
GridsterConfigS.prototype.pushItems;
|
|
76
|
+
/** @type {?} */
|
|
77
|
+
GridsterConfigS.prototype.disablePushOnDrag;
|
|
78
|
+
/** @type {?} */
|
|
79
|
+
GridsterConfigS.prototype.disablePushOnResize;
|
|
80
|
+
/** @type {?} */
|
|
81
|
+
GridsterConfigS.prototype.disableAutoPositionOnConflict;
|
|
82
|
+
/** @type {?} */
|
|
83
|
+
GridsterConfigS.prototype.pushDirections;
|
|
84
|
+
/** @type {?} */
|
|
85
|
+
GridsterConfigS.prototype.pushResizeItems;
|
|
86
|
+
/** @type {?} */
|
|
87
|
+
GridsterConfigS.prototype.displayGrid;
|
|
88
|
+
/** @type {?} */
|
|
89
|
+
GridsterConfigS.prototype.disableWindowResize;
|
|
90
|
+
/** @type {?} */
|
|
91
|
+
GridsterConfigS.prototype.disableWarnings;
|
|
92
|
+
/** @type {?} */
|
|
93
|
+
GridsterConfigS.prototype.scrollToNewItems;
|
|
94
|
+
/** @type {?} */
|
|
95
|
+
GridsterConfigS.prototype.enableEmptyCellClick;
|
|
96
|
+
/** @type {?} */
|
|
97
|
+
GridsterConfigS.prototype.enableEmptyCellContextMenu;
|
|
98
|
+
/** @type {?} */
|
|
99
|
+
GridsterConfigS.prototype.enableEmptyCellDrop;
|
|
100
|
+
/** @type {?} */
|
|
101
|
+
GridsterConfigS.prototype.enableEmptyCellDrag;
|
|
102
|
+
/** @type {?} */
|
|
103
|
+
GridsterConfigS.prototype.emptyCellDragMaxCols;
|
|
104
|
+
/** @type {?} */
|
|
105
|
+
GridsterConfigS.prototype.emptyCellDragMaxRows;
|
|
106
|
+
/** @type {?} */
|
|
107
|
+
GridsterConfigS.prototype.ignoreMarginInRow;
|
|
108
|
+
/** @type {?} */
|
|
109
|
+
GridsterConfigS.prototype.api;
|
|
110
|
+
/* Skipping unhandled member: [propName: string]: any;*/
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* @record
|
|
114
|
+
*/
|
|
115
|
+
export function DragBase() { }
|
|
116
|
+
if (false) {
|
|
117
|
+
/** @type {?} */
|
|
118
|
+
DragBase.prototype.enabled;
|
|
119
|
+
/** @type {?} */
|
|
120
|
+
DragBase.prototype.delayStart;
|
|
121
|
+
/* Skipping unhandled member: [propName: string]: any;*/
|
|
122
|
+
}
|
|
123
|
+
/**
|
|
124
|
+
* @record
|
|
125
|
+
*/
|
|
126
|
+
export function Draggable() { }
|
|
127
|
+
if (false) {
|
|
128
|
+
/** @type {?} */
|
|
129
|
+
Draggable.prototype.ignoreContentClass;
|
|
130
|
+
/** @type {?} */
|
|
131
|
+
Draggable.prototype.ignoreContent;
|
|
132
|
+
/** @type {?} */
|
|
133
|
+
Draggable.prototype.dragHandleClass;
|
|
134
|
+
/** @type {?} */
|
|
135
|
+
Draggable.prototype.dropOverItems;
|
|
136
|
+
/** @type {?} */
|
|
137
|
+
Draggable.prototype.dropOverItemsCallback;
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* @record
|
|
141
|
+
*/
|
|
142
|
+
export function Resizable() { }
|
|
143
|
+
if (false) {
|
|
144
|
+
/** @type {?} */
|
|
145
|
+
Resizable.prototype.handles;
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* @record
|
|
149
|
+
*/
|
|
150
|
+
export function PushDirections() { }
|
|
151
|
+
if (false) {
|
|
152
|
+
/** @type {?} */
|
|
153
|
+
PushDirections.prototype.north;
|
|
154
|
+
/** @type {?} */
|
|
155
|
+
PushDirections.prototype.east;
|
|
156
|
+
/** @type {?} */
|
|
157
|
+
PushDirections.prototype.south;
|
|
158
|
+
/** @type {?} */
|
|
159
|
+
PushDirections.prototype.west;
|
|
160
|
+
}
|
|
161
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JpZHN0ZXJDb25maWdTLmludGVyZmFjZS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzY2huZWlkZXJlc3MvZGFzaGJvYXJkZnJhbWV3b3JrLyIsInNvdXJjZXMiOlsiZ3JpZHN0ZXIvbGliL2dyaWRzdGVyQ29uZmlnUy5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7OztBQUlBLHFDQTREQzs7O0lBM0RDLG1DQUFvQjs7SUFDcEIsd0NBQXNCOztJQUN0Qix5Q0FBdUI7O0lBQ3ZCLGtEQUFpQzs7SUFDakMsaURBQWdDOztJQUNoQyxzQ0FBcUI7O0lBQ3JCLHNDQUEwQjs7SUFDMUIsMkNBQXlCOztJQUN6QixrQ0FBZ0I7O0lBQ2hCLGtDQUFnQjs7SUFDaEIsa0NBQWdCOztJQUNoQixrQ0FBZ0I7O0lBQ2hCLDBDQUF3Qjs7SUFDeEIsMENBQXdCOztJQUN4QixzQ0FBb0I7O0lBQ3BCLHNDQUFvQjs7SUFDcEIsc0NBQW9COztJQUNwQixzQ0FBb0I7O0lBQ3BCLHNDQUFvQjs7SUFDcEIsc0NBQW9COztJQUNwQixpQ0FBZTs7SUFDZixzQ0FBcUI7O0lBQ3JCLHlDQUE4Qjs7SUFDOUIsMkNBQWdDOztJQUNoQyw0Q0FBaUM7O0lBQ2pDLDBDQUErQjs7SUFDL0Isa0RBQWlDOztJQUNqQyw0Q0FBMEI7O0lBQzFCLHNDQUFvQjs7SUFDcEIsb0NBQXFCOztJQUNyQixvQ0FBcUI7O0lBQ3JCLCtCQUFjOztJQUNkLG9DQUFtQjs7SUFDbkIsNENBQTJCOztJQUMzQiw4Q0FBNkI7O0lBQzdCLHdEQUF1Qzs7SUFDdkMseUNBQStCOztJQUMvQiwwQ0FBeUI7O0lBQ3pCLHNDQUEwQjs7SUFDMUIsOENBQTZCOztJQUM3QiwwQ0FBeUI7O0lBQ3pCLDJDQUEwQjs7SUFDMUIsK0NBQThCOztJQUM5QixxREFBb0M7O0lBQ3BDLDhDQUE2Qjs7SUFDN0IsOENBQTZCOztJQUM3QiwrQ0FBNkI7O0lBQzdCLCtDQUE2Qjs7SUFDN0IsNENBQTJCOztJQUMzQiw4QkFPRTs7Ozs7O0FBS0osOEJBS0M7OztJQUpDLDJCQUFpQjs7SUFDakIsOEJBQW1COzs7Ozs7QUFLckIsK0JBTUM7OztJQUxDLHVDQUEyQjs7SUFDM0Isa0NBQXVCOztJQUN2QixvQ0FBd0I7O0lBQ3hCLGtDQUF1Qjs7SUFDdkIsMENBQStHOzs7OztBQUdqSCwrQkFXQzs7O0lBVkMsNEJBU0U7Ozs7O0FBR0osb0NBS0M7OztJQUpDLCtCQUFlOztJQUNmLDhCQUFjOztJQUNkLCtCQUFlOztJQUNmLDhCQUFjIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtjb21wYWN0VHlwZXMsIGRpc3BsYXlHcmlkcywgZ3JpZFR5cGVzfSBmcm9tICcuL2dyaWRzdGVyQ29uZmlnLmludGVyZmFjZSc7XHJcbmltcG9ydCB7R3JpZHN0ZXJJdGVtfSBmcm9tICcuL2dyaWRzdGVySXRlbS5pbnRlcmZhY2UnO1xyXG5pbXBvcnQge0dyaWRzdGVyQ29tcG9uZW50SW50ZXJmYWNlfSBmcm9tICcuL2dyaWRzdGVyLmludGVyZmFjZSc7XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIEdyaWRzdGVyQ29uZmlnUyB7XHJcbiAgZ3JpZFR5cGU6IGdyaWRUeXBlcztcclxuICBmaXhlZENvbFdpZHRoOiBudW1iZXI7XHJcbiAgZml4ZWRSb3dIZWlnaHQ6IG51bWJlcjtcclxuICBrZWVwRml4ZWRIZWlnaHRJbk1vYmlsZTogYm9vbGVhbjtcclxuICBrZWVwRml4ZWRXaWR0aEluTW9iaWxlOiBib29sZWFuO1xyXG4gIHNldEdyaWRTaXplOiBib29sZWFuO1xyXG4gIGNvbXBhY3RUeXBlOiBjb21wYWN0VHlwZXM7XHJcbiAgbW9iaWxlQnJlYWtwb2ludDogbnVtYmVyO1xyXG4gIG1pbkNvbHM6IG51bWJlcjtcclxuICBtYXhDb2xzOiBudW1iZXI7XHJcbiAgbWluUm93czogbnVtYmVyO1xyXG4gIG1heFJvd3M6IG51bWJlcjtcclxuICBkZWZhdWx0SXRlbUNvbHM6IG51bWJlcjtcclxuICBkZWZhdWx0SXRlbVJvd3M6IG51bWJlcjtcclxuICBtYXhJdGVtQ29sczogbnVtYmVyO1xyXG4gIG1heEl0ZW1Sb3dzOiBudW1iZXI7XHJcbiAgbWluSXRlbUNvbHM6IG51bWJlcjtcclxuICBtaW5JdGVtUm93czogbnVtYmVyO1xyXG4gIG1pbkl0ZW1BcmVhOiBudW1iZXI7XHJcbiAgbWF4SXRlbUFyZWE6IG51bWJlcjtcclxuICBtYXJnaW46IG51bWJlcjtcclxuICBvdXRlck1hcmdpbjogYm9vbGVhbjtcclxuICBvdXRlck1hcmdpblRvcDogbnVtYmVyIHwgbnVsbDtcclxuICBvdXRlck1hcmdpblJpZ2h0OiBudW1iZXIgfCBudWxsO1xyXG4gIG91dGVyTWFyZ2luQm90dG9tOiBudW1iZXIgfCBudWxsO1xyXG4gIG91dGVyTWFyZ2luTGVmdDogbnVtYmVyIHwgbnVsbDtcclxuICB1c2VUcmFuc2Zvcm1Qb3NpdGlvbmluZzogYm9vbGVhbjtcclxuICBzY3JvbGxTZW5zaXRpdml0eTogbnVtYmVyO1xyXG4gIHNjcm9sbFNwZWVkOiBudW1iZXI7XHJcbiAgZHJhZ2dhYmxlOiBEcmFnZ2FibGU7XHJcbiAgcmVzaXphYmxlOiBSZXNpemFibGU7XHJcbiAgc3dhcDogYm9vbGVhbjtcclxuICBwdXNoSXRlbXM6IGJvb2xlYW47XHJcbiAgZGlzYWJsZVB1c2hPbkRyYWc6IGJvb2xlYW47XHJcbiAgZGlzYWJsZVB1c2hPblJlc2l6ZTogYm9vbGVhbjtcclxuICBkaXNhYmxlQXV0b1Bvc2l0aW9uT25Db25mbGljdDogYm9vbGVhbjtcclxuICBwdXNoRGlyZWN0aW9uczogUHVzaERpcmVjdGlvbnM7XHJcbiAgcHVzaFJlc2l6ZUl0ZW1zOiBib29sZWFuO1xyXG4gIGRpc3BsYXlHcmlkOiBkaXNwbGF5R3JpZHM7XHJcbiAgZGlzYWJsZVdpbmRvd1Jlc2l6ZTogYm9vbGVhbjtcclxuICBkaXNhYmxlV2FybmluZ3M6IGJvb2xlYW47XHJcbiAgc2Nyb2xsVG9OZXdJdGVtczogYm9vbGVhbjtcclxuICBlbmFibGVFbXB0eUNlbGxDbGljazogYm9vbGVhbjtcclxuICBlbmFibGVFbXB0eUNlbGxDb250ZXh0TWVudTogYm9vbGVhbjtcclxuICBlbmFibGVFbXB0eUNlbGxEcm9wOiBib29sZWFuO1xyXG4gIGVuYWJsZUVtcHR5Q2VsbERyYWc6IGJvb2xlYW47XHJcbiAgZW1wdHlDZWxsRHJhZ01heENvbHM6IG51bWJlcjtcclxuICBlbXB0eUNlbGxEcmFnTWF4Um93czogbnVtYmVyO1xyXG4gIGlnbm9yZU1hcmdpbkluUm93OiBib29sZWFuO1xyXG4gIGFwaToge1xyXG4gICAgcmVzaXplOiAoKSA9PiB2b2lkLFxyXG4gICAgb3B0aW9uc0NoYW5nZWQ6ICgpID0+IHZvaWQsXHJcbiAgICBnZXROZXh0UG9zc2libGVQb3NpdGlvbjogKG5ld0l0ZW06IEdyaWRzdGVySXRlbSkgPT4gYm9vbGVhbixcclxuICAgIGdldEZpcnN0UG9zc2libGVQb3NpdGlvbjogKGl0ZW06IEdyaWRzdGVySXRlbSkgPT4gR3JpZHN0ZXJJdGVtLFxyXG4gICAgZ2V0TGFzdFBvc3NpYmxlUG9zaXRpb246IChpdGVtOiBHcmlkc3Rlckl0ZW0pID0+IEdyaWRzdGVySXRlbSxcclxuICAgIGdldEN1cnJlbnRSb3dIZWlnaHQ6KCk9Pm51bWJlclxyXG4gIH07XHJcblxyXG4gIFtwcm9wTmFtZTogc3RyaW5nXTogYW55O1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIERyYWdCYXNlIHtcclxuICBlbmFibGVkOiBib29sZWFuO1xyXG4gIGRlbGF5U3RhcnQ6IG51bWJlcjtcclxuXHJcbiAgW3Byb3BOYW1lOiBzdHJpbmddOiBhbnk7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgRHJhZ2dhYmxlIGV4dGVuZHMgRHJhZ0Jhc2Uge1xyXG4gIGlnbm9yZUNvbnRlbnRDbGFzczogc3RyaW5nO1xyXG4gIGlnbm9yZUNvbnRlbnQ6IGJvb2xlYW47XHJcbiAgZHJhZ0hhbmRsZUNsYXNzOiBzdHJpbmc7XHJcbiAgZHJvcE92ZXJJdGVtczogYm9vbGVhbjtcclxuICBkcm9wT3Zlckl0ZW1zQ2FsbGJhY2s6IChzb3VyY2U6IEdyaWRzdGVySXRlbSwgdGFyZ2V0OiBHcmlkc3Rlckl0ZW0sIGdyaWQ/OiBHcmlkc3RlckNvbXBvbmVudEludGVyZmFjZSkgPT4gdm9pZDtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBSZXNpemFibGUgZXh0ZW5kcyBEcmFnQmFzZSB7XHJcbiAgaGFuZGxlczoge1xyXG4gICAgczogYm9vbGVhbixcclxuICAgIGU6IGJvb2xlYW4sXHJcbiAgICBuOiBib29sZWFuLFxyXG4gICAgdzogYm9vbGVhbixcclxuICAgIHNlOiBib29sZWFuLFxyXG4gICAgbmU6IGJvb2xlYW4sXHJcbiAgICBzdzogYm9vbGVhbixcclxuICAgIG53OiBib29sZWFuXHJcbiAgfTtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBQdXNoRGlyZWN0aW9ucyB7XHJcbiAgbm9ydGg6IGJvb2xlYW47XHJcbiAgZWFzdDogYm9vbGVhbjtcclxuICBzb3V0aDogYm9vbGVhbjtcclxuICB3ZXN0OiBib29sZWFuO1xyXG59XHJcbiJdfQ==
|