@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.
- package/package.json +5 -5
- package/packages/business-components/change-pwd/index.js +6 -6
- package/packages/business-components/change-pwd/index.js.gz +0 -0
- package/packages/business-components/model-table-dialog/index.js +100 -100
- package/packages/business-components/model-table-dialog/index.js.gz +0 -0
- package/packages/business-components/process-configuration/index.js +1 -1
- package/packages/business-components/process-configuration/index.js.gz +0 -0
- package/packages/business-components/process-table/index.js +38 -38
- package/packages/business-components/process-table/index.js.gz +0 -0
- package/packages/business-components/urgent-panel/index.js +1 -1
- package/packages/business-components/urgent-panel/index.js.gz +0 -0
- package/packages/business-components/user-org-dialog/index.js +1 -1
- package/packages/business-components/user-org-dialog/index.js.gz +0 -0
- package/packages/components/calendar/i18n/index.d.ts +26 -26
- package/packages/components/calendar/index.js +109 -109
- package/packages/components/calendar/index.js.gz +0 -0
- package/packages/components/dialog/index.js +1 -1
- package/packages/components/dialog/index.js.gz +0 -0
- package/packages/components/popover/index.js +9 -9
- package/packages/components/popover/index.js.gz +0 -0
- package/packages/components/search/index.d.ts +9 -0
- package/packages/components/search/index.js +58 -42
- package/packages/components/search/index.js.gz +0 -0
- package/packages/components/search/src/Index.vue.d.ts +15 -0
- package/packages/components/search/src/type.d.ts +2 -0
- package/packages/components/search/style.css +1 -1
- package/packages/components/search/style.css.gz +0 -0
- package/packages/components/search-form/index.js +200 -185
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/src/Index.vue.d.ts +2 -0
- package/packages/components/search-form/src/type.d.ts +3 -0
- package/packages/components/search-form/style.css +1 -1
- package/packages/components/search-form/style.css.gz +0 -0
- package/packages/components/select/i18n/index.d.ts +1 -6
- package/packages/components/select/index.js +355 -373
- package/packages/components/select/index.js.gz +0 -0
- package/packages/components/select/src/Select.vue.d.ts +1 -0
- package/packages/components/select/style.css +1 -1
- package/packages/components/select/style.css.gz +0 -0
- package/packages/components/select-input/index.d.ts +1 -0
- package/packages/components/select-input/index.js +67 -60
- package/packages/components/select-input/index.js.gz +0 -0
- package/packages/components/select-input/src/Index.vue.d.ts +1 -0
- package/packages/components/select-input/src/hooks/use-select-input.d.ts +5 -0
- package/packages/components/select-input/src/type.d.ts +3 -0
- package/packages/components/select-input/style.css +1 -1
- package/packages/components/select-input/style.css.gz +0 -0
- package/packages/components/table/i18n/index.d.ts +5 -10
- package/packages/components/table/index.js +3664 -3582
- package/packages/components/table/index.js.gz +0 -0
- package/packages/components/table/src/hooks/use-operation.d.ts +6 -5
- package/packages/components/table/src/type.d.ts +2 -2
- package/packages/components/table/style.css +1 -1
- package/packages/components/table/style.css.gz +0 -0
|
Binary file
|
|
@@ -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,
|
|
136
|
+
var Gr = Object.prototype, Kr = Gr.hasOwnProperty;
|
|
137
137
|
function Et(e, t, r) {
|
|
138
138
|
var n = e[t];
|
|
139
|
-
(!(
|
|
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
|
|
150
|
+
var kr = 9007199254740991;
|
|
151
151
|
function Nt(e) {
|
|
152
|
-
return typeof e == "number" && e > -1 && e % 1 == 0 && e <=
|
|
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
|
|
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
|
|
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 =
|
|
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,
|
|
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,
|
|
440
|
+
return Se(e, Kt(e), t);
|
|
441
441
|
}
|
|
442
|
-
function
|
|
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
|
|
447
|
+
return kt(e, Ue, He);
|
|
448
448
|
}
|
|
449
449
|
function $a(e) {
|
|
450
|
-
return
|
|
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]",
|
|
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
|
|
520
|
+
case Ka:
|
|
521
521
|
case Qa:
|
|
522
522
|
return new n(e);
|
|
523
|
-
case
|
|
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
|
|
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
|
|
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
|
-
}), ((
|
|
653
|
-
const N = JSON.parse(O.displayField), he = {}, Oe = /* @__PURE__ */ new Map(), Ge = [],
|
|
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),
|
|
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) ?? "",
|
|
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 = [...
|
|
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
|
|
677
|
+
let ke = !1;
|
|
678
678
|
return g.value.map((qe) => {
|
|
679
|
-
qe.name === F.name && qe.switch && (
|
|
680
|
-
}),
|
|
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) : [],
|
|
698
|
-
if (O && O.length > 0 ?
|
|
699
|
-
label:
|
|
700
|
-
value:
|
|
701
|
-
})) :
|
|
702
|
-
const
|
|
703
|
-
|
|
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
|
|
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
|
-
},
|
|
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
|
-
},
|
|
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:
|
|
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 } =
|
|
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: "
|
|
1102
|
+
确定: { "zh-CN": "确定", en: "OK", _appCode: "framework" }
|
|
1103
1103
|
};
|
|
1104
1104
|
or(ss);
|
|
1105
1105
|
const vs = Yt(os), ms = () => T(null);
|
|
Binary file
|
|
@@ -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: "
|
|
2927
|
+
确定: { "zh-CN": "确定", en: "OK", _appCode: "framework" },
|
|
2928
2928
|
请先完善第三方地图相关配置: {
|
|
2929
2929
|
"zh-CN": "请先完善第三方地图相关配置",
|
|
2930
2930
|
en: "Please Complete Third-Party Map Configuration First",
|
|
Binary file
|
|
@@ -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: "
|
|
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
|
"搜索组织名称/组织编码": {
|
|
Binary file
|
|
@@ -39,132 +39,132 @@ declare const _default: {
|
|
|
39
39
|
en: string;
|
|
40
40
|
_appCode: string;
|
|
41
41
|
};
|
|
42
|
-
'das-calendar-
|
|
42
|
+
'das-calendar-weeks-sun': {
|
|
43
43
|
'zh-CN': string;
|
|
44
44
|
en: string;
|
|
45
45
|
_appCode: string;
|
|
46
46
|
};
|
|
47
|
-
'das-calendar-
|
|
47
|
+
'das-calendar-weeks-mon': {
|
|
48
48
|
'zh-CN': string;
|
|
49
49
|
en: string;
|
|
50
50
|
_appCode: string;
|
|
51
51
|
};
|
|
52
|
-
'das-calendar-
|
|
52
|
+
'das-calendar-weeks-tue': {
|
|
53
53
|
'zh-CN': string;
|
|
54
54
|
en: string;
|
|
55
55
|
_appCode: string;
|
|
56
56
|
};
|
|
57
|
-
'das-calendar-
|
|
57
|
+
'das-calendar-weeks-wed': {
|
|
58
58
|
'zh-CN': string;
|
|
59
59
|
en: string;
|
|
60
60
|
_appCode: string;
|
|
61
61
|
};
|
|
62
|
-
'das-calendar-
|
|
62
|
+
'das-calendar-weeks-thu': {
|
|
63
63
|
'zh-CN': string;
|
|
64
64
|
en: string;
|
|
65
65
|
_appCode: string;
|
|
66
66
|
};
|
|
67
|
-
'das-calendar-
|
|
67
|
+
'das-calendar-weeks-fri': {
|
|
68
68
|
'zh-CN': string;
|
|
69
69
|
en: string;
|
|
70
70
|
_appCode: string;
|
|
71
71
|
};
|
|
72
|
-
'das-calendar-
|
|
72
|
+
'das-calendar-weeks-sat': {
|
|
73
73
|
'zh-CN': string;
|
|
74
74
|
en: string;
|
|
75
75
|
_appCode: string;
|
|
76
76
|
};
|
|
77
|
-
'das-calendar-
|
|
77
|
+
'das-calendar-weeks-zhou-sun': {
|
|
78
78
|
'zh-CN': string;
|
|
79
79
|
en: string;
|
|
80
80
|
_appCode: string;
|
|
81
81
|
};
|
|
82
|
-
'das-calendar-
|
|
82
|
+
'das-calendar-weeks-zhou-mon': {
|
|
83
83
|
'zh-CN': string;
|
|
84
84
|
en: string;
|
|
85
85
|
_appCode: string;
|
|
86
86
|
};
|
|
87
|
-
'das-calendar-
|
|
87
|
+
'das-calendar-weeks-zhou-tue': {
|
|
88
88
|
'zh-CN': string;
|
|
89
89
|
en: string;
|
|
90
90
|
_appCode: string;
|
|
91
91
|
};
|
|
92
|
-
'das-calendar-
|
|
92
|
+
'das-calendar-weeks-zhou-wed': {
|
|
93
93
|
'zh-CN': string;
|
|
94
94
|
en: string;
|
|
95
95
|
_appCode: string;
|
|
96
96
|
};
|
|
97
|
-
'das-calendar-
|
|
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-
|
|
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-
|
|
107
|
+
'das-calendar-weeks-zhou-sat': {
|
|
108
108
|
'zh-CN': string;
|
|
109
109
|
en: string;
|
|
110
110
|
_appCode: string;
|
|
111
111
|
};
|
|
112
|
-
'das-calendar-
|
|
112
|
+
'das-calendar-month1': {
|
|
113
113
|
'zh-CN': string;
|
|
114
114
|
en: string;
|
|
115
115
|
_appCode: string;
|
|
116
116
|
};
|
|
117
|
-
'das-calendar-
|
|
117
|
+
'das-calendar-month2': {
|
|
118
118
|
'zh-CN': string;
|
|
119
119
|
en: string;
|
|
120
120
|
_appCode: string;
|
|
121
121
|
};
|
|
122
|
-
'das-calendar-
|
|
122
|
+
'das-calendar-month3': {
|
|
123
123
|
'zh-CN': string;
|
|
124
124
|
en: string;
|
|
125
125
|
_appCode: string;
|
|
126
126
|
};
|
|
127
|
-
'das-calendar-
|
|
127
|
+
'das-calendar-month4': {
|
|
128
128
|
'zh-CN': string;
|
|
129
129
|
en: string;
|
|
130
130
|
_appCode: string;
|
|
131
131
|
};
|
|
132
|
-
'das-calendar-
|
|
132
|
+
'das-calendar-month5': {
|
|
133
133
|
'zh-CN': string;
|
|
134
134
|
en: string;
|
|
135
135
|
_appCode: string;
|
|
136
136
|
};
|
|
137
|
-
'das-calendar-
|
|
137
|
+
'das-calendar-month6': {
|
|
138
138
|
'zh-CN': string;
|
|
139
139
|
en: string;
|
|
140
140
|
_appCode: string;
|
|
141
141
|
};
|
|
142
|
-
'das-calendar-
|
|
142
|
+
'das-calendar-month7': {
|
|
143
143
|
'zh-CN': string;
|
|
144
144
|
en: string;
|
|
145
145
|
_appCode: string;
|
|
146
146
|
};
|
|
147
|
-
'das-calendar-
|
|
147
|
+
'das-calendar-month8': {
|
|
148
148
|
'zh-CN': string;
|
|
149
149
|
en: string;
|
|
150
150
|
_appCode: string;
|
|
151
151
|
};
|
|
152
|
-
'das-calendar-
|
|
152
|
+
'das-calendar-month9': {
|
|
153
153
|
'zh-CN': string;
|
|
154
154
|
en: string;
|
|
155
155
|
_appCode: string;
|
|
156
156
|
};
|
|
157
|
-
'das-calendar-
|
|
157
|
+
'das-calendar-month10': {
|
|
158
158
|
'zh-CN': string;
|
|
159
159
|
en: string;
|
|
160
160
|
_appCode: string;
|
|
161
161
|
};
|
|
162
|
-
'das-calendar-
|
|
162
|
+
'das-calendar-month11': {
|
|
163
163
|
'zh-CN': string;
|
|
164
164
|
en: string;
|
|
165
165
|
_appCode: string;
|
|
166
166
|
};
|
|
167
|
-
'das-calendar-
|
|
167
|
+
'das-calendar-month12': {
|
|
168
168
|
'zh-CN': string;
|
|
169
169
|
en: string;
|
|
170
170
|
_appCode: string;
|