cy-element-ui 1.0.8 → 1.0.10

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.
Files changed (107) hide show
  1. package/lib/alert.js +2 -2
  2. package/lib/aside.js +76 -76
  3. package/lib/autocomplete.js +61 -75
  4. package/lib/avatar.js +2 -2
  5. package/lib/backtop.js +109 -109
  6. package/lib/badge.js +2 -2
  7. package/lib/breadcrumb-item.js +4 -4
  8. package/lib/breadcrumb.js +2 -2
  9. package/lib/button-group.js +2 -2
  10. package/lib/calendar.js +391 -452
  11. package/lib/card.js +2 -2
  12. package/lib/carousel-item.js +9 -9
  13. package/lib/carousel.js +25 -25
  14. package/lib/cascader-panel.js +30 -34
  15. package/lib/cascader.js +101 -116
  16. package/lib/checkbox-button.js +4 -4
  17. package/lib/checkbox-group.js +2 -2
  18. package/lib/col.js +2 -2
  19. package/lib/collapse-item.js +936 -851
  20. package/lib/collapse.js +2 -2
  21. package/lib/color-picker.js +62 -76
  22. package/lib/container.js +2 -2
  23. package/lib/date-picker.js +450 -474
  24. package/lib/descriptions-item.js +2 -2
  25. package/lib/descriptions.js +4 -4
  26. package/lib/dialog.js +5 -9
  27. package/lib/divider.js +105 -105
  28. package/lib/drawer.js +109 -109
  29. package/lib/dropdown-item.js +2 -2
  30. package/lib/dropdown-menu.js +65 -65
  31. package/lib/dropdown.js +1206 -1112
  32. package/lib/element-ui.common.js +43826 -48176
  33. package/lib/empty.js +6 -20
  34. package/lib/fileUpload.js +62 -77
  35. package/lib/footer.js +76 -76
  36. package/lib/form-item.js +7 -21
  37. package/lib/form.js +11 -11
  38. package/lib/header.js +2 -2
  39. package/lib/icon.js +2 -2
  40. package/lib/image.js +22 -36
  41. package/lib/index.js +1 -1
  42. package/lib/infinite-scroll.js +8 -8
  43. package/lib/input-number.js +5 -9
  44. package/lib/link.js +2 -2
  45. package/lib/loading.js +33 -33
  46. package/lib/main.js +65 -65
  47. package/lib/menu-item-group.js +2 -2
  48. package/lib/menu-item.js +63 -78
  49. package/lib/menu.js +2 -16
  50. package/lib/message-box.js +22 -36
  51. package/lib/message.js +8 -22
  52. package/lib/notification.js +8 -22
  53. package/lib/option-group.js +2 -2
  54. package/lib/option.js +14 -18
  55. package/lib/page-header.js +109 -109
  56. package/lib/pagination.js +100 -114
  57. package/lib/popconfirm.js +59 -74
  58. package/lib/popover.js +52 -56
  59. package/lib/progress.js +4 -4
  60. package/lib/radio-button.js +4 -4
  61. package/lib/radio-group.js +4 -4
  62. package/lib/radio.js +2 -2
  63. package/lib/rate.js +18 -18
  64. package/lib/result.js +2 -2
  65. package/lib/row.js +2 -2
  66. package/lib/scrollbar.js +6 -6
  67. package/lib/select.js +82 -86
  68. package/lib/skeleton-item.js +2 -2
  69. package/lib/skeleton.js +107 -107
  70. package/lib/slider.js +72 -86
  71. package/lib/spinner.js +2 -2
  72. package/lib/step.js +2 -2
  73. package/lib/steps.js +9 -9
  74. package/lib/subTitle.js +91 -91
  75. package/lib/submenu.js +250 -250
  76. package/lib/switch.js +883 -811
  77. package/lib/tab-pane.js +2 -2
  78. package/lib/tabDialog.js +19 -33
  79. package/lib/table-column.js +13 -13
  80. package/lib/table.js +96 -110
  81. package/lib/tabs.js +8 -22
  82. package/lib/tag.js +2 -2
  83. package/lib/theme-chalk/src/index.scss +0 -1
  84. package/lib/time-picker.js +450 -474
  85. package/lib/time-select.js +437 -461
  86. package/lib/timeline-item.js +107 -107
  87. package/lib/timeline.js +2 -2
  88. package/lib/tooltip.js +54 -55
  89. package/lib/transfer.js +15 -29
  90. package/lib/tree.js +22 -36
  91. package/lib/treeSelect.js +58 -73
  92. package/lib/upload.js +28 -32
  93. package/lib/utils/date.js +10 -3
  94. package/lib/utils/date_source.js +290 -304
  95. package/lib/utils/lodash_source.js +9290 -9290
  96. package/package.json +1 -1
  97. package/packages/theme-chalk/src/index.scss +0 -1
  98. package/src/index.js +1 -4
  99. package/src/utils/date.js +2 -2
  100. package/src/utils/date_source.js +305 -321
  101. package/src/utils/lodash_source.js +18079 -18064
  102. package/lib/statistic.js +0 -10484
  103. package/lib/theme-chalk/src/statistic.scss +0 -38
  104. package/packages/statistic/index.js +0 -8
  105. package/packages/statistic/src/main.vue +0 -203
  106. package/packages/theme-chalk/src/statistic.scss +0 -38
  107. package/types/statistic.d.ts +0 -37
package/lib/calendar.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 162);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 148);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -681,7 +681,7 @@ var isDefined = function isDefined(val) {
681
681
  /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_3__);
682
682
  /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(12);
683
683
  /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_4__);
684
- /* harmony import */ var core_js_modules_es_string_trim_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(55);
684
+ /* harmony import */ var core_js_modules_es_string_trim_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(56);
685
685
  /* harmony import */ var core_js_modules_es_string_trim_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_trim_js__WEBPACK_IMPORTED_MODULE_5__);
