@das-fed/ui 6.4.0-dev.55.7 → 6.4.0-dev.55.9

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 (54) hide show
  1. package/package.json +5 -5
  2. package/packages/business-components/change-pwd/index.js +6 -6
  3. package/packages/business-components/change-pwd/index.js.gz +0 -0
  4. package/packages/business-components/model-table-dialog/index.js +100 -100
  5. package/packages/business-components/model-table-dialog/index.js.gz +0 -0
  6. package/packages/business-components/process-configuration/index.js +1 -1
  7. package/packages/business-components/process-configuration/index.js.gz +0 -0
  8. package/packages/business-components/process-table/index.js +38 -38
  9. package/packages/business-components/process-table/index.js.gz +0 -0
  10. package/packages/business-components/urgent-panel/index.js +1 -1
  11. package/packages/business-components/urgent-panel/index.js.gz +0 -0
  12. package/packages/business-components/user-org-dialog/index.js +1 -1
  13. package/packages/business-components/user-org-dialog/index.js.gz +0 -0
  14. package/packages/components/calendar/i18n/index.d.ts +26 -26
  15. package/packages/components/calendar/index.js +109 -109
  16. package/packages/components/calendar/index.js.gz +0 -0
  17. package/packages/components/dialog/index.js +1 -1
  18. package/packages/components/dialog/index.js.gz +0 -0
  19. package/packages/components/popover/index.js +9 -9
  20. package/packages/components/popover/index.js.gz +0 -0
  21. package/packages/components/search/index.d.ts +9 -0
  22. package/packages/components/search/index.js +58 -42
  23. package/packages/components/search/index.js.gz +0 -0
  24. package/packages/components/search/src/Index.vue.d.ts +15 -0
  25. package/packages/components/search/src/type.d.ts +2 -0
  26. package/packages/components/search/style.css +1 -1
  27. package/packages/components/search/style.css.gz +0 -0
  28. package/packages/components/search-form/index.js +200 -185
  29. package/packages/components/search-form/index.js.gz +0 -0
  30. package/packages/components/search-form/src/Index.vue.d.ts +2 -0
  31. package/packages/components/search-form/src/type.d.ts +3 -0
  32. package/packages/components/search-form/style.css +1 -1
  33. package/packages/components/search-form/style.css.gz +0 -0
  34. package/packages/components/select/i18n/index.d.ts +1 -6
  35. package/packages/components/select/index.js +355 -373
  36. package/packages/components/select/index.js.gz +0 -0
  37. package/packages/components/select/src/Select.vue.d.ts +1 -0
  38. package/packages/components/select/style.css +1 -1
  39. package/packages/components/select/style.css.gz +0 -0
  40. package/packages/components/select-input/index.d.ts +1 -0
  41. package/packages/components/select-input/index.js +67 -60
  42. package/packages/components/select-input/index.js.gz +0 -0
  43. package/packages/components/select-input/src/Index.vue.d.ts +1 -0
  44. package/packages/components/select-input/src/hooks/use-select-input.d.ts +5 -0
  45. package/packages/components/select-input/src/type.d.ts +3 -0
  46. package/packages/components/select-input/style.css +1 -1
  47. package/packages/components/select-input/style.css.gz +0 -0
  48. package/packages/components/table/i18n/index.d.ts +5 -10
  49. package/packages/components/table/index.js +3664 -3582
  50. package/packages/components/table/index.js.gz +0 -0
  51. package/packages/components/table/src/hooks/use-operation.d.ts +6 -5
  52. package/packages/components/table/src/type.d.ts +2 -2
  53. package/packages/components/table/style.css +1 -1
  54. package/packages/components/table/style.css.gz +0 -0
