@widgetic/editor 3.11.2 → 3.11.3
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/lib/core.js +1 -1
- package/lib/dev/core.js +10 -10
- package/lib/dev/editor.js +369 -364
- package/lib/editor.js +3 -3
- package/package.json +1 -1
- package/src/core/services/uploads.js +6 -3
- package/src/editor/content/browser/dropzone.html +4 -2
- package/src/editor/content/browser/upload.html +0 -3
package/lib/dev/editor.js
CHANGED
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
/******/ __webpack_require__.p = "";
|
|
61
61
|
/******/
|
|
62
62
|
/******/ // Load entry module and return exports
|
|
63
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
63
|
+
/******/ return __webpack_require__(__webpack_require__.s = 128);
|
|
64
64
|
/******/ })
|
|
65
65
|
/************************************************************************/
|
|
66
66
|
/******/ ([
|
|
@@ -9602,7 +9602,7 @@ Activateable = window.require('spine/controller/activateable');
|
|
|
9602
9602
|
|
|
9603
9603
|
Container = __webpack_require__(53)["default"];
|
|
9604
9604
|
|
|
9605
|
-
UploadComponent = __webpack_require__(
|
|
9605
|
+
UploadComponent = __webpack_require__(149)["default"];
|
|
9606
9606
|
|
|
9607
9607
|
module.exports = UploadBrowser = (function(superClass) {
|
|
9608
9608
|
extend(UploadBrowser, superClass);
|
|
@@ -9709,11 +9709,11 @@ module.exports = UploadBrowser = (function(superClass) {
|
|
|
9709
9709
|
|
|
9710
9710
|
"use strict";
|
|
9711
9711
|
Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
|
9712
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_bottlejs__ = __webpack_require__(
|
|
9712
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_bottlejs__ = __webpack_require__(145);
|
|
9713
9713
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_bottlejs___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_bottlejs__);
|
|
9714
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__content__ = __webpack_require__(
|
|
9715
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__uploads__ = __webpack_require__(
|
|
9716
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__sounds__ = __webpack_require__(
|
|
9714
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__content__ = __webpack_require__(146);
|
|
9715
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__uploads__ = __webpack_require__(147);
|
|
9716
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__sounds__ = __webpack_require__(148);
|
|
9717
9717
|
|
|
9718
9718
|
|
|
9719
9719
|
|
|
@@ -9769,78 +9769,6 @@ module.exports = function(num) {
|
|
|
9769
9769
|
/* 115 */
|
|
9770
9770
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
9771
9771
|
|
|
9772
|
-
"use strict";
|
|
9773
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return Upload; });
|
|
9774
|
-
/* unused harmony export defaultOptions */
|
|
9775
|
-
/* unused harmony export isSupported */
|
|
9776
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__upload_js__ = __webpack_require__(153);
|
|
9777
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__noopUrlStorage_js__ = __webpack_require__(163);
|
|
9778
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__logger_js__ = __webpack_require__(117);
|
|
9779
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__error_js__ = __webpack_require__(116);
|
|
9780
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__urlStorage_js__ = __webpack_require__(164);
|
|
9781
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__httpStack_js__ = __webpack_require__(165);
|
|
9782
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__fileReader_js__ = __webpack_require__(166);
|
|
9783
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__fileSignature_js__ = __webpack_require__(172);
|
|
9784
|
-
/* unused harmony reexport canStoreURLs */
|
|
9785
|
-
/* unused harmony reexport enableDebugLog */
|
|
9786
|
-
/* unused harmony reexport DefaultHttpStack */
|
|
9787
|
-
/* unused harmony reexport DetailedError */
|
|
9788
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
9789
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
9790
|
-
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
9791
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
9792
|
-
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
9793
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
9794
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
9795
|
-
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
9796
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
9797
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
9798
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
9799
|
-
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
9800
|
-
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
9801
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
9802
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9803
|
-
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
9804
|
-
|
|
9805
|
-
|
|
9806
|
-
|
|
9807
|
-
|
|
9808
|
-
|
|
9809
|
-
|
|
9810
|
-
|
|
9811
|
-
|
|
9812
|
-
var defaultOptions = _objectSpread(_objectSpread({}, __WEBPACK_IMPORTED_MODULE_0__upload_js__["a" /* default */].defaultOptions), {}, {
|
|
9813
|
-
httpStack: new __WEBPACK_IMPORTED_MODULE_5__httpStack_js__["a" /* default */](),
|
|
9814
|
-
fileReader: new __WEBPACK_IMPORTED_MODULE_6__fileReader_js__["a" /* default */](),
|
|
9815
|
-
urlStorage: __WEBPACK_IMPORTED_MODULE_4__urlStorage_js__["b" /* canStoreURLs */] ? new __WEBPACK_IMPORTED_MODULE_4__urlStorage_js__["a" /* WebStorageUrlStorage */]() : new __WEBPACK_IMPORTED_MODULE_1__noopUrlStorage_js__["a" /* default */](),
|
|
9816
|
-
fingerprint: __WEBPACK_IMPORTED_MODULE_7__fileSignature_js__["a" /* default */]
|
|
9817
|
-
});
|
|
9818
|
-
var Upload = /*#__PURE__*/function (_BaseUpload) {
|
|
9819
|
-
_inherits(Upload, _BaseUpload);
|
|
9820
|
-
function Upload() {
|
|
9821
|
-
var file = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;
|
|
9822
|
-
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
9823
|
-
_classCallCheck(this, Upload);
|
|
9824
|
-
options = _objectSpread(_objectSpread({}, defaultOptions), options);
|
|
9825
|
-
return _callSuper(this, Upload, [file, options]);
|
|
9826
|
-
}
|
|
9827
|
-
_createClass(Upload, null, [{
|
|
9828
|
-
key: "terminate",
|
|
9829
|
-
value: function terminate(url) {
|
|
9830
|
-
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
9831
|
-
options = _objectSpread(_objectSpread({}, defaultOptions), options);
|
|
9832
|
-
return __WEBPACK_IMPORTED_MODULE_0__upload_js__["a" /* default */].terminate(url, options);
|
|
9833
|
-
}
|
|
9834
|
-
}]);
|
|
9835
|
-
return Upload;
|
|
9836
|
-
}(__WEBPACK_IMPORTED_MODULE_0__upload_js__["a" /* default */]); // Note: We don't reference `window` here because these classes also exist in a Web Worker's context.
|
|
9837
|
-
var isSupported = typeof XMLHttpRequest === 'function' && typeof Blob === 'function' && typeof Blob.prototype.slice === 'function';
|
|
9838
|
-
|
|
9839
|
-
|
|
9840
|
-
/***/ }),
|
|
9841
|
-
/* 116 */
|
|
9842
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
9843
|
-
|
|
9844
9772
|
"use strict";
|
|
9845
9773
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
9846
9774
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
@@ -9889,7 +9817,7 @@ var DetailedError = /*#__PURE__*/function (_Error) {
|
|
|
9889
9817
|
/* harmony default export */ __webpack_exports__["a"] = (DetailedError);
|
|
9890
9818
|
|
|
9891
9819
|
/***/ }),
|
|
9892
|
-
/*
|
|
9820
|
+
/* 116 */
|
|
9893
9821
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
9894
9822
|
|
|
9895
9823
|
"use strict";
|
|
@@ -9907,7 +9835,7 @@ function log(msg) {
|
|
|
9907
9835
|
}
|
|
9908
9836
|
|
|
9909
9837
|
/***/ }),
|
|
9910
|
-
/*
|
|
9838
|
+
/* 117 */
|
|
9911
9839
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
9912
9840
|
|
|
9913
9841
|
"use strict";
|
|
@@ -9917,7 +9845,7 @@ var isReactNative = function isReactNative() {
|
|
|
9917
9845
|
/* harmony default export */ __webpack_exports__["a"] = (isReactNative);
|
|
9918
9846
|
|
|
9919
9847
|
/***/ }),
|
|
9920
|
-
/*
|
|
9848
|
+
/* 118 */
|
|
9921
9849
|
/***/ (function(module, exports) {
|
|
9922
9850
|
|
|
9923
9851
|
var Attributes, Container, Controller,
|
|
@@ -10011,7 +9939,7 @@ module.exports = Attributes;
|
|
|
10011
9939
|
|
|
10012
9940
|
|
|
10013
9941
|
/***/ }),
|
|
10014
|
-
/*
|
|
9942
|
+
/* 119 */
|
|
10015
9943
|
/***/ (function(module, exports) {
|
|
10016
9944
|
|
|
10017
9945
|
var Activator, Composition, Content, Footer,
|
|
@@ -10094,7 +10022,7 @@ module.exports = Footer;
|
|
|
10094
10022
|
|
|
10095
10023
|
|
|
10096
10024
|
/***/ }),
|
|
10097
|
-
/*
|
|
10025
|
+
/* 120 */
|
|
10098
10026
|
/***/ (function(module, exports) {
|
|
10099
10027
|
|
|
10100
10028
|
module.exports = (function() {
|
|
@@ -10131,7 +10059,7 @@ module.exports = (function() {
|
|
|
10131
10059
|
|
|
10132
10060
|
|
|
10133
10061
|
/***/ }),
|
|
10134
|
-
/*
|
|
10062
|
+
/* 121 */
|
|
10135
10063
|
/***/ (function(module, exports) {
|
|
10136
10064
|
|
|
10137
10065
|
module.exports = (function() {
|
|
@@ -10159,7 +10087,7 @@ module.exports = (function() {
|
|
|
10159
10087
|
|
|
10160
10088
|
|
|
10161
10089
|
/***/ }),
|
|
10162
|
-
/*
|
|
10090
|
+
/* 122 */
|
|
10163
10091
|
/***/ (function(module, exports, __webpack_require__) {
|
|
10164
10092
|
|
|
10165
10093
|
var Popup, SharePopup,
|
|
@@ -10201,12 +10129,12 @@ module.exports = new SharePopup;
|
|
|
10201
10129
|
|
|
10202
10130
|
|
|
10203
10131
|
/***/ }),
|
|
10132
|
+
/* 123 */,
|
|
10204
10133
|
/* 124 */,
|
|
10205
10134
|
/* 125 */,
|
|
10206
10135
|
/* 126 */,
|
|
10207
10136
|
/* 127 */,
|
|
10208
|
-
/* 128
|
|
10209
|
-
/* 129 */
|
|
10137
|
+
/* 128 */
|
|
10210
10138
|
/***/ (function(module, exports, __webpack_require__) {
|
|
10211
10139
|
|
|
10212
10140
|
function AjaxError(jqXHR, textStatus, errorThrown) {
|
|
@@ -10254,10 +10182,10 @@ var define = function define(require, module) {
|
|
|
10254
10182
|
};
|
|
10255
10183
|
};
|
|
10256
10184
|
|
|
10257
|
-
window.soundManager = __webpack_require__(
|
|
10185
|
+
window.soundManager = __webpack_require__(129).soundManager;
|
|
10258
10186
|
|
|
10259
10187
|
window.require.define({
|
|
10260
|
-
'editor/listeners/embed-listener': define(__webpack_require__(
|
|
10188
|
+
'editor/listeners/embed-listener': define(__webpack_require__(130))
|
|
10261
10189
|
});
|
|
10262
10190
|
|
|
10263
10191
|
function defineAll(r, prefix) {
|
|
@@ -10274,7 +10202,7 @@ defineAll(__webpack_require__(185), 'editor/content/service/');
|
|
|
10274
10202
|
defineAll(__webpack_require__(196), 'browser/controller/');
|
|
10275
10203
|
|
|
10276
10204
|
/***/ }),
|
|
10277
|
-
/*
|
|
10205
|
+
/* 129 */
|
|
10278
10206
|
/***/ (function(module, exports, __webpack_require__) {
|
|
10279
10207
|
|
|
10280
10208
|
/* WEBPACK VAR INJECTION */(function(module) {var __WEBPACK_AMD_DEFINE_RESULT__;/** @license
|
|
@@ -12983,7 +12911,7 @@ window.soundManager = soundManager;
|
|
|
12983
12911
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(46)(module)))
|
|
12984
12912
|
|
|
12985
12913
|
/***/ }),
|
|
12986
|
-
/*
|
|
12914
|
+
/* 130 */
|
|
12987
12915
|
/***/ (function(module, exports, __webpack_require__) {
|
|
12988
12916
|
|
|
12989
12917
|
var _authToken, eventToObject, id, initEditor, initOptions, loadScript, messenger, notifyInit, ready, relayEvent, run, send;
|
|
@@ -13052,7 +12980,7 @@ ready = function(_, data) {
|
|
|
13052
12980
|
initEditor = function(composition, widget, remote, user) {
|
|
13053
12981
|
var $body, Container, Editor, premium;
|
|
13054
12982
|
($body = $('body')).toggleClass('is-popup', !!window.opener);
|
|
13055
|
-
Editor = __webpack_require__(
|
|
12983
|
+
Editor = __webpack_require__(131);
|
|
13056
12984
|
premium = (user != null ? user.premium : void 0) || false;
|
|
13057
12985
|
Container = __webpack_require__(113)["default"];
|
|
13058
12986
|
Container.init({
|
|
@@ -13189,7 +13117,7 @@ module.exports = {
|
|
|
13189
13117
|
|
|
13190
13118
|
|
|
13191
13119
|
/***/ }),
|
|
13192
|
-
/*
|
|
13120
|
+
/* 131 */
|
|
13193
13121
|
/***/ (function(module, exports, __webpack_require__) {
|
|
13194
13122
|
|
|
13195
13123
|
var Composition, Container, Content, Controller, Editor, RemotePreview, Skin, Widget, WidgetEditor,
|
|
@@ -13201,7 +13129,7 @@ Controller = window.require('spine/controller');
|
|
|
13201
13129
|
|
|
13202
13130
|
Container = window.require('spine/controller/container');
|
|
13203
13131
|
|
|
13204
|
-
WidgetEditor = __webpack_require__(
|
|
13132
|
+
WidgetEditor = __webpack_require__(132);
|
|
13205
13133
|
|
|
13206
13134
|
RemotePreview = __webpack_require__(182);
|
|
13207
13135
|
|
|
@@ -13333,7 +13261,7 @@ module.exports = Editor;
|
|
|
13333
13261
|
|
|
13334
13262
|
|
|
13335
13263
|
/***/ }),
|
|
13336
|
-
/*
|
|
13264
|
+
/* 132 */
|
|
13337
13265
|
/***/ (function(module, exports, __webpack_require__) {
|
|
13338
13266
|
|
|
13339
13267
|
var Composition, Content, ContentModel, Details, Footer, LoginPopup, Save, Skin, SkinModel, Tabs, WidgetEditor, WidgetModel, timestamp,
|
|
@@ -13351,15 +13279,15 @@ Composition = window.require('core/models/composition');
|
|
|
13351
13279
|
|
|
13352
13280
|
WidgetModel = window.require('core/models/widget');
|
|
13353
13281
|
|
|
13354
|
-
Skin = __webpack_require__(
|
|
13282
|
+
Skin = __webpack_require__(133);
|
|
13355
13283
|
|
|
13356
|
-
Content = __webpack_require__(
|
|
13284
|
+
Content = __webpack_require__(141);
|
|
13357
13285
|
|
|
13358
13286
|
Details = __webpack_require__(175);
|
|
13359
13287
|
|
|
13360
13288
|
Save = __webpack_require__(179);
|
|
13361
13289
|
|
|
13362
|
-
Footer = __webpack_require__(
|
|
13290
|
+
Footer = __webpack_require__(119);
|
|
13363
13291
|
|
|
13364
13292
|
timestamp = window.require('spine/utils/timestamp');
|
|
13365
13293
|
|
|
@@ -13368,7 +13296,7 @@ LoginPopup = __webpack_require__(180);
|
|
|
13368
13296
|
WidgetEditor = (function(superClass) {
|
|
13369
13297
|
extend(WidgetEditor, superClass);
|
|
13370
13298
|
|
|
13371
|
-
WidgetEditor.prototype.tabContainer = __webpack_require__(
|
|
13299
|
+
WidgetEditor.prototype.tabContainer = __webpack_require__(119);
|
|
13372
13300
|
|
|
13373
13301
|
WidgetEditor.prototype.tabRenderer = __webpack_require__(181);
|
|
13374
13302
|
|
|
@@ -13498,7 +13426,7 @@ WidgetEditor = (function(superClass) {
|
|
|
13498
13426
|
this.el.append(this.tabs.el);
|
|
13499
13427
|
LoginPopup.place(this.el);
|
|
13500
13428
|
Blogvio.pubsub.subscribe('api/token/update', this._updateLoggedInStatus);
|
|
13501
|
-
this.el.attr('editorVersion', "3.11.
|
|
13429
|
+
this.el.attr('editorVersion', "3.11.3");
|
|
13502
13430
|
}
|
|
13503
13431
|
|
|
13504
13432
|
|
|
@@ -13788,7 +13716,7 @@ module.exports = WidgetEditor;
|
|
|
13788
13716
|
|
|
13789
13717
|
|
|
13790
13718
|
/***/ }),
|
|
13791
|
-
/*
|
|
13719
|
+
/* 133 */
|
|
13792
13720
|
/***/ (function(module, exports, __webpack_require__) {
|
|
13793
13721
|
|
|
13794
13722
|
var Activateable, Composition, Container, Controller, DeletePopup, Editor, SavePopup, Selector, SkinEditor, SkinModel,
|
|
@@ -13802,13 +13730,13 @@ Container = window.require('spine/controller/container');
|
|
|
13802
13730
|
|
|
13803
13731
|
Activateable = window.require('spine/controller/activateable');
|
|
13804
13732
|
|
|
13805
|
-
Selector = __webpack_require__(
|
|
13733
|
+
Selector = __webpack_require__(134);
|
|
13806
13734
|
|
|
13807
|
-
Editor = __webpack_require__(
|
|
13735
|
+
Editor = __webpack_require__(137);
|
|
13808
13736
|
|
|
13809
|
-
SavePopup = __webpack_require__(
|
|
13737
|
+
SavePopup = __webpack_require__(139);
|
|
13810
13738
|
|
|
13811
|
-
DeletePopup = __webpack_require__(
|
|
13739
|
+
DeletePopup = __webpack_require__(140);
|
|
13812
13740
|
|
|
13813
13741
|
SkinModel = window.require('core/models/skin');
|
|
13814
13742
|
|
|
@@ -14015,7 +13943,7 @@ module.exports = SkinEditor;
|
|
|
14015
13943
|
|
|
14016
13944
|
|
|
14017
13945
|
/***/ }),
|
|
14018
|
-
/*
|
|
13946
|
+
/* 134 */
|
|
14019
13947
|
/***/ (function(module, exports, __webpack_require__) {
|
|
14020
13948
|
|
|
14021
13949
|
var Container, Controller, Dropdown, List, Selector, Skin,
|
|
@@ -14027,7 +13955,7 @@ Controller = window.require('spine/controller');
|
|
|
14027
13955
|
|
|
14028
13956
|
Container = window.require('spine/controller/container');
|
|
14029
13957
|
|
|
14030
|
-
List = __webpack_require__(
|
|
13958
|
+
List = __webpack_require__(135);
|
|
14031
13959
|
|
|
14032
13960
|
Dropdown = __webpack_require__(7);
|
|
14033
13961
|
|
|
@@ -14123,7 +14051,7 @@ module.exports = Selector;
|
|
|
14123
14051
|
|
|
14124
14052
|
|
|
14125
14053
|
/***/ }),
|
|
14126
|
-
/*
|
|
14054
|
+
/* 135 */
|
|
14127
14055
|
/***/ (function(module, exports, __webpack_require__) {
|
|
14128
14056
|
|
|
14129
14057
|
var Activator, Item, PresetList, Scrollable, Skin,
|
|
@@ -14137,7 +14065,7 @@ Skin = window.require('core/models/skin');
|
|
|
14137
14065
|
|
|
14138
14066
|
Scrollable = __webpack_require__(5);
|
|
14139
14067
|
|
|
14140
|
-
Item = __webpack_require__(
|
|
14068
|
+
Item = __webpack_require__(136);
|
|
14141
14069
|
|
|
14142
14070
|
PresetList = (function(superClass) {
|
|
14143
14071
|
extend(PresetList, superClass);
|
|
@@ -14316,7 +14244,7 @@ module.exports = PresetList;
|
|
|
14316
14244
|
|
|
14317
14245
|
|
|
14318
14246
|
/***/ }),
|
|
14319
|
-
/*
|
|
14247
|
+
/* 136 */
|
|
14320
14248
|
/***/ (function(module, exports) {
|
|
14321
14249
|
|
|
14322
14250
|
var Activateable, Controller, Skin, SkinItem,
|
|
@@ -14556,7 +14484,7 @@ module.exports = SkinItem;
|
|
|
14556
14484
|
|
|
14557
14485
|
|
|
14558
14486
|
/***/ }),
|
|
14559
|
-
/*
|
|
14487
|
+
/* 137 */
|
|
14560
14488
|
/***/ (function(module, exports, __webpack_require__) {
|
|
14561
14489
|
|
|
14562
14490
|
var Activateable, Activator, Controller, Panel, Skin, SkinEditor, SkinTab, SkinTabs, Tabs, createPopup, makeVisible, shouldShow,
|
|
@@ -14566,7 +14494,7 @@ var Activateable, Activator, Controller, Panel, Skin, SkinEditor, SkinTab, SkinT
|
|
|
14566
14494
|
|
|
14567
14495
|
Tabs = window.require('spine/controller/tabs');
|
|
14568
14496
|
|
|
14569
|
-
Panel = __webpack_require__(
|
|
14497
|
+
Panel = __webpack_require__(138);
|
|
14570
14498
|
|
|
14571
14499
|
Skin = window.require('core/models/skin');
|
|
14572
14500
|
|
|
@@ -14907,7 +14835,7 @@ module.exports = SkinEditor;
|
|
|
14907
14835
|
|
|
14908
14836
|
|
|
14909
14837
|
/***/ }),
|
|
14910
|
-
/*
|
|
14838
|
+
/* 138 */
|
|
14911
14839
|
/***/ (function(module, exports, __webpack_require__) {
|
|
14912
14840
|
|
|
14913
14841
|
var Activateable, Container, Controller, Scrollable, Skin, SkinEditorPanel,
|
|
@@ -14993,7 +14921,7 @@ module.exports = SkinEditorPanel;
|
|
|
14993
14921
|
|
|
14994
14922
|
|
|
14995
14923
|
/***/ }),
|
|
14996
|
-
/*
|
|
14924
|
+
/* 139 */
|
|
14997
14925
|
/***/ (function(module, exports, __webpack_require__) {
|
|
14998
14926
|
|
|
14999
14927
|
var Controller, Popup, SavePopup, Skin, preset, skin,
|
|
@@ -15083,7 +15011,7 @@ module.exports = SavePopup;
|
|
|
15083
15011
|
|
|
15084
15012
|
|
|
15085
15013
|
/***/ }),
|
|
15086
|
-
/*
|
|
15014
|
+
/* 140 */
|
|
15087
15015
|
/***/ (function(module, exports, __webpack_require__) {
|
|
15088
15016
|
|
|
15089
15017
|
var Controller, DeleteSkinController, Popup, Skin, popup,
|
|
@@ -15149,7 +15077,7 @@ module.exports = DeleteSkinController;
|
|
|
15149
15077
|
|
|
15150
15078
|
|
|
15151
15079
|
/***/ }),
|
|
15152
|
-
/*
|
|
15080
|
+
/* 141 */
|
|
15153
15081
|
/***/ (function(module, exports, __webpack_require__) {
|
|
15154
15082
|
|
|
15155
15083
|
var Activateable, Browser, CompositionModel, Container, Content, ContentModel, DirectInput, Notificator, Tab, Tabs, UploadBrowser,
|
|
@@ -15169,9 +15097,9 @@ Tab = __webpack_require__(106);
|
|
|
15169
15097
|
|
|
15170
15098
|
Browser = __webpack_require__(50);
|
|
15171
15099
|
|
|
15172
|
-
DirectInput = __webpack_require__(
|
|
15100
|
+
DirectInput = __webpack_require__(142);
|
|
15173
15101
|
|
|
15174
|
-
Notificator = __webpack_require__(
|
|
15102
|
+
Notificator = __webpack_require__(144);
|
|
15175
15103
|
|
|
15176
15104
|
UploadBrowser = __webpack_require__(112);
|
|
15177
15105
|
|
|
@@ -15627,7 +15555,7 @@ module.exports = Content;
|
|
|
15627
15555
|
|
|
15628
15556
|
|
|
15629
15557
|
/***/ }),
|
|
15630
|
-
/*
|
|
15558
|
+
/* 142 */
|
|
15631
15559
|
/***/ (function(module, exports, __webpack_require__) {
|
|
15632
15560
|
|
|
15633
15561
|
var Activateable, Composition, Container, Content, Controller, DirectInput, Field, Scrollable, checkItem,
|
|
@@ -15645,7 +15573,7 @@ Scrollable = __webpack_require__(5);
|
|
|
15645
15573
|
|
|
15646
15574
|
Content = window.require('core/models/content');
|
|
15647
15575
|
|
|
15648
|
-
Field = __webpack_require__(
|
|
15576
|
+
Field = __webpack_require__(143);
|
|
15649
15577
|
|
|
15650
15578
|
Composition = window.require('core/models/composition');
|
|
15651
15579
|
|
|
@@ -15835,7 +15763,7 @@ module.exports = DirectInput;
|
|
|
15835
15763
|
|
|
15836
15764
|
|
|
15837
15765
|
/***/ }),
|
|
15838
|
-
/*
|
|
15766
|
+
/* 143 */
|
|
15839
15767
|
/***/ (function(module, exports) {
|
|
15840
15768
|
|
|
15841
15769
|
var Container, Controller, WebAdressField,
|
|
@@ -15924,7 +15852,7 @@ module.exports = WebAdressField;
|
|
|
15924
15852
|
|
|
15925
15853
|
|
|
15926
15854
|
/***/ }),
|
|
15927
|
-
/*
|
|
15855
|
+
/* 144 */
|
|
15928
15856
|
/***/ (function(module, exports) {
|
|
15929
15857
|
|
|
15930
15858
|
var NotificationController,
|
|
@@ -16003,7 +15931,7 @@ module.exports = NotificationController;
|
|
|
16003
15931
|
|
|
16004
15932
|
|
|
16005
15933
|
/***/ }),
|
|
16006
|
-
/*
|
|
15934
|
+
/* 145 */
|
|
16007
15935
|
/***/ (function(module, exports, __webpack_require__) {
|
|
16008
15936
|
|
|
16009
15937
|
/* WEBPACK VAR INJECTION */(function(module, global) {var __WEBPACK_AMD_DEFINE_RESULT__;;(function(undefined) {
|
|
@@ -16669,7 +16597,7 @@ module.exports = NotificationController;
|
|
|
16669
16597
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(46)(module), __webpack_require__(12)))
|
|
16670
16598
|
|
|
16671
16599
|
/***/ }),
|
|
16672
|
-
/*
|
|
16600
|
+
/* 146 */
|
|
16673
16601
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
16674
16602
|
|
|
16675
16603
|
"use strict";
|
|
@@ -16780,7 +16708,7 @@ var ContentServiceWithEvents = function (_EventsMixin) {
|
|
|
16780
16708
|
/* harmony default export */ __webpack_exports__["a"] = (ContentServiceWithEvents);
|
|
16781
16709
|
|
|
16782
16710
|
/***/ }),
|
|
16783
|
-
/*
|
|
16711
|
+
/* 147 */
|
|
16784
16712
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
16785
16713
|
|
|
16786
16714
|
"use strict";
|
|
@@ -16826,8 +16754,8 @@ var parseType = function parseType(type) {
|
|
|
16826
16754
|
return type.indexOf('/') > 0 ? type.slice(0, type.indexOf('/')) : type;
|
|
16827
16755
|
};
|
|
16828
16756
|
|
|
16829
|
-
// const root =
|
|
16830
|
-
var root = ''; //
|
|
16757
|
+
// const root = 'http://127.0.0.1:8091'; // for localhost development
|
|
16758
|
+
var root = 'https://widgetic.com/'; // for running on widgetic.com domain
|
|
16831
16759
|
|
|
16832
16760
|
var UploadService = function (_EventsMixin) {
|
|
16833
16761
|
_inherits(UploadService, _EventsMixin);
|
|
@@ -16873,6 +16801,9 @@ var UploadService = function (_EventsMixin) {
|
|
|
16873
16801
|
}, {
|
|
16874
16802
|
key: 'getUploadURL',
|
|
16875
16803
|
value: function getUploadURL() {
|
|
16804
|
+
// previouly: retuned the relative path to the upload endpoint
|
|
16805
|
+
// return '/upload?user=' + this.user;
|
|
16806
|
+
|
|
16876
16807
|
var url = root + '/upload?user=' + this.user;
|
|
16877
16808
|
|
|
16878
16809
|
// console.log("getUploadURL:", url);
|
|
@@ -17087,7 +17018,7 @@ var UploadService = function (_EventsMixin) {
|
|
|
17087
17018
|
|
|
17088
17019
|
// console.log("fetching files for type:", type);
|
|
17089
17020
|
return jQuery.ajax({
|
|
17090
|
-
url:
|
|
17021
|
+
url: this.getUploadURL() + ('&type=' + type),
|
|
17091
17022
|
headers: this.getAuthHeaders()
|
|
17092
17023
|
}).then(function (response) {
|
|
17093
17024
|
// console.log("fetched files response:", response);
|
|
@@ -17138,7 +17069,7 @@ var UploadService = function (_EventsMixin) {
|
|
|
17138
17069
|
/* harmony default export */ __webpack_exports__["a"] = (UploadService);
|
|
17139
17070
|
|
|
17140
17071
|
/***/ }),
|
|
17141
|
-
/*
|
|
17072
|
+
/* 148 */
|
|
17142
17073
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
17143
17074
|
|
|
17144
17075
|
"use strict";
|
|
@@ -17254,17 +17185,16 @@ var SoundsService = function (_EventsMixin) {
|
|
|
17254
17185
|
/* harmony default export */ __webpack_exports__["a"] = (SoundsService);
|
|
17255
17186
|
|
|
17256
17187
|
/***/ }),
|
|
17257
|
-
/*
|
|
17188
|
+
/* 149 */
|
|
17258
17189
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
17259
17190
|
|
|
17260
17191
|
"use strict";
|
|
17261
17192
|
Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
|
17262
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dropzone_html__ = __webpack_require__(
|
|
17193
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dropzone_html__ = __webpack_require__(150);
|
|
17263
17194
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__scroll_pane_html__ = __webpack_require__(173);
|
|
17264
17195
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__file_html__ = __webpack_require__(174);
|
|
17265
17196
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__service_html__ = __webpack_require__(57);
|
|
17266
|
-
/* harmony import */ var
|
|
17267
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_svelte_shared_js__ = __webpack_require__(16);
|
|
17197
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__ = __webpack_require__(16);
|
|
17268
17198
|
var _slicedToArray = function () { function sliceIterator(arr, i) { var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"]) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } return function (arr, i) { if (Array.isArray(arr)) { return arr; } else if (Symbol.iterator in Object(arr)) { return sliceIterator(arr, i); } else { throw new TypeError("Invalid attempt to destructure non-iterable instance"); } }; }();
|
|
17269
17199
|
|
|
17270
17200
|
|
|
@@ -17274,8 +17204,9 @@ var _slicedToArray = function () { function sliceIterator(arr, i) { var _arr = [
|
|
|
17274
17204
|
|
|
17275
17205
|
|
|
17276
17206
|
|
|
17277
|
-
|
|
17278
17207
|
var template = function () {
|
|
17208
|
+
// actually imports services/uploads.js
|
|
17209
|
+
|
|
17279
17210
|
var parseType = function parseType(type) {
|
|
17280
17211
|
return type.indexOf('/') > 0 ? type.slice(0, type.indexOf('/')) : type;
|
|
17281
17212
|
};
|
|
@@ -17521,10 +17452,10 @@ var template = function () {
|
|
|
17521
17452
|
}();
|
|
17522
17453
|
|
|
17523
17454
|
function add_css() {
|
|
17524
|
-
var style =
|
|
17525
|
-
style.id = "svelte-
|
|
17526
|
-
style.textContent = "\n section[svelte-
|
|
17527
|
-
|
|
17455
|
+
var style = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["e" /* createElement */]('style');
|
|
17456
|
+
style.id = "svelte-2819349553-style";
|
|
17457
|
+
style.textContent = "\n section[svelte-2819349553], [svelte-2819349553] section {\n display: flex;\n flex-direction: column;\n padding-left: 20px;\n height: calc(100% - 25px);\n color: #665b68;\n }\n\n a[svelte-2819349553]:focus, [svelte-2819349553] a:focus {\n outline: none;\n }\n\n [svelte-2819349553].error-panel, [svelte-2819349553] .error-panel {\n position: relative;\n top: 50%;\n transform: translateY(-50%);\n text-align: center;\n padding-right: 20px;\n }\n\n [svelte-2819349553].browser-nav, [svelte-2819349553] .browser-nav {\n position: static;\n\n font-family: ProximaNova-Regular;\n font-size: 16px;\n color: #0055FF;\n }\n\n [svelte-2819349553].blogvio-browser-title, [svelte-2819349553] .blogvio-browser-title {\n margin-top: 0;\n font: 30px/60px \"ProximaNova-Regular\";\n color: #0055FF;\n }\n\n [svelte-2819349553].nano, [svelte-2819349553] .nano {\n flex: 1;\n }\n\n strong[svelte-2819349553], [svelte-2819349553] strong {\n color: #0055FF;\n }\n\n [svelte-2819349553].dropzone_plchldr, [svelte-2819349553] .dropzone_plchldr {\n position: relative;\n margin: 20px 20px 20px 0;\n height: 75px;\n }\n\n [svelte-2819349553].dropzone, [svelte-2819349553] .dropzone {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 22px;\n }\n [svelte-2819349553].upload-input, [svelte-2819349553] .upload-input {\n \n }\n\n [svelte-2819349553].scrolling-container, [svelte-2819349553] .scrolling-container {\n transition: opacity 200ms ease-in;\n }\n\n [svelte-2819349553].dropzone--dragging .scrolling-container, [svelte-2819349553] .dropzone--dragging .scrolling-container {\n opacity: 0.4;\n }\n\n [svelte-2819349553].dropzone--dragging .dropzone, [svelte-2819349553] .dropzone--dragging .dropzone {\n top: -100px;\n }\n\n [svelte-2819349553].dropzone--large .dropzone, [svelte-2819349553] .dropzone--large .dropzone,\n [svelte-2819349553].dropzone--dragging .dropzone--large .dropzone, [svelte-2819349553] .dropzone--dragging .dropzone--large .dropzone {\n top: -200px;\n }\n\n [svelte-2819349553].icon, [svelte-2819349553] .icon {\n display: inline-block;\n width: 1em;\n height: 1em;\n stroke-width: 0;\n stroke: currentColor;\n fill: currentColor\n }\n\n [svelte-2819349553].clear-content svg, [svelte-2819349553] .clear-content svg {\n width: 14px;\n fill: #a0a0a0;\n position: relative;\n top: 1px;\n right: 2px;\n }\n\n [svelte-2819349553].clear-content:hover svg, [svelte-2819349553] .clear-content:hover svg {\n fill: #665b68;\n }\n";
|
|
17458
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](style, document.head);
|
|
17528
17459
|
}
|
|
17529
17460
|
|
|
17530
17461
|
function create_main_fragment(state, component) {
|
|
@@ -17550,55 +17481,55 @@ function create_main_fragment(state, component) {
|
|
|
17550
17481
|
return {
|
|
17551
17482
|
create: function create() {
|
|
17552
17483
|
service._fragment.create();
|
|
17553
|
-
text =
|
|
17554
|
-
svg =
|
|
17555
|
-
symbol =
|
|
17556
|
-
title =
|
|
17557
|
-
text_1 =
|
|
17558
|
-
path =
|
|
17559
|
-
path_1 =
|
|
17560
|
-
symbol_1 =
|
|
17561
|
-
title_1 =
|
|
17562
|
-
text_2 =
|
|
17563
|
-
path_2 =
|
|
17564
|
-
text_3 =
|
|
17484
|
+
text = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("\n\n");
|
|
17485
|
+
svg = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["f" /* createSvgElement */]('svg');
|
|
17486
|
+
symbol = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["f" /* createSvgElement */]('symbol');
|
|
17487
|
+
title = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["f" /* createSvgElement */]('title');
|
|
17488
|
+
text_1 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("upload");
|
|
17489
|
+
path = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["f" /* createSvgElement */]('path');
|
|
17490
|
+
path_1 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["f" /* createSvgElement */]('path');
|
|
17491
|
+
symbol_1 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["f" /* createSvgElement */]('symbol');
|
|
17492
|
+
title_1 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["f" /* createSvgElement */]('title');
|
|
17493
|
+
text_2 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("error");
|
|
17494
|
+
path_2 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["f" /* createSvgElement */]('path');
|
|
17495
|
+
text_3 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("\n\n");
|
|
17565
17496
|
if (if_block) if_block.create();
|
|
17566
|
-
if_block_anchor =
|
|
17497
|
+
if_block_anchor = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["d" /* createComment */]();
|
|
17567
17498
|
this.hydrate();
|
|
17568
17499
|
},
|
|
17569
17500
|
|
|
17570
17501
|
hydrate: function hydrate(nodes) {
|
|
17571
|
-
|
|
17572
|
-
|
|
17573
|
-
|
|
17574
|
-
|
|
17575
|
-
|
|
17576
|
-
|
|
17577
|
-
|
|
17578
|
-
|
|
17579
|
-
|
|
17580
|
-
|
|
17581
|
-
|
|
17582
|
-
|
|
17583
|
-
|
|
17502
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](svg, 'svelte-2819349553', '');
|
|
17503
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](svg, 'style', "position: absolute; width: 0; height: 0; overflow: hidden");
|
|
17504
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](svg, 'version', "1.1");
|
|
17505
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](svg, 'xmlns', "http://www.w3.org/2000/svg");
|
|
17506
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](svg, 'xmlns:xlink', "http://www.w3.org/1999/xlink");
|
|
17507
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](symbol, 'id', "icon-upload");
|
|
17508
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](symbol, 'viewBox', "0 0 32 32");
|
|
17509
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](path, 'd', "M30.038 19.938c-0.706 0-1.275 0.569-1.275 1.275v7.544h-25.525v-7.544c0-0.706-0.569-1.275-1.275-1.275s-1.275 0.569-1.275 1.275v8.825c0 0.706 0.569 1.275 1.275 1.275h28.075c0.706 0 1.275-0.569 1.275-1.275v-8.825c0-0.706-0.569-1.275-1.275-1.275z");
|
|
17510
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](path_1, 'd', "M9.137 10.625l5.588-5.581v16.194c0 0.706 0.569 1.275 1.275 1.275s1.275-0.569 1.275-1.275v-16.194l5.587 5.581c0.769 0.713 1.556 0.25 1.806 0 0.5-0.5 0.5-1.306 0-1.806l-7.769-7.756c-0.5-0.5-1.306-0.5-1.806 0l-7.756 7.756c-0.5 0.5-0.5 1.306 0 1.806 0.494 0.5 1.306 0.5 1.8 0z");
|
|
17511
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](symbol_1, 'id', "icon-error");
|
|
17512
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](symbol_1, 'viewBox', "0 0 21.9 21.9");
|
|
17513
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](path_2, 'd', "M14.1 11.3c-.2-.2-.2-.5 0-.7l7.5-7.5c.2-.2.3-.5.3-.7s-.1-.5-.3-.7L20.2.3c-.2-.2-.5-.3-.7-.3-.3 0-.5.1-.7.3l-7.5 7.5c-.2.2-.5.2-.7 0L3.1.3C2.9.1 2.6 0 2.4 0s-.5.1-.7.3L.3 1.7c-.2.2-.3.5-.3.7s.1.5.3.7l7.5 7.5c.2.2.2.5 0 .7L.3 18.8c-.2.2-.3.5-.3.7s.1.5.3.7l1.4 1.4c.2.2.5.3.7.3s.5-.1.7-.3l7.5-7.5c.2-.2.5-.2.7 0l7.5 7.5c.2.2.5.3.7.3s.5-.1.7-.3l1.4-1.4c.2-.2.3-.5.3-.7s-.1-.5-.3-.7l-7.5-7.5z");
|
|
17514
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](path_2, 'fill', "#de2618");
|
|
17584
17515
|
},
|
|
17585
17516
|
|
|
17586
17517
|
mount: function mount(target, anchor) {
|
|
17587
17518
|
service._fragment.mount(target, anchor);
|
|
17588
|
-
|
|
17589
|
-
|
|
17590
|
-
|
|
17591
|
-
|
|
17592
|
-
|
|
17593
|
-
|
|
17594
|
-
|
|
17595
|
-
|
|
17596
|
-
|
|
17597
|
-
|
|
17598
|
-
|
|
17599
|
-
|
|
17519
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["l" /* insertNode */](text, target, anchor);
|
|
17520
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["l" /* insertNode */](svg, target, anchor);
|
|
17521
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](symbol, svg);
|
|
17522
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](title, symbol);
|
|
17523
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text_1, title);
|
|
17524
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](path, symbol);
|
|
17525
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](path_1, symbol);
|
|
17526
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](symbol_1, svg);
|
|
17527
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](title_1, symbol_1);
|
|
17528
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text_2, title_1);
|
|
17529
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](path_2, symbol_1);
|
|
17530
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["l" /* insertNode */](text_3, target, anchor);
|
|
17600
17531
|
if (if_block) if_block.mount(target, anchor);
|
|
17601
|
-
|
|
17532
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["l" /* insertNode */](if_block_anchor, target, anchor);
|
|
17602
17533
|
},
|
|
17603
17534
|
|
|
17604
17535
|
update: function update(changed, state) {
|
|
@@ -17619,11 +17550,11 @@ function create_main_fragment(state, component) {
|
|
|
17619
17550
|
|
|
17620
17551
|
unmount: function unmount() {
|
|
17621
17552
|
service._fragment.unmount();
|
|
17622
|
-
|
|
17623
|
-
|
|
17624
|
-
|
|
17553
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["i" /* detachNode */](text);
|
|
17554
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["i" /* detachNode */](svg);
|
|
17555
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["i" /* detachNode */](text_3);
|
|
17625
17556
|
if (if_block) if_block.unmount();
|
|
17626
|
-
|
|
17557
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["i" /* detachNode */](if_block_anchor);
|
|
17627
17558
|
},
|
|
17628
17559
|
|
|
17629
17560
|
destroy: function destroy() {
|
|
@@ -17639,15 +17570,15 @@ function create_if_block_4(state, component) {
|
|
|
17639
17570
|
|
|
17640
17571
|
return {
|
|
17641
17572
|
create: function create() {
|
|
17642
|
-
span =
|
|
17643
|
-
text =
|
|
17644
|
-
text_1 =
|
|
17573
|
+
span = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["e" /* createElement */]('span');
|
|
17574
|
+
text = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */](text_value = state.selectedForDeletion.length);
|
|
17575
|
+
text_1 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */](" files selected for removal");
|
|
17645
17576
|
},
|
|
17646
17577
|
|
|
17647
17578
|
mount: function mount(target, anchor) {
|
|
17648
|
-
|
|
17649
|
-
|
|
17650
|
-
|
|
17579
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["l" /* insertNode */](span, target, anchor);
|
|
17580
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text, span);
|
|
17581
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text_1, span);
|
|
17651
17582
|
},
|
|
17652
17583
|
|
|
17653
17584
|
update: function update(changed, state) {
|
|
@@ -17657,10 +17588,10 @@ function create_if_block_4(state, component) {
|
|
|
17657
17588
|
},
|
|
17658
17589
|
|
|
17659
17590
|
unmount: function unmount() {
|
|
17660
|
-
|
|
17591
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["i" /* detachNode */](span);
|
|
17661
17592
|
},
|
|
17662
17593
|
|
|
17663
|
-
destroy:
|
|
17594
|
+
destroy: __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["m" /* noop */]
|
|
17664
17595
|
};
|
|
17665
17596
|
}
|
|
17666
17597
|
|
|
@@ -17669,22 +17600,22 @@ function create_if_block_5(state, component) {
|
|
|
17669
17600
|
|
|
17670
17601
|
return {
|
|
17671
17602
|
create: function create() {
|
|
17672
|
-
span =
|
|
17673
|
-
text =
|
|
17603
|
+
span = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["e" /* createElement */]('span');
|
|
17604
|
+
text = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("Select files to be removed from the server");
|
|
17674
17605
|
},
|
|
17675
17606
|
|
|
17676
17607
|
mount: function mount(target, anchor) {
|
|
17677
|
-
|
|
17678
|
-
|
|
17608
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["l" /* insertNode */](span, target, anchor);
|
|
17609
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text, span);
|
|
17679
17610
|
},
|
|
17680
17611
|
|
|
17681
|
-
update:
|
|
17612
|
+
update: __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["m" /* noop */],
|
|
17682
17613
|
|
|
17683
17614
|
unmount: function unmount() {
|
|
17684
|
-
|
|
17615
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["i" /* detachNode */](span);
|
|
17685
17616
|
},
|
|
17686
17617
|
|
|
17687
|
-
destroy:
|
|
17618
|
+
destroy: __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["m" /* noop */]
|
|
17688
17619
|
};
|
|
17689
17620
|
}
|
|
17690
17621
|
|
|
@@ -17697,28 +17628,28 @@ function create_if_block_7(state, component) {
|
|
|
17697
17628
|
|
|
17698
17629
|
return {
|
|
17699
17630
|
create: function create() {
|
|
17700
|
-
div =
|
|
17631
|
+
div = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["e" /* createElement */]('div');
|
|
17701
17632
|
this.hydrate();
|
|
17702
17633
|
},
|
|
17703
17634
|
|
|
17704
17635
|
hydrate: function hydrate(nodes) {
|
|
17705
17636
|
div.className = "browser-logout";
|
|
17706
|
-
|
|
17707
|
-
|
|
17708
|
-
|
|
17709
|
-
|
|
17637
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](div, 'data-tooltip-text', "Permanently remove files from server");
|
|
17638
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](div, 'data-tooltip-position', "80% 3%");
|
|
17639
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](div, 'data-icon', "⏍");
|
|
17640
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["a" /* addListener */](div, 'click', click_handler);
|
|
17710
17641
|
},
|
|
17711
17642
|
|
|
17712
17643
|
mount: function mount(target, anchor) {
|
|
17713
|
-
|
|
17644
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["l" /* insertNode */](div, target, anchor);
|
|
17714
17645
|
},
|
|
17715
17646
|
|
|
17716
17647
|
unmount: function unmount() {
|
|
17717
|
-
|
|
17648
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["i" /* detachNode */](div);
|
|
17718
17649
|
},
|
|
17719
17650
|
|
|
17720
17651
|
destroy: function destroy() {
|
|
17721
|
-
|
|
17652
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["o" /* removeListener */](div, 'click', click_handler);
|
|
17722
17653
|
}
|
|
17723
17654
|
};
|
|
17724
17655
|
}
|
|
@@ -17732,36 +17663,36 @@ function create_if_block_8(state, component) {
|
|
|
17732
17663
|
|
|
17733
17664
|
return {
|
|
17734
17665
|
create: function create() {
|
|
17735
|
-
div =
|
|
17736
|
-
svg =
|
|
17737
|
-
path =
|
|
17738
|
-
path_1 =
|
|
17666
|
+
div = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["e" /* createElement */]('div');
|
|
17667
|
+
svg = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["f" /* createSvgElement */]('svg');
|
|
17668
|
+
path = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["f" /* createSvgElement */]('path');
|
|
17669
|
+
path_1 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["f" /* createSvgElement */]('path');
|
|
17739
17670
|
this.hydrate();
|
|
17740
17671
|
},
|
|
17741
17672
|
|
|
17742
17673
|
hydrate: function hydrate(nodes) {
|
|
17743
17674
|
div.className = "browser-logout clear-content";
|
|
17744
|
-
|
|
17745
|
-
|
|
17746
|
-
|
|
17747
|
-
|
|
17748
|
-
|
|
17749
|
-
|
|
17675
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](div, 'data-tooltip-text', "Clear Content");
|
|
17676
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["a" /* addListener */](div, 'click', click_handler);
|
|
17677
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](svg, 'xmlns', "http://www.w3.org/2000/svg");
|
|
17678
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](svg, 'viewBox', "0 0 512 512");
|
|
17679
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](path, 'd', "M490.667 85.333h-64v-64C426.667 9.551 417.115 0 405.333 0h-384C9.551 0 0 9.551 0 21.333V448c0 11.782 9.551 21.333 21.333 21.333h64v21.333c0 11.782 9.551 21.333 21.333 21.333h384c11.782 0 21.333-9.551 21.333-21.333v-384c.001-11.781-9.55-21.333-21.332-21.333zm-448 341.334v-384H384v42.667H106.667c-11.782 0-21.333 9.551-21.333 21.333v320H42.667zm426.666 42.666H128V128h341.333v341.333z");
|
|
17680
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](path_1, 'd', "M389.176 208.158c-8.331-8.331-21.839-8.331-30.17 0l-60.339 60.339-60.339-60.339c-8.331-8.331-21.839-8.331-30.17 0s-8.331 21.839 0 30.17l60.339 60.339-60.339 60.339c-8.331 8.331-8.331 21.839 0 30.17s21.839 8.331 30.17 0l60.339-60.339 60.339 60.339c8.331 8.331 21.839 8.331 30.17 0s8.331-21.839 0-30.17l-60.339-60.339 60.339-60.339c8.331-8.332 8.331-21.839 0-30.17z");
|
|
17750
17681
|
},
|
|
17751
17682
|
|
|
17752
17683
|
mount: function mount(target, anchor) {
|
|
17753
|
-
|
|
17754
|
-
|
|
17755
|
-
|
|
17756
|
-
|
|
17684
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["l" /* insertNode */](div, target, anchor);
|
|
17685
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](svg, div);
|
|
17686
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](path, svg);
|
|
17687
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](path_1, svg);
|
|
17757
17688
|
},
|
|
17758
17689
|
|
|
17759
17690
|
unmount: function unmount() {
|
|
17760
|
-
|
|
17691
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["i" /* detachNode */](div);
|
|
17761
17692
|
},
|
|
17762
17693
|
|
|
17763
17694
|
destroy: function destroy() {
|
|
17764
|
-
|
|
17695
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["o" /* removeListener */](div, 'click', click_handler);
|
|
17765
17696
|
}
|
|
17766
17697
|
};
|
|
17767
17698
|
}
|
|
@@ -17787,34 +17718,34 @@ function create_if_block_3(state, component) {
|
|
|
17787
17718
|
|
|
17788
17719
|
return {
|
|
17789
17720
|
create: function create() {
|
|
17790
|
-
div =
|
|
17791
|
-
text =
|
|
17792
|
-
div_1 =
|
|
17793
|
-
text_1 =
|
|
17721
|
+
div = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["e" /* createElement */]('div');
|
|
17722
|
+
text = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("\n ");
|
|
17723
|
+
div_1 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["e" /* createElement */]('div');
|
|
17724
|
+
text_1 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("\n ");
|
|
17794
17725
|
if_block_3.create();
|
|
17795
|
-
if_block_3_anchor =
|
|
17726
|
+
if_block_3_anchor = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["d" /* createComment */]();
|
|
17796
17727
|
this.hydrate();
|
|
17797
17728
|
},
|
|
17798
17729
|
|
|
17799
17730
|
hydrate: function hydrate(nodes) {
|
|
17800
17731
|
div.className = "browser-logout";
|
|
17801
|
-
|
|
17802
|
-
|
|
17803
|
-
|
|
17804
|
-
|
|
17732
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](div, 'data-tooltip-text', "Permanently remove selected files from server (action cannot be undone)");
|
|
17733
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](div, 'data-tooltip-position', "80% 3%");
|
|
17734
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](div, 'data-icon', "✓");
|
|
17735
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["a" /* addListener */](div, 'click', click_handler);
|
|
17805
17736
|
div_1.className = "browser-logout";
|
|
17806
|
-
|
|
17807
|
-
|
|
17808
|
-
|
|
17737
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](div_1, 'data-tooltip-text', "Cancel action");
|
|
17738
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](div_1, 'data-icon', "x");
|
|
17739
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["a" /* addListener */](div_1, 'click', click_handler_1);
|
|
17809
17740
|
},
|
|
17810
17741
|
|
|
17811
17742
|
mount: function mount(target, anchor) {
|
|
17812
|
-
|
|
17813
|
-
|
|
17814
|
-
|
|
17815
|
-
|
|
17743
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["l" /* insertNode */](div, target, anchor);
|
|
17744
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["l" /* insertNode */](text, target, anchor);
|
|
17745
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["l" /* insertNode */](div_1, target, anchor);
|
|
17746
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["l" /* insertNode */](text_1, target, anchor);
|
|
17816
17747
|
if_block_3.mount(target, anchor);
|
|
17817
|
-
|
|
17748
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["l" /* insertNode */](if_block_3_anchor, target, anchor);
|
|
17818
17749
|
},
|
|
17819
17750
|
|
|
17820
17751
|
update: function update(changed, state) {
|
|
@@ -17830,17 +17761,17 @@ function create_if_block_3(state, component) {
|
|
|
17830
17761
|
},
|
|
17831
17762
|
|
|
17832
17763
|
unmount: function unmount() {
|
|
17833
|
-
|
|
17834
|
-
|
|
17835
|
-
|
|
17836
|
-
|
|
17764
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["i" /* detachNode */](div);
|
|
17765
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["i" /* detachNode */](text);
|
|
17766
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["i" /* detachNode */](div_1);
|
|
17767
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["i" /* detachNode */](text_1);
|
|
17837
17768
|
if_block_3.unmount();
|
|
17838
|
-
|
|
17769
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["i" /* detachNode */](if_block_3_anchor);
|
|
17839
17770
|
},
|
|
17840
17771
|
|
|
17841
17772
|
destroy: function destroy() {
|
|
17842
|
-
|
|
17843
|
-
|
|
17773
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["o" /* removeListener */](div, 'click', click_handler);
|
|
17774
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["o" /* removeListener */](div_1, 'click', click_handler_1);
|
|
17844
17775
|
if_block_3.destroy();
|
|
17845
17776
|
}
|
|
17846
17777
|
};
|
|
@@ -17856,16 +17787,16 @@ function create_if_block_6(state, component) {
|
|
|
17856
17787
|
return {
|
|
17857
17788
|
create: function create() {
|
|
17858
17789
|
if (if_block_4) if_block_4.create();
|
|
17859
|
-
text =
|
|
17790
|
+
text = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("\n ");
|
|
17860
17791
|
if (if_block_5) if_block_5.create();
|
|
17861
|
-
if_block_5_anchor =
|
|
17792
|
+
if_block_5_anchor = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["d" /* createComment */]();
|
|
17862
17793
|
},
|
|
17863
17794
|
|
|
17864
17795
|
mount: function mount(target, anchor) {
|
|
17865
17796
|
if (if_block_4) if_block_4.mount(target, anchor);
|
|
17866
|
-
|
|
17797
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["l" /* insertNode */](text, target, anchor);
|
|
17867
17798
|
if (if_block_5) if_block_5.mount(target, anchor);
|
|
17868
|
-
|
|
17799
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["l" /* insertNode */](if_block_5_anchor, target, anchor);
|
|
17869
17800
|
},
|
|
17870
17801
|
|
|
17871
17802
|
update: function update(changed, state) {
|
|
@@ -17896,9 +17827,9 @@ function create_if_block_6(state, component) {
|
|
|
17896
17827
|
|
|
17897
17828
|
unmount: function unmount() {
|
|
17898
17829
|
if (if_block_4) if_block_4.unmount();
|
|
17899
|
-
|
|
17830
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["i" /* detachNode */](text);
|
|
17900
17831
|
if (if_block_5) if_block_5.unmount();
|
|
17901
|
-
|
|
17832
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["i" /* detachNode */](if_block_5_anchor);
|
|
17902
17833
|
},
|
|
17903
17834
|
|
|
17904
17835
|
destroy: function destroy() {
|
|
@@ -17925,7 +17856,7 @@ function create_scrollpane_yield_fragment(state, component) {
|
|
|
17925
17856
|
each_block_iterations[i].create();
|
|
17926
17857
|
}
|
|
17927
17858
|
|
|
17928
|
-
each_block_anchor =
|
|
17859
|
+
each_block_anchor = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["d" /* createComment */]();
|
|
17929
17860
|
},
|
|
17930
17861
|
|
|
17931
17862
|
mount: function mount(target, anchor) {
|
|
@@ -17933,7 +17864,7 @@ function create_scrollpane_yield_fragment(state, component) {
|
|
|
17933
17864
|
each_block_iterations[i].mount(target, anchor);
|
|
17934
17865
|
}
|
|
17935
17866
|
|
|
17936
|
-
|
|
17867
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["l" /* insertNode */](each_block_anchor, target, anchor);
|
|
17937
17868
|
},
|
|
17938
17869
|
|
|
17939
17870
|
update: function update(changed, state) {
|
|
@@ -17963,11 +17894,11 @@ function create_scrollpane_yield_fragment(state, component) {
|
|
|
17963
17894
|
each_block_iterations[i].unmount();
|
|
17964
17895
|
}
|
|
17965
17896
|
|
|
17966
|
-
|
|
17897
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["i" /* detachNode */](each_block_anchor);
|
|
17967
17898
|
},
|
|
17968
17899
|
|
|
17969
17900
|
destroy: function destroy() {
|
|
17970
|
-
|
|
17901
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["h" /* destroyEach */](each_block_iterations, false, 0);
|
|
17971
17902
|
}
|
|
17972
17903
|
};
|
|
17973
17904
|
}
|
|
@@ -18059,17 +17990,17 @@ function create_if_block_10(state, component) {
|
|
|
18059
17990
|
|
|
18060
17991
|
return {
|
|
18061
17992
|
create: function create() {
|
|
18062
|
-
div =
|
|
18063
|
-
h2 =
|
|
18064
|
-
text =
|
|
18065
|
-
text_1 =
|
|
18066
|
-
h3 =
|
|
18067
|
-
text_2 =
|
|
18068
|
-
text_3 =
|
|
18069
|
-
text_4 =
|
|
18070
|
-
text_5 =
|
|
18071
|
-
span =
|
|
18072
|
-
text_6 =
|
|
17993
|
+
div = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["e" /* createElement */]('div');
|
|
17994
|
+
h2 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["e" /* createElement */]('h2');
|
|
17995
|
+
text = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("Hey there!");
|
|
17996
|
+
text_1 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("\n ");
|
|
17997
|
+
h3 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["e" /* createElement */]('h3');
|
|
17998
|
+
text_2 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("You haven't uploaded any ");
|
|
17999
|
+
text_3 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */](text_3_value = state.filetypes);
|
|
18000
|
+
text_4 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */](" files yet.");
|
|
18001
|
+
text_5 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("\n ");
|
|
18002
|
+
span = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["e" /* createElement */]('span');
|
|
18003
|
+
text_6 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("Drag some over or click below!");
|
|
18073
18004
|
this.hydrate();
|
|
18074
18005
|
},
|
|
18075
18006
|
|
|
@@ -18080,17 +18011,17 @@ function create_if_block_10(state, component) {
|
|
|
18080
18011
|
},
|
|
18081
18012
|
|
|
18082
18013
|
mount: function mount(target, anchor) {
|
|
18083
|
-
|
|
18084
|
-
|
|
18085
|
-
|
|
18086
|
-
|
|
18087
|
-
|
|
18088
|
-
|
|
18089
|
-
|
|
18090
|
-
|
|
18091
|
-
|
|
18092
|
-
|
|
18093
|
-
|
|
18014
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["l" /* insertNode */](div, target, anchor);
|
|
18015
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](h2, div);
|
|
18016
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text, h2);
|
|
18017
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text_1, div);
|
|
18018
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](h3, div);
|
|
18019
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text_2, h3);
|
|
18020
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text_3, h3);
|
|
18021
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text_4, h3);
|
|
18022
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text_5, div);
|
|
18023
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](span, div);
|
|
18024
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text_6, span);
|
|
18094
18025
|
},
|
|
18095
18026
|
|
|
18096
18027
|
update: function update(changed, state) {
|
|
@@ -18100,10 +18031,10 @@ function create_if_block_10(state, component) {
|
|
|
18100
18031
|
},
|
|
18101
18032
|
|
|
18102
18033
|
unmount: function unmount() {
|
|
18103
|
-
|
|
18034
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["i" /* detachNode */](div);
|
|
18104
18035
|
},
|
|
18105
18036
|
|
|
18106
|
-
destroy:
|
|
18037
|
+
destroy: __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["m" /* noop */]
|
|
18107
18038
|
};
|
|
18108
18039
|
}
|
|
18109
18040
|
|
|
@@ -18116,51 +18047,51 @@ function create_if_block_1(state, component) {
|
|
|
18116
18047
|
|
|
18117
18048
|
return {
|
|
18118
18049
|
create: function create() {
|
|
18119
|
-
div =
|
|
18120
|
-
h2 =
|
|
18121
|
-
text =
|
|
18122
|
-
text_1 =
|
|
18123
|
-
p =
|
|
18124
|
-
text_2 =
|
|
18125
|
-
text_3 =
|
|
18126
|
-
a =
|
|
18127
|
-
text_4 =
|
|
18128
|
-
br =
|
|
18129
|
-
text_5 =
|
|
18130
|
-
span =
|
|
18131
|
-
text_6 =
|
|
18132
|
-
a_1 =
|
|
18133
|
-
text_7 =
|
|
18134
|
-
text_8 =
|
|
18050
|
+
div = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["e" /* createElement */]('div');
|
|
18051
|
+
h2 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["e" /* createElement */]('h2');
|
|
18052
|
+
text = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("Failed to load uploaded files.");
|
|
18053
|
+
text_1 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("\n ");
|
|
18054
|
+
p = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["e" /* createElement */]('p');
|
|
18055
|
+
text_2 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */](text_2_value = state.error.message);
|
|
18056
|
+
text_3 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("\n ");
|
|
18057
|
+
a = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["e" /* createElement */]('a');
|
|
18058
|
+
text_4 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("Click here to try again");
|
|
18059
|
+
br = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["e" /* createElement */]('br');
|
|
18060
|
+
text_5 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("\n ");
|
|
18061
|
+
span = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["e" /* createElement */]('span');
|
|
18062
|
+
text_6 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("or ");
|
|
18063
|
+
a_1 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["e" /* createElement */]('a');
|
|
18064
|
+
text_7 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("contact support");
|
|
18065
|
+
text_8 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */](" if the error persists.");
|
|
18135
18066
|
this.hydrate();
|
|
18136
18067
|
},
|
|
18137
18068
|
|
|
18138
18069
|
hydrate: function hydrate(nodes) {
|
|
18139
|
-
|
|
18070
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](div, 'svelte-2819349553', '');
|
|
18140
18071
|
div.className = "error-panel";
|
|
18141
18072
|
h2.className = "blogvio-browser-title";
|
|
18142
18073
|
a.href = "#";
|
|
18143
|
-
|
|
18074
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["a" /* addListener */](a, 'click', click_handler);
|
|
18144
18075
|
a_1.href = "mailto:support@widgetic.com";
|
|
18145
18076
|
},
|
|
18146
18077
|
|
|
18147
18078
|
mount: function mount(target, anchor) {
|
|
18148
|
-
|
|
18149
|
-
|
|
18150
|
-
|
|
18151
|
-
|
|
18152
|
-
|
|
18153
|
-
|
|
18154
|
-
|
|
18155
|
-
|
|
18156
|
-
|
|
18157
|
-
|
|
18158
|
-
|
|
18159
|
-
|
|
18160
|
-
|
|
18161
|
-
|
|
18162
|
-
|
|
18163
|
-
|
|
18079
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["l" /* insertNode */](div, target, anchor);
|
|
18080
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](h2, div);
|
|
18081
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text, h2);
|
|
18082
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text_1, div);
|
|
18083
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](p, div);
|
|
18084
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text_2, p);
|
|
18085
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text_3, div);
|
|
18086
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](a, div);
|
|
18087
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text_4, a);
|
|
18088
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](br, div);
|
|
18089
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text_5, div);
|
|
18090
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](span, div);
|
|
18091
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text_6, span);
|
|
18092
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](a_1, span);
|
|
18093
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text_7, a_1);
|
|
18094
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text_8, span);
|
|
18164
18095
|
},
|
|
18165
18096
|
|
|
18166
18097
|
update: function update(changed, state) {
|
|
@@ -18170,11 +18101,11 @@ function create_if_block_1(state, component) {
|
|
|
18170
18101
|
},
|
|
18171
18102
|
|
|
18172
18103
|
unmount: function unmount() {
|
|
18173
|
-
|
|
18104
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["i" /* detachNode */](div);
|
|
18174
18105
|
},
|
|
18175
18106
|
|
|
18176
18107
|
destroy: function destroy() {
|
|
18177
|
-
|
|
18108
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["o" /* removeListener */](a, 'click', click_handler);
|
|
18178
18109
|
}
|
|
18179
18110
|
};
|
|
18180
18111
|
}
|
|
@@ -18228,37 +18159,37 @@ function create_if_block_2(state, component) {
|
|
|
18228
18159
|
|
|
18229
18160
|
return {
|
|
18230
18161
|
create: function create() {
|
|
18231
|
-
div =
|
|
18162
|
+
div = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["e" /* createElement */]('div');
|
|
18232
18163
|
if_block_2.create();
|
|
18233
|
-
text =
|
|
18234
|
-
section =
|
|
18235
|
-
text_1 =
|
|
18164
|
+
text = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("\n ");
|
|
18165
|
+
section = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["e" /* createElement */]('section');
|
|
18166
|
+
text_1 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("\n ");
|
|
18236
18167
|
if_block_6.create();
|
|
18237
|
-
text_2 =
|
|
18238
|
-
div_1 =
|
|
18239
|
-
text_3 =
|
|
18168
|
+
text_2 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("\n\n\n \n ");
|
|
18169
|
+
div_1 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["e" /* createElement */]('div');
|
|
18170
|
+
text_3 = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["g" /* createText */]("\n ");
|
|
18240
18171
|
dropzone._fragment.create();
|
|
18241
18172
|
this.hydrate();
|
|
18242
18173
|
},
|
|
18243
18174
|
|
|
18244
18175
|
hydrate: function hydrate(nodes) {
|
|
18245
|
-
|
|
18176
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](div, 'svelte-2819349553', '');
|
|
18246
18177
|
div.className = "browser-nav";
|
|
18247
|
-
|
|
18178
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](section, 'svelte-2819349553', '');
|
|
18248
18179
|
section.className = section_class_value = state.dragging ? 'dropzone--dragging' : '';
|
|
18249
18180
|
div_1.className = div_1_class_value = "dropzone_plchldr " + (!state.files.length ? 'dropzone--large' : '');
|
|
18250
18181
|
},
|
|
18251
18182
|
|
|
18252
18183
|
mount: function mount(target, anchor) {
|
|
18253
|
-
|
|
18184
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["l" /* insertNode */](div, target, anchor);
|
|
18254
18185
|
if_block_2.mount(div, null);
|
|
18255
|
-
|
|
18256
|
-
|
|
18257
|
-
|
|
18186
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["l" /* insertNode */](text, target, anchor);
|
|
18187
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["l" /* insertNode */](section, target, anchor);
|
|
18188
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text_1, section);
|
|
18258
18189
|
if_block_6.mount(section, null);
|
|
18259
|
-
|
|
18260
|
-
|
|
18261
|
-
|
|
18190
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text_2, section);
|
|
18191
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](div_1, section);
|
|
18192
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](text_3, div_1);
|
|
18262
18193
|
dropzone._fragment.mount(div_1, null);
|
|
18263
18194
|
},
|
|
18264
18195
|
|
|
@@ -18302,10 +18233,10 @@ function create_if_block_2(state, component) {
|
|
|
18302
18233
|
},
|
|
18303
18234
|
|
|
18304
18235
|
unmount: function unmount() {
|
|
18305
|
-
|
|
18236
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["i" /* detachNode */](div);
|
|
18306
18237
|
if_block_2.unmount();
|
|
18307
|
-
|
|
18308
|
-
|
|
18238
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["i" /* detachNode */](text);
|
|
18239
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["i" /* detachNode */](section);
|
|
18309
18240
|
if_block_6.unmount();
|
|
18310
18241
|
},
|
|
18311
18242
|
|
|
@@ -18332,12 +18263,12 @@ function create_if_block(state, component) {
|
|
|
18332
18263
|
return {
|
|
18333
18264
|
create: function create() {
|
|
18334
18265
|
if_block_1.create();
|
|
18335
|
-
if_block_1_anchor =
|
|
18266
|
+
if_block_1_anchor = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["d" /* createComment */]();
|
|
18336
18267
|
},
|
|
18337
18268
|
|
|
18338
18269
|
mount: function mount(target, anchor) {
|
|
18339
18270
|
if_block_1.mount(target, anchor);
|
|
18340
|
-
|
|
18271
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["l" /* insertNode */](if_block_1_anchor, target, anchor);
|
|
18341
18272
|
},
|
|
18342
18273
|
|
|
18343
18274
|
update: function update(changed, state) {
|
|
@@ -18354,7 +18285,7 @@ function create_if_block(state, component) {
|
|
|
18354
18285
|
|
|
18355
18286
|
unmount: function unmount() {
|
|
18356
18287
|
if_block_1.unmount();
|
|
18357
|
-
|
|
18288
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["i" /* detachNode */](if_block_1_anchor);
|
|
18358
18289
|
},
|
|
18359
18290
|
|
|
18360
18291
|
destroy: function destroy() {
|
|
@@ -18366,7 +18297,7 @@ function create_if_block(state, component) {
|
|
|
18366
18297
|
function SvelteComponent(options) {
|
|
18367
18298
|
options = options || {};
|
|
18368
18299
|
this.refs = {};
|
|
18369
|
-
this._state =
|
|
18300
|
+
this._state = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["c" /* assign */](template.data(), options.data);
|
|
18370
18301
|
|
|
18371
18302
|
this._observers = {
|
|
18372
18303
|
pre: Object.create(null),
|
|
@@ -18379,7 +18310,7 @@ function SvelteComponent(options) {
|
|
|
18379
18310
|
this._yield = options._yield;
|
|
18380
18311
|
|
|
18381
18312
|
this._torndown = false;
|
|
18382
|
-
if (!document.getElementById("svelte-
|
|
18313
|
+
if (!document.getElementById("svelte-2819349553-style")) add_css();
|
|
18383
18314
|
this._renderHooks = [];
|
|
18384
18315
|
|
|
18385
18316
|
this._fragment = create_main_fragment(this._state, this);
|
|
@@ -18397,14 +18328,14 @@ function SvelteComponent(options) {
|
|
|
18397
18328
|
}
|
|
18398
18329
|
}
|
|
18399
18330
|
|
|
18400
|
-
|
|
18331
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["c" /* assign */](SvelteComponent.prototype, template.methods, __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["n" /* proto */]);
|
|
18401
18332
|
|
|
18402
18333
|
SvelteComponent.prototype._set = function _set(newState) {
|
|
18403
18334
|
var oldState = this._state;
|
|
18404
|
-
this._state =
|
|
18405
|
-
|
|
18335
|
+
this._state = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["c" /* assign */]({}, oldState, newState);
|
|
18336
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["k" /* dispatchObservers */](this, this._observers.pre, newState, oldState);
|
|
18406
18337
|
this._fragment.update(newState, this._state);
|
|
18407
|
-
|
|
18338
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["k" /* dispatchObservers */](this, this._observers.post, newState, oldState);
|
|
18408
18339
|
this._flush();
|
|
18409
18340
|
};
|
|
18410
18341
|
|
|
@@ -18423,16 +18354,16 @@ SvelteComponent.prototype.teardown = SvelteComponent.prototype.destroy = functio
|
|
|
18423
18354
|
/* harmony default export */ __webpack_exports__["default"] = (SvelteComponent);
|
|
18424
18355
|
|
|
18425
18356
|
/***/ }),
|
|
18426
|
-
/*
|
|
18357
|
+
/* 150 */
|
|
18427
18358
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
18428
18359
|
|
|
18429
18360
|
"use strict";
|
|
18430
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_dropzone__ = __webpack_require__(
|
|
18361
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_dropzone__ = __webpack_require__(151);
|
|
18431
18362
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_dropzone___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_dropzone__);
|
|
18432
18363
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__service_html__ = __webpack_require__(57);
|
|
18433
18364
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_pretty_bytes__ = __webpack_require__(114);
|
|
18434
18365
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_pretty_bytes___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_pretty_bytes__);
|
|
18435
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_tus_js_client__ = __webpack_require__(
|
|
18366
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_tus_js_client__ = __webpack_require__(152);
|
|
18436
18367
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__ = __webpack_require__(16);
|
|
18437
18368
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
18438
18369
|
|
|
@@ -18539,12 +18470,14 @@ var template = function () {
|
|
|
18539
18470
|
var chunkSize = this.get('chunkSize');
|
|
18540
18471
|
// console.log("Dropzone _onUploadStart chunkSize:", chunkSize);
|
|
18541
18472
|
|
|
18542
|
-
|
|
18473
|
+
// get the TUS endpoint path from the Uploads service
|
|
18474
|
+
var endpointPath = this.Uploads.getUploadURL();
|
|
18475
|
+
console.log("Dropzone _onUploadStart TUS endpoint:", endpointPath);
|
|
18543
18476
|
|
|
18544
18477
|
/* Initialize TUS upload */
|
|
18545
18478
|
if (chunkSize) {
|
|
18546
18479
|
var upload = new __WEBPACK_IMPORTED_MODULE_3_tus_js_client__["a" /* Upload */](file, {
|
|
18547
|
-
endpoint:
|
|
18480
|
+
endpoint: endpointPath,
|
|
18548
18481
|
headers: this.Uploads.getAuthHeaders(),
|
|
18549
18482
|
retryDelays: [0, 3000, 5000, 10000, 20000],
|
|
18550
18483
|
chunkSize: chunkSize * 1024 * 1024, // in MB
|
|
@@ -18649,8 +18582,8 @@ var template = function () {
|
|
|
18649
18582
|
|
|
18650
18583
|
function add_css() {
|
|
18651
18584
|
var style = __WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["e" /* createElement */]('style');
|
|
18652
|
-
style.id = "svelte-
|
|
18653
|
-
style.textContent = "\n [svelte-
|
|
18585
|
+
style.id = "svelte-87397042-style";
|
|
18586
|
+
style.textContent = "\n [svelte-87397042].dropzone, [svelte-87397042] .dropzone {\n display: flex;\n align-items: center;\n justify-content: center;\n\n background: #fff;\n border: 1px dashed #b8b8b8;\n\n font-size: 14px;\n font-family: \"ProximaNova-Regular\";\n text-align: center;\n cursor: pointer;\n\n transition: top 300ms ease-in, background 150ms ease-in 50ms;\n }\n\n [svelte-87397042].dropzone_stats, [svelte-87397042] .dropzone_stats {\n pointer-events: none;\n }\n\n [svelte-87397042].dropzone_stats span, [svelte-87397042] .dropzone_stats span {\n transition: opacity 150ms ease-in 150ms;\n }\n\n [svelte-87397042].dropzone:hover, [svelte-87397042] .dropzone:hover {\n border-color: #888;\n }\n\n [svelte-87397042].dropzone.dropzone--dragging, [svelte-87397042] .dropzone.dropzone--dragging,\n [svelte-87397042].dropzone:hover, [svelte-87397042] .dropzone:hover {\n background: #f4f5f8;\n }\n\n [svelte-87397042].dropzone--dragging .dropzone_stats span, [svelte-87397042] .dropzone--dragging .dropzone_stats span {\n opacity: 0;\n transition: opacity 150ms ease-in;\n }\n\n [svelte-87397042].dropzone--dragging .dropzone_stats .icon, [svelte-87397042] .dropzone--dragging .dropzone_stats .icon {\n transform: scale(3) translateY(20%);\n }\n\n [svelte-87397042].dz-message, [svelte-87397042] .dz-message, [svelte-87397042].dz-preview, [svelte-87397042] .dz-preview {\n display: none\n }\n\n [svelte-87397042].icon, [svelte-87397042] .icon {\n fill: #929292;\n transition: transform 300ms ease-in;\n }\n";
|
|
18654
18587
|
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["b" /* appendNode */](style, document.head);
|
|
18655
18588
|
}
|
|
18656
18589
|
|
|
@@ -18687,7 +18620,7 @@ function create_main_fragment(state, component) {
|
|
|
18687
18620
|
},
|
|
18688
18621
|
|
|
18689
18622
|
hydrate: function hydrate(nodes) {
|
|
18690
|
-
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](div, 'svelte-
|
|
18623
|
+
__WEBPACK_IMPORTED_MODULE_4_svelte_shared_js__["p" /* setAttribute */](div, 'svelte-87397042', '');
|
|
18691
18624
|
div.className = div_class_value = "dropzone " + (state.dragging ? 'dropzone--dragging' : '');
|
|
18692
18625
|
div_1.className = "dropzone_stats";
|
|
18693
18626
|
},
|
|
@@ -18850,7 +18783,7 @@ function SvelteComponent(options) {
|
|
|
18850
18783
|
this._yield = options._yield;
|
|
18851
18784
|
|
|
18852
18785
|
this._torndown = false;
|
|
18853
|
-
if (!document.getElementById("svelte-
|
|
18786
|
+
if (!document.getElementById("svelte-87397042-style")) add_css();
|
|
18854
18787
|
this._renderHooks = [];
|
|
18855
18788
|
|
|
18856
18789
|
this._fragment = create_main_fragment(this._state, this);
|
|
@@ -18894,7 +18827,7 @@ SvelteComponent.prototype.teardown = SvelteComponent.prototype.destroy = functio
|
|
|
18894
18827
|
/* harmony default export */ __webpack_exports__["a"] = (SvelteComponent);
|
|
18895
18828
|
|
|
18896
18829
|
/***/ }),
|
|
18897
|
-
/*
|
|
18830
|
+
/* 151 */
|
|
18898
18831
|
/***/ (function(module, exports, __webpack_require__) {
|
|
18899
18832
|
|
|
18900
18833
|
/* WEBPACK VAR INJECTION */(function(module) {
|
|
@@ -20667,6 +20600,78 @@ SvelteComponent.prototype.teardown = SvelteComponent.prototype.destroy = functio
|
|
|
20667
20600
|
|
|
20668
20601
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(46)(module)))
|
|
20669
20602
|
|
|
20603
|
+
/***/ }),
|
|
20604
|
+
/* 152 */
|
|
20605
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
20606
|
+
|
|
20607
|
+
"use strict";
|
|
20608
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return Upload; });
|
|
20609
|
+
/* unused harmony export defaultOptions */
|
|
20610
|
+
/* unused harmony export isSupported */
|
|
20611
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__upload_js__ = __webpack_require__(153);
|
|
20612
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__noopUrlStorage_js__ = __webpack_require__(163);
|
|
20613
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__logger_js__ = __webpack_require__(116);
|
|
20614
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__error_js__ = __webpack_require__(115);
|
|
20615
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__urlStorage_js__ = __webpack_require__(164);
|
|
20616
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__httpStack_js__ = __webpack_require__(165);
|
|
20617
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__fileReader_js__ = __webpack_require__(166);
|
|
20618
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__fileSignature_js__ = __webpack_require__(172);
|
|
20619
|
+
/* unused harmony reexport canStoreURLs */
|
|
20620
|
+
/* unused harmony reexport enableDebugLog */
|
|
20621
|
+
/* unused harmony reexport DefaultHttpStack */
|
|
20622
|
+
/* unused harmony reexport DetailedError */
|
|
20623
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
20624
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
20625
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
20626
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
20627
|
+
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
20628
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
20629
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
20630
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
20631
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
20632
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
20633
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
20634
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
20635
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
20636
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
20637
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
20638
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
20639
|
+
|
|
20640
|
+
|
|
20641
|
+
|
|
20642
|
+
|
|
20643
|
+
|
|
20644
|
+
|
|
20645
|
+
|
|
20646
|
+
|
|
20647
|
+
var defaultOptions = _objectSpread(_objectSpread({}, __WEBPACK_IMPORTED_MODULE_0__upload_js__["a" /* default */].defaultOptions), {}, {
|
|
20648
|
+
httpStack: new __WEBPACK_IMPORTED_MODULE_5__httpStack_js__["a" /* default */](),
|
|
20649
|
+
fileReader: new __WEBPACK_IMPORTED_MODULE_6__fileReader_js__["a" /* default */](),
|
|
20650
|
+
urlStorage: __WEBPACK_IMPORTED_MODULE_4__urlStorage_js__["b" /* canStoreURLs */] ? new __WEBPACK_IMPORTED_MODULE_4__urlStorage_js__["a" /* WebStorageUrlStorage */]() : new __WEBPACK_IMPORTED_MODULE_1__noopUrlStorage_js__["a" /* default */](),
|
|
20651
|
+
fingerprint: __WEBPACK_IMPORTED_MODULE_7__fileSignature_js__["a" /* default */]
|
|
20652
|
+
});
|
|
20653
|
+
var Upload = /*#__PURE__*/function (_BaseUpload) {
|
|
20654
|
+
_inherits(Upload, _BaseUpload);
|
|
20655
|
+
function Upload() {
|
|
20656
|
+
var file = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;
|
|
20657
|
+
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
20658
|
+
_classCallCheck(this, Upload);
|
|
20659
|
+
options = _objectSpread(_objectSpread({}, defaultOptions), options);
|
|
20660
|
+
return _callSuper(this, Upload, [file, options]);
|
|
20661
|
+
}
|
|
20662
|
+
_createClass(Upload, null, [{
|
|
20663
|
+
key: "terminate",
|
|
20664
|
+
value: function terminate(url) {
|
|
20665
|
+
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
20666
|
+
options = _objectSpread(_objectSpread({}, defaultOptions), options);
|
|
20667
|
+
return __WEBPACK_IMPORTED_MODULE_0__upload_js__["a" /* default */].terminate(url, options);
|
|
20668
|
+
}
|
|
20669
|
+
}]);
|
|
20670
|
+
return Upload;
|
|
20671
|
+
}(__WEBPACK_IMPORTED_MODULE_0__upload_js__["a" /* default */]); // Note: We don't reference `window` here because these classes also exist in a Web Worker's context.
|
|
20672
|
+
var isSupported = typeof XMLHttpRequest === 'function' && typeof Blob === 'function' && typeof Blob.prototype.slice === 'function';
|
|
20673
|
+
|
|
20674
|
+
|
|
20670
20675
|
/***/ }),
|
|
20671
20676
|
/* 153 */
|
|
20672
20677
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
@@ -20675,8 +20680,8 @@ SvelteComponent.prototype.teardown = SvelteComponent.prototype.destroy = functio
|
|
|
20675
20680
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_js_base64__ = __webpack_require__(154);
|
|
20676
20681
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_url_parse__ = __webpack_require__(159);
|
|
20677
20682
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_url_parse___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_url_parse__);
|
|
20678
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__error_js__ = __webpack_require__(
|
|
20679
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__logger_js__ = __webpack_require__(
|
|
20683
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__error_js__ = __webpack_require__(115);
|
|
20684
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__logger_js__ = __webpack_require__(116);
|
|
20680
20685
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__uuid_js__ = __webpack_require__(162);
|
|
20681
20686
|
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw new Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw new Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
|
|
20682
20687
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
@@ -25148,7 +25153,7 @@ var Response = /*#__PURE__*/function () {
|
|
|
25148
25153
|
|
|
25149
25154
|
"use strict";
|
|
25150
25155
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return FileReader; });
|
|
25151
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__isReactNative_js__ = __webpack_require__(
|
|
25156
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__isReactNative_js__ = __webpack_require__(117);
|
|
25152
25157
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__uriToBlob_js__ = __webpack_require__(167);
|
|
25153
25158
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__sources_FileSource_js__ = __webpack_require__(168);
|
|
25154
25159
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__sources_StreamSource_js__ = __webpack_require__(171);
|
|
@@ -25461,7 +25466,7 @@ var StreamSource = /*#__PURE__*/function () {
|
|
|
25461
25466
|
|
|
25462
25467
|
"use strict";
|
|
25463
25468
|
/* harmony export (immutable) */ __webpack_exports__["a"] = fingerprint;
|
|
25464
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__isReactNative_js__ = __webpack_require__(
|
|
25469
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__isReactNative_js__ = __webpack_require__(117);
|
|
25465
25470
|
|
|
25466
25471
|
|
|
25467
25472
|
// TODO: Differenciate between input types
|
|
@@ -26267,7 +26272,7 @@ Container = window.require('spine/controller/container');
|
|
|
26267
26272
|
|
|
26268
26273
|
Activateable = window.require('spine/controller/activateable');
|
|
26269
26274
|
|
|
26270
|
-
Attributes = __webpack_require__(
|
|
26275
|
+
Attributes = __webpack_require__(118);
|
|
26271
26276
|
|
|
26272
26277
|
Item = (function(superClass) {
|
|
26273
26278
|
extend(Item, superClass);
|
|
@@ -26554,7 +26559,7 @@ var Attributes, AttributesPanel, Controller,
|
|
|
26554
26559
|
|
|
26555
26560
|
Controller = window.require('spine/controller');
|
|
26556
26561
|
|
|
26557
|
-
Attributes = __webpack_require__(
|
|
26562
|
+
Attributes = __webpack_require__(118);
|
|
26558
26563
|
|
|
26559
26564
|
AttributesPanel = (function(superClass) {
|
|
26560
26565
|
extend(AttributesPanel, superClass);
|
|
@@ -27456,16 +27461,16 @@ module.exports = BrowserInput;
|
|
|
27456
27461
|
|
|
27457
27462
|
var map = {
|
|
27458
27463
|
"./base/photoitem.coffee": 186,
|
|
27459
|
-
"./cache.coffee":
|
|
27464
|
+
"./cache.coffee": 120,
|
|
27460
27465
|
"./default.coffee": 187,
|
|
27461
27466
|
"./dropbox.coffee": 188,
|
|
27462
27467
|
"./facebook.coffee": 189,
|
|
27463
27468
|
"./flickr.coffee": 190,
|
|
27464
|
-
"./google-drive-sdk.coffee":
|
|
27469
|
+
"./google-drive-sdk.coffee": 121,
|
|
27465
27470
|
"./google-drive.coffee": 191,
|
|
27466
27471
|
"./instagram-social.coffee": 192,
|
|
27467
27472
|
"./instagram.coffee": 193,
|
|
27468
|
-
"./share-popup.coffee":
|
|
27473
|
+
"./share-popup.coffee": 122,
|
|
27469
27474
|
"./soundcloud.coffee": 194
|
|
27470
27475
|
};
|
|
27471
27476
|
function webpackContext(req) {
|
|
@@ -28311,11 +28316,11 @@ Service = __webpack_require__(8);
|
|
|
28311
28316
|
|
|
28312
28317
|
Entry = __webpack_require__(9);
|
|
28313
28318
|
|
|
28314
|
-
SharePopup = __webpack_require__(
|
|
28319
|
+
SharePopup = __webpack_require__(122);
|
|
28315
28320
|
|
|
28316
|
-
sdkReady = __webpack_require__(
|
|
28321
|
+
sdkReady = __webpack_require__(121);
|
|
28317
28322
|
|
|
28318
|
-
cache = __webpack_require__(
|
|
28323
|
+
cache = __webpack_require__(120);
|
|
28319
28324
|
|
|
28320
28325
|
GoogleDriveService = (function(superClass) {
|
|
28321
28326
|
extend(GoogleDriveService, superClass);
|