686
686
  /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(10);
687
687
  /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_6__);
@@ -1186,7 +1186,7 @@ __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding *
1186
1186
  // UNUSED EXPORTS: use, i18n
1187
1187
 
1188
1188
  // EXTERNAL MODULE: external "core-js/modules/es.object.get-prototype-of.js"
1189
- var es_object_get_prototype_of_js_ = __webpack_require__(68);
1189
+ var es_object_get_prototype_of_js_ = __webpack_require__(66);
1190
1190
 
1191
1191
  // CONCATENATED MODULE: ./src/locale/lang/zh-CN.js
1192
1192
  /* harmony default export */ var zh_CN = ({
@@ -1424,12 +1424,6 @@ var i18n = function i18n(fn) {
1424
1424
  /* 53 */,
1425
1425
  /* 54 */,
1426
1426
  /* 55 */
1427
- /***/ (function(module, exports) {
1428
-
1429
- module.exports = require("core-js/modules/es.string.trim.js");
1430
-
1431
- /***/ }),
1432
- /* 56 */
1433
1427
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1434
1428
 
1435
1429
  "use strict";
@@ -1446,6 +1440,12 @@ module.exports = require("core-js/modules/es.string.trim.js");
1446
1440
  }
1447
1441
  });
1448
1442
 
1443
+ /***/ }),
1444
+ /* 56 */
1445
+ /***/ (function(module, exports) {
1446
+
1447
+ module.exports = require("core-js/modules/es.string.trim.js");
1448
+
1449
1449
  /***/ }),
1450
1450
  /* 57 */,
1451
1451
  /* 58 */
@@ -1464,48 +1464,11 @@ module.exports = require("deepmerge");
1464
1464
  /* 66 */
1465
1465
  /***/ (function(module, exports) {
1466
1466
 
1467
- /* WEBPACK VAR INJECTION */(function(__webpack_amd_options__) {/* globals __webpack_amd_options__ */
1468
- module.exports = __webpack_amd_options__;
1469
-
1470
- /* WEBPACK VAR INJECTION */}.call(this, {}))
1471
-
1472
- /***/ }),
1473
- /* 67 */
1474
- /***/ (function(module, exports) {
1475
-
1476
- module.exports = function(originalModule) {
1477
- if (!originalModule.webpackPolyfill) {
1478
- var module = Object.create(originalModule);
1479
- // module.parent = undefined by default
1480
- if (!module.children) module.children = [];
1481
- Object.defineProperty(module, "loaded", {
1482
- enumerable: true,
1483
- get: function() {
1484
- return module.l;
1485
- }
1486
- });
1487
- Object.defineProperty(module, "id", {
1488
- enumerable: true,
1489
- get: function() {
1490
- return module.i;
1491
- }
1492
- });
1493
- Object.defineProperty(module, "exports", {
1494
- enumerable: true
1495
- });
1496
- module.webpackPolyfill = 1;
1497
- }
1498
- return module;
1499
- };
1500
-
1501
-
1502
- /***/ }),
1503
- /* 68 */
1504
- /***/ (function(module, exports) {
1505
-
1506
1467
  module.exports = require("core-js/modules/es.object.get-prototype-of.js");
1507
1468
 
1508
1469
  /***/ }),
1470
+ /* 67 */,
1471
+ /* 68 */,
1509
1472
  /* 69 */,
1510
1473
  /* 70 */,
1511
1474
  /* 71 */,
@@ -1516,9 +1479,373 @@ module.exports = require("core-js/modules/es.object.get-prototype-of.js");
1516
1479
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1517
1480
 
1518
1481
  "use strict";
1519
- /* harmony import */ var _date_source__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(93);
1520
1482
 
