@widgetic/editor 3.10.54 → 3.11.1
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/control.js +1 -1
- package/lib/controls.js +1 -1
- package/lib/core.js +1 -1
- package/lib/dev/control.js +8 -8
- package/lib/dev/controls.js +123 -99
- package/lib/dev/core.js +20 -20
- package/lib/dev/editor.js +5821 -669
- package/lib/editor.js +26 -4
- package/package.json +4 -3
- package/src/core/services/uploads.js +76 -18
- package/src/editor/content/browser/dropzone.html +94 -8
- package/src/editor/content/browser/file.html +2 -0
- package/src/editor/content/browser/upload.html +225 -198
package/lib/dev/controls.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 = 203);
|
|
64
64
|
/******/ })
|
|
65
65
|
/************************************************************************/
|
|
66
66
|
/******/ ([
|
|
@@ -338,7 +338,7 @@ Controller = window.require('spine/controller');
|
|
|
338
338
|
|
|
339
339
|
textarea = document.createElement('textarea');
|
|
340
340
|
|
|
341
|
-
shouldShow = __webpack_require__(
|
|
341
|
+
shouldShow = __webpack_require__(39);
|
|
342
342
|
|
|
343
343
|
Control = (function(superClass) {
|
|
344
344
|
extend(Control, superClass);
|
|
@@ -1543,6 +1543,33 @@ module.exports = Text;
|
|
|
1543
1543
|
/* 12 */
|
|
1544
1544
|
/***/ (function(module, exports) {
|
|
1545
1545
|
|
|
1546
|
+
var g;
|
|
1547
|
+
|
|
1548
|
+
// This works in non-strict mode
|
|
1549
|
+
g = (function() {
|
|
1550
|
+
return this;
|
|
1551
|
+
})();
|
|
1552
|
+
|
|
1553
|
+
try {
|
|
1554
|
+
// This works if eval is allowed (see CSP)
|
|
1555
|
+
g = g || Function("return this")() || (1,eval)("this");
|
|
1556
|
+
} catch(e) {
|
|
1557
|
+
// This works if the window reference is available
|
|
1558
|
+
if(typeof window === "object")
|
|
1559
|
+
g = window;
|
|
1560
|
+
}
|
|
1561
|
+
|
|
1562
|
+
// g can still be undefined, but nothing to do about it...
|
|
1563
|
+
// We return undefined, instead of nothing here, so it's
|
|
1564
|
+
// easier to handle this case. if(!global) { ...}
|
|
1565
|
+
|
|
1566
|
+
module.exports = g;
|
|
1567
|
+
|
|
1568
|
+
|
|
1569
|
+
/***/ }),
|
|
1570
|
+
/* 13 */
|
|
1571
|
+
/***/ (function(module, exports) {
|
|
1572
|
+
|
|
1546
1573
|
var Popup, composedPath, createPopup,
|
|
1547
1574
|
bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };
|
|
1548
1575
|
|
|
@@ -1646,10 +1673,10 @@ module.exports = {
|
|
|
1646
1673
|
|
|
1647
1674
|
|
|
1648
1675
|
/***/ }),
|
|
1649
|
-
/* 13 */,
|
|
1650
1676
|
/* 14 */,
|
|
1651
1677
|
/* 15 */,
|
|
1652
|
-
/* 16
|
|
1678
|
+
/* 16 */,
|
|
1679
|
+
/* 17 */
|
|
1653
1680
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1654
1681
|
|
|
1655
1682
|
var pug = __webpack_require__(0);
|
|
@@ -1658,7 +1685,7 @@ function template(locals) {var pug_html = "", pug_mixins = {}, pug_interp;;var l
|
|
|
1658
1685
|
module.exports = template;
|
|
1659
1686
|
|
|
1660
1687
|
/***/ }),
|
|
1661
|
-
/*
|
|
1688
|
+
/* 18 */
|
|
1662
1689
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1663
1690
|
|
|
1664
1691
|
var pug = __webpack_require__(0);
|
|
@@ -1667,7 +1694,7 @@ function template(locals) {var pug_html = "", pug_mixins = {}, pug_interp;pug_ht
|
|
|
1667
1694
|
module.exports = template;
|
|
1668
1695
|
|
|
1669
1696
|
/***/ }),
|
|
1670
|
-
/*
|
|
1697
|
+
/* 19 */
|
|
1671
1698
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1672
1699
|
|
|
1673
1700
|
var pug = __webpack_require__(0);
|
|
@@ -1688,7 +1715,7 @@ pug_html = pug_html + "\u003Cdiv class=\"input-position\" tabIndex=\"0\"\u003E\u
|
|
|
1688
1715
|
module.exports = template;
|
|
1689
1716
|
|
|
1690
1717
|
/***/ }),
|
|
1691
|
-
/*
|
|
1718
|
+
/* 20 */
|
|
1692
1719
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1693
1720
|
|
|
1694
1721
|
var Audio, URL,
|
|
@@ -1809,7 +1836,7 @@ module.exports = Audio;
|
|
|
1809
1836
|
|
|
1810
1837
|
|
|
1811
1838
|
/***/ }),
|
|
1812
|
-
/*
|
|
1839
|
+
/* 21 */
|
|
1813
1840
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1814
1841
|
|
|
1815
1842
|
var Activateable, Calendar, Controller, MonthsController, YearsController,
|
|
@@ -1821,9 +1848,9 @@ Controller = window.require('spine/controller');
|
|
|
1821
1848
|
|
|
1822
1849
|
Activateable = window.require('spine/controller/activateable');
|
|
1823
1850
|
|
|
1824
|
-
MonthsController = __webpack_require__(
|
|
1851
|
+
MonthsController = __webpack_require__(22);
|
|
1825
1852
|
|
|
1826
|
-
YearsController = __webpack_require__(
|
|
1853
|
+
YearsController = __webpack_require__(23);
|
|
1827
1854
|
|
|
1828
1855
|
Calendar = (function(superClass) {
|
|
1829
1856
|
extend(Calendar, superClass);
|
|
@@ -1978,7 +2005,7 @@ module.exports = Calendar;
|
|
|
1978
2005
|
|
|
1979
2006
|
|
|
1980
2007
|
/***/ }),
|
|
1981
|
-
/*
|
|
2008
|
+
/* 22 */
|
|
1982
2009
|
/***/ (function(module, exports) {
|
|
1983
2010
|
|
|
1984
2011
|
var Controller, MonthsController,
|
|
@@ -2069,7 +2096,7 @@ module.exports = MonthsController;
|
|
|
2069
2096
|
|
|
2070
2097
|
|
|
2071
2098
|
/***/ }),
|
|
2072
|
-
/*
|
|
2099
|
+
/* 23 */
|
|
2073
2100
|
/***/ (function(module, exports) {
|
|
2074
2101
|
|
|
2075
2102
|
var Controller, YearsController, array_fill, sum,
|
|
@@ -2175,7 +2202,7 @@ module.exports = YearsController;
|
|
|
2175
2202
|
|
|
2176
2203
|
|
|
2177
2204
|
/***/ }),
|
|
2178
|
-
/*
|
|
2205
|
+
/* 24 */
|
|
2179
2206
|
/***/ (function(module, exports) {
|
|
2180
2207
|
|
|
2181
2208
|
var Activateable, Clock, Controller,
|
|
@@ -2281,7 +2308,7 @@ module.exports = Clock;
|
|
|
2281
2308
|
|
|
2282
2309
|
|
|
2283
2310
|
/***/ }),
|
|
2284
|
-
/*
|
|
2311
|
+
/* 25 */
|
|
2285
2312
|
/***/ (function(module, exports) {
|
|
2286
2313
|
|
|
2287
2314
|
var dateHelper;
|
|
@@ -2332,7 +2359,7 @@ module.exports = dateHelper = {
|
|
|
2332
2359
|
|
|
2333
2360
|
|
|
2334
2361
|
/***/ }),
|
|
2335
|
-
/*
|
|
2362
|
+
/* 26 */
|
|
2336
2363
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2337
2364
|
|
|
2338
2365
|
var Popup, PopupBase,
|
|
@@ -2340,7 +2367,7 @@ var Popup, PopupBase,
|
|
|
2340
2367
|
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
|
|
2341
2368
|
hasProp = {}.hasOwnProperty;
|
|
2342
2369
|
|
|
2343
|
-
PopupBase = __webpack_require__(
|
|
2370
|
+
PopupBase = __webpack_require__(27);
|
|
2344
2371
|
|
|
2345
2372
|
Popup = (function(superClass) {
|
|
2346
2373
|
extend(Popup, superClass);
|
|
@@ -2375,10 +2402,10 @@ Popup = (function(superClass) {
|
|
|
2375
2402
|
var calendar, clock, ctrl, i, len, ref;
|
|
2376
2403
|
Popup.__super__.render.apply(this, arguments);
|
|
2377
2404
|
if (this.options.disable !== 'date') {
|
|
2378
|
-
this.controllers.push(calendar = new (__webpack_require__(
|
|
2405
|
+
this.controllers.push(calendar = new (__webpack_require__(21)));
|
|
2379
2406
|
}
|
|
2380
2407
|
if (this.options.disable !== 'time') {
|
|
2381
|
-
this.controllers.push(clock = new (__webpack_require__(
|
|
2408
|
+
this.controllers.push(clock = new (__webpack_require__(24)));
|
|
2382
2409
|
}
|
|
2383
2410
|
ref = this.controllers;
|
|
2384
2411
|
for (i = 0, len = ref.length; i < len; i++) {
|
|
@@ -2442,7 +2469,7 @@ module.exports = Popup;
|
|
|
2442
2469
|
|
|
2443
2470
|
|
|
2444
2471
|
/***/ }),
|
|
2445
|
-
/*
|
|
2472
|
+
/* 27 */
|
|
2446
2473
|
/***/ (function(module, exports) {
|
|
2447
2474
|
|
|
2448
2475
|
var Controller, Popup,
|
|
@@ -2547,7 +2574,7 @@ module.exports = Popup;
|
|
|
2547
2574
|
|
|
2548
2575
|
|
|
2549
2576
|
/***/ }),
|
|
2550
|
-
/*
|
|
2577
|
+
/* 28 */
|
|
2551
2578
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2552
2579
|
|
|
2553
2580
|
var $body, Image, URL,
|
|
@@ -2630,7 +2657,7 @@ module.exports = Image;
|
|
|
2630
2657
|
|
|
2631
2658
|
|
|
2632
2659
|
/***/ }),
|
|
2633
|
-
/*
|
|
2660
|
+
/* 29 */
|
|
2634
2661
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2635
2662
|
|
|
2636
2663
|
var URL, Video,
|
|
@@ -2664,7 +2691,7 @@ module.exports = Video;
|
|
|
2664
2691
|
|
|
2665
2692
|
|
|
2666
2693
|
/***/ }),
|
|
2667
|
-
/*
|
|
2694
|
+
/* 30 */
|
|
2668
2695
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2669
2696
|
|
|
2670
2697
|
var FontItem, FontLoader,
|
|
@@ -2673,7 +2700,7 @@ var FontItem, FontLoader,
|
|
|
2673
2700
|
FontLoader = __webpack_require__(10);
|
|
2674
2701
|
|
|
2675
2702
|
FontItem = (function() {
|
|
2676
|
-
FontItem.prototype.template = __webpack_require__(
|
|
2703
|
+
FontItem.prototype.template = __webpack_require__(17);
|
|
2677
2704
|
|
|
2678
2705
|
function FontItem(font, fontData) {
|
|
2679
2706
|
this.font = font;
|
|
@@ -2714,7 +2741,7 @@ module.exports = FontItem;
|
|
|
2714
2741
|
|
|
2715
2742
|
|
|
2716
2743
|
/***/ }),
|
|
2717
|
-
/*
|
|
2744
|
+
/* 31 */
|
|
2718
2745
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2719
2746
|
|
|
2720
2747
|
var Controller, FontItem, FontList, FontLoader, Lazyloader, Scrollable,
|
|
@@ -2728,7 +2755,7 @@ Scrollable = __webpack_require__(5);
|
|
|
2728
2755
|
|
|
2729
2756
|
Lazyloader = __webpack_require__(42);
|
|
2730
2757
|
|
|
2731
|
-
FontItem = __webpack_require__(
|
|
2758
|
+
FontItem = __webpack_require__(30);
|
|
2732
2759
|
|
|
2733
2760
|
FontLoader = __webpack_require__(10);
|
|
2734
2761
|
|
|
@@ -2904,7 +2931,7 @@ module.exports = FontList;
|
|
|
2904
2931
|
|
|
2905
2932
|
|
|
2906
2933
|
/***/ }),
|
|
2907
|
-
/*
|
|
2934
|
+
/* 32 */
|
|
2908
2935
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2909
2936
|
|
|
2910
2937
|
var Controller, Dropdown, FontList, FontPopup, Stepper, createPopup,
|
|
@@ -2914,13 +2941,13 @@ var Controller, Dropdown, FontList, FontPopup, Stepper, createPopup,
|
|
|
2914
2941
|
|
|
2915
2942
|
Controller = window.require('spine/controller');
|
|
2916
2943
|
|
|
2917
|
-
FontList = __webpack_require__(
|
|
2944
|
+
FontList = __webpack_require__(31);
|
|
2918
2945
|
|
|
2919
2946
|
Dropdown = __webpack_require__(7);
|
|
2920
2947
|
|
|
2921
2948
|
Stepper = __webpack_require__(3);
|
|
2922
2949
|
|
|
2923
|
-
createPopup = __webpack_require__(
|
|
2950
|
+
createPopup = __webpack_require__(13).createPopup;
|
|
2924
2951
|
|
|
2925
2952
|
FontPopup = (function(superClass) {
|
|
2926
2953
|
extend(FontPopup, superClass);
|
|
@@ -3087,7 +3114,7 @@ module.exports = FontPopup;
|
|
|
3087
3114
|
|
|
3088
3115
|
|
|
3089
3116
|
/***/ }),
|
|
3090
|
-
/*
|
|
3117
|
+
/* 33 */
|
|
3091
3118
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3092
3119
|
|
|
3093
3120
|
var Activateable, GridPanel, Panel, td, tr,
|
|
@@ -3217,7 +3244,7 @@ module.exports = GridPanel;
|
|
|
3217
3244
|
|
|
3218
3245
|
|
|
3219
3246
|
/***/ }),
|
|
3220
|
-
/*
|
|
3247
|
+
/* 34 */
|
|
3221
3248
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3222
3249
|
|
|
3223
3250
|
var GridPanel, PixelPanel, PopupBase, PositionPopup, ReferencePanel,
|
|
@@ -3225,13 +3252,13 @@ var GridPanel, PixelPanel, PopupBase, PositionPopup, ReferencePanel,
|
|
|
3225
3252
|
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
|
|
3226
3253
|
hasProp = {}.hasOwnProperty;
|
|
3227
3254
|
|
|
3228
|
-
PopupBase = __webpack_require__(
|
|
3255
|
+
PopupBase = __webpack_require__(27);
|
|
3229
3256
|
|
|
3230
|
-
PixelPanel = __webpack_require__(
|
|
3257
|
+
PixelPanel = __webpack_require__(35);
|
|
3231
3258
|
|
|
3232
|
-
GridPanel = __webpack_require__(
|
|
3259
|
+
GridPanel = __webpack_require__(33);
|
|
3233
3260
|
|
|
3234
|
-
ReferencePanel = __webpack_require__(
|
|
3261
|
+
ReferencePanel = __webpack_require__(36);
|
|
3235
3262
|
|
|
3236
3263
|
PositionPopup = (function(superClass) {
|
|
3237
3264
|
extend(PositionPopup, superClass);
|
|
@@ -3245,7 +3272,7 @@ PositionPopup = (function(superClass) {
|
|
|
3245
3272
|
return PositionPopup.__super__.constructor.apply(this, arguments);
|
|
3246
3273
|
}
|
|
3247
3274
|
|
|
3248
|
-
PositionPopup.prototype.template = __webpack_require__(
|
|
3275
|
+
PositionPopup.prototype.template = __webpack_require__(18);
|
|
3249
3276
|
|
|
3250
3277
|
PositionPopup.prototype.className = 'pixelPositionWrapper';
|
|
3251
3278
|
|
|
@@ -3332,7 +3359,7 @@ module.exports = PositionPopup;
|
|
|
3332
3359
|
|
|
3333
3360
|
|
|
3334
3361
|
/***/ }),
|
|
3335
|
-
/*
|
|
3362
|
+
/* 35 */
|
|
3336
3363
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3337
3364
|
|
|
3338
3365
|
var Activateable, Panel, PixelPanel, _throttle,
|
|
@@ -3437,7 +3464,7 @@ module.exports = PixelPanel;
|
|
|
3437
3464
|
|
|
3438
3465
|
|
|
3439
3466
|
/***/ }),
|
|
3440
|
-
/*
|
|
3467
|
+
/* 36 */
|
|
3441
3468
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3442
3469
|
|
|
3443
3470
|
var Activateable, Panel, ReferencePanel,
|
|
@@ -3501,9 +3528,9 @@ module.exports = ReferencePanel;
|
|
|
3501
3528
|
|
|
3502
3529
|
|
|
3503
3530
|
/***/ }),
|
|
3504
|
-
/* 36 */,
|
|
3505
3531
|
/* 37 */,
|
|
3506
|
-
/* 38
|
|
3532
|
+
/* 38 */,
|
|
3533
|
+
/* 39 */
|
|
3507
3534
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3508
3535
|
|
|
3509
3536
|
var get, jsonLogic;
|
|
@@ -3530,33 +3557,6 @@ module.exports = function(conditions, item) {
|
|
|
3530
3557
|
};
|
|
3531
3558
|
|
|
3532
3559
|
|
|
3533
|
-
/***/ }),
|
|
3534
|
-
/* 39 */
|
|
3535
|
-
/***/ (function(module, exports) {
|
|
3536
|
-
|
|
3537
|
-
var g;
|
|
3538
|
-
|
|
3539
|
-
// This works in non-strict mode
|
|
3540
|
-
g = (function() {
|
|
3541
|
-
return this;
|
|
3542
|
-
})();
|
|
3543
|
-
|
|
3544
|
-
try {
|
|
3545
|
-
// This works if eval is allowed (see CSP)
|
|
3546
|
-
g = g || Function("return this")() || (1,eval)("this");
|
|
3547
|
-
} catch(e) {
|
|
3548
|
-
// This works if the window reference is available
|
|
3549
|
-
if(typeof window === "object")
|
|
3550
|
-
g = window;
|
|
3551
|
-
}
|
|
3552
|
-
|
|
3553
|
-
// g can still be undefined, but nothing to do about it...
|
|
3554
|
-
// We return undefined, instead of nothing here, so it's
|
|
3555
|
-
// easier to handle this case. if(!global) { ...}
|
|
3556
|
-
|
|
3557
|
-
module.exports = g;
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
3560
|
/***/ }),
|
|
3561
3561
|
/* 40 */
|
|
3562
3562
|
/***/ (function(module, exports, __webpack_require__) {
|
|
@@ -4567,7 +4567,7 @@ function get(object, path, defaultValue) {
|
|
|
4567
4567
|
|
|
4568
4568
|
module.exports = get;
|
|
4569
4569
|
|
|
4570
|
-
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(
|
|
4570
|
+
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(12)))
|
|
4571
4571
|
|
|
4572
4572
|
/***/ }),
|
|
4573
4573
|
/* 48 */
|
|
@@ -5073,7 +5073,7 @@ var map = {
|
|
|
5073
5073
|
"./core/views/date-time/popup.pug": 67,
|
|
5074
5074
|
"./core/views/date-time/table.pug": 68,
|
|
5075
5075
|
"./core/views/dropdown.pug": 69,
|
|
5076
|
-
"./core/views/font/font-item.pug":
|
|
5076
|
+
"./core/views/font/font-item.pug": 17,
|
|
5077
5077
|
"./core/views/font/fonts-list.pug": 70,
|
|
5078
5078
|
"./core/views/font/fonts-popup.pug": 71,
|
|
5079
5079
|
"./core/views/font/index.pug": 72,
|
|
@@ -5082,8 +5082,8 @@ var map = {
|
|
|
5082
5082
|
"./core/views/input-layout.pug": 75,
|
|
5083
5083
|
"./core/views/order-items.pug": 76,
|
|
5084
5084
|
"./core/views/order-picker.pug": 77,
|
|
5085
|
-
"./core/views/pixelpanel.pug":
|
|
5086
|
-
"./core/views/position.pug":
|
|
5085
|
+
"./core/views/pixelpanel.pug": 18,
|
|
5086
|
+
"./core/views/position.pug": 19,
|
|
5087
5087
|
"./core/views/range.pug": 78,
|
|
5088
5088
|
"./core/views/scale.pug": 79,
|
|
5089
5089
|
"./core/views/slider.pug": 80,
|
|
@@ -5724,7 +5724,7 @@ Control = __webpack_require__(2);
|
|
|
5724
5724
|
|
|
5725
5725
|
Spinner = __webpack_require__(3);
|
|
5726
5726
|
|
|
5727
|
-
createPopup = __webpack_require__(
|
|
5727
|
+
createPopup = __webpack_require__(13).createPopup;
|
|
5728
5728
|
|
|
5729
5729
|
|
|
5730
5730
|
/*
|
|
@@ -5937,9 +5937,9 @@ Control = __webpack_require__(11);
|
|
|
5937
5937
|
|
|
5938
5938
|
Container = window.require('spine/controller/container');
|
|
5939
5939
|
|
|
5940
|
-
Popup = __webpack_require__(
|
|
5940
|
+
Popup = __webpack_require__(26);
|
|
5941
5941
|
|
|
5942
|
-
DateHelper = __webpack_require__(
|
|
5942
|
+
DateHelper = __webpack_require__(25);
|
|
5943
5943
|
|
|
5944
5944
|
DateTimeControl = (function(superClass) {
|
|
5945
5945
|
extend(DateTimeControl, superClass);
|
|
@@ -6048,7 +6048,7 @@ var $body, Audio, DetailsAudio,
|
|
|
6048
6048
|
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
|
|
6049
6049
|
hasProp = {}.hasOwnProperty;
|
|
6050
6050
|
|
|
6051
|
-
Audio = __webpack_require__(
|
|
6051
|
+
Audio = __webpack_require__(20);
|
|
6052
6052
|
|
|
6053
6053
|
$body = $('body');
|
|
6054
6054
|
|
|
@@ -6121,7 +6121,7 @@ var DetailsImage, Image,
|
|
|
6121
6121
|
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
|
|
6122
6122
|
hasProp = {}.hasOwnProperty;
|
|
6123
6123
|
|
|
6124
|
-
Image = __webpack_require__(
|
|
6124
|
+
Image = __webpack_require__(28);
|
|
6125
6125
|
|
|
6126
6126
|
DetailsImage = (function(superClass) {
|
|
6127
6127
|
extend(DetailsImage, superClass);
|
|
@@ -6168,7 +6168,7 @@ var DetailsVideo, Video,
|
|
|
6168
6168
|
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
|
|
6169
6169
|
hasProp = {}.hasOwnProperty;
|
|
6170
6170
|
|
|
6171
|
-
Video = __webpack_require__(
|
|
6171
|
+
Video = __webpack_require__(29);
|
|
6172
6172
|
|
|
6173
6173
|
DetailsVideo = (function(superClass) {
|
|
6174
6174
|
extend(DetailsVideo, superClass);
|
|
@@ -6214,7 +6214,7 @@ Container = window.require('spine/controller/container');
|
|
|
6214
6214
|
|
|
6215
6215
|
Stepper = __webpack_require__(3);
|
|
6216
6216
|
|
|
6217
|
-
FontsPopup = __webpack_require__(
|
|
6217
|
+
FontsPopup = __webpack_require__(32);
|
|
6218
6218
|
|
|
6219
6219
|
FontControl = (function(superClass) {
|
|
6220
6220
|
extend(FontControl, superClass);
|
|
@@ -6513,7 +6513,7 @@ Spinner = __webpack_require__(3);
|
|
|
6513
6513
|
|
|
6514
6514
|
Composition = window.require('core/models/composition');
|
|
6515
6515
|
|
|
6516
|
-
PanelsPopup = __webpack_require__(
|
|
6516
|
+
PanelsPopup = __webpack_require__(34);
|
|
6517
6517
|
|
|
6518
6518
|
__ = $.extend.bind(null, {});
|
|
6519
6519
|
|
|
@@ -6522,7 +6522,7 @@ PositionControl = (function(superClass) {
|
|
|
6522
6522
|
|
|
6523
6523
|
PositionControl.include(Container);
|
|
6524
6524
|
|
|
6525
|
-
PositionControl.prototype.template = __webpack_require__(
|
|
6525
|
+
PositionControl.prototype.template = __webpack_require__(19);
|
|
6526
6526
|
|
|
6527
6527
|
PositionControl.prototype.className = 'control-position';
|
|
6528
6528
|
|
|
@@ -7659,7 +7659,31 @@ module.exports = Toggle;
|
|
|
7659
7659
|
/* 176 */,
|
|
7660
7660
|
/* 177 */,
|
|
7661
7661
|
/* 178 */,
|
|
7662
|
-
/* 179
|
|
7662
|
+
/* 179 */,
|
|
7663
|
+
/* 180 */,
|
|
7664
|
+
/* 181 */,
|
|
7665
|
+
/* 182 */,
|
|
7666
|
+
/* 183 */,
|
|
7667
|
+
/* 184 */,
|
|
7668
|
+
/* 185 */,
|
|
7669
|
+
/* 186 */,
|
|
7670
|
+
/* 187 */,
|
|
7671
|
+
/* 188 */,
|
|
7672
|
+
/* 189 */,
|
|
7673
|
+
/* 190 */,
|
|
7674
|
+
/* 191 */,
|
|
7675
|
+
/* 192 */,
|
|
7676
|
+
/* 193 */,
|
|
7677
|
+
/* 194 */,
|
|
7678
|
+
/* 195 */,
|
|
7679
|
+
/* 196 */,
|
|
7680
|
+
/* 197 */,
|
|
7681
|
+
/* 198 */,
|
|
7682
|
+
/* 199 */,
|
|
7683
|
+
/* 200 */,
|
|
7684
|
+
/* 201 */,
|
|
7685
|
+
/* 202 */,
|
|
7686
|
+
/* 203 */
|
|
7663
7687
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7664
7688
|
|
|
7665
7689
|
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; }
|
|
@@ -7686,39 +7710,39 @@ function defineAll(r, prefix) {
|
|
|
7686
7710
|
});
|
|
7687
7711
|
}
|
|
7688
7712
|
defineAll(__webpack_require__(58), 'original/');
|
|
7689
|
-
defineAll(__webpack_require__(
|
|
7713
|
+
defineAll(__webpack_require__(204), 'original/core/controls/');
|
|
7690
7714
|
|
|
7691
7715
|
/***/ }),
|
|
7692
|
-
/*
|
|
7716
|
+
/* 204 */
|
|
7693
7717
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7694
7718
|
|
|
7695
7719
|
var map = {
|
|
7696
|
-
"./audio.coffee":
|
|
7720
|
+
"./audio.coffee": 20,
|
|
7697
7721
|
"./color.coffee": 91,
|
|
7698
|
-
"./date-time/calendar/index.coffee":
|
|
7699
|
-
"./date-time/calendar/months.coffee":
|
|
7700
|
-
"./date-time/calendar/years.coffee":
|
|
7701
|
-
"./date-time/clock.coffee":
|
|
7702
|
-
"./date-time/helper.coffee":
|
|
7722
|
+
"./date-time/calendar/index.coffee": 21,
|
|
7723
|
+
"./date-time/calendar/months.coffee": 22,
|
|
7724
|
+
"./date-time/calendar/years.coffee": 23,
|
|
7725
|
+
"./date-time/clock.coffee": 24,
|
|
7726
|
+
"./date-time/helper.coffee": 25,
|
|
7703
7727
|
"./date-time/index.coffee": 92,
|
|
7704
|
-
"./date-time/popup.coffee":
|
|
7728
|
+
"./date-time/popup.coffee": 26,
|
|
7705
7729
|
"./details/audio.coffee": 93,
|
|
7706
7730
|
"./details/image.coffee": 94,
|
|
7707
7731
|
"./details/video.coffee": 95,
|
|
7708
7732
|
"./dropdown.coffee": 7,
|
|
7709
|
-
"./font/font-item.coffee":
|
|
7710
|
-
"./font/font-list.coffee":
|
|
7711
|
-
"./font/fonts-popup.coffee":
|
|
7733
|
+
"./font/font-item.coffee": 30,
|
|
7734
|
+
"./font/font-list.coffee": 31,
|
|
7735
|
+
"./font/fonts-popup.coffee": 32,
|
|
7712
7736
|
"./font/index.coffee": 96,
|
|
7713
|
-
"./image.coffee":
|
|
7737
|
+
"./image.coffee": 28,
|
|
7714
7738
|
"./index.coffee": 2,
|
|
7715
7739
|
"./orderPicker.coffee": 97,
|
|
7716
|
-
"./position/grid-panel.coffee":
|
|
7740
|
+
"./position/grid-panel.coffee": 33,
|
|
7717
7741
|
"./position/index.coffee": 98,
|
|
7718
7742
|
"./position/panel.coffee": 6,
|
|
7719
|
-
"./position/pixel-panel.coffee":
|
|
7720
|
-
"./position/popup.coffee":
|
|
7721
|
-
"./position/reference-panel.coffee":
|
|
7743
|
+
"./position/pixel-panel.coffee": 35,
|
|
7744
|
+
"./position/popup.coffee": 34,
|
|
7745
|
+
"./position/reference-panel.coffee": 36,
|
|
7722
7746
|
"./range.coffee": 99,
|
|
7723
7747
|
"./rss.coffee": 100,
|
|
7724
7748
|
"./scale.coffee": 101,
|
|
@@ -7728,7 +7752,7 @@ var map = {
|
|
|
7728
7752
|
"./textarea.coffee": 103,
|
|
7729
7753
|
"./toggle.coffee": 104,
|
|
7730
7754
|
"./url.coffee": 4,
|
|
7731
|
-
"./video.coffee":
|
|
7755
|
+
"./video.coffee": 29
|
|
7732
7756
|
};
|
|
7733
7757
|
function webpackContext(req) {
|
|
7734
7758
|
return __webpack_require__(webpackContextResolve(req));
|
|
@@ -7744,7 +7768,7 @@ webpackContext.keys = function webpackContextKeys() {
|
|
|
7744
7768
|
};
|
|
7745
7769
|
webpackContext.resolve = webpackContextResolve;
|
|
7746
7770
|
module.exports = webpackContext;
|
|
7747
|
-
webpackContext.id =
|
|
7771
|
+
webpackContext.id = 204;
|
|
7748
7772
|
|
|
7749
7773
|
/***/ })
|
|
7750
7774
|
/******/ ]);
|