xyvcard-goods 0.0.19 → 0.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/edit-Bb2XgE0h.mjs +590 -0
- package/dist/edit-BcokSKfN.mjs +183 -0
- package/dist/{edit-E57LIt5x.mjs → edit-Cj13W2TC.mjs} +1 -1
- package/dist/edit-DxnsmaXV.mjs +186 -0
- package/dist/{edit.vue_vue_type_script_setup_true_lang-BHplO2tN.mjs → edit.vue_vue_type_script_setup_true_lang-D2w1583D.mjs} +1 -1
- package/dist/{goodsList-0TMcPn_Q.mjs → goodsList-DOXK1EwK.mjs} +1 -1
- package/dist/goodsList.vue_vue_type_script_setup_true_lang-COJVlEjX.mjs +713 -0
- package/dist/index-BmOxm1P2.mjs +324 -0
- package/dist/index-C3FT_Oe7.mjs +318 -0
- package/dist/{index-CnyW3rxw.mjs → index-CGAoZY87.mjs} +2 -2
- package/dist/index-D3w33Nba.mjs +301 -0
- package/dist/{index-nSAowuoJ.mjs → index-DAJiqOCh.mjs} +2 -2
- package/dist/index-jTDhsbYM.mjs +141 -0
- package/dist/index-r0u-27m7.mjs +141 -0
- package/dist/index.mjs +163 -149
- package/dist/info-DImlMNq0.mjs +365 -0
- package/dist/{skuForm-DyYIl6H4.mjs → skuForm-Bt3arW0s.mjs} +154 -106
- package/dist/skuTable-Ahc3WlPp.mjs +639 -0
- package/dist/style.css +1 -1
- package/dts/api/dict.d.ts +6 -0
- package/dts/api/goods-brand-info/types.d.ts +4 -1
- package/dts/api/goods-label-info/types.d.ts +3 -0
- package/dts/api/goods-sku/types.d.ts +2 -0
- package/dts/api/goods-spu/types.d.ts +12 -0
- package/dts/api/index.d.ts +3 -1
- package/dts/lang/goods/zh-cn.d.ts +18 -4
- package/package.json +2 -2
- package/dist/edit-B3Ripwo1.mjs +0 -437
- package/dist/edit-DEdWUJfi.mjs +0 -529
- package/dist/edit-SYuN1_Fg.mjs +0 -465
- package/dist/goodsList.vue_vue_type_script_setup_true_lang-Cd7-ryQA.mjs +0 -626
- package/dist/index-C0nlTW8F.mjs +0 -355
- package/dist/index-CmKF2zdn.mjs +0 -272
- package/dist/index-DH3UH0QC.mjs +0 -345
- package/dist/info-5OkZzwEV.mjs +0 -312
- package/dist/skuTable-B8v1DVIO.mjs +0 -543
package/dist/index.mjs
CHANGED
|
@@ -14,7 +14,9 @@ const xs = {}, Rs = {
|
|
|
14
14
|
description: "商品描述",
|
|
15
15
|
shelf: "是否上架",
|
|
16
16
|
price: "价格(元)",
|
|
17
|
-
salePrice: "
|
|
17
|
+
salePrice: "普通会员销售价",
|
|
18
|
+
salePriceV2: "v2会员销售价",
|
|
19
|
+
salePriceV3: "v3会员销售价",
|
|
18
20
|
marketPrice: "市场价",
|
|
19
21
|
costPrice: "成本价",
|
|
20
22
|
stock: "库存",
|
|
@@ -53,30 +55,42 @@ const xs = {}, Rs = {
|
|
|
53
55
|
successShelf: "成功上架",
|
|
54
56
|
successOffShelf: "成功下架",
|
|
55
57
|
successFilled: "审核失败",
|
|
56
|
-
successApproval: "审核通过"
|
|
58
|
+
successApproval: "审核通过",
|
|
59
|
+
brandId: "商品品牌",
|
|
60
|
+
brandIdRequired: "请选择商品品牌",
|
|
61
|
+
labelIds: "商品标签",
|
|
62
|
+
labelIdsRequired: "请选择商品标签"
|
|
57
63
|
},
|
|
58
64
|
// 品牌管理
|
|
59
65
|
goodsBrandInfo: {
|
|
60
66
|
name: "品牌管理",
|
|
61
|
-
tenantId: "租户",
|
|
62
67
|
brandId: "品牌ID",
|
|
63
|
-
shopId: "店铺ID",
|
|
64
68
|
brandName: "品牌名称",
|
|
69
|
+
brandNameRequired: "请输入品牌名称",
|
|
65
70
|
logoUrl: "品牌图标",
|
|
71
|
+
logoUrlRequired: "请上传品牌图标",
|
|
66
72
|
description: "品牌描述",
|
|
73
|
+
descriptionRequired: "请输入品牌描述",
|
|
67
74
|
orderBy: "排序",
|
|
68
|
-
status: "
|
|
75
|
+
status: "状态",
|
|
76
|
+
statusRequired: "请选择状态",
|
|
77
|
+
likeBrandName: "品牌名称",
|
|
78
|
+
likeBrandNameRequired: "请输入品牌名称"
|
|
69
79
|
},
|
|
70
80
|
// 标签管理
|
|
71
81
|
goodsLabelInfo: {
|
|
72
82
|
name: "标签管理",
|
|
73
|
-
|
|
74
|
-
|
|
83
|
+
likeLableName: "标签名称",
|
|
84
|
+
likeLableNameRequired: "请输入标签名称",
|
|
75
85
|
labelName: "标签名称",
|
|
76
86
|
labelCode: "标签编码",
|
|
77
87
|
orderBy: "排序",
|
|
78
88
|
status: "状态",
|
|
79
|
-
|
|
89
|
+
statusRequired: "请选择状态",
|
|
90
|
+
note: "备注",
|
|
91
|
+
labelNameRequired: "请输入标签名称",
|
|
92
|
+
labelCodeRequired: "请输入标签编码",
|
|
93
|
+
noteRequired: "请输入备注"
|
|
80
94
|
}
|
|
81
95
|
};
|
|
82
96
|
function Ns(e) {
|
|
@@ -85,7 +99,7 @@ function Ns(e) {
|
|
|
85
99
|
let s = e.global.getLocaleMessage("en");
|
|
86
100
|
s = Tt(s, xs), e.global.setLocaleMessage("zh-cn", t), e.global.setLocaleMessage("en", s);
|
|
87
101
|
}
|
|
88
|
-
const Ps = () => import("./edit-
|
|
102
|
+
const Ps = () => import("./edit-Bb2XgE0h.mjs"), Ws = () => import("./info-DImlMNq0.mjs"), Fs = [
|
|
89
103
|
{
|
|
90
104
|
path: "/rawgoods",
|
|
91
105
|
component: Ys,
|
|
@@ -217,7 +231,7 @@ function Ce(e) {
|
|
|
217
231
|
var t = U(NaN);
|
|
218
232
|
return e != null ? ee(c(t), e) : c(t).userInvalidated = !0, t;
|
|
219
233
|
}
|
|
220
|
-
var bt = l.momentProperties = [],
|
|
234
|
+
var bt = l.momentProperties = [], $e = !1;
|
|
221
235
|
function ot(e, t) {
|
|
222
236
|
var s, r, a, n = bt.length;
|
|
223
237
|
if (T(t._isAMomentObject) || (e._isAMomentObject = t._isAMomentObject), T(t._i) || (e._i = t._i), T(t._f) || (e._f = t._f), T(t._l) || (e._l = t._l), T(t._strict) || (e._strict = t._strict), T(t._tzm) || (e._tzm = t._tzm), T(t._isUTC) || (e._isUTC = t._isUTC), T(t._offset) || (e._offset = t._offset), T(t._pf) || (e._pf = c(t)), T(t._locale) || (e._locale = t._locale), n > 0)
|
|
@@ -226,7 +240,7 @@ function ot(e, t) {
|
|
|
226
240
|
return e;
|
|
227
241
|
}
|
|
228
242
|
function De(e) {
|
|
229
|
-
ot(this, e), this._d = new Date(e._d != null ? e._d.getTime() : NaN), this.isValid() || (this._d = /* @__PURE__ */ new Date(NaN)),
|
|
243
|
+
ot(this, e), this._d = new Date(e._d != null ? e._d.getTime() : NaN), this.isValid() || (this._d = /* @__PURE__ */ new Date(NaN)), $e === !1 && ($e = !0, l.updateOffset(this), $e = !1);
|
|
230
244
|
}
|
|
231
245
|
function F(e) {
|
|
232
246
|
return e instanceof De || e != null && e._isAMomentObject != null;
|
|
@@ -371,8 +385,8 @@ var js = "Invalid date";
|
|
|
371
385
|
function zs() {
|
|
372
386
|
return this._invalidDate;
|
|
373
387
|
}
|
|
374
|
-
var
|
|
375
|
-
function
|
|
388
|
+
var qs = "%d", Zs = /\d{1,2}/;
|
|
389
|
+
function $s(e) {
|
|
376
390
|
return this._ordinal.replace("%d", e);
|
|
377
391
|
}
|
|
378
392
|
var Bs = {
|
|
@@ -486,7 +500,7 @@ function Xs(e) {
|
|
|
486
500
|
return r.priority - a.priority;
|
|
487
501
|
}), t;
|
|
488
502
|
}
|
|
489
|
-
var At = /\d/, b = /\d\d/, Ht = /\d{3}/, ht = /\d{4}/, Ue = /[+-]?\d{6}/,
|
|
503
|
+
var At = /\d/, b = /\d\d/, Ht = /\d{3}/, ht = /\d{4}/, Ue = /[+-]?\d{6}/, v = /\d\d?/, Et = /\d\d\d\d?/, Vt = /\d\d\d\d\d\d?/, Ae = /\d{1,3}/, ft = /\d{1,4}/, He = /[+-]?\d{1,6}/, ce = /\d+/, Ee = /[+-]?\d+/, er = /Z|[+-]\d\d:?\d\d/gi, Ve = /Z|[+-]\d\d(?::?\d\d)?/gi, tr = /[+-]?\d+(\.\d{1,3})?/, Ye = /[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i, me = /^[1-9]\d?/, ct = /^([1-9]\d|\d)/, Pe;
|
|
490
504
|
Pe = {};
|
|
491
505
|
function d(e, t, s) {
|
|
492
506
|
Pe[e] = A(t) ? t : function(r, a) {
|
|
@@ -497,7 +511,7 @@ function sr(e, t) {
|
|
|
497
511
|
return g(Pe, e) ? Pe[e](t._strict, t._locale) : new RegExp(rr(e));
|
|
498
512
|
}
|
|
499
513
|
function rr(e) {
|
|
500
|
-
return
|
|
514
|
+
return $(
|
|
501
515
|
e.replace("\\", "").replace(
|
|
502
516
|
/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,
|
|
503
517
|
function(t, s, r, a, n) {
|
|
@@ -506,7 +520,7 @@ function rr(e) {
|
|
|
506
520
|
)
|
|
507
521
|
);
|
|
508
522
|
}
|
|
509
|
-
function
|
|
523
|
+
function $(e) {
|
|
510
524
|
return e.replace(/[-\/\\^$*+?.()|[\]{}]/g, "\\$&");
|
|
511
525
|
}
|
|
512
526
|
function x(e) {
|
|
@@ -535,7 +549,7 @@ function ar(e, t, s) {
|
|
|
535
549
|
function Ge(e) {
|
|
536
550
|
return e % 4 === 0 && e % 100 !== 0 || e % 400 === 0;
|
|
537
551
|
}
|
|
538
|
-
var Y = 0,
|
|
552
|
+
var Y = 0, q = 1, L = 2, D = 3, P = 4, Z = 5, ae = 6, nr = 7, ir = 8;
|
|
539
553
|
h("Y", 0, 0, function() {
|
|
540
554
|
var e = this.year();
|
|
541
555
|
return e <= 9999 ? C(e, 4) : "+" + e;
|
|
@@ -547,7 +561,7 @@ h(0, ["YYYY", 4], 0, "year");
|
|
|
547
561
|
h(0, ["YYYYY", 5], 0, "year");
|
|
548
562
|
h(0, ["YYYYYY", 6, !0], 0, "year");
|
|
549
563
|
d("Y", Ee);
|
|
550
|
-
d("YY",
|
|
564
|
+
d("YY", v, b);
|
|
551
565
|
d("YYYY", ft, ht);
|
|
552
566
|
d("YYYYY", He, Ue);
|
|
553
567
|
d("YYYYYY", He, Ue);
|
|
@@ -662,8 +676,8 @@ h("MMM", 0, 0, function(e) {
|
|
|
662
676
|
h("MMMM", 0, 0, function(e) {
|
|
663
677
|
return this.localeData().months(this, e);
|
|
664
678
|
});
|
|
665
|
-
d("M",
|
|
666
|
-
d("MM",
|
|
679
|
+
d("M", v, me);
|
|
680
|
+
d("MM", v, b);
|
|
667
681
|
d("MMM", function(e, t) {
|
|
668
682
|
return t.monthsShortRegex(e);
|
|
669
683
|
});
|
|
@@ -671,20 +685,20 @@ d("MMMM", function(e, t) {
|
|
|
671
685
|
return t.monthsRegex(e);
|
|
672
686
|
});
|
|
673
687
|
p(["M", "MM"], function(e, t) {
|
|
674
|
-
t[
|
|
688
|
+
t[q] = m(e) - 1;
|
|
675
689
|
});
|
|
676
690
|
p(["MMM", "MMMM"], function(e, t, s, r) {
|
|
677
691
|
var a = s._locale.monthsParse(e, r, s._strict);
|
|
678
|
-
a != null ? t[
|
|
692
|
+
a != null ? t[q] = a : c(s).invalidMonth = e;
|
|
679
693
|
});
|
|
680
694
|
var hr = "January_February_March_April_May_June_July_August_September_October_November_December".split(
|
|
681
695
|
"_"
|
|
682
|
-
), zt = "Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),
|
|
696
|
+
), zt = "Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"), qt = /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/, fr = Ye, cr = Ye;
|
|
683
697
|
function mr(e, t) {
|
|
684
|
-
return e ? W(this._months) ? this._months[e.month()] : this._months[(this._months.isFormat ||
|
|
698
|
+
return e ? W(this._months) ? this._months[e.month()] : this._months[(this._months.isFormat || qt).test(t) ? "format" : "standalone"][e.month()] : W(this._months) ? this._months : this._months.standalone;
|
|
685
699
|
}
|
|
686
700
|
function _r(e, t) {
|
|
687
|
-
return e ? W(this._monthsShort) ? this._monthsShort[e.month()] : this._monthsShort[
|
|
701
|
+
return e ? W(this._monthsShort) ? this._monthsShort[e.month()] : this._monthsShort[qt.test(t) ? "format" : "standalone"][e.month()] : W(this._monthsShort) ? this._monthsShort : this._monthsShort.standalone;
|
|
688
702
|
}
|
|
689
703
|
function yr(e, t, s) {
|
|
690
704
|
var r, a, n, i = e.toLocaleLowerCase();
|
|
@@ -715,7 +729,7 @@ function gr(e, t, s) {
|
|
|
715
729
|
return r;
|
|
716
730
|
}
|
|
717
731
|
}
|
|
718
|
-
function
|
|
732
|
+
function Zt(e, t) {
|
|
719
733
|
if (!e.isValid())
|
|
720
734
|
return e;
|
|
721
735
|
if (typeof t == "string") {
|
|
@@ -727,8 +741,8 @@ function $t(e, t) {
|
|
|
727
741
|
var s = t, r = e.date();
|
|
728
742
|
return r = r < 29 ? r : Math.min(r, mt(e.year(), s)), e._isUTC ? e._d.setUTCMonth(s, r) : e._d.setMonth(s, r), e;
|
|
729
743
|
}
|
|
730
|
-
function
|
|
731
|
-
return e != null ? (
|
|
744
|
+
function $t(e) {
|
|
745
|
+
return e != null ? (Zt(this, e), l.updateOffset(this, !0), this) : pe(this, "Month");
|
|
732
746
|
}
|
|
733
747
|
function wr() {
|
|
734
748
|
return mt(this.year(), this.month());
|
|
@@ -745,7 +759,7 @@ function Bt() {
|
|
|
745
759
|
}
|
|
746
760
|
var t = [], s = [], r = [], a, n, i, u;
|
|
747
761
|
for (a = 0; a < 12; a++)
|
|
748
|
-
n = U([2e3, a]), i =
|
|
762
|
+
n = U([2e3, a]), i = $(this.monthsShort(n, "")), u = $(this.months(n, "")), t.push(i), s.push(u), r.push(u), r.push(i);
|
|
749
763
|
t.sort(e), s.sort(e), r.sort(e), this._monthsRegex = new RegExp("^(" + r.join("|") + ")", "i"), this._monthsShortRegex = this._monthsRegex, this._monthsStrictRegex = new RegExp(
|
|
750
764
|
"^(" + s.join("|") + ")",
|
|
751
765
|
"i"
|
|
@@ -754,7 +768,7 @@ function Bt() {
|
|
|
754
768
|
"i"
|
|
755
769
|
);
|
|
756
770
|
}
|
|
757
|
-
function
|
|
771
|
+
function vr(e, t, s, r, a, n, i) {
|
|
758
772
|
var u;
|
|
759
773
|
return e < 100 && e >= 0 ? (u = new Date(e + 400, t, s, r, a, n, i), isFinite(u.getFullYear()) && u.setFullYear(e)) : u = new Date(e, t, s, r, a, n, i), u;
|
|
760
774
|
}
|
|
@@ -773,7 +787,7 @@ function Jt(e, t, s, r, a) {
|
|
|
773
787
|
dayOfYear: _
|
|
774
788
|
};
|
|
775
789
|
}
|
|
776
|
-
function
|
|
790
|
+
function ve(e, t, s) {
|
|
777
791
|
var r = We(e.year(), t, s), a = Math.floor((e.dayOfYear() - r - 1) / 7) + 1, n, i;
|
|
778
792
|
return a < 1 ? (i = e.year() - 1, n = a + B(i, t, s)) : a > B(e.year(), t, s) ? (n = a - B(e.year(), t, s), i = e.year() + 1) : (i = e.year(), n = a), {
|
|
779
793
|
week: n,
|
|
@@ -786,18 +800,18 @@ function B(e, t, s) {
|
|
|
786
800
|
}
|
|
787
801
|
h("w", ["ww", 2], "wo", "week");
|
|
788
802
|
h("W", ["WW", 2], "Wo", "isoWeek");
|
|
789
|
-
d("w",
|
|
790
|
-
d("ww",
|
|
791
|
-
d("W",
|
|
792
|
-
d("WW",
|
|
803
|
+
d("w", v, me);
|
|
804
|
+
d("ww", v, b);
|
|
805
|
+
d("W", v, me);
|
|
806
|
+
d("WW", v, b);
|
|
793
807
|
Oe(
|
|
794
808
|
["w", "ww", "W", "WW"],
|
|
795
809
|
function(e, t, s, r) {
|
|
796
810
|
t[r.substr(0, 1)] = m(e);
|
|
797
811
|
}
|
|
798
812
|
);
|
|
799
|
-
function
|
|
800
|
-
return
|
|
813
|
+
function Sr(e) {
|
|
814
|
+
return ve(e, this._week.dow, this._week.doy).week;
|
|
801
815
|
}
|
|
802
816
|
var Mr = {
|
|
803
817
|
dow: 0,
|
|
@@ -816,7 +830,7 @@ function Or(e) {
|
|
|
816
830
|
return e == null ? t : this.add((e - t) * 7, "d");
|
|
817
831
|
}
|
|
818
832
|
function Tr(e) {
|
|
819
|
-
var t =
|
|
833
|
+
var t = ve(this, 1, 4).week;
|
|
820
834
|
return e == null ? t : this.add((e - t) * 7, "d");
|
|
821
835
|
}
|
|
822
836
|
h("d", 0, "do", "day");
|
|
@@ -831,9 +845,9 @@ h("dddd", 0, 0, function(e) {
|
|
|
831
845
|
});
|
|
832
846
|
h("e", 0, 0, "weekday");
|
|
833
847
|
h("E", 0, 0, "isoWeekday");
|
|
834
|
-
d("d",
|
|
835
|
-
d("e",
|
|
836
|
-
d("E",
|
|
848
|
+
d("d", v);
|
|
849
|
+
d("e", v);
|
|
850
|
+
d("E", v);
|
|
837
851
|
d("dd", function(e, t) {
|
|
838
852
|
return t.weekdaysMinRegex(e);
|
|
839
853
|
});
|
|
@@ -943,7 +957,7 @@ function yt() {
|
|
|
943
957
|
}
|
|
944
958
|
var t = [], s = [], r = [], a = [], n, i, u, f, _;
|
|
945
959
|
for (n = 0; n < 7; n++)
|
|
946
|
-
i = U([2e3, 1]).day(n), u =
|
|
960
|
+
i = U([2e3, 1]).day(n), u = $(this.weekdaysMin(i, "")), f = $(this.weekdaysShort(i, "")), _ = $(this.weekdays(i, "")), t.push(u), s.push(f), r.push(_), a.push(u), a.push(f), a.push(_);
|
|
947
961
|
t.sort(e), s.sort(e), r.sort(e), a.sort(e), this._weekdaysRegex = new RegExp("^(" + a.join("|") + ")", "i"), this._weekdaysShortRegex = this._weekdaysRegex, this._weekdaysMinRegex = this._weekdaysRegex, this._weekdaysStrictRegex = new RegExp(
|
|
948
962
|
"^(" + r.join("|") + ")",
|
|
949
963
|
"i"
|
|
@@ -958,12 +972,12 @@ function yt() {
|
|
|
958
972
|
function gt() {
|
|
959
973
|
return this.hours() % 12 || 12;
|
|
960
974
|
}
|
|
961
|
-
function
|
|
975
|
+
function qr() {
|
|
962
976
|
return this.hours() || 24;
|
|
963
977
|
}
|
|
964
978
|
h("H", ["HH", 2], 0, "hour");
|
|
965
979
|
h("h", ["hh", 2], 0, gt);
|
|
966
|
-
h("k", ["kk", 2], 0,
|
|
980
|
+
h("k", ["kk", 2], 0, qr);
|
|
967
981
|
h("hmm", 0, 0, function() {
|
|
968
982
|
return "" + gt.apply(this) + C(this.minutes(), 2);
|
|
969
983
|
});
|
|
@@ -992,12 +1006,12 @@ function Xt(e, t) {
|
|
|
992
1006
|
}
|
|
993
1007
|
d("a", Xt);
|
|
994
1008
|
d("A", Xt);
|
|
995
|
-
d("H",
|
|
996
|
-
d("h",
|
|
997
|
-
d("k",
|
|
998
|
-
d("HH",
|
|
999
|
-
d("hh",
|
|
1000
|
-
d("kk",
|
|
1009
|
+
d("H", v, ct);
|
|
1010
|
+
d("h", v, me);
|
|
1011
|
+
d("k", v, me);
|
|
1012
|
+
d("HH", v, b);
|
|
1013
|
+
d("hh", v, b);
|
|
1014
|
+
d("kk", v, b);
|
|
1001
1015
|
d("hmm", Et);
|
|
1002
1016
|
d("hmmss", Vt);
|
|
1003
1017
|
d("Hmm", Et);
|
|
@@ -1019,7 +1033,7 @@ p("hmm", function(e, t, s) {
|
|
|
1019
1033
|
});
|
|
1020
1034
|
p("hmmss", function(e, t, s) {
|
|
1021
1035
|
var r = e.length - 4, a = e.length - 2;
|
|
1022
|
-
t[D] = m(e.substr(0, r)), t[P] = m(e.substr(r, 2)), t[
|
|
1036
|
+
t[D] = m(e.substr(0, r)), t[P] = m(e.substr(r, 2)), t[Z] = m(e.substr(a)), c(s).bigHour = !0;
|
|
1023
1037
|
});
|
|
1024
1038
|
p("Hmm", function(e, t, s) {
|
|
1025
1039
|
var r = e.length - 2;
|
|
@@ -1027,12 +1041,12 @@ p("Hmm", function(e, t, s) {
|
|
|
1027
1041
|
});
|
|
1028
1042
|
p("Hmmss", function(e, t, s) {
|
|
1029
1043
|
var r = e.length - 4, a = e.length - 2;
|
|
1030
|
-
t[D] = m(e.substr(0, r)), t[P] = m(e.substr(r, 2)), t[
|
|
1044
|
+
t[D] = m(e.substr(0, r)), t[P] = m(e.substr(r, 2)), t[Z] = m(e.substr(a));
|
|
1031
1045
|
});
|
|
1032
|
-
function
|
|
1046
|
+
function Zr(e) {
|
|
1033
1047
|
return (e + "").toLowerCase().charAt(0) === "p";
|
|
1034
1048
|
}
|
|
1035
|
-
var
|
|
1049
|
+
var $r = /[ap]\.?m?\.?/i, Br = _e("Hours", !0);
|
|
1036
1050
|
function Jr(e, t, s) {
|
|
1037
1051
|
return e > 11 ? s ? "pm" : "PM" : s ? "am" : "AM";
|
|
1038
1052
|
}
|
|
@@ -1040,8 +1054,8 @@ var es = {
|
|
|
1040
1054
|
calendar: Us,
|
|
1041
1055
|
longDateFormat: Vs,
|
|
1042
1056
|
invalidDate: js,
|
|
1043
|
-
ordinal:
|
|
1044
|
-
dayOfMonthOrdinalParse:
|
|
1057
|
+
ordinal: qs,
|
|
1058
|
+
dayOfMonthOrdinalParse: Zs,
|
|
1045
1059
|
relativeTime: Bs,
|
|
1046
1060
|
months: hr,
|
|
1047
1061
|
monthsShort: zt,
|
|
@@ -1049,8 +1063,8 @@ var es = {
|
|
|
1049
1063
|
weekdays: Rr,
|
|
1050
1064
|
weekdaysMin: Nr,
|
|
1051
1065
|
weekdaysShort: Qt,
|
|
1052
|
-
meridiemParse:
|
|
1053
|
-
},
|
|
1066
|
+
meridiemParse: $r
|
|
1067
|
+
}, S = {}, ye = {}, Se;
|
|
1054
1068
|
function Qr(e, t) {
|
|
1055
1069
|
var s, r = Math.min(e.length, t.length);
|
|
1056
1070
|
for (s = 0; s < r; s += 1)
|
|
@@ -1072,38 +1086,38 @@ function Kr(e) {
|
|
|
1072
1086
|
}
|
|
1073
1087
|
t++;
|
|
1074
1088
|
}
|
|
1075
|
-
return
|
|
1089
|
+
return Se;
|
|
1076
1090
|
}
|
|
1077
1091
|
function Xr(e) {
|
|
1078
1092
|
return !!(e && e.match("^[^/\\\\]*$"));
|
|
1079
1093
|
}
|
|
1080
1094
|
function je(e) {
|
|
1081
1095
|
var t = null, s;
|
|
1082
|
-
if (
|
|
1096
|
+
if (S[e] === void 0 && typeof module < "u" && module && module.exports && Xr(e))
|
|
1083
1097
|
try {
|
|
1084
|
-
t =
|
|
1098
|
+
t = Se._abbr, s = require, s("./locale/" + e), se(t);
|
|
1085
1099
|
} catch {
|
|
1086
|
-
|
|
1100
|
+
S[e] = null;
|
|
1087
1101
|
}
|
|
1088
|
-
return
|
|
1102
|
+
return S[e];
|
|
1089
1103
|
}
|
|
1090
1104
|
function se(e, t) {
|
|
1091
1105
|
var s;
|
|
1092
|
-
return e && (T(t) ? s = Q(e) : s = wt(e, t), s ?
|
|
1106
|
+
return e && (T(t) ? s = Q(e) : s = wt(e, t), s ? Se = s : typeof console < "u" && console.warn && console.warn(
|
|
1093
1107
|
"Locale " + e + " not found. Did you forget to load it?"
|
|
1094
|
-
)),
|
|
1108
|
+
)), Se._abbr;
|
|
1095
1109
|
}
|
|
1096
1110
|
function wt(e, t) {
|
|
1097
1111
|
if (t !== null) {
|
|
1098
1112
|
var s, r = es;
|
|
1099
|
-
if (t.abbr = e,
|
|
1113
|
+
if (t.abbr = e, S[e] != null)
|
|
1100
1114
|
Ct(
|
|
1101
1115
|
"defineLocaleOverride",
|
|
1102
1116
|
"use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."
|
|
1103
|
-
), r =
|
|
1117
|
+
), r = S[e]._config;
|
|
1104
1118
|
else if (t.parentLocale != null)
|
|
1105
|
-
if (
|
|
1106
|
-
r =
|
|
1119
|
+
if (S[t.parentLocale] != null)
|
|
1120
|
+
r = S[t.parentLocale]._config;
|
|
1107
1121
|
else if (s = je(t.parentLocale), s != null)
|
|
1108
1122
|
r = s._config;
|
|
1109
1123
|
else
|
|
@@ -1111,24 +1125,24 @@ function wt(e, t) {
|
|
|
1111
1125
|
name: e,
|
|
1112
1126
|
config: t
|
|
1113
1127
|
}), null;
|
|
1114
|
-
return
|
|
1128
|
+
return S[e] = new lt(Xe(r, t)), ye[e] && ye[e].forEach(function(a) {
|
|
1115
1129
|
wt(a.name, a.config);
|
|
1116
|
-
}), se(e),
|
|
1130
|
+
}), se(e), S[e];
|
|
1117
1131
|
} else
|
|
1118
|
-
return delete
|
|
1132
|
+
return delete S[e], null;
|
|
1119
1133
|
}
|
|
1120
1134
|
function ea(e, t) {
|
|
1121
1135
|
if (t != null) {
|
|
1122
1136
|
var s, r, a = es;
|
|
1123
|
-
|
|
1137
|
+
S[e] != null && S[e].parentLocale != null ? S[e].set(Xe(S[e]._config, t)) : (r = je(e), r != null && (a = r._config), t = Xe(a, t), r == null && (t.abbr = e), s = new lt(t), s.parentLocale = S[e], S[e] = s), se(e);
|
|
1124
1138
|
} else
|
|
1125
|
-
|
|
1126
|
-
return
|
|
1139
|
+
S[e] != null && (S[e].parentLocale != null ? (S[e] = S[e].parentLocale, e === se() && se(e)) : S[e] != null && delete S[e]);
|
|
1140
|
+
return S[e];
|
|
1127
1141
|
}
|
|
1128
1142
|
function Q(e) {
|
|
1129
1143
|
var t;
|
|
1130
1144
|
if (e && e._locale && e._locale._abbr && (e = e._locale._abbr), !e)
|
|
1131
|
-
return
|
|
1145
|
+
return Se;
|
|
1132
1146
|
if (!W(e)) {
|
|
1133
1147
|
if (t = je(e), t)
|
|
1134
1148
|
return t;
|
|
@@ -1137,11 +1151,11 @@ function Q(e) {
|
|
|
1137
1151
|
return Kr(e);
|
|
1138
1152
|
}
|
|
1139
1153
|
function ta() {
|
|
1140
|
-
return et(
|
|
1154
|
+
return et(S);
|
|
1141
1155
|
}
|
|
1142
1156
|
function pt(e) {
|
|
1143
1157
|
var t, s = e._a;
|
|
1144
|
-
return s && c(e).overflow === -2 && (t = s[
|
|
1158
|
+
return s && c(e).overflow === -2 && (t = s[q] < 0 || s[q] > 11 ? q : s[L] < 1 || s[L] > mt(s[Y], s[q]) ? L : s[D] < 0 || s[D] > 24 || s[D] === 24 && (s[P] !== 0 || s[Z] !== 0 || s[ae] !== 0) ? D : s[P] < 0 || s[P] > 59 ? P : s[Z] < 0 || s[Z] > 59 ? Z : s[ae] < 0 || s[ae] > 999 ? ae : -1, c(e)._overflowDayOfYear && (t < Y || t > L) && (t = L), c(e)._overflowWeeks && t === -1 && (t = nr), c(e)._overflowWeekday && t === -1 && (t = ir), c(e).overflow = t), e;
|
|
1145
1159
|
}
|
|
1146
1160
|
var sa = /^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/, ra = /^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/, aa = /Z|[+-]\d\d(?::?\d\d)?/, be = [
|
|
1147
1161
|
["YYYYYY-MM-DD", /[+-]\d{6}-\d\d-\d\d/],
|
|
@@ -1213,7 +1227,7 @@ function ts(e) {
|
|
|
1213
1227
|
e._isValid = !1;
|
|
1214
1228
|
return;
|
|
1215
1229
|
}
|
|
1216
|
-
e._f = i + (u || "") + (f || ""),
|
|
1230
|
+
e._f = i + (u || "") + (f || ""), vt(e);
|
|
1217
1231
|
} else
|
|
1218
1232
|
e._isValid = !1;
|
|
1219
1233
|
}
|
|
@@ -1306,11 +1320,11 @@ function ma(e) {
|
|
|
1306
1320
|
function kt(e) {
|
|
1307
1321
|
var t, s, r = [], a, n, i;
|
|
1308
1322
|
if (!e._d) {
|
|
1309
|
-
for (a = ma(e), e._w && e._a[L] == null && e._a[
|
|
1323
|
+
for (a = ma(e), e._w && e._a[L] == null && e._a[q] == null && _a(e), e._dayOfYear != null && (i = le(e._a[Y], a[Y]), (e._dayOfYear > we(i) || e._dayOfYear === 0) && (c(e)._overflowDayOfYear = !0), s = ke(i, 0, e._dayOfYear), e._a[q] = s.getUTCMonth(), e._a[L] = s.getUTCDate()), t = 0; t < 3 && e._a[t] == null; ++t)
|
|
1310
1324
|
e._a[t] = r[t] = a[t];
|
|
1311
1325
|
for (; t < 7; t++)
|
|
1312
1326
|
e._a[t] = r[t] = e._a[t] == null ? t === 2 ? 1 : 0 : e._a[t];
|
|
1313
|
-
e._a[D] === 24 && e._a[P] === 0 && e._a[
|
|
1327
|
+
e._a[D] === 24 && e._a[P] === 0 && e._a[Z] === 0 && e._a[ae] === 0 && (e._nextDay = !0, e._a[D] = 0), e._d = (e._useUTC ? ke : vr).apply(
|
|
1314
1328
|
null,
|
|
1315
1329
|
r
|
|
1316
1330
|
), n = e._useUTC ? e._d.getUTCDay() : e._d.getDay(), e._tzm != null && e._d.setUTCMinutes(e._d.getUTCMinutes() - e._tzm), e._nextDay && (e._a[D] = 24), e._w && typeof e._w.d < "u" && e._w.d !== n && (c(e).weekdayMismatch = !0);
|
|
@@ -1321,14 +1335,14 @@ function _a(e) {
|
|
|
1321
1335
|
t = e._w, t.GG != null || t.W != null || t.E != null ? (n = 1, i = 4, s = le(
|
|
1322
1336
|
t.GG,
|
|
1323
1337
|
e._a[Y],
|
|
1324
|
-
|
|
1325
|
-
), r = le(t.W, 1), a = le(t.E, 1), (a < 1 || a > 7) && (f = !0)) : (n = e._locale._week.dow, i = e._locale._week.doy, _ =
|
|
1338
|
+
ve(k(), 1, 4).year
|
|
1339
|
+
), r = le(t.W, 1), a = le(t.E, 1), (a < 1 || a > 7) && (f = !0)) : (n = e._locale._week.dow, i = e._locale._week.doy, _ = ve(k(), n, i), s = le(t.gg, e._a[Y], _.year), r = le(t.w, _.week), t.d != null ? (a = t.d, (a < 0 || a > 6) && (f = !0)) : t.e != null ? (a = t.e + n, (t.e < 0 || t.e > 6) && (f = !0)) : a = n), r < 1 || r > B(s, n, i) ? c(e)._overflowWeeks = !0 : f != null ? c(e)._overflowWeekday = !0 : (u = Jt(s, r, a, n, i), e._a[Y] = u.year, e._dayOfYear = u.dayOfYear);
|
|
1326
1340
|
}
|
|
1327
1341
|
l.ISO_8601 = function() {
|
|
1328
1342
|
};
|
|
1329
1343
|
l.RFC_2822 = function() {
|
|
1330
1344
|
};
|
|
1331
|
-
function
|
|
1345
|
+
function vt(e) {
|
|
1332
1346
|
if (e._f === l.ISO_8601) {
|
|
1333
1347
|
ts(e);
|
|
1334
1348
|
return;
|
|
@@ -1360,7 +1374,7 @@ function ga(e) {
|
|
|
1360
1374
|
return;
|
|
1361
1375
|
}
|
|
1362
1376
|
for (a = 0; a < f; a++)
|
|
1363
|
-
n = 0, i = !1, t = ot({}, e), e._useUTC != null && (t._useUTC = e._useUTC), t._f = e._f[a],
|
|
1377
|
+
n = 0, i = !1, t = ot({}, e), e._useUTC != null && (t._useUTC = e._useUTC), t._f = e._f[a], vt(t), it(t) && (i = !0), n += c(t).charsLeftOver, n += c(t).unusedTokens.length * 10, c(t).score = n, u ? n < r && (r = n, s = t) : (r == null || n < r || i) && (r = n, s = t, i && (u = !0));
|
|
1364
1378
|
ee(e, s || t);
|
|
1365
1379
|
}
|
|
1366
1380
|
function wa(e) {
|
|
@@ -1380,7 +1394,7 @@ function pa(e) {
|
|
|
1380
1394
|
}
|
|
1381
1395
|
function rs(e) {
|
|
1382
1396
|
var t = e._i, s = e._f;
|
|
1383
|
-
return e._locale = e._locale || Q(e._l), t === null || s === void 0 && t === "" ? Ce({ nullInput: !0 }) : (typeof t == "string" && (e._i = t = e._locale.preparse(t)), F(t) ? new De(pt(t)) : (Me(t) ? e._d = t : W(s) ? ga(e) : s ?
|
|
1397
|
+
return e._locale = e._locale || Q(e._l), t === null || s === void 0 && t === "" ? Ce({ nullInput: !0 }) : (typeof t == "string" && (e._i = t = e._locale.preparse(t)), F(t) ? new De(pt(t)) : (Me(t) ? e._d = t : W(s) ? ga(e) : s ? vt(e) : ka(e), it(e) || (e._d = null), e));
|
|
1384
1398
|
}
|
|
1385
1399
|
function ka(e) {
|
|
1386
1400
|
var t = e._i;
|
|
@@ -1395,13 +1409,13 @@ function as(e, t, s, r, a) {
|
|
|
1395
1409
|
function k(e, t, s, r) {
|
|
1396
1410
|
return as(e, t, s, r, !1);
|
|
1397
1411
|
}
|
|
1398
|
-
var
|
|
1412
|
+
var va = R(
|
|
1399
1413
|
"moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",
|
|
1400
1414
|
function() {
|
|
1401
1415
|
var e = k.apply(null, arguments);
|
|
1402
1416
|
return this.isValid() && e.isValid() ? e < this ? this : e : Ce();
|
|
1403
1417
|
}
|
|
1404
|
-
),
|
|
1418
|
+
), Sa = R(
|
|
1405
1419
|
"moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",
|
|
1406
1420
|
function() {
|
|
1407
1421
|
var e = k.apply(null, arguments);
|
|
@@ -1485,10 +1499,10 @@ is("ZZ", "");
|
|
|
1485
1499
|
d("Z", Ve);
|
|
1486
1500
|
d("ZZ", Ve);
|
|
1487
1501
|
p(["Z", "ZZ"], function(e, t, s) {
|
|
1488
|
-
s._useUTC = !0, s._tzm =
|
|
1502
|
+
s._useUTC = !0, s._tzm = St(Ve, e);
|
|
1489
1503
|
});
|
|
1490
1504
|
var Ra = /([\+\-]|\d\d)/gi;
|
|
1491
|
-
function
|
|
1505
|
+
function St(e, t) {
|
|
1492
1506
|
var s = (t || "").match(e), r, a, n;
|
|
1493
1507
|
return s === null ? null : (r = s[s.length - 1] || [], a = (r + "").match(Ra) || ["-", 0, 0], n = +(a[1] * 60) + m(a[2]), n === 0 ? 0 : a[0] === "+" ? n : -n);
|
|
1494
1508
|
}
|
|
@@ -1507,7 +1521,7 @@ function Na(e, t, s) {
|
|
|
1507
1521
|
return e != null ? this : NaN;
|
|
1508
1522
|
if (e != null) {
|
|
1509
1523
|
if (typeof e == "string") {
|
|
1510
|
-
if (e =
|
|
1524
|
+
if (e = St(Ve, e), e === null)
|
|
1511
1525
|
return this;
|
|
1512
1526
|
} else Math.abs(e) < 16 && !s && (e = e * 60);
|
|
1513
1527
|
return !this._isUTC && t && (a = rt(this)), this._offset = e, this._isUTC = !0, a != null && this.add(a, "m"), r !== e && (!t || this._changeInProgress ? us(
|
|
@@ -1532,7 +1546,7 @@ function Ia() {
|
|
|
1532
1546
|
if (this._tzm != null)
|
|
1533
1547
|
this.utcOffset(this._tzm, !1, !0);
|
|
1534
1548
|
else if (typeof this._i == "string") {
|
|
1535
|
-
var e =
|
|
1549
|
+
var e = St(er, this._i);
|
|
1536
1550
|
e != null ? this.utcOffset(e) : this.utcOffset(0, !0);
|
|
1537
1551
|
}
|
|
1538
1552
|
return this;
|
|
@@ -1570,7 +1584,7 @@ function I(e, t) {
|
|
|
1570
1584
|
d: m(r[L]) * a,
|
|
1571
1585
|
h: m(r[D]) * a,
|
|
1572
1586
|
m: m(r[P]) * a,
|
|
1573
|
-
s: m(r[
|
|
1587
|
+
s: m(r[Z]) * a,
|
|
1574
1588
|
ms: m(st(r[ae] * 1e3)) * a
|
|
1575
1589
|
// the millisecond decimal point is included in the match
|
|
1576
1590
|
}) : (r = Va.exec(e)) ? (a = r[1] === "-" ? -1 : 1, s = {
|
|
@@ -1611,16 +1625,16 @@ function ls(e, t) {
|
|
|
1611
1625
|
}
|
|
1612
1626
|
function us(e, t, s, r) {
|
|
1613
1627
|
var a = t._milliseconds, n = st(t._days), i = st(t._months);
|
|
1614
|
-
e.isValid() && (r = r ?? !0, i &&
|
|
1628
|
+
e.isValid() && (r = r ?? !0, i && Zt(e, pe(e, "Month") + i * s), n && jt(e, "Date", pe(e, "Date") + n * s), a && e._d.setTime(e._d.valueOf() + a * s), r && l.updateOffset(e, n || i));
|
|
1615
1629
|
}
|
|
1616
1630
|
var ja = ls(1, "add"), za = ls(-1, "subtract");
|
|
1617
1631
|
function ds(e) {
|
|
1618
1632
|
return typeof e == "string" || e instanceof String;
|
|
1619
1633
|
}
|
|
1620
|
-
function
|
|
1621
|
-
return F(e) || Me(e) || ds(e) || J(e) ||
|
|
1634
|
+
function qa(e) {
|
|
1635
|
+
return F(e) || Me(e) || ds(e) || J(e) || $a(e) || Za(e) || e === null || e === void 0;
|
|
1622
1636
|
}
|
|
1623
|
-
function
|
|
1637
|
+
function Za(e) {
|
|
1624
1638
|
var t = ne(e) && !nt(e), s = !1, r = [
|
|
1625
1639
|
"years",
|
|
1626
1640
|
"year",
|
|
@@ -1651,7 +1665,7 @@ function $a(e) {
|
|
|
1651
1665
|
n = r[a], s = s || g(e, n);
|
|
1652
1666
|
return t && s;
|
|
1653
1667
|
}
|
|
1654
|
-
function
|
|
1668
|
+
function $a(e) {
|
|
1655
1669
|
var t = W(e), s = !1;
|
|
1656
1670
|
return t && (s = e.filter(function(r) {
|
|
1657
1671
|
return !J(r) && ds(e);
|
|
@@ -1675,7 +1689,7 @@ function Ja(e, t) {
|
|
|
1675
1689
|
return s < -6 ? "sameElse" : s < -1 ? "lastWeek" : s < 0 ? "lastDay" : s < 1 ? "sameDay" : s < 2 ? "nextDay" : s < 7 ? "nextWeek" : "sameElse";
|
|
1676
1690
|
}
|
|
1677
1691
|
function Qa(e, t) {
|
|
1678
|
-
arguments.length === 1 && (arguments[0] ?
|
|
1692
|
+
arguments.length === 1 && (arguments[0] ? qa(arguments[0]) ? (e = arguments[0], t = void 0) : Ba(arguments[0]) && (t = arguments[0], e = void 0) : (e = void 0, t = void 0));
|
|
1679
1693
|
var s = e || k(), r = Mt(s, this).startOf("day"), a = l.calendarFormat(this, r) || "sameElse", n = t && (A(t[a]) ? t[a].call(this, s) : t[a]);
|
|
1680
1694
|
return this.format(
|
|
1681
1695
|
n || this.localeData().calendar(a, this, k(s))
|
|
@@ -1934,7 +1948,7 @@ function kn() {
|
|
|
1934
1948
|
e.millisecond()
|
|
1935
1949
|
];
|
|
1936
1950
|
}
|
|
1937
|
-
function
|
|
1951
|
+
function vn() {
|
|
1938
1952
|
var e = this;
|
|
1939
1953
|
return {
|
|
1940
1954
|
years: e.year(),
|
|
@@ -1946,7 +1960,7 @@ function Sn() {
|
|
|
1946
1960
|
milliseconds: e.milliseconds()
|
|
1947
1961
|
};
|
|
1948
1962
|
}
|
|
1949
|
-
function
|
|
1963
|
+
function Sn() {
|
|
1950
1964
|
return this.isValid() ? this.toISOString() : null;
|
|
1951
1965
|
}
|
|
1952
1966
|
function Mn() {
|
|
@@ -2096,7 +2110,7 @@ function An(e, t) {
|
|
|
2096
2110
|
function Yt() {
|
|
2097
2111
|
var e = [], t = [], s = [], r = [], a, n, i, u, f, _ = this.eras();
|
|
2098
2112
|
for (a = 0, n = _.length; a < n; ++a)
|
|
2099
|
-
i =
|
|
2113
|
+
i = $(_[a].name), u = $(_[a].abbr), f = $(_[a].narrow), t.push(i), e.push(u), s.push(f), r.push(i), r.push(u), r.push(f);
|
|
2100
2114
|
this._erasRegex = new RegExp("^(" + r.join("|") + ")", "i"), this._erasNameRegex = new RegExp("^(" + t.join("|") + ")", "i"), this._erasAbbrRegex = new RegExp("^(" + e.join("|") + ")", "i"), this._erasNarrowRegex = new RegExp(
|
|
2101
2115
|
"^(" + s.join("|") + ")",
|
|
2102
2116
|
"i"
|
|
@@ -2108,17 +2122,17 @@ h(0, ["gg", 2], 0, function() {
|
|
|
2108
2122
|
h(0, ["GG", 2], 0, function() {
|
|
2109
2123
|
return this.isoWeekYear() % 100;
|
|
2110
2124
|
});
|
|
2111
|
-
function
|
|
2125
|
+
function qe(e, t) {
|
|
2112
2126
|
h(0, [e, e.length], 0, t);
|
|
2113
2127
|
}
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2128
|
+
qe("gggg", "weekYear");
|
|
2129
|
+
qe("ggggg", "weekYear");
|
|
2130
|
+
qe("GGGG", "isoWeekYear");
|
|
2131
|
+
qe("GGGGG", "isoWeekYear");
|
|
2118
2132
|
d("G", Ee);
|
|
2119
2133
|
d("g", Ee);
|
|
2120
|
-
d("GG",
|
|
2121
|
-
d("gg",
|
|
2134
|
+
d("GG", v, b);
|
|
2135
|
+
d("gg", v, b);
|
|
2122
2136
|
d("GGGG", ft, ht);
|
|
2123
2137
|
d("gggg", ft, ht);
|
|
2124
2138
|
d("GGGGG", He, Ue);
|
|
@@ -2168,29 +2182,29 @@ function zn() {
|
|
|
2168
2182
|
}
|
|
2169
2183
|
function gs(e, t, s, r, a) {
|
|
2170
2184
|
var n;
|
|
2171
|
-
return e == null ?
|
|
2185
|
+
return e == null ? ve(this, r, a).year : (n = B(e, r, a), t > n && (t = n), qn.call(this, e, t, s, r, a));
|
|
2172
2186
|
}
|
|
2173
|
-
function
|
|
2187
|
+
function qn(e, t, s, r, a) {
|
|
2174
2188
|
var n = Jt(e, t, s, r, a), i = ke(n.year, 0, n.dayOfYear);
|
|
2175
2189
|
return this.year(i.getUTCFullYear()), this.month(i.getUTCMonth()), this.date(i.getUTCDate()), this;
|
|
2176
2190
|
}
|
|
2177
2191
|
h("Q", 0, "Qo", "quarter");
|
|
2178
2192
|
d("Q", At);
|
|
2179
2193
|
p("Q", function(e, t) {
|
|
2180
|
-
t[
|
|
2194
|
+
t[q] = (m(e) - 1) * 3;
|
|
2181
2195
|
});
|
|
2182
|
-
function
|
|
2196
|
+
function Zn(e) {
|
|
2183
2197
|
return e == null ? Math.ceil((this.month() + 1) / 3) : this.month((e - 1) * 3 + this.month() % 3);
|
|
2184
2198
|
}
|
|
2185
2199
|
h("D", ["DD", 2], "Do", "date");
|
|
2186
|
-
d("D",
|
|
2187
|
-
d("DD",
|
|
2200
|
+
d("D", v, me);
|
|
2201
|
+
d("DD", v, b);
|
|
2188
2202
|
d("Do", function(e, t) {
|
|
2189
2203
|
return e ? t._dayOfMonthOrdinalParse || t._ordinalParse : t._dayOfMonthOrdinalParseLenient;
|
|
2190
2204
|
});
|
|
2191
2205
|
p(["D", "DD"], L);
|
|
2192
2206
|
p("Do", function(e, t) {
|
|
2193
|
-
t[L] = m(e.match(
|
|
2207
|
+
t[L] = m(e.match(v)[0]);
|
|
2194
2208
|
});
|
|
2195
2209
|
var ws = _e("Date", !0);
|
|
2196
2210
|
h("DDD", ["DDDD", 3], "DDDo", "dayOfYear");
|
|
@@ -2199,21 +2213,21 @@ d("DDDD", Ht);
|
|
|
2199
2213
|
p(["DDD", "DDDD"], function(e, t, s) {
|
|
2200
2214
|
s._dayOfYear = m(e);
|
|
2201
2215
|
});
|
|
2202
|
-
function
|
|
2216
|
+
function $n(e) {
|
|
2203
2217
|
var t = Math.round(
|
|
2204
2218
|
(this.clone().startOf("day") - this.clone().startOf("year")) / 864e5
|
|
2205
2219
|
) + 1;
|
|
2206
2220
|
return e == null ? t : this.add(e - t, "d");
|
|
2207
2221
|
}
|
|
2208
2222
|
h("m", ["mm", 2], 0, "minute");
|
|
2209
|
-
d("m",
|
|
2210
|
-
d("mm",
|
|
2223
|
+
d("m", v, ct);
|
|
2224
|
+
d("mm", v, b);
|
|
2211
2225
|
p(["m", "mm"], P);
|
|
2212
2226
|
var Bn = _e("Minutes", !1);
|
|
2213
2227
|
h("s", ["ss", 2], 0, "second");
|
|
2214
|
-
d("s",
|
|
2215
|
-
d("ss",
|
|
2216
|
-
p(["s", "ss"],
|
|
2228
|
+
d("s", v, ct);
|
|
2229
|
+
d("ss", v, b);
|
|
2230
|
+
p(["s", "ss"], Z);
|
|
2217
2231
|
var Jn = _e("Seconds", !1);
|
|
2218
2232
|
h("S", 0, 0, function() {
|
|
2219
2233
|
return ~~(this.millisecond() / 100);
|
|
@@ -2283,21 +2297,21 @@ o.isValid = Mn;
|
|
|
2283
2297
|
o.lang = fs;
|
|
2284
2298
|
o.locale = hs;
|
|
2285
2299
|
o.localeData = cs;
|
|
2286
|
-
o.max =
|
|
2287
|
-
o.min =
|
|
2300
|
+
o.max = Sa;
|
|
2301
|
+
o.min = va;
|
|
2288
2302
|
o.parsingFlags = Dn;
|
|
2289
2303
|
o.set = ur;
|
|
2290
2304
|
o.startOf = _n;
|
|
2291
2305
|
o.subtract = za;
|
|
2292
2306
|
o.toArray = kn;
|
|
2293
|
-
o.toObject =
|
|
2307
|
+
o.toObject = vn;
|
|
2294
2308
|
o.toDate = pn;
|
|
2295
2309
|
o.toISOString = ln;
|
|
2296
2310
|
o.inspect = un;
|
|
2297
2311
|
typeof Symbol < "u" && Symbol.for != null && (o[Symbol.for("nodejs.util.inspect.custom")] = function() {
|
|
2298
2312
|
return "Moment<" + this.format() + ">";
|
|
2299
2313
|
});
|
|
2300
|
-
o.toJSON =
|
|
2314
|
+
o.toJSON = Sn;
|
|
2301
2315
|
o.toString = on;
|
|
2302
2316
|
o.unix = wn;
|
|
2303
2317
|
o.valueOf = gn;
|
|
@@ -2310,8 +2324,8 @@ o.year = Gt;
|
|
|
2310
2324
|
o.isLeapYear = or;
|
|
2311
2325
|
o.weekYear = Hn;
|
|
2312
2326
|
o.isoWeekYear = En;
|
|
2313
|
-
o.quarter = o.quarters =
|
|
2314
|
-
o.month =
|
|
2327
|
+
o.quarter = o.quarters = Zn;
|
|
2328
|
+
o.month = $t;
|
|
2315
2329
|
o.daysInMonth = wr;
|
|
2316
2330
|
o.week = o.weeks = Or;
|
|
2317
2331
|
o.isoWeek = o.isoWeeks = Tr;
|
|
@@ -2323,7 +2337,7 @@ o.date = ws;
|
|
|
2323
2337
|
o.day = o.days = Hr;
|
|
2324
2338
|
o.weekday = Er;
|
|
2325
2339
|
o.isoWeekday = Vr;
|
|
2326
|
-
o.dayOfYear =
|
|
2340
|
+
o.dayOfYear = $n;
|
|
2327
2341
|
o.hour = o.hours = Br;
|
|
2328
2342
|
o.minute = o.minutes = Bn;
|
|
2329
2343
|
o.second = o.seconds = Jn;
|
|
@@ -2346,7 +2360,7 @@ o.dates = R(
|
|
|
2346
2360
|
);
|
|
2347
2361
|
o.months = R(
|
|
2348
2362
|
"months accessor is deprecated. Use month instead",
|
|
2349
|
-
|
|
2363
|
+
$t
|
|
2350
2364
|
);
|
|
2351
2365
|
o.years = R(
|
|
2352
2366
|
"years accessor is deprecated. Use year instead",
|
|
@@ -2373,7 +2387,7 @@ var w = lt.prototype;
|
|
|
2373
2387
|
w.calendar = As;
|
|
2374
2388
|
w.longDateFormat = Gs;
|
|
2375
2389
|
w.invalidDate = zs;
|
|
2376
|
-
w.ordinal =
|
|
2390
|
+
w.ordinal = $s;
|
|
2377
2391
|
w.preparse = ks;
|
|
2378
2392
|
w.postformat = ks;
|
|
2379
2393
|
w.relativeTime = Js;
|
|
@@ -2390,7 +2404,7 @@ w.monthsShort = _r;
|
|
|
2390
2404
|
w.monthsParse = gr;
|
|
2391
2405
|
w.monthsRegex = kr;
|
|
2392
2406
|
w.monthsShortRegex = pr;
|
|
2393
|
-
w.week =
|
|
2407
|
+
w.week = Sr;
|
|
2394
2408
|
w.firstDayOfYear = Yr;
|
|
2395
2409
|
w.firstDayOfWeek = Dr;
|
|
2396
2410
|
w.weekdays = Ir;
|
|
@@ -2400,13 +2414,13 @@ w.weekdaysParse = Ar;
|
|
|
2400
2414
|
w.weekdaysRegex = Gr;
|
|
2401
2415
|
w.weekdaysShortRegex = jr;
|
|
2402
2416
|
w.weekdaysMinRegex = zr;
|
|
2403
|
-
w.isPM =
|
|
2417
|
+
w.isPM = Zr;
|
|
2404
2418
|
w.meridiem = Jr;
|
|
2405
2419
|
function Le(e, t, s, r) {
|
|
2406
2420
|
var a = Q(), n = U().set(r, t);
|
|
2407
2421
|
return a[s](n, e);
|
|
2408
2422
|
}
|
|
2409
|
-
function
|
|
2423
|
+
function vs(e, t, s) {
|
|
2410
2424
|
if (J(e) && (t = e, e = void 0), e = e || "", t != null)
|
|
2411
2425
|
return Le(e, t, s, "month");
|
|
2412
2426
|
var r, a = [];
|
|
@@ -2424,10 +2438,10 @@ function Ot(e, t, s, r) {
|
|
|
2424
2438
|
return u;
|
|
2425
2439
|
}
|
|
2426
2440
|
function si(e, t) {
|
|
2427
|
-
return
|
|
2441
|
+
return vs(e, t, "months");
|
|
2428
2442
|
}
|
|
2429
2443
|
function ri(e, t) {
|
|
2430
|
-
return
|
|
2444
|
+
return vs(e, t, "monthsShort");
|
|
2431
2445
|
}
|
|
2432
2446
|
function ai(e, t, s) {
|
|
2433
2447
|
return Ot(e, t, s, "weekdays");
|
|
@@ -2476,15 +2490,15 @@ function oi() {
|
|
|
2476
2490
|
var e = this._data;
|
|
2477
2491
|
return this._milliseconds = j(this._milliseconds), this._days = j(this._days), this._months = j(this._months), e.milliseconds = j(e.milliseconds), e.seconds = j(e.seconds), e.minutes = j(e.minutes), e.hours = j(e.hours), e.months = j(e.months), e.years = j(e.years), this;
|
|
2478
2492
|
}
|
|
2479
|
-
function
|
|
2493
|
+
function Ss(e, t, s, r) {
|
|
2480
2494
|
var a = I(t, s);
|
|
2481
2495
|
return e._milliseconds += r * a._milliseconds, e._days += r * a._days, e._months += r * a._months, e._bubble();
|
|
2482
2496
|
}
|
|
2483
2497
|
function li(e, t) {
|
|
2484
|
-
return
|
|
2498
|
+
return Ss(this, e, t, 1);
|
|
2485
2499
|
}
|
|
2486
2500
|
function ui(e, t) {
|
|
2487
|
-
return
|
|
2501
|
+
return Ss(this, e, t, -1);
|
|
2488
2502
|
}
|
|
2489
2503
|
function Wt(e) {
|
|
2490
2504
|
return e < 0 ? Math.floor(e) : Math.ceil(e);
|
|
@@ -2536,10 +2550,10 @@ function K(e) {
|
|
|
2536
2550
|
};
|
|
2537
2551
|
}
|
|
2538
2552
|
var Ds = K("ms"), fi = K("s"), ci = K("m"), mi = K("h"), _i = K("d"), yi = K("w"), gi = K("M"), wi = K("Q"), pi = K("y"), ki = Ds;
|
|
2539
|
-
function
|
|
2553
|
+
function vi() {
|
|
2540
2554
|
return I(this);
|
|
2541
2555
|
}
|
|
2542
|
-
function
|
|
2556
|
+
function Si(e) {
|
|
2543
2557
|
return e = N(e), this.isValid() ? this[e + "s"]() : NaN;
|
|
2544
2558
|
}
|
|
2545
2559
|
function ie(e) {
|
|
@@ -2590,7 +2604,7 @@ var Qe = Math.abs;
|
|
|
2590
2604
|
function oe(e) {
|
|
2591
2605
|
return (e > 0) - (e < 0) || +e;
|
|
2592
2606
|
}
|
|
2593
|
-
function
|
|
2607
|
+
function Ze() {
|
|
2594
2608
|
if (!this.isValid())
|
|
2595
2609
|
return this.localeData().invalidDate();
|
|
2596
2610
|
var e = Qe(this._milliseconds) / 1e3, t = Qe(this._days), s = Qe(this._months), r, a, n, i, u = this.asSeconds(), f, _, O, H;
|
|
@@ -2613,8 +2627,8 @@ y.asQuarters = wi;
|
|
|
2613
2627
|
y.asYears = pi;
|
|
2614
2628
|
y.valueOf = ki;
|
|
2615
2629
|
y._bubble = di;
|
|
2616
|
-
y.clone =
|
|
2617
|
-
y.get =
|
|
2630
|
+
y.clone = vi;
|
|
2631
|
+
y.get = Si;
|
|
2618
2632
|
y.milliseconds = Mi;
|
|
2619
2633
|
y.seconds = Di;
|
|
2620
2634
|
y.minutes = Yi;
|
|
@@ -2624,14 +2638,14 @@ y.weeks = Ri;
|
|
|
2624
2638
|
y.months = bi;
|
|
2625
2639
|
y.years = xi;
|
|
2626
2640
|
y.humanize = Ii;
|
|
2627
|
-
y.toISOString =
|
|
2628
|
-
y.toString =
|
|
2629
|
-
y.toJSON =
|
|
2641
|
+
y.toISOString = Ze;
|
|
2642
|
+
y.toString = Ze;
|
|
2643
|
+
y.toJSON = Ze;
|
|
2630
2644
|
y.locale = hs;
|
|
2631
2645
|
y.localeData = cs;
|
|
2632
2646
|
y.toIsoString = R(
|
|
2633
2647
|
"toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",
|
|
2634
|
-
|
|
2648
|
+
Ze
|
|
2635
2649
|
);
|
|
2636
2650
|
y.lang = fs;
|
|
2637
2651
|
h("X", 0, 0, "unix");
|
|
@@ -2829,7 +2843,7 @@ class Ci {
|
|
|
2829
2843
|
});
|
|
2830
2844
|
}
|
|
2831
2845
|
}
|
|
2832
|
-
const Hi = new Ci(), Ui = /* @__PURE__ */ Object.assign({ "./views/goods/goods-brand-info/edit.vue": () => import("./edit-
|
|
2846
|
+
const Hi = new Ci(), Ui = /* @__PURE__ */ Object.assign({ "./views/goods/goods-brand-info/edit.vue": () => import("./edit-DxnsmaXV.mjs"), "./views/goods/goods-brand-info/index.vue": () => import("./index-BmOxm1P2.mjs"), "./views/goods/goods-category/edit.vue": () => import("./edit-Cj13W2TC.mjs"), "./views/goods/goods-category/index.vue": () => import("./index-CGAoZY87.mjs"), "./views/goods/goods-label-info/edit.vue": () => import("./edit-BcokSKfN.mjs"), "./views/goods/goods-label-info/index.vue": () => import("./index-C3FT_Oe7.mjs"), "./views/goods/goods-spu/edit.vue": () => import("./edit-Bb2XgE0h.mjs"), "./views/goods/goods-spu/goodsList.vue": () => import("./goodsList-DOXK1EwK.mjs"), "./views/goods/goods-spu/index.vue": () => import("./index-DAJiqOCh.mjs"), "./views/goods/goods-spu/info.vue": () => import("./info-DImlMNq0.mjs"), "./views/goods/goods-spu/skuForm.vue": () => import("./skuForm-Bt3arW0s.mjs"), "./views/goods/goods-spu/skuTable.vue": () => import("./skuTable-Ahc3WlPp.mjs") }), Ei = {
|
|
2833
2847
|
install(e) {
|
|
2834
2848
|
Os(Ui, 7), Ns(bs), Ts(Fs), e.use(Li);
|
|
2835
2849
|
}
|