1521
- /* harmony default export */ __webpack_exports__["a"] = (_date_source__WEBPACK_IMPORTED_MODULE_0__["default"]);
1483
+ // EXPORTS
1484
+ __webpack_require__.d(__webpack_exports__, "a", function() { return /* reexport */ date_source; });
1485
+
1486
+ // EXTERNAL MODULE: external "core-js/modules/es.array.slice.js"
1487
+ var es_array_slice_js_ = __webpack_require__(13);
1488
+
1489
+ // EXTERNAL MODULE: external "core-js/modules/es.object.to-string.js"
1490
+ var es_object_to_string_js_ = __webpack_require__(3);
1491
+
1492
+ // EXTERNAL MODULE: external "core-js/modules/es.regexp.constructor.js"
1493
+ var es_regexp_constructor_js_ = __webpack_require__(91);
1494
+
1495
+ // EXTERNAL MODULE: external "core-js/modules/es.regexp.exec.js"
1496
+ var es_regexp_exec_js_ = __webpack_require__(7);
1497
+
1498
+ // EXTERNAL MODULE: external "core-js/modules/es.regexp.to-string.js"
1499
+ var es_regexp_to_string_js_ = __webpack_require__(11);
1500
+
1501
+ // EXTERNAL MODULE: external "core-js/modules/es.string.match.js"
1502
+ var es_string_match_js_ = __webpack_require__(16);
1503
+
1504
+ // EXTERNAL MODULE: external "core-js/modules/es.string.replace.js"
1505
+ var es_string_replace_js_ = __webpack_require__(12);
1506
+
1507
+ // CONCATENATED MODULE: ./src/utils/date_source.js
1508
+
1509
+
1510
+
1511
+
1512
+
1513
+
1514
+
1515
+ /* Modified from https://github.com/taylorhakes/fecha
1516
+ *
1517
+ * The MIT License (MIT)
1518
+ *
1519
+ * Copyright (c) 2015 Taylor Hakes
1520
+ *
1521
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1522
+ * of this software and associated documentation files (the "Software"), to deal
1523
+ * in the Software without restriction, including without limitation the rights
1524
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1525
+ * copies of the Software, and to permit persons to whom the Software is
1526
+ * furnished to do so, subject to the following conditions:
1527
+ *
1528
+ * The above copyright notice and this permission notice shall be included in all
1529
+ * copies or substantial portions of the Software.
1530
+ *
1531
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1532
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1533
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1534
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1535
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1536
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1537
+ * SOFTWARE.
1538
+ */
1539
+
1540
+ /*eslint-disable*/
1541
+ // 把 YYYY-MM-DD 改成了 yyyy-MM-dd
1542
+
1543
+ /**
1544
+ * Parse or format dates
1545
+ * @class fecha
1546
+ */
1547
+ var fecha = {};
1548
+ var token = /d{1,4}|M{1,4}|yy(?:yy)?|S{1,3}|Do|ZZ|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g;
1549
+ var twoDigits = '\\d\\d?';
1550
+ var threeDigits = '\\d{3}';
1551
+ var fourDigits = '\\d{4}';
1552
+ var word = '[^\\s]+';
1553
+ var literal = /\[([^]*?)\]/gm;
1554
+ var noop = function noop() {};
1555
+ function regexEscape(str) {
1556
+ return str.replace(/[|\\{()[^$+*?.-]/g, '\\$&');
1557
+ }
1558
+ function shorten(arr, sLen) {
1559
+ var newArr = [];
1560
+ for (var i = 0, len = arr.length; i < len; i++) {
1561
+ newArr.push(arr[i].substr(0, sLen));
1562
+ }
1563
+ return newArr;
1564
+ }
1565
+ function monthUpdate(arrName) {
1566
+ return function (d, v, i18n) {
1567
+ var index = i18n[arrName].indexOf(v.charAt(0).toUpperCase() + v.substr(1).toLowerCase());
1568
+ if (~index) {
1569
+ d.month = index;
1570
+ }
1571
+ };
1572
+ }
1573
+ function pad(val, len) {
1574
+ val = String(val);
1575
+ len = len || 2;
1576
+ while (val.length < len) {
1577
+ val = '0' + val;
1578
+ }
1579
+ return val;
1580
+ }
1581
+ var dayNames = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];
1582
+ var monthNames = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];
1583
+ var monthNamesShort = shorten(monthNames, 3);
1584
+ var dayNamesShort = shorten(dayNames, 3);
1585
+ fecha.i18n = {
1586
+ dayNamesShort: dayNamesShort,
1587
+ dayNames: dayNames,
1588
+ monthNamesShort: monthNamesShort,
1589
+ monthNames: monthNames,
1590
+ amPm: ['am', 'pm'],
1591
+ DoFn: function DoFn(D) {
1592
+ return D + ['th', 'st', 'nd', 'rd'][D % 10 > 3 ? 0 : (D - D % 10 !== 10) * D % 10];
1593
+ }
1594
+ };
1595
+ var formatFlags = {
1596
+ D: function D(dateObj) {
1597
+ return dateObj.getDay();
1598
+ },
1599
+ DD: function DD(dateObj) {
1600
+ return pad(dateObj.getDay());
1601
+ },
1602
+ Do: function Do(dateObj, i18n) {
1603
+ return i18n.DoFn(dateObj.getDate());
1604
+ },
1605
+ d: function d(dateObj) {
1606
+ return dateObj.getDate();
1607
+ },
1608
+ dd: function dd(dateObj) {
1609
+ return pad(dateObj.getDate());
1610
+ },
1611
+ ddd: function ddd(dateObj, i18n) {
1612
+ return i18n.dayNamesShort[dateObj.getDay()];
1613
+ },
1614
+ dddd: function dddd(dateObj, i18n) {
1615
+ return i18n.dayNames[dateObj.getDay()];
1616
+ },
1617
+ M: function M(dateObj) {
1618
+ return dateObj.getMonth() + 1;
1619
+ },
1620
+ MM: function MM(dateObj) {
1621
+ return pad(dateObj.getMonth() + 1);
1622
+ },
1623
+ MMM: function MMM(dateObj, i18n) {
1624
+ return i18n.monthNamesShort[dateObj.getMonth()];
1625
+ },
1626
+ MMMM: function MMMM(dateObj, i18n) {
1627
+ return i18n.monthNames[dateObj.getMonth()];
1628
+ },
1629
+ yy: function yy(dateObj) {
1630
+ return pad(String(dateObj.getFullYear()), 4).substr(2);
1631
+ },
1632
+ yyyy: function yyyy(dateObj) {
1633
+ return pad(dateObj.getFullYear(), 4);
1634
+ },
1635
+ h: function h(dateObj) {
1636
+ return dateObj.getHours() % 12 || 12;
1637
+ },
1638
+ hh: function hh(dateObj) {
1639
+ return pad(dateObj.getHours() % 12 || 12);
1640
+ },
1641
+ H: function H(dateObj) {
1642
+ return dateObj.getHours();
1643
+ },
1644
+ HH: function HH(dateObj) {
1645
+ return pad(dateObj.getHours());
1646
+ },
1647
+ m: function m(dateObj) {
1648
+ return dateObj.getMinutes();
1649
+ },
1650
+ mm: function mm(dateObj) {
1651
+ return pad(dateObj.getMinutes());
1652
+ },
1653
+ s: function s(dateObj) {
1654
+ return dateObj.getSeconds();
1655
+ },
1656
+ ss: function ss(dateObj) {
1657
+ return pad(dateObj.getSeconds());
1658
+ },
1659
+ S: function S(dateObj) {
1660
+ return Math.round(dateObj.getMilliseconds() / 100);
1661
+ },
1662
+ SS: function SS(dateObj) {
1663
+ return pad(Math.round(dateObj.getMilliseconds() / 10), 2);
1664
+ },
1665
+ SSS: function SSS(dateObj) {
1666
+ return pad(dateObj.getMilliseconds(), 3);
1667
+ },
1668
+ a: function a(dateObj, i18n) {
1669
+ return dateObj.getHours() < 12 ? i18n.amPm[0] : i18n.amPm[1];
1670
+ },
1671
+ A: function A(dateObj, i18n) {
1672
+ return dateObj.getHours() < 12 ? i18n.amPm[0].toUpperCase() : i18n.amPm[1].toUpperCase();
1673
+ },
1674
+ ZZ: function ZZ(dateObj) {
1675
+ var o = dateObj.getTimezoneOffset();
1676
+ return (o > 0 ? '-' : '+') + pad(Math.floor(Math.abs(o) / 60) * 100 + Math.abs(o) % 60, 4);
1677
+ }
1678
+ };
1679
+ var parseFlags = {
1680
+ d: [twoDigits, function (d, v) {
1681
+ d.day = v;
1682
+ }],
1683
+ Do: [twoDigits + word, function (d, v) {
1684
+ d.day = parseInt(v, 10);
1685
+ }],
1686
+ M: [twoDigits, function (d, v) {
1687
+ d.month = v - 1;
1688
+ }],
1689
+ yy: [twoDigits, function (d, v) {
1690
+ var da = new Date(),
1691
+ cent = +('' + da.getFullYear()).substr(0, 2);
1692
+ d.year = '' + (v > 68 ? cent - 1 : cent) + v;
1693
+ }],
1694
+ h: [twoDigits, function (d, v) {
1695
+ d.hour = v;
1696
+ }],
1697
+ m: [twoDigits, function (d, v) {
1698
+ d.minute = v;
1699
+ }],
1700
+ s: [twoDigits, function (d, v) {
1701
+ d.second = v;
1702
+ }],
1703
+ yyyy: [fourDigits, function (d, v) {
1704
+ d.year = v;
1705
+ }],
1706
+ S: ['\\d', function (d, v) {
1707
+ d.millisecond = v * 100;
1708
+ }],
1709
+ SS: ['\\d{2}', function (d, v) {
1710
+ d.millisecond = v * 10;
1711
+ }],
1712
+ SSS: [threeDigits, function (d, v) {
1713
+ d.millisecond = v;
1714
+ }],
1715
+ D: [twoDigits, noop],
1716
+ ddd: [word, noop],
1717
+ MMM: [word, monthUpdate('monthNamesShort')],
1718
+ MMMM: [word, monthUpdate('monthNames')],
1719
+ a: [word, function (d, v, i18n) {
1720
+ var val = v.toLowerCase();
1721
+ if (val === i18n.amPm[0]) {
1722
+ d.isPm = false;
1723
+ } else if (val === i18n.amPm[1]) {
1724
+ d.isPm = true;
1725
+ }
1726
+ }],
1727
+ ZZ: ['[^\\s]*?[\\+\\-]\\d\\d:?\\d\\d|[^\\s]*?Z', function (d, v) {
1728
+ var parts = (v + '').match(/([+-]|\d\d)/gi),
1729
+ minutes;
1730
+ if (parts) {
1731
+ minutes = +(parts[1] * 60) + parseInt(parts[2], 10);
1732
+ d.timezoneOffset = parts[0] === '+' ? minutes : -minutes;
1733
+ }
1734
+ }]
1735
+ };
1736
+ parseFlags.dd = parseFlags.d;
1737
+ parseFlags.dddd = parseFlags.ddd;
1738
+ parseFlags.DD = parseFlags.D;
1739
+ parseFlags.mm = parseFlags.m;
1740
+ parseFlags.hh = parseFlags.H = parseFlags.HH = parseFlags.h;
1741
+ parseFlags.MM = parseFlags.M;
1742
+ parseFlags.ss = parseFlags.s;
1743
+ parseFlags.A = parseFlags.a;
1744
+
1745
+ // Some common format strings
1746
+ fecha.masks = {
1747
+ default: 'ddd MMM dd yyyy HH:mm:ss',
1748
+ shortDate: 'M/D/yy',
1749
+ mediumDate: 'MMM d, yyyy',
1750
+ longDate: 'MMMM d, yyyy',
1751
+ fullDate: 'dddd, MMMM d, yyyy',
1752
+ shortTime: 'HH:mm',
1753
+ mediumTime: 'HH:mm:ss',
1754
+ longTime: 'HH:mm:ss.SSS'
1755
+ };
1756
+
1757
+ /***
1758
+ * Format a date
1759
+ * @method format
1760
+ * @param {Date|number} dateObj
1761
+ * @param {string} mask Format of the date, i.e. 'mm-dd-yy' or 'shortDate'
1762
+ */
1763
+ fecha.format = function (dateObj, mask, i18nSettings) {
1764
+ var i18n = i18nSettings || fecha.i18n;
1765
+ if (typeof dateObj === 'number') {
1766
+ dateObj = new Date(dateObj);
1767
+ }
1768
+ if (Object.prototype.toString.call(dateObj) !== '[object Date]' || isNaN(dateObj.getTime())) {
1769
+ throw new Error('Invalid Date in fecha.format');
1770
+ }
1771
+ mask = fecha.masks[mask] || mask || fecha.masks['default'];
1772
+ var literals = [];
1773
+
1774
+ // Make literals inactive by replacing them with ??
1775
+ mask = mask.replace(literal, function ($0, $1) {
1776
+ literals.push($1);
1777
+ return '@@@';
1778
+ });
1779
+ // Apply formatting rules
1780
+ mask = mask.replace(token, function ($0) {
1781
+ return $0 in formatFlags ? formatFlags[$0](dateObj, i18n) : $0.slice(1, $0.length - 1);
1782
+ });
1783
+ // Inline literal values back into the formatted value
1784
+ return mask.replace(/@@@/g, function () {
1785
+ return literals.shift();
1786
+ });
1787
+ };
1788
+
1789
+ /**
1790
+ * Parse a date string into an object, changes - into /
1791
+ * @method parse
1792
+ * @param {string} dateStr Date string
1793
+ * @param {string} format Date parse format
1794
+ * @returns {Date|boolean}
1795
+ */
1796
+ fecha.parse = function (dateStr, format, i18nSettings) {
1797
+ var i18n = i18nSettings || fecha.i18n;
1798
+ if (typeof format !== 'string') {
1799
+ throw new Error('Invalid format in fecha.parse');
1800
+ }
1801
+ format = fecha.masks[format] || format;
1802
+
1803
+ // Avoid regular expression denial of service, fail early for really long strings
1804
+ // https://www.owasp.org/index.php/Regular_expression_Denial_of_Service_-_ReDoS
1805
+ if (dateStr.length > 1000) {
1806
+ return null;
1807
+ }
1808
+ var dateInfo = {};
1809
+ var parseInfo = [];
1810
+ var literals = [];
1811
+ format = format.replace(literal, function ($0, $1) {
1812
+ literals.push($1);
1813
+ return '@@@';
1814
+ });
1815
+ var newFormat = regexEscape(format).replace(token, function ($0) {
1816
+ if (parseFlags[$0]) {
1817
+ var info = parseFlags[$0];
1818
+ parseInfo.push(info[1]);
1819
+ return '(' + info[0] + ')';
1820
+ }
1821
+ return $0;
1822
+ });
1823
+ var matches = dateStr.match(new RegExp(newFormat, 'i'));
1824
+ if (!matches) {
1825
+ return null;
1826
+ }
1827
+ for (var i = 1; i < matches.length; i++) {
1828
+ parseInfo[i - 1](dateInfo, matches[i], i18n);
1829
+ }
1830
+ var today = new Date();
1831
+ if (dateInfo.isPm === true && dateInfo.hour != null && +dateInfo.hour !== 12) {
1832
+ dateInfo.hour = +dateInfo.hour + 12;
1833
+ } else if (dateInfo.isPm === false && +dateInfo.hour === 12) {
1834
+ dateInfo.hour = 0;
1835
+ }
1836
+ var date;
1837
+ if (dateInfo.timezoneOffset != null) {
1838
+ dateInfo.minute = +(dateInfo.minute || 0) - +dateInfo.timezoneOffset;
1839
+ date = new Date(Date.UTC(dateInfo.year || today.getFullYear(), dateInfo.month || 0, dateInfo.day || 1, dateInfo.hour || 0, dateInfo.minute || 0, dateInfo.second || 0, dateInfo.millisecond || 0));
1840
+ } else {
1841
+ date = new Date(dateInfo.year || today.getFullYear(), dateInfo.month || 0, dateInfo.day || 1, dateInfo.hour || 0, dateInfo.minute || 0, dateInfo.second || 0, dateInfo.millisecond || 0);
1842
+ }
1843
+ return date;
1844
+ };
1845
+ /* harmony default export */ var date_source = (fecha);
1846
+ // CONCATENATED MODULE: ./src/utils/date.js
1847
+
1848
+
1522
1849
 
