|
@@ -91,7 +91,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
/******/
|
|
/******/
|
|
/******/
|
|
/******/
|
|
/******/ // Load entry module and return exports
|
|
/******/ // Load entry module and return exports
|
|
-/******/ return __webpack_require__(__webpack_require__.s = 15);
|
|
|
|
|
|
+/******/ return __webpack_require__(__webpack_require__.s = 17);
|
|
/******/ })
|
|
/******/ })
|
|
/************************************************************************/
|
|
/************************************************************************/
|
|
/******/ ([
|
|
/******/ ([
|
|
@@ -186,6 +186,18 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
|
|
|
/***/ }),
|
|
/***/ }),
|
|
/* 15 */
|
|
/* 15 */
|
|
|
|
+/***/ (function(module, exports) {
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+/***/ }),
|
|
|
|
+/* 16 */
|
|
|
|
+/***/ (function(module, exports) {
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+/***/ }),
|
|
|
|
+/* 17 */
|
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
|
|
|
|
"use strict";
|
|
"use strict";
|
|
@@ -208,8 +220,10 @@ __webpack_require__.d(__webpack_exports__, "TimelineStyleUtils", function() { re
|
|
__webpack_require__.d(__webpack_exports__, "TimelineUtils", function() { return /* reexport */ TimelineUtils; });
|
|
__webpack_require__.d(__webpack_exports__, "TimelineUtils", function() { return /* reexport */ TimelineUtils; });
|
|
__webpack_require__.d(__webpack_exports__, "TimelineElement", function() { return /* reexport */ timelineElement["TimelineElement"]; });
|
|
__webpack_require__.d(__webpack_exports__, "TimelineElement", function() { return /* reexport */ timelineElement["TimelineElement"]; });
|
|
__webpack_require__.d(__webpack_exports__, "Selectable", function() { return /* reexport */ selectable["Selectable"]; });
|
|
__webpack_require__.d(__webpack_exports__, "Selectable", function() { return /* reexport */ selectable["Selectable"]; });
|
|
-__webpack_require__.d(__webpack_exports__, "CutBoundsRect", function() { return /* reexport */ cutBoundsRect["CutBoundsRect"]; });
|
|
|
|
|
|
+__webpack_require__.d(__webpack_exports__, "TimelineCutBoundsRectResults", function() { return /* reexport */ timelineCutBoundsRectResults["TimelineCutBoundsRectResults"]; });
|
|
__webpack_require__.d(__webpack_exports__, "TimelineSelectionResults", function() { return /* reexport */ timelineSelectionResults["TimelineSelectionResults"]; });
|
|
__webpack_require__.d(__webpack_exports__, "TimelineSelectionResults", function() { return /* reexport */ timelineSelectionResults["TimelineSelectionResults"]; });
|
|
|
|
+__webpack_require__.d(__webpack_exports__, "TimelineValues", function() { return /* reexport */ timelineValues["TimelineValues"]; });
|
|
|
|
+__webpack_require__.d(__webpack_exports__, "TimelineMouseData", function() { return /* reexport */ timelineMouseData["TimelineMouseData"]; });
|
|
__webpack_require__.d(__webpack_exports__, "TimelineModelCalcResults", function() { return /* reexport */ timelineModelCalcResults["TimelineModelCalcResults"]; });
|
|
__webpack_require__.d(__webpack_exports__, "TimelineModelCalcResults", function() { return /* reexport */ timelineModelCalcResults["TimelineModelCalcResults"]; });
|
|
__webpack_require__.d(__webpack_exports__, "TimelineCalculatedRow", function() { return /* reexport */ timelineModelCalcResults["TimelineCalculatedRow"]; });
|
|
__webpack_require__.d(__webpack_exports__, "TimelineCalculatedRow", function() { return /* reexport */ timelineModelCalcResults["TimelineCalculatedRow"]; });
|
|
__webpack_require__.d(__webpack_exports__, "TimelineCalculatedGroup", function() { return /* reexport */ timelineModelCalcResults["TimelineCalculatedGroup"]; });
|
|
__webpack_require__.d(__webpack_exports__, "TimelineCalculatedGroup", function() { return /* reexport */ timelineModelCalcResults["TimelineCalculatedGroup"]; });
|
|
@@ -957,12 +971,16 @@ var TimelineClickEvent = /*#__PURE__*/function (_TimelineBaseEvent) {
|
|
|
|
|
|
timelineClickEvent_defineProperty(timelineClickEvent_assertThisInitialized(_this), "pos", void 0);
|
|
timelineClickEvent_defineProperty(timelineClickEvent_assertThisInitialized(_this), "pos", void 0);
|
|
|
|
|
|
- timelineClickEvent_defineProperty(timelineClickEvent_assertThisInitialized(_this), "val", void 0);
|
|
|
|
-
|
|
|
|
timelineClickEvent_defineProperty(timelineClickEvent_assertThisInitialized(_this), "elements", void 0);
|
|
timelineClickEvent_defineProperty(timelineClickEvent_assertThisInitialized(_this), "elements", void 0);
|
|
|
|
|
|
timelineClickEvent_defineProperty(timelineClickEvent_assertThisInitialized(_this), "target", void 0);
|
|
timelineClickEvent_defineProperty(timelineClickEvent_assertThisInitialized(_this), "target", void 0);
|
|
|
|
|
|
|
|
+ timelineClickEvent_defineProperty(timelineClickEvent_assertThisInitialized(_this), "val", void 0);
|
|
|
|
+
|
|
|
|
+ timelineClickEvent_defineProperty(timelineClickEvent_assertThisInitialized(_this), "snapVal", void 0);
|
|
|
|
+
|
|
|
|
+ timelineClickEvent_defineProperty(timelineClickEvent_assertThisInitialized(_this), "originalVal", void 0);
|
|
|
|
+
|
|
return _this;
|
|
return _this;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1503,6 +1521,8 @@ var timeline_Timeline = /*#__PURE__*/function (_TimelineEventsEmitte) {
|
|
var event = new TimelineClickEvent();
|
|
var event = new TimelineClickEvent();
|
|
event.pos = _this._startPos;
|
|
event.pos = _this._startPos;
|
|
event.val = _this._startPos.val;
|
|
event.val = _this._startPos.val;
|
|
|
|
+ event.originalVal = _this._startPos.originalVal;
|
|
|
|
+ event.snapVal = _this._startPos.snapVal;
|
|
event.args = args; // all elements under the click:
|
|
event.args = args; // all elements under the click:
|
|
|
|
|
|
event.elements = elements; // target element.
|
|
event.elements = elements; // target element.
|
|
@@ -4169,17 +4189,23 @@ var timelineElement = __webpack_require__(10);
|
|
// EXTERNAL MODULE: ./src/utils/selectable.ts
|
|
// EXTERNAL MODULE: ./src/utils/selectable.ts
|
|
var selectable = __webpack_require__(11);
|
|
var selectable = __webpack_require__(11);
|
|
|
|
|
|
-// EXTERNAL MODULE: ./src/utils/cutBoundsRect.ts
|
|
|
|
-var cutBoundsRect = __webpack_require__(12);
|
|
|
|
|
|
+// EXTERNAL MODULE: ./src/utils/timelineCutBoundsRectResults.ts
|
|
|
|
+var timelineCutBoundsRectResults = __webpack_require__(12);
|
|
|
|
|
|
// EXTERNAL MODULE: ./src/utils/timelineSelectionResults.ts
|
|
// EXTERNAL MODULE: ./src/utils/timelineSelectionResults.ts
|
|
var timelineSelectionResults = __webpack_require__(13);
|
|
var timelineSelectionResults = __webpack_require__(13);
|
|
|
|
|
|
|
|
+// EXTERNAL MODULE: ./src/utils/timelineValues.ts
|
|
|
|
+var timelineValues = __webpack_require__(14);
|
|
|
|
+
|
|
|
|
+// EXTERNAL MODULE: ./src/utils/timelineMouseData.ts
|
|
|
|
+var timelineMouseData = __webpack_require__(15);
|
|
|
|
+
|
|
// EXTERNAL MODULE: ./src/utils/timelineModelCalcResults.ts
|
|
// EXTERNAL MODULE: ./src/utils/timelineModelCalcResults.ts
|
|
var timelineModelCalcResults = __webpack_require__(0);
|
|
var timelineModelCalcResults = __webpack_require__(0);
|
|
|
|
|
|
// EXTERNAL MODULE: ./src/utils/events/timelineScrollEvent.ts
|
|
// EXTERNAL MODULE: ./src/utils/events/timelineScrollEvent.ts
|
|
-var timelineScrollEvent = __webpack_require__(14);
|
|
|
|
|
|
+var timelineScrollEvent = __webpack_require__(16);
|
|
|
|
|
|
// CONCATENATED MODULE: ./src/animation-timeline.ts
|
|
// CONCATENATED MODULE: ./src/animation-timeline.ts
|
|
// bundle entry point
|
|
// bundle entry point
|
|
@@ -4200,6 +4226,8 @@ var timelineScrollEvent = __webpack_require__(14);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
// virtual model
|
|
// virtual model
|
|
|
|
|
|
|
|
|