autoprefixer-rails 7.2.3 → 7.2.4
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/autoprefixer-rails/version.rb +1 -1
- data/vendor/autoprefixer.js +522 -82
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 83081d209708bdb4854b5f36eed2463368c34e7b
|
4
|
+
data.tar.gz: a12e2afa10f544b1e92143d86ef4a12f9a6705a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70f117efbffbcb3c94d4a7926219b1e8980b3527e4a98348131ed32063e2a74717fca12f6f93d2b122f830bebdbfdaab85acba8d729f2bfef60b86f84b5108cd
|
7
|
+
data.tar.gz: c25544f660a24190d6b7aee41473ecfc084c0d45e1aab277a46d1e20ee603ecb41bef40f4079e24543c762aa841876dad5055e2a0cbbfeb0967c20a34339945e
|
data/CHANGELOG.md
CHANGED
data/vendor/autoprefixer.js
CHANGED
@@ -710,6 +710,14 @@ f(bidi, { match: /y x/ }, function (browsers) {
|
|
710
710
|
|
711
711
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
712
712
|
|
713
|
+
function _defaults(obj, defaults) {
|
714
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
715
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
716
|
+
Object.defineProperty(obj, key, value);
|
717
|
+
}
|
718
|
+
}return obj;
|
719
|
+
}
|
720
|
+
|
713
721
|
function _classCallCheck(instance, Constructor) {
|
714
722
|
if (!(instance instanceof Constructor)) {
|
715
723
|
throw new TypeError("Cannot call a class as a function");
|
@@ -725,7 +733,7 @@ function _possibleConstructorReturn(self, call) {
|
|
725
733
|
function _inherits(subClass, superClass) {
|
726
734
|
if (typeof superClass !== "function" && superClass !== null) {
|
727
735
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
728
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
736
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
729
737
|
}
|
730
738
|
|
731
739
|
var Prefixer = require('./prefixer');
|
@@ -1108,6 +1116,14 @@ module.exports = Browsers;
|
|
1108
1116
|
|
1109
1117
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
1110
1118
|
|
1119
|
+
function _defaults(obj, defaults) {
|
1120
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
1121
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
1122
|
+
Object.defineProperty(obj, key, value);
|
1123
|
+
}
|
1124
|
+
}return obj;
|
1125
|
+
}
|
1126
|
+
|
1111
1127
|
function _classCallCheck(instance, Constructor) {
|
1112
1128
|
if (!(instance instanceof Constructor)) {
|
1113
1129
|
throw new TypeError("Cannot call a class as a function");
|
@@ -1123,7 +1139,7 @@ function _possibleConstructorReturn(self, call) {
|
|
1123
1139
|
function _inherits(subClass, superClass) {
|
1124
1140
|
if (typeof superClass !== "function" && superClass !== null) {
|
1125
1141
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
1126
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
1142
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
1127
1143
|
}
|
1128
1144
|
|
1129
1145
|
var Prefixer = require('./prefixer');
|
@@ -1370,6 +1386,14 @@ module.exports = Declaration;
|
|
1370
1386
|
|
1371
1387
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
1372
1388
|
|
1389
|
+
function _defaults(obj, defaults) {
|
1390
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
1391
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
1392
|
+
Object.defineProperty(obj, key, value);
|
1393
|
+
}
|
1394
|
+
}return obj;
|
1395
|
+
}
|
1396
|
+
|
1373
1397
|
function _classCallCheck(instance, Constructor) {
|
1374
1398
|
if (!(instance instanceof Constructor)) {
|
1375
1399
|
throw new TypeError("Cannot call a class as a function");
|
@@ -1385,7 +1409,7 @@ function _possibleConstructorReturn(self, call) {
|
|
1385
1409
|
function _inherits(subClass, superClass) {
|
1386
1410
|
if (typeof superClass !== "function" && superClass !== null) {
|
1387
1411
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
1388
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
1412
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
1389
1413
|
}
|
1390
1414
|
|
1391
1415
|
var flexSpec = require('./flex-spec');
|
@@ -1467,6 +1491,14 @@ module.exports = AlignContent;
|
|
1467
1491
|
|
1468
1492
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
1469
1493
|
|
1494
|
+
function _defaults(obj, defaults) {
|
1495
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
1496
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
1497
|
+
Object.defineProperty(obj, key, value);
|
1498
|
+
}
|
1499
|
+
}return obj;
|
1500
|
+
}
|
1501
|
+
|
1470
1502
|
function _classCallCheck(instance, Constructor) {
|
1471
1503
|
if (!(instance instanceof Constructor)) {
|
1472
1504
|
throw new TypeError("Cannot call a class as a function");
|
@@ -1482,7 +1514,7 @@ function _possibleConstructorReturn(self, call) {
|
|
1482
1514
|
function _inherits(subClass, superClass) {
|
1483
1515
|
if (typeof superClass !== "function" && superClass !== null) {
|
1484
1516
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
1485
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
1517
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
1486
1518
|
}
|
1487
1519
|
|
1488
1520
|
var flexSpec = require('./flex-spec');
|
@@ -1561,6 +1593,14 @@ module.exports = AlignItems;
|
|
1561
1593
|
|
1562
1594
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
1563
1595
|
|
1596
|
+
function _defaults(obj, defaults) {
|
1597
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
1598
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
1599
|
+
Object.defineProperty(obj, key, value);
|
1600
|
+
}
|
1601
|
+
}return obj;
|
1602
|
+
}
|
1603
|
+
|
1564
1604
|
function _classCallCheck(instance, Constructor) {
|
1565
1605
|
if (!(instance instanceof Constructor)) {
|
1566
1606
|
throw new TypeError("Cannot call a class as a function");
|
@@ -1576,7 +1616,7 @@ function _possibleConstructorReturn(self, call) {
|
|
1576
1616
|
function _inherits(subClass, superClass) {
|
1577
1617
|
if (typeof superClass !== "function" && superClass !== null) {
|
1578
1618
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
1579
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
1619
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
1580
1620
|
}
|
1581
1621
|
|
1582
1622
|
var flexSpec = require('./flex-spec');
|
@@ -1656,6 +1696,14 @@ module.exports = AlignSelf;
|
|
1656
1696
|
|
1657
1697
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
1658
1698
|
|
1699
|
+
function _defaults(obj, defaults) {
|
1700
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
1701
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
1702
|
+
Object.defineProperty(obj, key, value);
|
1703
|
+
}
|
1704
|
+
}return obj;
|
1705
|
+
}
|
1706
|
+
|
1659
1707
|
function _classCallCheck(instance, Constructor) {
|
1660
1708
|
if (!(instance instanceof Constructor)) {
|
1661
1709
|
throw new TypeError("Cannot call a class as a function");
|
@@ -1671,7 +1719,7 @@ function _possibleConstructorReturn(self, call) {
|
|
1671
1719
|
function _inherits(subClass, superClass) {
|
1672
1720
|
if (typeof superClass !== "function" && superClass !== null) {
|
1673
1721
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
1674
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
1722
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
1675
1723
|
}
|
1676
1724
|
|
1677
1725
|
var Declaration = require('../declaration');
|
@@ -1711,6 +1759,14 @@ module.exports = Animation;
|
|
1711
1759
|
|
1712
1760
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
1713
1761
|
|
1762
|
+
function _defaults(obj, defaults) {
|
1763
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
1764
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
1765
|
+
Object.defineProperty(obj, key, value);
|
1766
|
+
}
|
1767
|
+
}return obj;
|
1768
|
+
}
|
1769
|
+
|
1714
1770
|
function _classCallCheck(instance, Constructor) {
|
1715
1771
|
if (!(instance instanceof Constructor)) {
|
1716
1772
|
throw new TypeError("Cannot call a class as a function");
|
@@ -1726,7 +1782,7 @@ function _possibleConstructorReturn(self, call) {
|
|
1726
1782
|
function _inherits(subClass, superClass) {
|
1727
1783
|
if (typeof superClass !== "function" && superClass !== null) {
|
1728
1784
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
1729
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
1785
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
1730
1786
|
}
|
1731
1787
|
|
1732
1788
|
var Declaration = require('../declaration');
|
@@ -1768,6 +1824,14 @@ module.exports = Appearance;
|
|
1768
1824
|
|
1769
1825
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
1770
1826
|
|
1827
|
+
function _defaults(obj, defaults) {
|
1828
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
1829
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
1830
|
+
Object.defineProperty(obj, key, value);
|
1831
|
+
}
|
1832
|
+
}return obj;
|
1833
|
+
}
|
1834
|
+
|
1771
1835
|
function _classCallCheck(instance, Constructor) {
|
1772
1836
|
if (!(instance instanceof Constructor)) {
|
1773
1837
|
throw new TypeError("Cannot call a class as a function");
|
@@ -1783,7 +1847,7 @@ function _possibleConstructorReturn(self, call) {
|
|
1783
1847
|
function _inherits(subClass, superClass) {
|
1784
1848
|
if (typeof superClass !== "function" && superClass !== null) {
|
1785
1849
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
1786
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
1850
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
1787
1851
|
}
|
1788
1852
|
|
1789
1853
|
var Declaration = require('../declaration');
|
@@ -1824,6 +1888,14 @@ module.exports = BackgroundSize;
|
|
1824
1888
|
|
1825
1889
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
1826
1890
|
|
1891
|
+
function _defaults(obj, defaults) {
|
1892
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
1893
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
1894
|
+
Object.defineProperty(obj, key, value);
|
1895
|
+
}
|
1896
|
+
}return obj;
|
1897
|
+
}
|
1898
|
+
|
1827
1899
|
function _classCallCheck(instance, Constructor) {
|
1828
1900
|
if (!(instance instanceof Constructor)) {
|
1829
1901
|
throw new TypeError("Cannot call a class as a function");
|
@@ -1839,7 +1911,7 @@ function _possibleConstructorReturn(self, call) {
|
|
1839
1911
|
function _inherits(subClass, superClass) {
|
1840
1912
|
if (typeof superClass !== "function" && superClass !== null) {
|
1841
1913
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
1842
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
1914
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
1843
1915
|
}
|
1844
1916
|
|
1845
1917
|
var Declaration = require('../declaration');
|
@@ -1888,6 +1960,14 @@ module.exports = BlockLogical;
|
|
1888
1960
|
|
1889
1961
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
1890
1962
|
|
1963
|
+
function _defaults(obj, defaults) {
|
1964
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
1965
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
1966
|
+
Object.defineProperty(obj, key, value);
|
1967
|
+
}
|
1968
|
+
}return obj;
|
1969
|
+
}
|
1970
|
+
|
1891
1971
|
function _classCallCheck(instance, Constructor) {
|
1892
1972
|
if (!(instance instanceof Constructor)) {
|
1893
1973
|
throw new TypeError("Cannot call a class as a function");
|
@@ -1903,7 +1983,7 @@ function _possibleConstructorReturn(self, call) {
|
|
1903
1983
|
function _inherits(subClass, superClass) {
|
1904
1984
|
if (typeof superClass !== "function" && superClass !== null) {
|
1905
1985
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
1906
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
1986
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
1907
1987
|
}
|
1908
1988
|
|
1909
1989
|
var Declaration = require('../declaration');
|
@@ -1941,6 +2021,14 @@ module.exports = BorderImage;
|
|
1941
2021
|
|
1942
2022
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
1943
2023
|
|
2024
|
+
function _defaults(obj, defaults) {
|
2025
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
2026
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
2027
|
+
Object.defineProperty(obj, key, value);
|
2028
|
+
}
|
2029
|
+
}return obj;
|
2030
|
+
}
|
2031
|
+
|
1944
2032
|
function _classCallCheck(instance, Constructor) {
|
1945
2033
|
if (!(instance instanceof Constructor)) {
|
1946
2034
|
throw new TypeError("Cannot call a class as a function");
|
@@ -1956,7 +2044,7 @@ function _possibleConstructorReturn(self, call) {
|
|
1956
2044
|
function _inherits(subClass, superClass) {
|
1957
2045
|
if (typeof superClass !== "function" && superClass !== null) {
|
1958
2046
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
1959
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
2047
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
1960
2048
|
}
|
1961
2049
|
|
1962
2050
|
var Declaration = require('../declaration');
|
@@ -2032,6 +2120,14 @@ module.exports = BorderRadius;
|
|
2032
2120
|
|
2033
2121
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
2034
2122
|
|
2123
|
+
function _defaults(obj, defaults) {
|
2124
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
2125
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
2126
|
+
Object.defineProperty(obj, key, value);
|
2127
|
+
}
|
2128
|
+
}return obj;
|
2129
|
+
}
|
2130
|
+
|
2035
2131
|
function _classCallCheck(instance, Constructor) {
|
2036
2132
|
if (!(instance instanceof Constructor)) {
|
2037
2133
|
throw new TypeError("Cannot call a class as a function");
|
@@ -2047,7 +2143,7 @@ function _possibleConstructorReturn(self, call) {
|
|
2047
2143
|
function _inherits(subClass, superClass) {
|
2048
2144
|
if (typeof superClass !== "function" && superClass !== null) {
|
2049
2145
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
2050
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
2146
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
2051
2147
|
}
|
2052
2148
|
|
2053
2149
|
var Declaration = require('../declaration');
|
@@ -2129,6 +2225,14 @@ module.exports = BreakProps;
|
|
2129
2225
|
|
2130
2226
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
2131
2227
|
|
2228
|
+
function _defaults(obj, defaults) {
|
2229
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
2230
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
2231
|
+
Object.defineProperty(obj, key, value);
|
2232
|
+
}
|
2233
|
+
}return obj;
|
2234
|
+
}
|
2235
|
+
|
2132
2236
|
function _classCallCheck(instance, Constructor) {
|
2133
2237
|
if (!(instance instanceof Constructor)) {
|
2134
2238
|
throw new TypeError("Cannot call a class as a function");
|
@@ -2144,7 +2248,7 @@ function _possibleConstructorReturn(self, call) {
|
|
2144
2248
|
function _inherits(subClass, superClass) {
|
2145
2249
|
if (typeof superClass !== "function" && superClass !== null) {
|
2146
2250
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
2147
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
2251
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
2148
2252
|
}
|
2149
2253
|
|
2150
2254
|
var Value = require('../value');
|
@@ -2200,6 +2304,14 @@ module.exports = CrossFade;
|
|
2200
2304
|
|
2201
2305
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
2202
2306
|
|
2307
|
+
function _defaults(obj, defaults) {
|
2308
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
2309
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
2310
|
+
Object.defineProperty(obj, key, value);
|
2311
|
+
}
|
2312
|
+
}return obj;
|
2313
|
+
}
|
2314
|
+
|
2203
2315
|
function _classCallCheck(instance, Constructor) {
|
2204
2316
|
if (!(instance instanceof Constructor)) {
|
2205
2317
|
throw new TypeError("Cannot call a class as a function");
|
@@ -2215,7 +2327,7 @@ function _possibleConstructorReturn(self, call) {
|
|
2215
2327
|
function _inherits(subClass, superClass) {
|
2216
2328
|
if (typeof superClass !== "function" && superClass !== null) {
|
2217
2329
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
2218
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
2330
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
2219
2331
|
}
|
2220
2332
|
|
2221
2333
|
var flexSpec = require('./flex-spec');
|
@@ -2310,6 +2422,14 @@ module.exports = DisplayFlex;
|
|
2310
2422
|
|
2311
2423
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
2312
2424
|
|
2425
|
+
function _defaults(obj, defaults) {
|
2426
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
2427
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
2428
|
+
Object.defineProperty(obj, key, value);
|
2429
|
+
}
|
2430
|
+
}return obj;
|
2431
|
+
}
|
2432
|
+
|
2313
2433
|
function _classCallCheck(instance, Constructor) {
|
2314
2434
|
if (!(instance instanceof Constructor)) {
|
2315
2435
|
throw new TypeError("Cannot call a class as a function");
|
@@ -2325,7 +2445,7 @@ function _possibleConstructorReturn(self, call) {
|
|
2325
2445
|
function _inherits(subClass, superClass) {
|
2326
2446
|
if (typeof superClass !== "function" && superClass !== null) {
|
2327
2447
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
2328
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
2448
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
2329
2449
|
}
|
2330
2450
|
|
2331
2451
|
var Value = require('../value');
|
@@ -2368,6 +2488,14 @@ module.exports = DisplayGrid;
|
|
2368
2488
|
|
2369
2489
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
2370
2490
|
|
2491
|
+
function _defaults(obj, defaults) {
|
2492
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
2493
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
2494
|
+
Object.defineProperty(obj, key, value);
|
2495
|
+
}
|
2496
|
+
}return obj;
|
2497
|
+
}
|
2498
|
+
|
2371
2499
|
function _classCallCheck(instance, Constructor) {
|
2372
2500
|
if (!(instance instanceof Constructor)) {
|
2373
2501
|
throw new TypeError("Cannot call a class as a function");
|
@@ -2383,7 +2511,7 @@ function _possibleConstructorReturn(self, call) {
|
|
2383
2511
|
function _inherits(subClass, superClass) {
|
2384
2512
|
if (typeof superClass !== "function" && superClass !== null) {
|
2385
2513
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
2386
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
2514
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
2387
2515
|
}
|
2388
2516
|
|
2389
2517
|
var Value = require('../value');
|
@@ -2418,6 +2546,14 @@ module.exports = FilterValue;
|
|
2418
2546
|
|
2419
2547
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
2420
2548
|
|
2549
|
+
function _defaults(obj, defaults) {
|
2550
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
2551
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
2552
|
+
Object.defineProperty(obj, key, value);
|
2553
|
+
}
|
2554
|
+
}return obj;
|
2555
|
+
}
|
2556
|
+
|
2421
2557
|
function _classCallCheck(instance, Constructor) {
|
2422
2558
|
if (!(instance instanceof Constructor)) {
|
2423
2559
|
throw new TypeError("Cannot call a class as a function");
|
@@ -2433,7 +2569,7 @@ function _possibleConstructorReturn(self, call) {
|
|
2433
2569
|
function _inherits(subClass, superClass) {
|
2434
2570
|
if (typeof superClass !== "function" && superClass !== null) {
|
2435
2571
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
2436
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
2572
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
2437
2573
|
}
|
2438
2574
|
|
2439
2575
|
var Declaration = require('../declaration');
|
@@ -2471,6 +2607,14 @@ module.exports = Filter;
|
|
2471
2607
|
|
2472
2608
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
2473
2609
|
|
2610
|
+
function _defaults(obj, defaults) {
|
2611
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
2612
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
2613
|
+
Object.defineProperty(obj, key, value);
|
2614
|
+
}
|
2615
|
+
}return obj;
|
2616
|
+
}
|
2617
|
+
|
2474
2618
|
function _classCallCheck(instance, Constructor) {
|
2475
2619
|
if (!(instance instanceof Constructor)) {
|
2476
2620
|
throw new TypeError("Cannot call a class as a function");
|
@@ -2486,7 +2630,7 @@ function _possibleConstructorReturn(self, call) {
|
|
2486
2630
|
function _inherits(subClass, superClass) {
|
2487
2631
|
if (typeof superClass !== "function" && superClass !== null) {
|
2488
2632
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
2489
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
2633
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
2490
2634
|
}
|
2491
2635
|
|
2492
2636
|
var flexSpec = require('./flex-spec');
|
@@ -2561,6 +2705,14 @@ module.exports = FlexBasis;
|
|
2561
2705
|
|
2562
2706
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
2563
2707
|
|
2708
|
+
function _defaults(obj, defaults) {
|
2709
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
2710
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
2711
|
+
Object.defineProperty(obj, key, value);
|
2712
|
+
}
|
2713
|
+
}return obj;
|
2714
|
+
}
|
2715
|
+
|
2564
2716
|
function _classCallCheck(instance, Constructor) {
|
2565
2717
|
if (!(instance instanceof Constructor)) {
|
2566
2718
|
throw new TypeError("Cannot call a class as a function");
|
@@ -2576,7 +2728,7 @@ function _possibleConstructorReturn(self, call) {
|
|
2576
2728
|
function _inherits(subClass, superClass) {
|
2577
2729
|
if (typeof superClass !== "function" && superClass !== null) {
|
2578
2730
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
2579
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
2731
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
2580
2732
|
}
|
2581
2733
|
|
2582
2734
|
var flexSpec = require('./flex-spec');
|
@@ -2684,6 +2836,14 @@ module.exports = FlexDirection;
|
|
2684
2836
|
|
2685
2837
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
2686
2838
|
|
2839
|
+
function _defaults(obj, defaults) {
|
2840
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
2841
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
2842
|
+
Object.defineProperty(obj, key, value);
|
2843
|
+
}
|
2844
|
+
}return obj;
|
2845
|
+
}
|
2846
|
+
|
2687
2847
|
function _classCallCheck(instance, Constructor) {
|
2688
2848
|
if (!(instance instanceof Constructor)) {
|
2689
2849
|
throw new TypeError("Cannot call a class as a function");
|
@@ -2699,7 +2859,7 @@ function _possibleConstructorReturn(self, call) {
|
|
2699
2859
|
function _inherits(subClass, superClass) {
|
2700
2860
|
if (typeof superClass !== "function" && superClass !== null) {
|
2701
2861
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
2702
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
2862
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
2703
2863
|
}
|
2704
2864
|
|
2705
2865
|
var flexSpec = require('./flex-spec');
|
@@ -2780,6 +2940,14 @@ module.exports = FlexFlow;
|
|
2780
2940
|
|
2781
2941
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
2782
2942
|
|
2943
|
+
function _defaults(obj, defaults) {
|
2944
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
2945
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
2946
|
+
Object.defineProperty(obj, key, value);
|
2947
|
+
}
|
2948
|
+
}return obj;
|
2949
|
+
}
|
2950
|
+
|
2783
2951
|
function _classCallCheck(instance, Constructor) {
|
2784
2952
|
if (!(instance instanceof Constructor)) {
|
2785
2953
|
throw new TypeError("Cannot call a class as a function");
|
@@ -2795,7 +2963,7 @@ function _possibleConstructorReturn(self, call) {
|
|
2795
2963
|
function _inherits(subClass, superClass) {
|
2796
2964
|
if (typeof superClass !== "function" && superClass !== null) {
|
2797
2965
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
2798
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
2966
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
2799
2967
|
}
|
2800
2968
|
|
2801
2969
|
var flexSpec = require('./flex-spec');
|
@@ -2854,6 +3022,14 @@ module.exports = Flex;
|
|
2854
3022
|
|
2855
3023
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
2856
3024
|
|
3025
|
+
function _defaults(obj, defaults) {
|
3026
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
3027
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
3028
|
+
Object.defineProperty(obj, key, value);
|
3029
|
+
}
|
3030
|
+
}return obj;
|
3031
|
+
}
|
3032
|
+
|
2857
3033
|
function _classCallCheck(instance, Constructor) {
|
2858
3034
|
if (!(instance instanceof Constructor)) {
|
2859
3035
|
throw new TypeError("Cannot call a class as a function");
|
@@ -2869,7 +3045,7 @@ function _possibleConstructorReturn(self, call) {
|
|
2869
3045
|
function _inherits(subClass, superClass) {
|
2870
3046
|
if (typeof superClass !== "function" && superClass !== null) {
|
2871
3047
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
2872
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
3048
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
2873
3049
|
}
|
2874
3050
|
|
2875
3051
|
var flexSpec = require('./flex-spec');
|
@@ -2968,6 +3144,14 @@ module.exports = function (prefix) {
|
|
2968
3144
|
|
2969
3145
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
2970
3146
|
|
3147
|
+
function _defaults(obj, defaults) {
|
3148
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
3149
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
3150
|
+
Object.defineProperty(obj, key, value);
|
3151
|
+
}
|
3152
|
+
}return obj;
|
3153
|
+
}
|
3154
|
+
|
2971
3155
|
function _classCallCheck(instance, Constructor) {
|
2972
3156
|
if (!(instance instanceof Constructor)) {
|
2973
3157
|
throw new TypeError("Cannot call a class as a function");
|
@@ -2983,7 +3167,7 @@ function _possibleConstructorReturn(self, call) {
|
|
2983
3167
|
function _inherits(subClass, superClass) {
|
2984
3168
|
if (typeof superClass !== "function" && superClass !== null) {
|
2985
3169
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
2986
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
3170
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
2987
3171
|
}
|
2988
3172
|
|
2989
3173
|
var flexSpec = require('./flex-spec');
|
@@ -3025,6 +3209,14 @@ module.exports = FlexWrap;
|
|
3025
3209
|
|
3026
3210
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
3027
3211
|
|
3212
|
+
function _defaults(obj, defaults) {
|
3213
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
3214
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
3215
|
+
Object.defineProperty(obj, key, value);
|
3216
|
+
}
|
3217
|
+
}return obj;
|
3218
|
+
}
|
3219
|
+
|
3028
3220
|
function _classCallCheck(instance, Constructor) {
|
3029
3221
|
if (!(instance instanceof Constructor)) {
|
3030
3222
|
throw new TypeError("Cannot call a class as a function");
|
@@ -3040,7 +3232,7 @@ function _possibleConstructorReturn(self, call) {
|
|
3040
3232
|
function _inherits(subClass, superClass) {
|
3041
3233
|
if (typeof superClass !== "function" && superClass !== null) {
|
3042
3234
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
3043
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
3235
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
3044
3236
|
}
|
3045
3237
|
|
3046
3238
|
var flexSpec = require('./flex-spec');
|
@@ -3127,6 +3319,14 @@ module.exports = Flex;
|
|
3127
3319
|
|
3128
3320
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
3129
3321
|
|
3322
|
+
function _defaults(obj, defaults) {
|
3323
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
3324
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
3325
|
+
Object.defineProperty(obj, key, value);
|
3326
|
+
}
|
3327
|
+
}return obj;
|
3328
|
+
}
|
3329
|
+
|
3130
3330
|
function _classCallCheck(instance, Constructor) {
|
3131
3331
|
if (!(instance instanceof Constructor)) {
|
3132
3332
|
throw new TypeError("Cannot call a class as a function");
|
@@ -3142,7 +3342,7 @@ function _possibleConstructorReturn(self, call) {
|
|
3142
3342
|
function _inherits(subClass, superClass) {
|
3143
3343
|
if (typeof superClass !== "function" && superClass !== null) {
|
3144
3344
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
3145
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
3345
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
3146
3346
|
}
|
3147
3347
|
|
3148
3348
|
var Selector = require('../selector');
|
@@ -3185,6 +3385,14 @@ module.exports = Fullscreen;
|
|
3185
3385
|
|
3186
3386
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
3187
3387
|
|
3388
|
+
function _defaults(obj, defaults) {
|
3389
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
3390
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
3391
|
+
Object.defineProperty(obj, key, value);
|
3392
|
+
}
|
3393
|
+
}return obj;
|
3394
|
+
}
|
3395
|
+
|
3188
3396
|
function _classCallCheck(instance, Constructor) {
|
3189
3397
|
if (!(instance instanceof Constructor)) {
|
3190
3398
|
throw new TypeError("Cannot call a class as a function");
|
@@ -3200,7 +3408,7 @@ function _possibleConstructorReturn(self, call) {
|
|
3200
3408
|
function _inherits(subClass, superClass) {
|
3201
3409
|
if (typeof superClass !== "function" && superClass !== null) {
|
3202
3410
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
3203
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
3411
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
3204
3412
|
}
|
3205
3413
|
|
3206
3414
|
var OldValue = require('../old-value');
|
@@ -3708,6 +3916,14 @@ module.exports = Gradient;
|
|
3708
3916
|
|
3709
3917
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
3710
3918
|
|
3919
|
+
function _defaults(obj, defaults) {
|
3920
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
3921
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
3922
|
+
Object.defineProperty(obj, key, value);
|
3923
|
+
}
|
3924
|
+
}return obj;
|
3925
|
+
}
|
3926
|
+
|
3711
3927
|
function _classCallCheck(instance, Constructor) {
|
3712
3928
|
if (!(instance instanceof Constructor)) {
|
3713
3929
|
throw new TypeError("Cannot call a class as a function");
|
@@ -3723,7 +3939,7 @@ function _possibleConstructorReturn(self, call) {
|
|
3723
3939
|
function _inherits(subClass, superClass) {
|
3724
3940
|
if (typeof superClass !== "function" && superClass !== null) {
|
3725
3941
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
3726
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
3942
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
3727
3943
|
}
|
3728
3944
|
|
3729
3945
|
var Declaration = require('../declaration');
|
@@ -3807,6 +4023,14 @@ module.exports = GridArea;
|
|
3807
4023
|
|
3808
4024
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
3809
4025
|
|
4026
|
+
function _defaults(obj, defaults) {
|
4027
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
4028
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
4029
|
+
Object.defineProperty(obj, key, value);
|
4030
|
+
}
|
4031
|
+
}return obj;
|
4032
|
+
}
|
4033
|
+
|
3810
4034
|
function _classCallCheck(instance, Constructor) {
|
3811
4035
|
if (!(instance instanceof Constructor)) {
|
3812
4036
|
throw new TypeError("Cannot call a class as a function");
|
@@ -3822,7 +4046,7 @@ function _possibleConstructorReturn(self, call) {
|
|
3822
4046
|
function _inherits(subClass, superClass) {
|
3823
4047
|
if (typeof superClass !== "function" && superClass !== null) {
|
3824
4048
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
3825
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
4049
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
3826
4050
|
}
|
3827
4051
|
|
3828
4052
|
var Declaration = require('../declaration');
|
@@ -3875,6 +4099,14 @@ module.exports = GridColumnAlign;
|
|
3875
4099
|
|
3876
4100
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
3877
4101
|
|
4102
|
+
function _defaults(obj, defaults) {
|
4103
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
4104
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
4105
|
+
Object.defineProperty(obj, key, value);
|
4106
|
+
}
|
4107
|
+
}return obj;
|
4108
|
+
}
|
4109
|
+
|
3878
4110
|
function _classCallCheck(instance, Constructor) {
|
3879
4111
|
if (!(instance instanceof Constructor)) {
|
3880
4112
|
throw new TypeError("Cannot call a class as a function");
|
@@ -3890,7 +4122,7 @@ function _possibleConstructorReturn(self, call) {
|
|
3890
4122
|
function _inherits(subClass, superClass) {
|
3891
4123
|
if (typeof superClass !== "function" && superClass !== null) {
|
3892
4124
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
3893
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
4125
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
3894
4126
|
}
|
3895
4127
|
|
3896
4128
|
var Declaration = require('../declaration');
|
@@ -3958,6 +4190,14 @@ module.exports = GridEnd;
|
|
3958
4190
|
|
3959
4191
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
3960
4192
|
|
4193
|
+
function _defaults(obj, defaults) {
|
4194
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
4195
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
4196
|
+
Object.defineProperty(obj, key, value);
|
4197
|
+
}
|
4198
|
+
}return obj;
|
4199
|
+
}
|
4200
|
+
|
3961
4201
|
function _classCallCheck(instance, Constructor) {
|
3962
4202
|
if (!(instance instanceof Constructor)) {
|
3963
4203
|
throw new TypeError("Cannot call a class as a function");
|
@@ -3973,7 +4213,7 @@ function _possibleConstructorReturn(self, call) {
|
|
3973
4213
|
function _inherits(subClass, superClass) {
|
3974
4214
|
if (typeof superClass !== "function" && superClass !== null) {
|
3975
4215
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
3976
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
4216
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
3977
4217
|
}
|
3978
4218
|
|
3979
4219
|
var Declaration = require('../declaration');
|
@@ -4026,6 +4266,14 @@ module.exports = GridRowAlign;
|
|
4026
4266
|
|
4027
4267
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
4028
4268
|
|
4269
|
+
function _defaults(obj, defaults) {
|
4270
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
4271
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
4272
|
+
Object.defineProperty(obj, key, value);
|
4273
|
+
}
|
4274
|
+
}return obj;
|
4275
|
+
}
|
4276
|
+
|
4029
4277
|
function _classCallCheck(instance, Constructor) {
|
4030
4278
|
if (!(instance instanceof Constructor)) {
|
4031
4279
|
throw new TypeError("Cannot call a class as a function");
|
@@ -4041,7 +4289,7 @@ function _possibleConstructorReturn(self, call) {
|
|
4041
4289
|
function _inherits(subClass, superClass) {
|
4042
4290
|
if (typeof superClass !== "function" && superClass !== null) {
|
4043
4291
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
4044
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
4292
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
4045
4293
|
}
|
4046
4294
|
|
4047
4295
|
var Declaration = require('../declaration');
|
@@ -4101,6 +4349,14 @@ module.exports = GridRowColumn;
|
|
4101
4349
|
|
4102
4350
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
4103
4351
|
|
4352
|
+
function _defaults(obj, defaults) {
|
4353
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
4354
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
4355
|
+
Object.defineProperty(obj, key, value);
|
4356
|
+
}
|
4357
|
+
}return obj;
|
4358
|
+
}
|
4359
|
+
|
4104
4360
|
function _classCallCheck(instance, Constructor) {
|
4105
4361
|
if (!(instance instanceof Constructor)) {
|
4106
4362
|
throw new TypeError("Cannot call a class as a function");
|
@@ -4116,7 +4372,7 @@ function _possibleConstructorReturn(self, call) {
|
|
4116
4372
|
function _inherits(subClass, superClass) {
|
4117
4373
|
if (typeof superClass !== "function" && superClass !== null) {
|
4118
4374
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
4119
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
4375
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
4120
4376
|
}
|
4121
4377
|
|
4122
4378
|
var Declaration = require('../declaration');
|
@@ -4339,6 +4595,14 @@ module.exports = {
|
|
4339
4595
|
|
4340
4596
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
4341
4597
|
|
4598
|
+
function _defaults(obj, defaults) {
|
4599
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
4600
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
4601
|
+
Object.defineProperty(obj, key, value);
|
4602
|
+
}
|
4603
|
+
}return obj;
|
4604
|
+
}
|
4605
|
+
|
4342
4606
|
function _classCallCheck(instance, Constructor) {
|
4343
4607
|
if (!(instance instanceof Constructor)) {
|
4344
4608
|
throw new TypeError("Cannot call a class as a function");
|
@@ -4354,7 +4618,7 @@ function _possibleConstructorReturn(self, call) {
|
|
4354
4618
|
function _inherits(subClass, superClass) {
|
4355
4619
|
if (typeof superClass !== "function" && superClass !== null) {
|
4356
4620
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
4357
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
4621
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
4358
4622
|
}
|
4359
4623
|
|
4360
4624
|
var Declaration = require('../declaration');
|
@@ -4412,6 +4676,14 @@ module.exports = GridStart;
|
|
4412
4676
|
|
4413
4677
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
4414
4678
|
|
4679
|
+
function _defaults(obj, defaults) {
|
4680
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
4681
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
4682
|
+
Object.defineProperty(obj, key, value);
|
4683
|
+
}
|
4684
|
+
}return obj;
|
4685
|
+
}
|
4686
|
+
|
4415
4687
|
function _classCallCheck(instance, Constructor) {
|
4416
4688
|
if (!(instance instanceof Constructor)) {
|
4417
4689
|
throw new TypeError("Cannot call a class as a function");
|
@@ -4427,7 +4699,7 @@ function _possibleConstructorReturn(self, call) {
|
|
4427
4699
|
function _inherits(subClass, superClass) {
|
4428
4700
|
if (typeof superClass !== "function" && superClass !== null) {
|
4429
4701
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
4430
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
4702
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
4431
4703
|
}
|
4432
4704
|
|
4433
4705
|
var Declaration = require('../declaration');
|
@@ -4558,6 +4830,14 @@ module.exports = GridTemplateAreas;
|
|
4558
4830
|
|
4559
4831
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
4560
4832
|
|
4833
|
+
function _defaults(obj, defaults) {
|
4834
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
4835
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
4836
|
+
Object.defineProperty(obj, key, value);
|
4837
|
+
}
|
4838
|
+
}return obj;
|
4839
|
+
}
|
4840
|
+
|
4561
4841
|
function _classCallCheck(instance, Constructor) {
|
4562
4842
|
if (!(instance instanceof Constructor)) {
|
4563
4843
|
throw new TypeError("Cannot call a class as a function");
|
@@ -4573,7 +4853,7 @@ function _possibleConstructorReturn(self, call) {
|
|
4573
4853
|
function _inherits(subClass, superClass) {
|
4574
4854
|
if (typeof superClass !== "function" && superClass !== null) {
|
4575
4855
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
4576
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
4856
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
4577
4857
|
}
|
4578
4858
|
|
4579
4859
|
var Declaration = require('../declaration');
|
@@ -4645,6 +4925,14 @@ module.exports = GridTemplate;
|
|
4645
4925
|
|
4646
4926
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
4647
4927
|
|
4928
|
+
function _defaults(obj, defaults) {
|
4929
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
4930
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
4931
|
+
Object.defineProperty(obj, key, value);
|
4932
|
+
}
|
4933
|
+
}return obj;
|
4934
|
+
}
|
4935
|
+
|
4648
4936
|
function _classCallCheck(instance, Constructor) {
|
4649
4937
|
if (!(instance instanceof Constructor)) {
|
4650
4938
|
throw new TypeError("Cannot call a class as a function");
|
@@ -4660,7 +4948,7 @@ function _possibleConstructorReturn(self, call) {
|
|
4660
4948
|
function _inherits(subClass, superClass) {
|
4661
4949
|
if (typeof superClass !== "function" && superClass !== null) {
|
4662
4950
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
4663
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
4951
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
4664
4952
|
}
|
4665
4953
|
|
4666
4954
|
var Declaration = require('../declaration');
|
@@ -4736,6 +5024,14 @@ module.exports = ImageRendering;
|
|
4736
5024
|
|
4737
5025
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
4738
5026
|
|
5027
|
+
function _defaults(obj, defaults) {
|
5028
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
5029
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
5030
|
+
Object.defineProperty(obj, key, value);
|
5031
|
+
}
|
5032
|
+
}return obj;
|
5033
|
+
}
|
5034
|
+
|
4739
5035
|
function _classCallCheck(instance, Constructor) {
|
4740
5036
|
if (!(instance instanceof Constructor)) {
|
4741
5037
|
throw new TypeError("Cannot call a class as a function");
|
@@ -4751,7 +5047,7 @@ function _possibleConstructorReturn(self, call) {
|
|
4751
5047
|
function _inherits(subClass, superClass) {
|
4752
5048
|
if (typeof superClass !== "function" && superClass !== null) {
|
4753
5049
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
4754
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
5050
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
4755
5051
|
}
|
4756
5052
|
|
4757
5053
|
var Value = require('../value');
|
@@ -4792,6 +5088,14 @@ module.exports = ImageSet;
|
|
4792
5088
|
|
4793
5089
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
4794
5090
|
|
5091
|
+
function _defaults(obj, defaults) {
|
5092
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
5093
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
5094
|
+
Object.defineProperty(obj, key, value);
|
5095
|
+
}
|
5096
|
+
}return obj;
|
5097
|
+
}
|
5098
|
+
|
4795
5099
|
function _classCallCheck(instance, Constructor) {
|
4796
5100
|
if (!(instance instanceof Constructor)) {
|
4797
5101
|
throw new TypeError("Cannot call a class as a function");
|
@@ -4807,7 +5111,7 @@ function _possibleConstructorReturn(self, call) {
|
|
4807
5111
|
function _inherits(subClass, superClass) {
|
4808
5112
|
if (typeof superClass !== "function" && superClass !== null) {
|
4809
5113
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
4810
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
5114
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
4811
5115
|
}
|
4812
5116
|
|
4813
5117
|
var Declaration = require('../declaration');
|
@@ -4852,6 +5156,14 @@ module.exports = InlineLogical;
|
|
4852
5156
|
|
4853
5157
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
4854
5158
|
|
5159
|
+
function _defaults(obj, defaults) {
|
5160
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
5161
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
5162
|
+
Object.defineProperty(obj, key, value);
|
5163
|
+
}
|
5164
|
+
}return obj;
|
5165
|
+
}
|
5166
|
+
|
4855
5167
|
function _classCallCheck(instance, Constructor) {
|
4856
5168
|
if (!(instance instanceof Constructor)) {
|
4857
5169
|
throw new TypeError("Cannot call a class as a function");
|
@@ -4867,7 +5179,7 @@ function _possibleConstructorReturn(self, call) {
|
|
4867
5179
|
function _inherits(subClass, superClass) {
|
4868
5180
|
if (typeof superClass !== "function" && superClass !== null) {
|
4869
5181
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
4870
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
5182
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
4871
5183
|
}
|
4872
5184
|
|
4873
5185
|
var OldValue = require('../old-value');
|
@@ -4940,6 +5252,14 @@ module.exports = Intrinsic;
|
|
4940
5252
|
|
4941
5253
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
4942
5254
|
|
5255
|
+
function _defaults(obj, defaults) {
|
5256
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
5257
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
5258
|
+
Object.defineProperty(obj, key, value);
|
5259
|
+
}
|
5260
|
+
}return obj;
|
5261
|
+
}
|
5262
|
+
|
4943
5263
|
function _classCallCheck(instance, Constructor) {
|
4944
5264
|
if (!(instance instanceof Constructor)) {
|
4945
5265
|
throw new TypeError("Cannot call a class as a function");
|
@@ -4955,7 +5275,7 @@ function _possibleConstructorReturn(self, call) {
|
|
4955
5275
|
function _inherits(subClass, superClass) {
|
4956
5276
|
if (typeof superClass !== "function" && superClass !== null) {
|
4957
5277
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
4958
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
5278
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
4959
5279
|
}
|
4960
5280
|
|
4961
5281
|
var flexSpec = require('./flex-spec');
|
@@ -5042,6 +5362,14 @@ module.exports = JustifyContent;
|
|
5042
5362
|
|
5043
5363
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
5044
5364
|
|
5365
|
+
function _defaults(obj, defaults) {
|
5366
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
5367
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
5368
|
+
Object.defineProperty(obj, key, value);
|
5369
|
+
}
|
5370
|
+
}return obj;
|
5371
|
+
}
|
5372
|
+
|
5045
5373
|
function _classCallCheck(instance, Constructor) {
|
5046
5374
|
if (!(instance instanceof Constructor)) {
|
5047
5375
|
throw new TypeError("Cannot call a class as a function");
|
@@ -5057,7 +5385,7 @@ function _possibleConstructorReturn(self, call) {
|
|
5057
5385
|
function _inherits(subClass, superClass) {
|
5058
5386
|
if (typeof superClass !== "function" && superClass !== null) {
|
5059
5387
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
5060
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
5388
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
5061
5389
|
}
|
5062
5390
|
|
5063
5391
|
var Declaration = require('../declaration');
|
@@ -5106,6 +5434,14 @@ module.exports = MaskBorder;
|
|
5106
5434
|
|
5107
5435
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
5108
5436
|
|
5437
|
+
function _defaults(obj, defaults) {
|
5438
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
5439
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
5440
|
+
Object.defineProperty(obj, key, value);
|
5441
|
+
}
|
5442
|
+
}return obj;
|
5443
|
+
}
|
5444
|
+
|
5109
5445
|
function _classCallCheck(instance, Constructor) {
|
5110
5446
|
if (!(instance instanceof Constructor)) {
|
5111
5447
|
throw new TypeError("Cannot call a class as a function");
|
@@ -5121,7 +5457,7 @@ function _possibleConstructorReturn(self, call) {
|
|
5121
5457
|
function _inherits(subClass, superClass) {
|
5122
5458
|
if (typeof superClass !== "function" && superClass !== null) {
|
5123
5459
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
5124
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
5460
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
5125
5461
|
}
|
5126
5462
|
|
5127
5463
|
var flexSpec = require('./flex-spec');
|
@@ -5194,6 +5530,14 @@ module.exports = Order;
|
|
5194
5530
|
|
5195
5531
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
5196
5532
|
|
5533
|
+
function _defaults(obj, defaults) {
|
5534
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
5535
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
5536
|
+
Object.defineProperty(obj, key, value);
|
5537
|
+
}
|
5538
|
+
}return obj;
|
5539
|
+
}
|
5540
|
+
|
5197
5541
|
function _classCallCheck(instance, Constructor) {
|
5198
5542
|
if (!(instance instanceof Constructor)) {
|
5199
5543
|
throw new TypeError("Cannot call a class as a function");
|
@@ -5209,7 +5553,7 @@ function _possibleConstructorReturn(self, call) {
|
|
5209
5553
|
function _inherits(subClass, superClass) {
|
5210
5554
|
if (typeof superClass !== "function" && superClass !== null) {
|
5211
5555
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
5212
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
5556
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
5213
5557
|
}
|
5214
5558
|
|
5215
5559
|
var OldValue = require('../old-value');
|
@@ -5267,6 +5611,14 @@ module.exports = Pixelated;
|
|
5267
5611
|
|
5268
5612
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
5269
5613
|
|
5614
|
+
function _defaults(obj, defaults) {
|
5615
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
5616
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
5617
|
+
Object.defineProperty(obj, key, value);
|
5618
|
+
}
|
5619
|
+
}return obj;
|
5620
|
+
}
|
5621
|
+
|
5270
5622
|
function _classCallCheck(instance, Constructor) {
|
5271
5623
|
if (!(instance instanceof Constructor)) {
|
5272
5624
|
throw new TypeError("Cannot call a class as a function");
|
@@ -5282,7 +5634,7 @@ function _possibleConstructorReturn(self, call) {
|
|
5282
5634
|
function _inherits(subClass, superClass) {
|
5283
5635
|
if (typeof superClass !== "function" && superClass !== null) {
|
5284
5636
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
5285
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
5637
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
5286
5638
|
}
|
5287
5639
|
|
5288
5640
|
var Selector = require('../selector');
|
@@ -5337,6 +5689,14 @@ module.exports = Placeholder;
|
|
5337
5689
|
|
5338
5690
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
5339
5691
|
|
5692
|
+
function _defaults(obj, defaults) {
|
5693
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
5694
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
5695
|
+
Object.defineProperty(obj, key, value);
|
5696
|
+
}
|
5697
|
+
}return obj;
|
5698
|
+
}
|
5699
|
+
|
5340
5700
|
function _classCallCheck(instance, Constructor) {
|
5341
5701
|
if (!(instance instanceof Constructor)) {
|
5342
5702
|
throw new TypeError("Cannot call a class as a function");
|
@@ -5352,7 +5712,7 @@ function _possibleConstructorReturn(self, call) {
|
|
5352
5712
|
function _inherits(subClass, superClass) {
|
5353
5713
|
if (typeof superClass !== "function" && superClass !== null) {
|
5354
5714
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
5355
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
5715
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
5356
5716
|
}
|
5357
5717
|
|
5358
5718
|
var Declaration = require('../declaration');
|
@@ -5393,6 +5753,14 @@ module.exports = TextDecoration;
|
|
5393
5753
|
|
5394
5754
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
5395
5755
|
|
5756
|
+
function _defaults(obj, defaults) {
|
5757
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
5758
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
5759
|
+
Object.defineProperty(obj, key, value);
|
5760
|
+
}
|
5761
|
+
}return obj;
|
5762
|
+
}
|
5763
|
+
|
5396
5764
|
function _classCallCheck(instance, Constructor) {
|
5397
5765
|
if (!(instance instanceof Constructor)) {
|
5398
5766
|
throw new TypeError("Cannot call a class as a function");
|
@@ -5408,7 +5776,7 @@ function _possibleConstructorReturn(self, call) {
|
|
5408
5776
|
function _inherits(subClass, superClass) {
|
5409
5777
|
if (typeof superClass !== "function" && superClass !== null) {
|
5410
5778
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
5411
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
5779
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
5412
5780
|
}
|
5413
5781
|
|
5414
5782
|
var Declaration = require('../declaration');
|
@@ -5445,6 +5813,14 @@ module.exports = TextEmphasisPosition;
|
|
5445
5813
|
|
5446
5814
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
5447
5815
|
|
5816
|
+
function _defaults(obj, defaults) {
|
5817
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
5818
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
5819
|
+
Object.defineProperty(obj, key, value);
|
5820
|
+
}
|
5821
|
+
}return obj;
|
5822
|
+
}
|
5823
|
+
|
5448
5824
|
function _classCallCheck(instance, Constructor) {
|
5449
5825
|
if (!(instance instanceof Constructor)) {
|
5450
5826
|
throw new TypeError("Cannot call a class as a function");
|
@@ -5460,7 +5836,7 @@ function _possibleConstructorReturn(self, call) {
|
|
5460
5836
|
function _inherits(subClass, superClass) {
|
5461
5837
|
if (typeof superClass !== "function" && superClass !== null) {
|
5462
5838
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
5463
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
5839
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
5464
5840
|
}
|
5465
5841
|
|
5466
5842
|
var Declaration = require('../declaration');
|
@@ -5573,6 +5949,14 @@ module.exports = TransformDecl;
|
|
5573
5949
|
|
5574
5950
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
5575
5951
|
|
5952
|
+
function _defaults(obj, defaults) {
|
5953
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
5954
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
5955
|
+
Object.defineProperty(obj, key, value);
|
5956
|
+
}
|
5957
|
+
}return obj;
|
5958
|
+
}
|
5959
|
+
|
5576
5960
|
function _classCallCheck(instance, Constructor) {
|
5577
5961
|
if (!(instance instanceof Constructor)) {
|
5578
5962
|
throw new TypeError("Cannot call a class as a function");
|
@@ -5588,7 +5972,7 @@ function _possibleConstructorReturn(self, call) {
|
|
5588
5972
|
function _inherits(subClass, superClass) {
|
5589
5973
|
if (typeof superClass !== "function" && superClass !== null) {
|
5590
5974
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
5591
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
5975
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
5592
5976
|
}
|
5593
5977
|
|
5594
5978
|
var Declaration = require('../declaration');
|
@@ -7062,6 +7446,14 @@ module.exports = Processor;
|
|
7062
7446
|
|
7063
7447
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
7064
7448
|
|
7449
|
+
function _defaults(obj, defaults) {
|
7450
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
7451
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
7452
|
+
Object.defineProperty(obj, key, value);
|
7453
|
+
}
|
7454
|
+
}return obj;
|
7455
|
+
}
|
7456
|
+
|
7065
7457
|
function _classCallCheck(instance, Constructor) {
|
7066
7458
|
if (!(instance instanceof Constructor)) {
|
7067
7459
|
throw new TypeError("Cannot call a class as a function");
|
@@ -7077,7 +7469,7 @@ function _possibleConstructorReturn(self, call) {
|
|
7077
7469
|
function _inherits(subClass, superClass) {
|
7078
7470
|
if (typeof superClass !== "function" && superClass !== null) {
|
7079
7471
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
7080
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
7472
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
7081
7473
|
}
|
7082
7474
|
|
7083
7475
|
var Prefixer = require('./prefixer');
|
@@ -7227,6 +7619,14 @@ module.exports = Resolution;
|
|
7227
7619
|
|
7228
7620
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
7229
7621
|
|
7622
|
+
function _defaults(obj, defaults) {
|
7623
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
7624
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
7625
|
+
Object.defineProperty(obj, key, value);
|
7626
|
+
}
|
7627
|
+
}return obj;
|
7628
|
+
}
|
7629
|
+
|
7230
7630
|
function _classCallCheck(instance, Constructor) {
|
7231
7631
|
if (!(instance instanceof Constructor)) {
|
7232
7632
|
throw new TypeError("Cannot call a class as a function");
|
@@ -7242,7 +7642,7 @@ function _possibleConstructorReturn(self, call) {
|
|
7242
7642
|
function _inherits(subClass, superClass) {
|
7243
7643
|
if (typeof superClass !== "function" && superClass !== null) {
|
7244
7644
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
7245
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
7645
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
7246
7646
|
}
|
7247
7647
|
|
7248
7648
|
var OldSelector = require('./old-selector');
|
@@ -8318,6 +8718,14 @@ module.exports = {
|
|
8318
8718
|
|
8319
8719
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
8320
8720
|
|
8721
|
+
function _defaults(obj, defaults) {
|
8722
|
+
var keys = Object.getOwnPropertyNames(defaults);for (var i = 0; i < keys.length; i++) {
|
8723
|
+
var key = keys[i];var value = Object.getOwnPropertyDescriptor(defaults, key);if (value && value.configurable && obj[key] === undefined) {
|
8724
|
+
Object.defineProperty(obj, key, value);
|
8725
|
+
}
|
8726
|
+
}return obj;
|
8727
|
+
}
|
8728
|
+
|
8321
8729
|
function _classCallCheck(instance, Constructor) {
|
8322
8730
|
if (!(instance instanceof Constructor)) {
|
8323
8731
|
throw new TypeError("Cannot call a class as a function");
|
@@ -8333,7 +8741,7 @@ function _possibleConstructorReturn(self, call) {
|
|
8333
8741
|
function _inherits(subClass, superClass) {
|
8334
8742
|
if (typeof superClass !== "function" && superClass !== null) {
|
8335
8743
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : _typeof(superClass)));
|
8336
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
8744
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
8337
8745
|
}
|
8338
8746
|
|
8339
8747
|
var Prefixer = require('./prefixer');
|
@@ -8604,11 +9012,11 @@ function fromByteArray(uint8) {
|
|
8604
9012
|
"use strict";
|
8605
9013
|
|
8606
9014
|
},{}],69:[function(require,module,exports){
|
8607
|
-
(function (process){
|
8608
9015
|
'use strict';
|
8609
9016
|
|
8610
9017
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
8611
9018
|
|
9019
|
+
var process = require('process');
|
8612
9020
|
var path = require('path');
|
8613
9021
|
var e2c = require('electron-to-chromium/versions');
|
8614
9022
|
var fs = require('fs');
|
@@ -8643,7 +9051,7 @@ function getMajorVersions(released, number) {
|
|
8643
9051
|
return selected;
|
8644
9052
|
}
|
8645
9053
|
|
8646
|
-
var env = process.env;
|
9054
|
+
var env = process && process.env ? process.env : {};
|
8647
9055
|
|
8648
9056
|
var FLOAT_RANGE = /^\d+(\.\d+)?(-\d+(\.\d+)?)*$/;
|
8649
9057
|
var IS_SECTION = /^\s*\[(.+)\]\s*$/;
|
@@ -9426,8 +9834,7 @@ function checkExtend(name) {
|
|
9426
9834
|
|
9427
9835
|
module.exports = browserslist;
|
9428
9836
|
|
9429
|
-
}
|
9430
|
-
},{"_process":594,"caniuse-lite/dist/unpacker/agents":541,"caniuse-lite/dist/unpacker/region":547,"electron-to-chromium/versions":548,"fs":68,"path":68}],70:[function(require,module,exports){
|
9837
|
+
},{"caniuse-lite/dist/unpacker/agents":541,"caniuse-lite/dist/unpacker/region":547,"electron-to-chromium/versions":548,"fs":68,"path":68,"process":68}],70:[function(require,module,exports){
|
9431
9838
|
/*!
|
9432
9839
|
* The buffer module from node.js, for the browser.
|
9433
9840
|
*
|
@@ -9438,6 +9845,10 @@ module.exports = browserslist;
|
|
9438
9845
|
|
9439
9846
|
'use strict';
|
9440
9847
|
|
9848
|
+
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
9849
|
+
|
9850
|
+
function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; }
|
9851
|
+
|
9441
9852
|
var base64 = require('base64-js');
|
9442
9853
|
var ieee754 = require('ieee754');
|
9443
9854
|
|
@@ -9472,9 +9883,11 @@ function typedArraySupport() {
|
|
9472
9883
|
// Can typed array instances can be augmented?
|
9473
9884
|
try {
|
9474
9885
|
var arr = new Uint8Array(1);
|
9475
|
-
|
9886
|
+
|
9887
|
+
_defaults(arr, _extends({}, Uint8Array.prototype, { foo: function foo() {
|
9476
9888
|
return 42;
|
9477
|
-
} };
|
9889
|
+
} }));
|
9890
|
+
|
9478
9891
|
return arr.foo() === 42;
|
9479
9892
|
} catch (e) {
|
9480
9893
|
return false;
|
@@ -9487,7 +9900,9 @@ function createBuffer(length) {
|
|
9487
9900
|
}
|
9488
9901
|
// Return an augmented `Uint8Array` instance
|
9489
9902
|
var buf = new Uint8Array(length);
|
9490
|
-
|
9903
|
+
|
9904
|
+
_defaults(buf, Buffer.prototype);
|
9905
|
+
|
9491
9906
|
return buf;
|
9492
9907
|
}
|
9493
9908
|
|
@@ -9554,8 +9969,10 @@ Buffer.from = function (value, encodingOrOffset, length) {
|
|
9554
9969
|
|
9555
9970
|
// Note: Change prototype *after* Buffer.from is defined to workaround Chrome bug:
|
9556
9971
|
// https://github.com/feross/buffer/pull/148
|
9557
|
-
|
9558
|
-
Buffer.
|
9972
|
+
|
9973
|
+
_defaults(Buffer.prototype, Uint8Array.prototype);
|
9974
|
+
|
9975
|
+
_defaults(Buffer, Uint8Array);
|
9559
9976
|
|
9560
9977
|
function assertSize(size) {
|
9561
9978
|
if (typeof size !== 'number') {
|
@@ -9657,7 +10074,9 @@ function fromArrayBuffer(array, byteOffset, length) {
|
|
9657
10074
|
}
|
9658
10075
|
|
9659
10076
|
// Return an augmented `Uint8Array` instance
|
9660
|
-
|
10077
|
+
|
10078
|
+
_defaults(buf, Buffer.prototype);
|
10079
|
+
|
9661
10080
|
return buf;
|
9662
10081
|
}
|
9663
10082
|
|
@@ -10446,7 +10865,9 @@ Buffer.prototype.slice = function slice(start, end) {
|
|
10446
10865
|
|
10447
10866
|
var newBuf = this.subarray(start, end);
|
10448
10867
|
// Return an augmented `Uint8Array` instance
|
10449
|
-
|
10868
|
+
|
10869
|
+
_defaults(newBuf, Buffer.prototype);
|
10870
|
+
|
10450
10871
|
return newBuf;
|
10451
10872
|
};
|
10452
10873
|
|
@@ -11396,7 +11817,7 @@ module.exports = { A: { A: { "2": "K C G E A B CB" }, B: { "2": "D u Y I M H" },
|
|
11396
11817
|
},{}],131:[function(require,module,exports){
|
11397
11818
|
"use strict";
|
11398
11819
|
|
11399
|
-
module.exports = { A: { A: { "2": "K C G E A B CB" }, B: { "2": "D u Y I M
|
11820
|
+
module.exports = { A: { A: { "2": "K C G E A B CB" }, B: { "1": "H", "2": "D u Y I M" }, C: { "2": "0 1 2 3 4 5 6 7 VB F J K C G E A B D u Y I M H N O P Q R S T U V W X w Z a b c d e f L h i j k l m n o p q r s t y z v TB SB" }, D: { "2": "F J K C G E A B D u Y I M H N O P Q R S T U V W X w Z a b c d e f L h i j k l m n o p", "194": "0 2 3 4 5 6 7 q r s t y z v HB g DB XB EB FB" }, E: { "2": "F J K C G GB AB IB JB KB", "33": "E A B LB MB NB" }, F: { "2": "8 9 E B D I M H N O P Q R S T U V W X w Z a b c OB PB QB RB UB x", "194": "d e f L h i j k l m n o p q r s t" }, G: { "2": "G AB WB BB YB ZB aB bB", "33": "cB dB eB fB gB" }, H: { "2": "hB" }, I: { "2": "1 F g iB jB kB lB BB mB nB" }, J: { "2": "C A" }, K: { "2": "8 9 A B D x", "194": "L" }, L: { "194": "g" }, M: { "2": "v" }, N: { "2": "A B" }, O: { "2": "oB" }, P: { "2": "F", "194": "J pB" }, Q: { "194": "qB" }, R: { "194": "rB" } }, B: 7, C: "CSS Backdrop Filter" };
|
11400
11821
|
|
11401
11822
|
},{}],132:[function(require,module,exports){
|
11402
11823
|
"use strict";
|
@@ -12741,12 +13162,12 @@ module.exports = { A: { A: { "2": "K C G E A B CB" }, B: { "2": "D u Y I M H" },
|
|
12741
13162
|
},{}],400:[function(require,module,exports){
|
12742
13163
|
"use strict";
|
12743
13164
|
|
12744
|
-
module.exports = { A: { A: { "2": "K C G E A B CB" }, B: { "2": "D u Y I M
|
13165
|
+
module.exports = { A: { A: { "2": "K C G E A B CB" }, B: { "1": "H", "2": "D u Y I M" }, C: { "1": "0 2 3 4 5 6 7 F J K C G E A B D u Y I M H N O P Q R S T U V W X w Z a b c d e f L h i j k l m n o p q r s t y z v TB SB", "2": "1 VB" }, D: { "1": "0 2 3 4 5 6 7 F J K C G E A B D u Y I M H N O P Q R S T U V W X w Z a b c d e f L h i j k l m n o p q r s t y z v HB g DB XB EB FB" }, E: { "2": "F J K C G E A B GB AB IB JB KB LB MB NB" }, F: { "1": "8 9 B D I M H N O P Q R S T U V W X w Z a b c d e f L h i j k l m n o p q r s t QB RB UB x", "2": "E OB PB" }, G: { "2": "G AB WB BB YB ZB aB bB cB dB eB fB gB" }, H: { "2": "hB" }, I: { "1": "1 F g kB lB BB mB nB", "16": "iB jB" }, J: { "1": "A", "2": "C" }, K: { "1": "8 9 B D L x", "2": "A" }, L: { "1": "g" }, M: { "1": "v" }, N: { "2": "A B" }, O: { "1": "oB" }, P: { "1": "F J pB" }, Q: { "1": "qB" }, R: { "1": "rB" } }, B: 6, C: "Ogg Vorbis audio format" };
|
12745
13166
|
|
12746
13167
|
},{}],401:[function(require,module,exports){
|
12747
13168
|
"use strict";
|
12748
13169
|
|
12749
|
-
module.exports = { A: { A: { "2": "K C G CB", "8": "E A B" }, B: { "8": "D u Y I M
|
13170
|
+
module.exports = { A: { A: { "2": "K C G CB", "8": "E A B" }, B: { "1": "H", "8": "D u Y I M" }, C: { "1": "0 2 3 4 5 6 7 F J K C G E A B D u Y I M H N O P Q R S T U V W X w Z a b c d e f L h i j k l m n o p q r s t y z v TB SB", "2": "1 VB" }, D: { "1": "0 2 3 4 5 6 7 F J K C G E A B D u Y I M H N O P Q R S T U V W X w Z a b c d e f L h i j k l m n o p q r s t y z v HB g DB XB EB FB" }, E: { "2": "F J K C G E A B GB AB IB JB KB LB MB NB" }, F: { "1": "8 9 B D I M H N O P Q R S T U V W X w Z a b c d e f L h i j k l m n o p q r s t QB RB UB x", "2": "E OB PB" }, G: { "2": "G AB WB BB YB ZB aB bB cB dB eB fB gB" }, H: { "2": "hB" }, I: { "2": "1 F g iB jB kB lB BB mB nB" }, J: { "2": "C A" }, K: { "2": "8 9 A B D L x" }, L: { "2": "g" }, M: { "1": "v" }, N: { "8": "A B" }, O: { "1": "oB" }, P: { "2": "F J pB" }, Q: { "2": "qB" }, R: { "2": "rB" } }, B: 6, C: "Ogg/Theora video format" };
|
12750
13171
|
|
12751
13172
|
},{}],402:[function(require,module,exports){
|
12752
13173
|
"use strict";
|
@@ -12866,7 +13287,7 @@ module.exports = { A: { A: { "2": "K C G E A B CB" }, B: { "2": "D u Y I M H" },
|
|
12866
13287
|
},{}],425:[function(require,module,exports){
|
12867
13288
|
"use strict";
|
12868
13289
|
|
12869
|
-
module.exports = { A: { A: { "2": "K C G E A B CB" }, B: { "2": "D u Y I M
|
13290
|
+
module.exports = { A: { A: { "2": "K C G E A B CB" }, B: { "1": "H", "2": "D u Y I M" }, C: { "2": "1 VB F J K C G E A B D u Y I M H N O P Q R S T U V W X w Z a b c d e f L h i j k l m TB SB", "257": "0 2 3 4 5 6 7 n p q r s t y v", "1281": "o z" }, D: { "2": "F J K C G E A B D u Y I M H N O P Q R S T U V W X w Z a b c d e f L h i j k l m", "257": "0 2 3 4 5 6 7 t y z v HB g DB XB EB FB", "388": "n o p q r s" }, E: { "2": "F J K C G E GB AB IB JB KB", "514": "A B LB MB NB" }, F: { "2": "8 9 E B D I M H N O P Q R S T U V W X w Z a b c d e f OB PB QB RB UB x", "16": "L h i j k", "257": "l m n o p q r s t" }, G: { "2": "G AB WB BB YB ZB aB bB cB dB eB fB gB" }, H: { "2": "hB" }, I: { "2": "1 F g iB jB kB lB BB mB nB" }, J: { "2": "C A" }, K: { "1": "L", "2": "8 9 A B D x" }, L: { "1": "g" }, M: { "1": "v" }, N: { "2": "A B" }, O: { "1": "oB" }, P: { "1": "F J pB" }, Q: { "1": "qB" }, R: { "2": "rB" } }, B: 5, C: "Push API" };
|
12870
13291
|
|
12871
13292
|
},{}],426:[function(require,module,exports){
|
12872
13293
|
"use strict";
|
@@ -12926,7 +13347,7 @@ module.exports = { A: { A: { "2": "K C G E A B CB" }, B: { "2": "D u Y I M H" },
|
|
12926
13347
|
},{}],437:[function(require,module,exports){
|
12927
13348
|
"use strict";
|
12928
13349
|
|
12929
|
-
module.exports = { A: { A: { "1": "A B", "2": "K C G E CB" }, B: { "1": "D u Y I M H" }, C: { "1": "0 2 3 4 5 6 7 e f L h i j k l m n o p q r s t y z v", "2": "1 VB F J K C G E A B D u Y I M H N O P Q R S T U V W X w Z TB SB", "194": "a b c d" }, D: { "1": "0 2 3 4 5 6 7 U V W X w Z a b c d e f L h i j k l m n o p q r s t y z v HB g DB XB EB FB", "2": "F J K C G E A B D u Y I M H N O P Q R S T" }, E: { "1": "
|
13350
|
+
module.exports = { A: { A: { "1": "A B", "2": "K C G E CB" }, B: { "1": "D u Y I M H" }, C: { "1": "0 2 3 4 5 6 7 e f L h i j k l m n o p q r s t y z v", "2": "1 VB F J K C G E A B D u Y I M H N O P Q R S T U V W X w Z TB SB", "194": "a b c d" }, D: { "1": "0 2 3 4 5 6 7 U V W X w Z a b c d e f L h i j k l m n o p q r s t y z v HB g DB XB EB FB", "2": "F J K C G E A B D u Y I M H N O P Q R S T" }, E: { "1": "NB", "2": "F J K C G E A GB AB IB JB KB LB MB", "260": "B" }, F: { "1": "I M H N O P Q R S T U V W X w Z a b c d e f L h i j k l m n o p q r s t", "2": "8 9 E B D OB PB QB RB UB x" }, G: { "1": "gB", "2": "G AB WB BB YB ZB aB bB cB dB eB fB" }, H: { "2": "hB" }, I: { "1": "g mB nB", "2": "1 F iB jB kB lB BB" }, J: { "2": "C A" }, K: { "1": "L", "2": "8 9 A B D x" }, L: { "1": "g" }, M: { "1": "v" }, N: { "1": "A B" }, O: { "1": "oB" }, P: { "1": "F J pB" }, Q: { "1": "qB" }, R: { "1": "rB" } }, B: 4, C: "Resource Timing" };
|
12930
13351
|
|
12931
13352
|
},{}],438:[function(require,module,exports){
|
12932
13353
|
"use strict";
|
@@ -12991,7 +13412,7 @@ module.exports = { A: { A: { "1": "E A B", "16": "CB", "260": "K C G" }, B: { "1
|
|
12991
13412
|
},{}],450:[function(require,module,exports){
|
12992
13413
|
"use strict";
|
12993
13414
|
|
12994
|
-
module.exports = { A: { A: { "2": "K C G E A B CB" }, B: { "2": "D u Y", "322": "I M
|
13415
|
+
module.exports = { A: { A: { "2": "K C G E A B CB" }, B: { "1": "H", "2": "D u Y", "322": "I M" }, C: { "1": "0 2 3 4 5 6 7 n p q r s t y v", "2": "1 VB F J K C G E A B D u Y I M H N O P Q R S T U V W X w Z a b TB SB", "194": "c d e f L h i j k l m", "513": "o z" }, D: { "1": "0 2 3 4 5 6 7 o p q r s t y z v HB g DB XB EB FB", "2": "F J K C G E A B D u Y I M H N O P Q R S T U V W X w Z a b c d e f L h i", "4": "j k l m n" }, E: { "2": "F J K C G E A B GB AB IB JB KB LB MB", "1090": "NB" }, F: { "1": "b c d e f L h i j k l m n o p q r s t", "2": "8 9 E B D I M H N O P Q R S T U V OB PB QB RB UB x", "4": "W X w Z a" }, G: { "2": "G AB WB BB YB ZB aB bB cB dB eB fB gB" }, H: { "2": "hB" }, I: { "2": "1 F iB jB kB lB BB mB nB", "4": "g" }, J: { "2": "C A" }, K: { "2": "8 9 A B D x", "4": "L" }, L: { "1": "g" }, M: { "1": "v" }, N: { "2": "A B" }, O: { "4": "oB" }, P: { "1": "F J pB" }, Q: { "4": "qB" }, R: { "4": "rB" } }, B: 5, C: "Service Workers" };
|
12995
13416
|
|
12996
13417
|
},{}],451:[function(require,module,exports){
|
12997
13418
|
"use strict";
|
@@ -13081,7 +13502,7 @@ module.exports = { A: { A: { "2": "K C G E A B CB" }, B: { "2": "D u Y I M H" },
|
|
13081
13502
|
},{}],468:[function(require,module,exports){
|
13082
13503
|
"use strict";
|
13083
13504
|
|
13084
|
-
module.exports = { A: { A: { "2": "K C G E A B CB" }, B: { "2": "D u Y I M
|
13505
|
+
module.exports = { A: { A: { "2": "K C G E A B CB" }, B: { "1": "H", "2": "D u Y I M" }, C: { "1": "0 2 3 4 5 6 7 m n o p q r s t y z v", "2": "1 VB F J K C G E A B D u Y I M H N O P Q R S T U V W X w Z a b c d e f L h i j k l TB SB" }, D: { "1": "0 2 3 4 5 6 7 o p q r s t y z v HB g DB XB EB FB", "2": "F J K C G E A B D u Y I M H N O P Q R S T U V W X w Z a b c d e f L h i j k l m n" }, E: { "1": "B NB", "2": "F J K C G E A GB AB IB JB KB LB MB" }, F: { "1": "b c d e f L h i j k l m n o p q r s t", "2": "8 9 E B D I M H N O P Q R S T U V W X w Z a OB PB QB RB UB x" }, G: { "2": "G AB WB BB YB ZB aB bB cB dB eB fB", "194": "gB" }, H: { "2": "hB" }, I: { "1": "g", "2": "1 F iB jB kB lB BB mB nB" }, J: { "2": "C A" }, K: { "1": "L", "2": "8 9 A B D x" }, L: { "1": "g" }, M: { "1": "v" }, N: { "2": "A B" }, O: { "2": "oB" }, P: { "1": "J pB", "2": "F" }, Q: { "1": "qB" }, R: { "1": "rB" } }, B: 2, C: "Subresource Integrity" };
|
13085
13506
|
|
13086
13507
|
},{}],469:[function(require,module,exports){
|
13087
13508
|
"use strict";
|
@@ -13687,11 +14108,11 @@ function unpackRegion(packed) {
|
|
13687
14108
|
|
13688
14109
|
module.exports = {
|
13689
14110
|
"1.8": "59",
|
13690
|
-
"1.6": "56",
|
13691
14111
|
"1.7": "58",
|
13692
|
-
"1.
|
13693
|
-
"1.4": "53",
|
14112
|
+
"1.6": "56",
|
13694
14113
|
"1.5": "54",
|
14114
|
+
"1.4": "53",
|
14115
|
+
"1.3": "52",
|
13695
14116
|
"1.2": "51",
|
13696
14117
|
"1.1": "50",
|
13697
14118
|
"1.0": "49",
|
@@ -14514,6 +14935,8 @@ module.exports = function walk(nodes, cb, bubble) {
|
|
14514
14935
|
|
14515
14936
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
14516
14937
|
|
14938
|
+
function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; }
|
14939
|
+
|
14517
14940
|
exports.__esModule = true;
|
14518
14941
|
|
14519
14942
|
var _container = require('./container');
|
@@ -14539,7 +14962,7 @@ function _possibleConstructorReturn(self, call) {
|
|
14539
14962
|
function _inherits(subClass, superClass) {
|
14540
14963
|
if (typeof superClass !== "function" && superClass !== null) {
|
14541
14964
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === 'undefined' ? 'undefined' : _typeof(superClass)));
|
14542
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
14965
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
14543
14966
|
}
|
14544
14967
|
|
14545
14968
|
/**
|
@@ -14661,6 +15084,8 @@ module.exports = exports['default'];
|
|
14661
15084
|
|
14662
15085
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
14663
15086
|
|
15087
|
+
function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; }
|
15088
|
+
|
14664
15089
|
exports.__esModule = true;
|
14665
15090
|
|
14666
15091
|
var _node = require('./node');
|
@@ -14686,7 +15111,7 @@ function _possibleConstructorReturn(self, call) {
|
|
14686
15111
|
function _inherits(subClass, superClass) {
|
14687
15112
|
if (typeof superClass !== "function" && superClass !== null) {
|
14688
15113
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === 'undefined' ? 'undefined' : _typeof(superClass)));
|
14689
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
15114
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
14690
15115
|
}
|
14691
15116
|
|
14692
15117
|
/**
|
@@ -14738,6 +15163,8 @@ module.exports = exports['default'];
|
|
14738
15163
|
|
14739
15164
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
14740
15165
|
|
15166
|
+
function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; }
|
15167
|
+
|
14741
15168
|
exports.__esModule = true;
|
14742
15169
|
|
14743
15170
|
var _createClass = function () {
|
@@ -14781,7 +15208,7 @@ function _possibleConstructorReturn(self, call) {
|
|
14781
15208
|
function _inherits(subClass, superClass) {
|
14782
15209
|
if (typeof superClass !== "function" && superClass !== null) {
|
14783
15210
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === 'undefined' ? 'undefined' : _typeof(superClass)));
|
14784
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
15211
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
14785
15212
|
}
|
14786
15213
|
|
14787
15214
|
function cleanSource(nodes) {
|
@@ -15835,7 +16262,7 @@ var CssSyntaxError = function () {
|
|
15835
16262
|
if (!this.source) return '';
|
15836
16263
|
|
15837
16264
|
var css = this.source;
|
15838
|
-
if (typeof color === 'undefined') color = _supportsColor2.default;
|
16265
|
+
if (typeof color === 'undefined') color = _supportsColor2.default.stdout;
|
15839
16266
|
if (color) css = (0, _terminalHighlight2.default)(css);
|
15840
16267
|
|
15841
16268
|
var lines = css.split(/\r?\n/);
|
@@ -15914,6 +16341,8 @@ module.exports = exports['default'];
|
|
15914
16341
|
|
15915
16342
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
15916
16343
|
|
16344
|
+
function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; }
|
16345
|
+
|
15917
16346
|
exports.__esModule = true;
|
15918
16347
|
|
15919
16348
|
var _node = require('./node');
|
@@ -15939,7 +16368,7 @@ function _possibleConstructorReturn(self, call) {
|
|
15939
16368
|
function _inherits(subClass, superClass) {
|
15940
16369
|
if (typeof superClass !== "function" && superClass !== null) {
|
15941
16370
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === 'undefined' ? 'undefined' : _typeof(superClass)));
|
15942
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
16371
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
15943
16372
|
}
|
15944
16373
|
|
15945
16374
|
/**
|
@@ -16269,6 +16698,10 @@ var _stringify2 = require('./stringify');
|
|
16269
16698
|
|
16270
16699
|
var _stringify3 = _interopRequireDefault(_stringify2);
|
16271
16700
|
|
16701
|
+
var _warnOnce = require('./warn-once');
|
16702
|
+
|
16703
|
+
var _warnOnce2 = _interopRequireDefault(_warnOnce);
|
16704
|
+
|
16272
16705
|
var _result = require('./result');
|
16273
16706
|
|
16274
16707
|
var _result2 = _interopRequireDefault(_result);
|
@@ -16376,12 +16809,15 @@ var LazyResult = function () {
|
|
16376
16809
|
* @return {Promise} Promise API to make queue
|
16377
16810
|
*
|
16378
16811
|
* @example
|
16379
|
-
* postcss([cssnext]).process(css).then(result => {
|
16812
|
+
* postcss([cssnext]).process(css, { from: cssPath }).then(result => {
|
16380
16813
|
* console.log(result.css);
|
16381
16814
|
* });
|
16382
16815
|
*/
|
16383
16816
|
|
16384
16817
|
LazyResult.prototype.then = function then(onFulfilled, onRejected) {
|
16818
|
+
if (!('from' in this.opts)) {
|
16819
|
+
(0, _warnOnce2.default)('Witout `from` option PostCSS could generate wrong ' + 'source map or do not find Browserslist config. ' + 'Set it to CSS file path or to `undefined` to prevent ' + 'this warning');
|
16820
|
+
}
|
16385
16821
|
return this.async().then(onFulfilled, onRejected);
|
16386
16822
|
};
|
16387
16823
|
|
@@ -16683,7 +17119,7 @@ exports.default = LazyResult;
|
|
16683
17119
|
|
16684
17120
|
module.exports = exports['default'];
|
16685
17121
|
|
16686
|
-
},{"./map-generator":566,"./parse":568,"./result":573,"./stringify":577}],565:[function(require,module,exports){
|
17122
|
+
},{"./map-generator":566,"./parse":568,"./result":573,"./stringify":577,"./warn-once":581}],565:[function(require,module,exports){
|
16687
17123
|
'use strict';
|
16688
17124
|
|
16689
17125
|
exports.__esModule = true;
|
@@ -18849,7 +19285,7 @@ var Processor = function () {
|
|
18849
19285
|
* throw new Error('This plugin works only with PostCSS 6');
|
18850
19286
|
* }
|
18851
19287
|
*/
|
18852
|
-
this.version = '6.0.
|
19288
|
+
this.version = '6.0.15';
|
18853
19289
|
/**
|
18854
19290
|
* @member {pluginFunction[]} - Plugins added to this processor.
|
18855
19291
|
*
|
@@ -19267,6 +19703,8 @@ module.exports = exports['default'];
|
|
19267
19703
|
|
19268
19704
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
19269
19705
|
|
19706
|
+
function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; }
|
19707
|
+
|
19270
19708
|
exports.__esModule = true;
|
19271
19709
|
|
19272
19710
|
var _container = require('./container');
|
@@ -19292,7 +19730,7 @@ function _possibleConstructorReturn(self, call) {
|
|
19292
19730
|
function _inherits(subClass, superClass) {
|
19293
19731
|
if (typeof superClass !== "function" && superClass !== null) {
|
19294
19732
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === 'undefined' ? 'undefined' : _typeof(superClass)));
|
19295
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
19733
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
19296
19734
|
}
|
19297
19735
|
|
19298
19736
|
/**
|
@@ -19412,6 +19850,8 @@ module.exports = exports['default'];
|
|
19412
19850
|
|
19413
19851
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
19414
19852
|
|
19853
|
+
function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; }
|
19854
|
+
|
19415
19855
|
exports.__esModule = true;
|
19416
19856
|
|
19417
19857
|
var _createClass = function () {
|
@@ -19451,7 +19891,7 @@ function _possibleConstructorReturn(self, call) {
|
|
19451
19891
|
function _inherits(subClass, superClass) {
|
19452
19892
|
if (typeof superClass !== "function" && superClass !== null) {
|
19453
19893
|
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === 'undefined' ? 'undefined' : _typeof(superClass)));
|
19454
|
-
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass
|
19894
|
+
}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } });if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass);
|
19455
19895
|
}
|
19456
19896
|
|
19457
19897
|
/**
|