1523
1850
  /***/ }),
1524
1851
  /* 76 */,
@@ -1666,391 +1993,17 @@ src_button.install = function (Vue) {
1666
1993
  /* 85 */,
1667
1994
  /* 86 */,
1668
1995
  /* 87 */,
1669
- /* 88 */
1996
+ /* 88 */,
1997
+ /* 89 */,
1998
+ /* 90 */,
1999
+ /* 91 */
1670
2000
  /***/ (function(module, exports) {
1671
2001
 
1672
2002
  module.exports = require("core-js/modules/es.regexp.constructor.js");
1673
2003
 
1674
2004
  /***/ }),
1675
- /* 89 */,
1676
- /* 90 */,
1677
- /* 91 */,
1678
2005
  /* 92 */,
1679
- /* 93 */
1680
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
1681
-
1682
- "use strict";
1683
- /* WEBPACK VAR INJECTION */(function(module) {/* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(13);
1684
- /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0__);
1685
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3);
1686
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1__);
1687
- /* harmony import */ var core_js_modules_es_regexp_constructor_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(88);
1688
- /* harmony import */ var core_js_modules_es_regexp_constructor_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_constructor_js__WEBPACK_IMPORTED_MODULE_2__);
1689
- /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(7);
1690
- /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_3__);
1691
- /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(11);
1692
- /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_4__);
1693
- /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(16);
1694
- /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_5__);
1695
- /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(12);
1696
- /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_6__);
1697
-
1698
-
1699
-
1700
-
1701
-
1702
-
1703
-
1704
- /* Modified from https://github.com/taylorhakes/fecha
1705
- *
1706
- * The MIT License (MIT)
1707
- *
1708
- * Copyright (c) 2015 Taylor Hakes
1709
- *
1710
- * Permission is hereby granted, free of charge, to any person obtaining a copy
1711
- * of this software and associated documentation files (the "Software"), to deal
1712
- * in the Software without restriction, including without limitation the rights
1713
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1714
- * copies of the Software, and to permit persons to whom the Software is
1715
- * furnished to do so, subject to the following conditions:
1716
- *
1717
- * The above copyright notice and this permission notice shall be included in all
1718
- * copies or substantial portions of the Software.
1719
- *
1720
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1721
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1722
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1723
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1724
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1725
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1726
- * SOFTWARE.
1727
- */
1728
-
1729
- /*eslint-disable*/
1730
- // 把 YYYY-MM-DD 改成了 yyyy-MM-dd
1731
- (function (main) {
1732
- 'use strict';
1733
-
1734
- /**
1735
- * Parse or format dates
1736
- * @class fecha
1737
- */
1738
- var fecha = {};
1739
- var token = /d{1,4}|M{1,4}|yy(?:yy)?|S{1,3}|Do|ZZ|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g;
1740
- var twoDigits = '\\d\\d?';
1741
- var threeDigits = '\\d{3}';
1742
- var fourDigits = '\\d{4}';
1743
- var word = '[^\\s]+';
1744
- var literal = /\[([^]*?)\]/gm;
1745
- var noop = function noop() {};
1746
- function regexEscape(str) {
1747
- return str.replace(/[|\\{()[^$+*?.-]/g, '\\$&');
1748
- }
1749
- function shorten(arr, sLen) {
1750
- var newArr = [];
1751
- for (var i = 0, len = arr.length; i < len; i++) {
1752
- newArr.push(arr[i].substr(0, sLen));
1753
- }
1754
- return newArr;
1755
- }
1756
- function monthUpdate(arrName) {
1757
- return function (d, v, i18n) {
1758
- var index = i18n[arrName].indexOf(v.charAt(0).toUpperCase() + v.substr(1).toLowerCase());
1759
- if (~index) {
1760
- d.month = index;
1761
- }
1762
- };
1763
- }
1764
- function pad(val, len) {
1765
- val = String(val);
1766
- len = len || 2;
1767
- while (val.length < len) {
1768
- val = '0' + val;
1769
- }
1770
- return val;
1771
- }
1772
- var dayNames = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];
1773
- var monthNames = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];
1774
- var monthNamesShort = shorten(monthNames, 3);
1775
- var dayNamesShort = shorten(dayNames, 3);
1776
- fecha.i18n = {
1777
- dayNamesShort: dayNamesShort,
1778
- dayNames: dayNames,
1779
- monthNamesShort: monthNamesShort,
1780
- monthNames: monthNames,
1781
- amPm: ['am', 'pm'],
1782
- DoFn: function DoFn(D) {
1783
- return D + ['th', 'st', 'nd', 'rd'][D % 10 > 3 ? 0 : (D - D % 10 !== 10) * D % 10];
1784
- }
1785
- };
1786
- var formatFlags = {
1787
- D: function D(dateObj) {
1788
- return dateObj.getDay();
1789
- },
1790
- DD: function DD(dateObj) {
1791
- return pad(dateObj.getDay());
1792
- },
1793
- Do: function Do(dateObj, i18n) {
1794
- return i18n.DoFn(dateObj.getDate());
1795
- },
1796
- d: function d(dateObj) {
1797
- return dateObj.getDate();
1798
- },
1799
- dd: function dd(dateObj) {
1800
- return pad(dateObj.getDate());
1801
- },
1802
- ddd: function ddd(dateObj, i18n) {
1803
- return i18n.dayNamesShort[dateObj.getDay()];
1804
- },
1805
- dddd: function dddd(dateObj, i18n) {
1806
- return i18n.dayNames[dateObj.getDay()];
1807
- },
1808
- M: function M(dateObj) {
1809
- return dateObj.getMonth() + 1;
1810
- },
1811
- MM: function MM(dateObj) {
1812
- return pad(dateObj.getMonth() + 1);
1813
- },
1814
- MMM: function MMM(dateObj, i18n) {
1815
- return i18n.monthNamesShort[dateObj.getMonth()];
1816
- },
1817
- MMMM: function MMMM(dateObj, i18n) {
1818
- return i18n.monthNames[dateObj.getMonth()];
1819
- },
1820
- yy: function yy(dateObj) {
1821
- return pad(String(dateObj.getFullYear()), 4).substr(2);
1822
- },
1823
- yyyy: function yyyy(dateObj) {
1824
- return pad(dateObj.getFullYear(), 4);
1825
- },
1826
- h: function h(dateObj) {
1827
- return dateObj.getHours() % 12 || 12;
1828
- },
1829
- hh: function hh(dateObj) {
1830
- return pad(dateObj.getHours() % 12 || 12);
1831
- },
1832
- H: function H(dateObj) {
1833
- return dateObj.getHours();
1834
- },
1835
- HH: function HH(dateObj) {
1836
- return pad(dateObj.getHours());
1837
- },
1838
- m: function m(dateObj) {
1839
- return dateObj.getMinutes();
1840
- },
1841
- mm: function mm(dateObj) {
1842
- return pad(dateObj.getMinutes());
1843
- },
1844
- s: function s(dateObj) {
1845
- return dateObj.getSeconds();
1846
- },
1847
- ss: function ss(dateObj) {
1848
- return pad(dateObj.getSeconds());
1849
- },
1850
- S: function S(dateObj) {
1851
- return Math.round(dateObj.getMilliseconds() / 100);
1852
- },
1853
- SS: function SS(dateObj) {
1854
- return pad(Math.round(dateObj.getMilliseconds() / 10), 2);
1855
- },
1856
- SSS: function SSS(dateObj) {
1857
- return pad(dateObj.getMilliseconds(), 3);
1858
- },
1859
- a: function a(dateObj, i18n) {
1860
- return dateObj.getHours() < 12 ? i18n.amPm[0] : i18n.amPm[1];
1861
- },
1862
- A: function A(dateObj, i18n) {
1863
- return dateObj.getHours() < 12 ? i18n.amPm[0].toUpperCase() : i18n.amPm[1].toUpperCase();
1864
- },
1865
- ZZ: function ZZ(dateObj) {
1866
- var o = dateObj.getTimezoneOffset();
1867
- return (o > 0 ? '-' : '+') + pad(Math.floor(Math.abs(o) / 60) * 100 + Math.abs(o) % 60, 4);
1868
- }
1869
- };
1870
- var parseFlags = {
1871
- d: [twoDigits, function (d, v) {
1872
- d.day = v;
1873
- }],
1874
- Do: [twoDigits + word, function (d, v) {
1875
- d.day = parseInt(v, 10);
1876
- }],
1877
- M: [twoDigits, function (d, v) {
1878
- d.month = v - 1;
1879
- }],
1880
- yy: [twoDigits, function (d, v) {
1881
- var da = new Date(),
1882
- cent = +('' + da.getFullYear()).substr(0, 2);
1883
- d.year = '' + (v > 68 ? cent - 1 : cent) + v;
1884
- }],
1885
- h: [twoDigits, function (d, v) {
1886
- d.hour = v;
1887
- }],
1888
- m: [twoDigits, function (d, v) {
1889
- d.minute = v;
1890
- }],
1891
- s: [twoDigits, function (d, v) {
1892
- d.second = v;
1893
- }],
1894
- yyyy: [fourDigits, function (d, v) {
1895
- d.year = v;
1896
- }],
1897
- S: ['\\d', function (d, v) {
1898
- d.millisecond = v * 100;
1899
- }],
1900
- SS: ['\\d{2}', function (d, v) {
1901
- d.millisecond = v * 10;
1902
- }],
1903
- SSS: [threeDigits, function (d, v) {
1904
- d.millisecond = v;
1905
- }],
1906
- D: [twoDigits, noop],
1907
- ddd: [word, noop],
1908
- MMM: [word, monthUpdate('monthNamesShort')],
1909
- MMMM: [word, monthUpdate('monthNames')],
1910
- a: [word, function (d, v, i18n) {
1911
- var val = v.toLowerCase();
1912
- if (val === i18n.amPm[0]) {
1913
- d.isPm = false;
1914
- } else if (val === i18n.amPm[1]) {
1915
- d.isPm = true;
1916
- }
1917
- }],
1918
- ZZ: ['[^\\s]*?[\\+\\-]\\d\\d:?\\d\\d|[^\\s]*?Z', function (d, v) {
1919
- var parts = (v + '').match(/([+-]|\d\d)/gi),
1920
- minutes;
1921
- if (parts) {
1922
- minutes = +(parts[1] * 60) + parseInt(parts[2], 10);
1923
- d.timezoneOffset = parts[0] === '+' ? minutes : -minutes;
1924
- }
1925
- }]
1926
- };
1927
- parseFlags.dd = parseFlags.d;
1928
- parseFlags.dddd = parseFlags.ddd;
1929
- parseFlags.DD = parseFlags.D;
1930
- parseFlags.mm = parseFlags.m;
1931
- parseFlags.hh = parseFlags.H = parseFlags.HH = parseFlags.h;
1932
- parseFlags.MM = parseFlags.M;
1933
- parseFlags.ss = parseFlags.s;
1934
- parseFlags.A = parseFlags.a;
1935
-
1936
- // Some common format strings
1937
- fecha.masks = {
1938
- default: 'ddd MMM dd yyyy HH:mm:ss',
1939
- shortDate: 'M/D/yy',
1940
- mediumDate: 'MMM d, yyyy',
1941
- longDate: 'MMMM d, yyyy',
1942
- fullDate: 'dddd, MMMM d, yyyy',
1943
- shortTime: 'HH:mm',
1944
- mediumTime: 'HH:mm:ss',
1945
- longTime: 'HH:mm:ss.SSS'
1946
- };
1947
-
1948
- /***
1949
- * Format a date
1950
- * @method format
1951
- * @param {Date|number} dateObj
1952
- * @param {string} mask Format of the date, i.e. 'mm-dd-yy' or 'shortDate'
1953
- */
1954
- fecha.format = function (dateObj, mask, i18nSettings) {
1955
- var i18n = i18nSettings || fecha.i18n;
1956
- if (typeof dateObj === 'number') {
1957
- dateObj = new Date(dateObj);
1958
- }
1959
- if (Object.prototype.toString.call(dateObj) !== '[object Date]' || isNaN(dateObj.getTime())) {
1960
- throw new Error('Invalid Date in fecha.format');
1961
- }
1962
- mask = fecha.masks[mask] || mask || fecha.masks['default'];
1963
- var literals = [];
1964
-
1965
- // Make literals inactive by replacing them with ??
1966
- mask = mask.replace(literal, function ($0, $1) {
1967
- literals.push($1);
1968
- return '@@@';
1969
- });
1970
- // Apply formatting rules
1971
- mask = mask.replace(token, function ($0) {
1972
- return $0 in formatFlags ? formatFlags[$0](dateObj, i18n) : $0.slice(1, $0.length - 1);
1973
- });
1974
- // Inline literal values back into the formatted value
1975
- return mask.replace(/@@@/g, function () {
1976
- return literals.shift();
1977
- });
1978
- };
1979
-
1980
- /**
1981
- * Parse a date string into an object, changes - into /
1982
- * @method parse
1983
- * @param {string} dateStr Date string
1984
- * @param {string} format Date parse format
1985
- * @returns {Date|boolean}
1986
- */
1987
- fecha.parse = function (dateStr, format, i18nSettings) {
1988
- var i18n = i18nSettings || fecha.i18n;
1989
- if (typeof format !== 'string') {
1990
- throw new Error('Invalid format in fecha.parse');
1991
- }
1992
- format = fecha.masks[format] || format;
1993
-
1994
- // Avoid regular expression denial of service, fail early for really long strings
1995
- // https://www.owasp.org/index.php/Regular_expression_Denial_of_Service_-_ReDoS
1996
- if (dateStr.length > 1000) {
1997
- return null;
1998
- }
1999
- var dateInfo = {};
2000
- var parseInfo = [];
2001
- var literals = [];
2002
- format = format.replace(literal, function ($0, $1) {
2003
- literals.push($1);
2004
- return '@@@';
2005
- });
2006
- var newFormat = regexEscape(format).replace(token, function ($0) {
2007
- if (parseFlags[$0]) {
2008
- var info = parseFlags[$0];
2009
- parseInfo.push(info[1]);
2010
- return '(' + info[0] + ')';
2011
- }
2012
- return $0;
2013
- });
2014
- newFormat = newFormat.replace(/@@@/g, function () {
2015
- return literals.shift();
2016
- });
2017
- var matches = dateStr.match(new RegExp(newFormat, 'i'));
2018
- if (!matches) {
2019
- return null;
2020
- }
2021
- for (var i = 1; i < matches.length; i++) {
2022
- parseInfo[i - 1](dateInfo, matches[i], i18n);
2023
- }
2024
- var today = new Date();
2025
- if (dateInfo.isPm === true && dateInfo.hour != null && +dateInfo.hour !== 12) {
2026
- dateInfo.hour = +dateInfo.hour + 12;
2027
- } else if (dateInfo.isPm === false && +dateInfo.hour === 12) {
2028
- dateInfo.hour = 0;
2029
- }
2030
- var date;
2031
- if (dateInfo.timezoneOffset != null) {
2032
- dateInfo.minute = +(dateInfo.minute || 0) - +dateInfo.timezoneOffset;
2033
- date = new Date(Date.UTC(dateInfo.year || today.getFullYear(), dateInfo.month || 0, dateInfo.day || 1, dateInfo.hour || 0, dateInfo.minute || 0, dateInfo.second || 0, dateInfo.millisecond || 0));
2034
- } else {
2035
- date = new Date(dateInfo.year || today.getFullYear(), dateInfo.month || 0, dateInfo.day || 1, dateInfo.hour || 0, dateInfo.minute || 0, dateInfo.second || 0, dateInfo.millisecond || 0);
2036
- }
2037
- return date;
2038
- };
2039
-
2040
- /* istanbul ignore next */
2041
- if ( true && module.exports) {
2042
- module.exports = fecha;
2043
- } else if (typeof define === 'function' && __webpack_require__(66)) {
2044
- define(function () {
2045
- return fecha;
2046
- });
2047
- } else {
2048
- main.fecha = fecha;
2049
- }
2050
- })(undefined);
2051
- /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(67)(module)))
2052
-
2053
- /***/ }),
2006
+ /* 93 */,
2054
2007
  /* 94 */,