@@ -133,10 +133,10 @@ function Pt(e, t, r) {
133
133
  function Dt(e, t) {
134
134
  return e === t || e !== e && t !== t;
135
135
  }
136
- var Gr = Object.prototype, kr = Gr.hasOwnProperty;
136
+ var Gr = Object.prototype, Kr = Gr.hasOwnProperty;
137
137
  function Et(e, t, r) {
138
138
  var n = e[t];
139
- (!(kr.call(e, t) && Dt(n, r)) || r === void 0 && !(t in e)) && Pt(e, t, r);
139
+ (!(Kr.call(e, t) && Dt(n, r)) || r === void 0 && !(t in e)) && Pt(e, t, r);
140
140
  }
141
141
  function Se(e, t, r, n) {
142
142
  var s = !r;
@@ -147,9 +147,9 @@ function Se(e, t, r, n) {
147
147
  }
148
148
  return r;
149
149
  }
150
- var Kr = 9007199254740991;
150
+ var kr = 9007199254740991;
151
151
  function Nt(e) {
152
- return typeof e == "number" && e > -1 && e % 1 == 0 && e <= Kr;
152
+ return typeof e == "number" && e > -1 && e % 1 == 0 && e <= kr;
153
153
  }
154
154
  function Ft(e) {
155
155
  return e != null && Nt(e.length) && !xt(e);
@@ -249,7 +249,7 @@ function Rn(e) {
249
249
  return this.size -= t ? 1 : 0, t;
250
250
  }
251
251
  var Hn = "__lodash_hash_undefined__", Vn = Object.prototype, Gn = Vn.hasOwnProperty;
252
- function kn(e) {
252
+ function Kn(e) {
253
253
  var t = this.__data__;
254
254
  if (ie) {
255
255
  var r = t[e];
@@ -257,7 +257,7 @@ function kn(e) {
257
257
  }
258
258
  return Gn.call(t, e) ? t[e] : void 0;
259
259
  }
260
- var Kn = Object.prototype, qn = Kn.hasOwnProperty;
260
+ var kn = Object.prototype, qn = kn.hasOwnProperty;
261
261
  function Qn(e) {
262
262
  var t = this.__data__;
263
263
  return ie ? t[e] !== void 0 : qn.call(t, e);
@@ -276,7 +276,7 @@ function J(e) {
276
276
  }
277
277
  J.prototype.clear = Un;
278
278
  J.prototype.delete = Rn;
279
- J.prototype.get = kn;
279
+ J.prototype.get = Kn;
280
280
  J.prototype.has = Qn;
281
281
  J.prototype.set = Wn;
282
282
  function Yn() {
@@ -431,23 +431,23 @@ var Ta = Object.prototype, Sa = Ta.propertyIsEnumerable, dt = Object.getOwnPrope
431
431
  function ja(e, t) {
432
432
  return Se(e, He(e), t);
433
433
  }
434
- var wa = Object.getOwnPropertySymbols, kt = wa ? function(e) {
434
+ var wa = Object.getOwnPropertySymbols, Kt = wa ? function(e) {
435
435
  for (var t = []; e; )
436
436
  Rt(t, He(e)), e = Ht(e);
437
437
  return t;
438
438
  } : Gt;
439
439
  function Oa(e, t) {
440
- return Se(e, kt(e), t);
440
+ return Se(e, Kt(e), t);
441
441
  }
442
- function Kt(e, t, r) {
442
+ function kt(e, t, r) {
443
443
  var n = t(e);
444
444
  return ze(e) ? n : Rt(n, r(e));
445
445
  }
446
446
  function Ca(e) {
447
- return Kt(e, Ue, He);
447
+ return kt(e, Ue, He);
448
448
  }
449
449
  function $a(e) {
450
- return Kt(e, Re, kt);
450
+ return kt(e, Re, Kt);
451
451
  }
452
452
  var Ne = Y(x, "DataView"), Fe = Y(x, "Promise"), Ie = Y(x, "Set"), gt = "[object Map]", Aa = "[object Object]", ht = "[object Promise]", bt = "[object Set]", yt = "[object WeakMap]", vt = "[object DataView]", xa = W(Ne), Pa = W(le), Da = W(Fe), Ea = W(Ie), Na = W(Ee), z = ce;
453
453
  (Ne && z(new Ne(new ArrayBuffer(1))) != vt || le && z(new le()) != gt || Fe && z(Fe.resolve()) != ht || Ie && z(new Ie()) != bt || Ee && z(new Ee()) != yt) && (z = function(e) {
@@ -494,7 +494,7 @@ function Ra(e, t) {
494
494
  var r = t ? Ve(e.buffer) : e.buffer;
495
495
  return new e.constructor(r, e.byteOffset, e.length);
496
496
  }
497
- var Ha = "[object Boolean]", Va = "[object Date]", Ga = "[object Map]", ka = "[object Number]", Ka = "[object RegExp]", qa = "[object Set]", Qa = "[object String]", Ja = "[object Symbol]", Wa = "[object ArrayBuffer]", Ya = "[object DataView]", Xa = "[object Float32Array]", Za = "[object Float64Array]", eo = "[object Int8Array]", to = "[object Int16Array]", ro = "[object Int32Array]", no = "[object Uint8Array]", ao = "[object Uint8ClampedArray]", oo = "[object Uint16Array]", so = "[object Uint32Array]";
497
+ var Ha = "[object Boolean]", Va = "[object Date]", Ga = "[object Map]", Ka = "[object Number]", ka = "[object RegExp]", qa = "[object Set]", Qa = "[object String]", Ja = "[object Symbol]", Wa = "[object ArrayBuffer]", Ya = "[object DataView]", Xa = "[object Float32Array]", Za = "[object Float64Array]", eo = "[object Int8Array]", to = "[object Int16Array]", ro = "[object Int32Array]", no = "[object Uint8Array]", ao = "[object Uint8ClampedArray]", oo = "[object Uint16Array]", so = "[object Uint32Array]";
498
498
  function io(e, t, r) {
499
499
  var n = e.constructor;
500
500
  switch (t) {
@@ -517,10 +517,10 @@ function io(e, t, r) {
517
517
  return Ra(e, r);
518
518
  case Ga:
519
519
  return new n();
520
- case ka:
520
+ case Ka:
521
521
  case Qa:
522
522
  return new n(e);
523
- case Ka:
523
+ case ka:
524
524
  return La(e);
525
525
  case qa:
526
526
  return new n();
@@ -630,7 +630,7 @@ const Go = (e, t, r) => {
630
630
  }, [U, E] = await P(i, { params: { project: n } }).run();
631
631
  r.value = !1, !U && (D.value = E.data, m.value = E.totalCount);
632
632
  }, A = async () => {
633
- var K;
633
+ var k;
634
634
  const i = {
635
635
  flowKey: e.flowKey,
636
636
  needDisplayFileds: e.needDisplayFileds,
@@ -639,7 +639,7 @@ const Go = (e, t, r) => {
639
639
  if (U) return;
640
640
  const O = E.value;
641
641
  if (!O) return;
642
- let k = [];
642
+ let K = [];
643
643
  if (O.sortField && (C.value = JSON.parse(O.sortField).map((N) => ({
644
644
  property: N.name,
645
645
  direction: N.sort
@@ -649,8 +649,8 @@ const Go = (e, t, r) => {
649
649
  prop: N.name,
650
650
  order: he
651
651
  };
652
- }), ((K = C.value) == null ? void 0 : K.length) > 0 ? f.value.sorter = [C.value[0]] : f.value.sorter = [], t("getSearchQuery", f.value), k = C.value.map((N) => N.property)), O.displayField) {
653
- const N = JSON.parse(O.displayField), he = {}, Oe = /* @__PURE__ */ new Map(), Ge = [], ke = [];
652
+ }), ((k = C.value) == null ? void 0 : k.length) > 0 ? f.value.sorter = [C.value[0]] : f.value.sorter = [], t("getSearchQuery", f.value), K = C.value.map((N) => N.property)), O.displayField) {
653
+ const N = JSON.parse(O.displayField), he = {}, Oe = /* @__PURE__ */ new Map(), Ge = [], Ke = [];
654
654
  O.boDef.boEnt.attributeList.forEach((v) => {
655
655
  he[v.name] = v;
656
656
  }), b.forEach((v) => {
@@ -658,26 +658,26 @@ const Go = (e, t, r) => {
658
658
  Oe.set(S.prop, F), Ge.push({ name: S.prop, desc: S.label, switch: !0 });
659
659
  }), h.forEach((v) => {
660
660
  const S = v.props, F = { desc: S.label, name: S.label };
661
- Oe.set(S.prop, F), ke.push({ name: S.prop, desc: S.label, switch: !0 });
661
+ Oe.set(S.prop, F), Ke.push({ name: S.prop, desc: S.label, switch: !0 });
662
662
  }), s.value = [], N.forEach((v) => {
663
663
  if (Oe.has(v.name)) return;
664
664
  const S = he[v.name];
665
- v.encryption = (S == null ? void 0 : S.encryption) ?? "", k.includes(v.name) ? v.sort = "custom" : v.sort = !1, s.value.push(v);
665
+ v.encryption = (S == null ? void 0 : S.encryption) ?? "", K.includes(v.name) ? v.sort = "custom" : v.sort = !1, s.value.push(v);
666
666
  });
667
667
  const Wt = s.value.map((v) => ({
668
668
  name: v.name,
669
669
  desc: v.desc,
670
670
  switch: !0
671
671
  }));
672
- o.value = [...ke, ...Wt, ...Ge];
672
+ o.value = [...Ke, ...Wt, ...Ge];
673
673
  const be = window.localStorage.getItem(e.columnSettingName);
674
674
  if (be && be !== "undefined") {
675
675
  const v = o.value.map((F) => F.name).join(","), S = JSON.parse(be).map((F) => F.name).join(",");
676
676
  v === S ? g.value = JSON.parse(be) : (g.value = _e(o.value), window.localStorage.setItem(e.columnSettingName, JSON.stringify(o.value))), l.value = s.value.filter((F) => {
677
- let Ke = !1;
677
+ let ke = !1;
678
678
  return g.value.map((qe) => {
679
- qe.name === F.name && qe.switch && (Ke = !0);
680
- }), Ke;
679
+ qe.name === F.name && qe.switch && (ke = !0);
680
+ }), ke;
681
681
  });
682
682
  } else
683
683
  l.value = _e(s.value), g.value = _e(o.value);
@@ -694,15 +694,15 @@ const Go = (e, t, r) => {
694
694
  });
695
695
  f.value.sorter = [E], t("getSearchQuery", f.value), j();
696
696
  }, V = T(!0), de = (i, U, E) => {
697
- const O = i.button_list ? JSON.parse(i.button_list) : [], k = T([]);
698
- if (O && O.length > 0 ? k.value = O.map((K) => ({
699
- label: K.name,
700
- value: K.alias
701
- })) : k.value = [], e.customOperation) {
702
- const K = typeof e.customOperation == "function" ? e.customOperation(i, U, E) || [] : e.customOperation || [];
703
- k.value.unshift(...K);
697
+ const O = i.button_list ? JSON.parse(i.button_list) : [], K = T([]);
698
+ if (O && O.length > 0 ? K.value = O.map((k) => ({
699
+ label: k.name,
700
+ value: k.alias
701
+ })) : K.value = [], e.customOperation) {
702
+ const k = typeof e.customOperation == "function" ? e.customOperation(i, U, E) || [] : e.customOperation || [];
703
+ K.value.unshift(...k);
704
704
  }
705
- return k.value;
705
+ return K.value;
706
706
  }, G = T(!0);
707
707
  return ve(
708
708
  () => l.value,
@@ -733,7 +733,7 @@ const Go = (e, t, r) => {
733
733
  customSelectionOptions: G,
734
734
  showOperationColumn: V
735
735
  };
736
- }, ko = (e, t, r, n, s, l) => {
736
+ }, Ko = (e, t, r, n, s, l) => {
737
737
  var m, _;
738
738
  const o = Ct(), g = ((m = o.append) == null ? void 0 : m.call(o)) ?? [], c = ((_ = o.prepend) == null ? void 0 : _.call(o)) ?? [], h = T([]), b = T(!1), w = () => {
739
739
  b.value = !1;
@@ -781,7 +781,7 @@ const Go = (e, t, r) => {
781
781
  setTable: D,
782
782
  tableSetting: L
783
783
  };
784
- }, Ko = (e) => {
784
+ }, ko = (e) => {
785
785
  const r = "****", n = String(e), s = n.slice(0, 15), l = n.slice(15);
786
786
  return ((c) => {
787
787
  const h = c.length;
@@ -818,7 +818,7 @@ const Go = (e, t, r) => {
818
818
  })(s) + l;
819
819
  }, qo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
820
820
  __proto__: null,
821
- default: Ko
821
+ default: ko
822
822
  }, Symbol.toStringTag, { value: "Module" })), Te = {}, Qo = /^\.\/(.+)\/index\.ts$/, wt = /* @__PURE__ */ Object.assign({ "./phone/index.ts": qo });
823
823
  var Ot;
824
824
  for (const e in wt) {
@@ -885,7 +885,7 @@ const Jo = (e, t) => {
885
885
  sortChange: j,
886
886
  customSelectionOptions: A,
887
887
  showOperationColumn: H
888
- } = Go(n, l, s), { showSettingDialog: ne, cancelTabel: fe, resetDefault: V, showAll: de, setTable: G, tableSetting: ge } = ko(
888
+ } = Go(n, l, s), { showSettingDialog: ne, cancelTabel: fe, resetDefault: V, showAll: de, setTable: G, tableSetting: ge } = Ko(
889
889
  n,
890
890
  l,
891
891
  w,
@@ -1099,7 +1099,7 @@ const Jo = (e, t) => {
1099
1099
  列名: { "zh-CN": "列名", en: "Column Name", _appCode: "framework" },
1100
1100
  显示列: { "zh-CN": "显示列", en: "Visible Columns", _appCode: "framework" },
1101
1101
  取消: { "zh-CN": "取消", en: "Cancel", _appCode: "framework" },
1102
- 确定: { "zh-CN": "确定", en: "Confirm", _appCode: "framework" }
1102
+ 确定: { "zh-CN": "确定", en: "OK", _appCode: "framework" }
1103
1103
  };
1104
1104
  or(ss);
1105
1105
  const vs = Yt(os), ms = () => T(null);
@@ -2924,7 +2924,7 @@ const Nt = () => {
2924
2924
  },
2925
2925
  发布成功: { "zh-CN": "发布成功", en: "Release Successful", _appCode: "framework" },
2926
2926
  选择位置: { "zh-CN": "选择位置", en: "Select Location", _appCode: "framework" },
2927
- 确定: { "zh-CN": "确定", en: "Confirm", _appCode: "framework" },
2927
+ 确定: { "zh-CN": "确定", en: "OK", _appCode: "framework" },
2928
2928
  请先完善第三方地图相关配置: {
2929
2929
  "zh-CN": "请先完善第三方地图相关配置",
2930
2930
  en: "Please Complete Third-Party Map Configuration First",
@@ -707,7 +707,7 @@ const b = r([]), Ae = { class: "select-list-container" }, Re = { class: "check-t
707
707
  组织名称: { "zh-CN": "组织名称", en: "Organization Name", _appCode: "framework" },
708
708
  组织路径: { "zh-CN": "组织路径", en: "Organization Path", _appCode: "framework" },
709
709
  取消: { "zh-CN": "取消", en: "Cancel", _appCode: "framework" },
710
- 确定: { "zh-CN": "确定", en: "Confirm", _appCode: "framework" },
710
+ 确定: { "zh-CN": "确定", en: "OK", _appCode: "framework" },
711
711
  组织: { "zh-CN": "组织", en: "Organization", _appCode: "framework" },
712
712
  "添加组织/用户": { "zh-CN": "添加组织/用户", en: "Add Organization/User", _appCode: "framework" },
713
713
  "搜索组织名称/组织编码": {
@@ -39,132 +39,132 @@ declare const _default: {
39
39
  en: string;
40
40
  _appCode: string;
41
41
  };
42
- 'das-calendar-month1': {
42
+ 'das-calendar-weeks-sun': {
43
43
  'zh-CN': string;
44
44
  en: string;
45
45
  _appCode: string;
46
46
  };
47
- 'das-calendar-month2': {
47
+ 'das-calendar-weeks-mon': {
48
48
  'zh-CN': string;
49
49
  en: string;
50
50
  _appCode: string;
51
51
  };
52
- 'das-calendar-month3': {
52
+ 'das-calendar-weeks-tue': {
53
53
  'zh-CN': string;
54
54
  en: string;
55
55
  _appCode: string;
56
56
  };
57
- 'das-calendar-month4': {
57
+ 'das-calendar-weeks-wed': {
58
58
  'zh-CN': string;
59
59
  en: string;
60
60
  _appCode: string;
61
61
  };
62
- 'das-calendar-month5': {
62
+ 'das-calendar-weeks-thu': {
63
63
  'zh-CN': string;
64
64
  en: string;
65
65
  _appCode: string;
66
66
  };
67
- 'das-calendar-month6': {
67
+ 'das-calendar-weeks-fri': {
68
68
  'zh-CN': string;
69
69
  en: string;
70
70
  _appCode: string;
71
71
  };
72
- 'das-calendar-month7': {
72
+ 'das-calendar-weeks-sat': {
73
73
  'zh-CN': string;
74
74
  en: string;
75
75
  _appCode: string;
76
76
  };
77
- 'das-calendar-month8': {
77
+ 'das-calendar-weeks-zhou-sun': {
78
78
  'zh-CN': string;
79
79
  en: string;
80
80
  _appCode: string;
81
81
  };
82
- 'das-calendar-month9': {
82
+ 'das-calendar-weeks-zhou-mon': {
83
83
  'zh-CN': string;
84
84
  en: string;
85
85
  _appCode: string;
86
86
  };
87
- 'das-calendar-month10': {
87
+ 'das-calendar-weeks-zhou-tue': {
88
88
  'zh-CN': string;
89
89
  en: string;
90
90
  _appCode: string;
91
91
  };
92
- 'das-calendar-month11': {
92
+ 'das-calendar-weeks-zhou-wed': {
93
93
  'zh-CN': string;
94
94
  en: string;
95
95
  _appCode: string;
96
96
  };
97
- 'das-calendar-month12': {
97
+ 'das-calendar-weeks-zhou-thu': {
98
98
  'zh-CN': string;
99
99
  en: string;
100
100
  _appCode: string;
101
101
  };
102
- 'das-calendar-weeks-sun': {
102
+ 'das-calendar-weeks-zhou-fri': {
103
103
  'zh-CN': string;
104
104
  en: string;
105
105
  _appCode: string;
106
106
  };
107
- 'das-calendar-weeks-mon': {
107
+ 'das-calendar-weeks-zhou-sat': {
108
108
  'zh-CN': string;
109
109
  en: string;
110
110
  _appCode: string;
111
111
  };
112
- 'das-calendar-weeks-tue': {
112
+ 'das-calendar-month1': {
113
113
  'zh-CN': string;
114
114
  en: string;
115
115
  _appCode: string;
116
116
  };
117
- 'das-calendar-weeks-wed': {
117
+ 'das-calendar-month2': {
118
118
  'zh-CN': string;
119
119
  en: string;
120
120
  _appCode: string;
121
121
  };
122
- 'das-calendar-weeks-thu': {
122
+ 'das-calendar-month3': {
123
123
  'zh-CN': string;
124
124
  en: string;
125
125
  _appCode: string;
126
126
  };
127
- 'das-calendar-weeks-fri': {
127
+ 'das-calendar-month4': {
128
128
  'zh-CN': string;
129
129
  en: string;
130
130
  _appCode: string;
131
131
  };
132
- 'das-calendar-weeks-sat': {
132
+ 'das-calendar-month5': {
133
133
  'zh-CN': string;
134
134
  en: string;
135
135
  _appCode: string;
136
136
  };
137
- 'das-calendar-weeks-zhou-sun': {
137
+ 'das-calendar-month6': {
138
138
  'zh-CN': string;
139
139
  en: string;
140
140
  _appCode: string;
141
141
  };
142
- 'das-calendar-weeks-zhou-mon': {
142
+ 'das-calendar-month7': {
143
143
  'zh-CN': string;
144
144
  en: string;
145
145
  _appCode: string;
146
146
  };
147
- 'das-calendar-weeks-zhou-tue': {
147
+ 'das-calendar-month8': {
148
148
  'zh-CN': string;
149
149
  en: string;
150
150
  _appCode: string;
151
151
  };
152
- 'das-calendar-weeks-zhou-wed': {
152
+ 'das-calendar-month9': {
153
153
  'zh-CN': string;
154
154
  en: string;
155
155
  _appCode: string;
156
156
  };
157
- 'das-calendar-weeks-zhou-thu': {
157
+ 'das-calendar-month10': {
158
158
  'zh-CN': string;
159
159
  en: string;
160
160
  _appCode: string;
161
161
  };
162
- 'das-calendar-weeks-zhou-fri': {
162
+ 'das-calendar-month11': {
163
163
  'zh-CN': string;
164
164
  en: string;
165
165
  _appCode: string;
166
166
  };
167
- 'das-calendar-weeks-zhou-sat': {
167
+ 'das-calendar-month12': {
168
168
  'zh-CN': string;
169
169
  en: string;
170
170
  _appCode: string;