2055
2008
  /* 95 */,
2056
2009
  /* 96 */,
@@ -2059,11 +2012,7 @@ module.exports = require("core-js/modules/es.regexp.constructor.js");
2059
2012
  /* 99 */,
2060
2013
  /* 100 */,
2061
2014
  /* 101 */,
2062
- /* 102 */,
2063
- /* 103 */,
2064
- /* 104 */,
2065
- /* 105 */,
2066
- /* 106 */
2015
+ /* 102 */
2067
2016
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2068
2017
 
2069
2018
  "use strict";
@@ -2125,6 +2074,10 @@ button_group.install = function (Vue) {
2125
2074
  /* harmony default export */ var packages_button_group = __webpack_exports__["default"] = (button_group);
2126
2075
 
2127
2076
  /***/ }),
2077
+ /* 103 */,
2078
+ /* 104 */,
2079
+ /* 105 */,
2080
+ /* 106 */,
2128
2081
  /* 107 */,
2129
2082
  /* 108 */,
2130
2083
  /* 109 */,
@@ -2166,21 +2119,7 @@ button_group.install = function (Vue) {
2166
2119
  /* 145 */,
2167
2120
  /* 146 */,
2168
2121
  /* 147 */,
2169
- /* 148 */,
2170
- /* 149 */,
2171
- /* 150 */,
2172
- /* 151 */,
2173
- /* 152 */,
2174
- /* 153 */,
2175
- /* 154 */,
2176
- /* 155 */,
2177
- /* 156 */,
2178
- /* 157 */,
2179
- /* 158 */,
2180
- /* 159 */,
2181
- /* 160 */,
2182
- /* 161 */,
2183
- /* 162 */
2122
+ /* 148 */
2184
2123
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2185
2124
 
2186
2125
  "use strict";
@@ -2321,16 +2260,16 @@ var es_number_constructor_js_ = __webpack_require__(6);
2321
2260
  var es_object_to_string_js_ = __webpack_require__(3);
2322
2261
 
2323
2262
  // EXTERNAL MODULE: ./src/mixins/locale.js
2324
- var locale = __webpack_require__(56);
2263
+ var locale = __webpack_require__(55);
2325
2264
 
2326
- // EXTERNAL MODULE: ./src/utils/date.js
2265
+ // EXTERNAL MODULE: ./src/utils/date.js + 1 modules
2327
2266
  var utils_date = __webpack_require__(75);
2328
2267
 
2329
2268
  // EXTERNAL MODULE: ./packages/button/index.js + 5 modules
2330
2269
  var packages_button = __webpack_require__(80);
2331
2270
 
2332
2271
  // EXTERNAL MODULE: ./packages/button-group/index.js + 5 modules
2333
- var button_group = __webpack_require__(106);
2272
+ var button_group = __webpack_require__(102);
2334
2273
 
2335
2274
  // EXTERNAL MODULE: external "core-js/modules/es.array.map.js"
2336
2275
  var es_array_map_js_ = __webpack_require__(20);