@univerjs/design 0.5.0 → 0.5.1
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/lib/cjs/index.js +22 -22
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +13339 -13259
- package/lib/es/locale/en-US.js +161 -142
- package/lib/es/locale/fa-IR.js +161 -142
- package/lib/es/locale/fr-FR.js +467 -0
- package/lib/es/locale/ru-RU.js +350 -330
- package/lib/es/locale/vi-VN.js +293 -273
- package/lib/es/locale/zh-CN.js +331 -311
- package/lib/es/locale/zh-TW.js +334 -314
- package/lib/index.css +1 -1
- package/lib/types/components/input/Input.d.ts +1 -1
- package/lib/types/index.d.ts +1 -0
- package/lib/types/locale/fr-FR.d.ts +3 -0
- package/lib/umd/index.js +22 -22
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +10 -8
package/lib/es/locale/en-US.js
CHANGED
|
@@ -1,147 +1,166 @@
|
|
|
1
|
-
|
|
2
|
-
function S(e) {
|
|
1
|
+
function g(e) {
|
|
3
2
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
4
3
|
}
|
|
5
|
-
var
|
|
6
|
-
|
|
7
|
-
(function(
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
})
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
var
|
|
19
|
-
(
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}
|
|
27
|
-
var O = l.exports, y = { exports: {} }, d = { exports: {} }, x = { exports: {} }, v = { exports: {} };
|
|
28
|
-
(function(e) {
|
|
29
|
-
function a(o) {
|
|
30
|
-
"@babel/helpers - typeof";
|
|
31
|
-
return e.exports = a = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
|
|
32
|
-
return typeof t;
|
|
33
|
-
} : function(t) {
|
|
34
|
-
return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
|
|
35
|
-
}, e.exports.__esModule = !0, e.exports.default = e.exports, a(o);
|
|
36
|
-
}
|
|
37
|
-
e.exports = a, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
38
|
-
})(v);
|
|
39
|
-
var _ = v.exports, b = { exports: {} };
|
|
40
|
-
(function(e) {
|
|
41
|
-
var a = _.default;
|
|
42
|
-
function o(t, r) {
|
|
43
|
-
if (a(t) != "object" || !t) return t;
|
|
44
|
-
var n = t[Symbol.toPrimitive];
|
|
45
|
-
if (n !== void 0) {
|
|
46
|
-
var s = n.call(t, r || "default");
|
|
47
|
-
if (a(s) != "object") return s;
|
|
48
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
4
|
+
var c = { exports: {} }, w = c.exports, _;
|
|
5
|
+
function Y() {
|
|
6
|
+
return _ || (_ = 1, function(e, n) {
|
|
7
|
+
(function(t, r) {
|
|
8
|
+
e.exports = r();
|
|
9
|
+
})(w, function() {
|
|
10
|
+
return { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(t) {
|
|
11
|
+
var r = ["th", "st", "nd", "rd"], o = t % 100;
|
|
12
|
+
return "[" + t + (r[(o - 20) % 10] || r[o] || r[0]) + "]";
|
|
13
|
+
} };
|
|
14
|
+
});
|
|
15
|
+
}(c)), c.exports;
|
|
16
|
+
}
|
|
17
|
+
var R = Y();
|
|
18
|
+
const C = /* @__PURE__ */ g(R);
|
|
19
|
+
var s = {}, f = { exports: {} }, b;
|
|
20
|
+
function E() {
|
|
21
|
+
return b || (b = 1, function(e) {
|
|
22
|
+
function n(t) {
|
|
23
|
+
return t && t.__esModule ? t : {
|
|
24
|
+
default: t
|
|
25
|
+
};
|
|
49
26
|
}
|
|
50
|
-
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
(function(e) {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
}
|
|
63
|
-
var M = x.exports;
|
|
64
|
-
(function(e) {
|
|
65
|
-
var a = M;
|
|
66
|
-
function o(t, r, n) {
|
|
67
|
-
return (r = a(r)) in t ? Object.defineProperty(t, r, {
|
|
68
|
-
value: n,
|
|
69
|
-
enumerable: !0,
|
|
70
|
-
configurable: !0,
|
|
71
|
-
writable: !0
|
|
72
|
-
}) : t[r] = n, t;
|
|
73
|
-
}
|
|
74
|
-
e.exports = o, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
75
|
-
})(d);
|
|
76
|
-
var D = d.exports;
|
|
77
|
-
(function(e) {
|
|
78
|
-
var a = D;
|
|
79
|
-
function o(r, n) {
|
|
80
|
-
var s = Object.keys(r);
|
|
81
|
-
if (Object.getOwnPropertySymbols) {
|
|
82
|
-
var p = Object.getOwnPropertySymbols(r);
|
|
83
|
-
n && (p = p.filter(function(P) {
|
|
84
|
-
return Object.getOwnPropertyDescriptor(r, P).enumerable;
|
|
85
|
-
})), s.push.apply(s, p);
|
|
27
|
+
e.exports = n, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
28
|
+
}(f)), f.exports;
|
|
29
|
+
}
|
|
30
|
+
var y = { exports: {} }, l = { exports: {} }, d = { exports: {} }, x = { exports: {} }, m;
|
|
31
|
+
function M() {
|
|
32
|
+
return m || (m = 1, function(e) {
|
|
33
|
+
function n(t) {
|
|
34
|
+
"@babel/helpers - typeof";
|
|
35
|
+
return e.exports = n = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(r) {
|
|
36
|
+
return typeof r;
|
|
37
|
+
} : function(r) {
|
|
38
|
+
return r && typeof Symbol == "function" && r.constructor === Symbol && r !== Symbol.prototype ? "symbol" : typeof r;
|
|
39
|
+
}, e.exports.__esModule = !0, e.exports.default = e.exports, n(t);
|
|
86
40
|
}
|
|
87
|
-
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
41
|
+
e.exports = n, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
42
|
+
}(x)), x.exports;
|
|
43
|
+
}
|
|
44
|
+
var v = { exports: {} }, h;
|
|
45
|
+
function T() {
|
|
46
|
+
return h || (h = 1, function(e) {
|
|
47
|
+
var n = M().default;
|
|
48
|
+
function t(r, o) {
|
|
49
|
+
if (n(r) != "object" || !r) return r;
|
|
50
|
+
var a = r[Symbol.toPrimitive];
|
|
51
|
+
if (a !== void 0) {
|
|
52
|
+
var u = a.call(r, o || "default");
|
|
53
|
+
if (n(u) != "object") return u;
|
|
54
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
55
|
+
}
|
|
56
|
+
return (o === "string" ? String : Number)(r);
|
|
97
57
|
}
|
|
98
|
-
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
58
|
+
e.exports = t, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
59
|
+
}(v)), v.exports;
|
|
60
|
+
}
|
|
61
|
+
var P;
|
|
62
|
+
function k() {
|
|
63
|
+
return P || (P = 1, function(e) {
|
|
64
|
+
var n = M().default, t = T();
|
|
65
|
+
function r(o) {
|
|
66
|
+
var a = t(o, "string");
|
|
67
|
+
return n(a) == "symbol" ? a : a + "";
|
|
68
|
+
}
|
|
69
|
+
e.exports = r, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
70
|
+
}(d)), d.exports;
|
|
71
|
+
}
|
|
72
|
+
var S;
|
|
73
|
+
function N() {
|
|
74
|
+
return S || (S = 1, function(e) {
|
|
75
|
+
var n = k();
|
|
76
|
+
function t(r, o, a) {
|
|
77
|
+
return (o = n(o)) in r ? Object.defineProperty(r, o, {
|
|
78
|
+
value: a,
|
|
79
|
+
enumerable: !0,
|
|
80
|
+
configurable: !0,
|
|
81
|
+
writable: !0
|
|
82
|
+
}) : r[o] = a, r;
|
|
83
|
+
}
|
|
84
|
+
e.exports = t, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
85
|
+
}(l)), l.exports;
|
|
86
|
+
}
|
|
87
|
+
var O;
|
|
88
|
+
function F() {
|
|
89
|
+
return O || (O = 1, function(e) {
|
|
90
|
+
var n = N();
|
|
91
|
+
function t(o, a) {
|
|
92
|
+
var u = Object.keys(o);
|
|
93
|
+
if (Object.getOwnPropertySymbols) {
|
|
94
|
+
var i = Object.getOwnPropertySymbols(o);
|
|
95
|
+
a && (i = i.filter(function(D) {
|
|
96
|
+
return Object.getOwnPropertyDescriptor(o, D).enumerable;
|
|
97
|
+
})), u.push.apply(u, i);
|
|
98
|
+
}
|
|
99
|
+
return u;
|
|
100
|
+
}
|
|
101
|
+
function r(o) {
|
|
102
|
+
for (var a = 1; a < arguments.length; a++) {
|
|
103
|
+
var u = arguments[a] != null ? arguments[a] : {};
|
|
104
|
+
a % 2 ? t(Object(u), !0).forEach(function(i) {
|
|
105
|
+
n(o, i, u[i]);
|
|
106
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(u)) : t(Object(u)).forEach(function(i) {
|
|
107
|
+
Object.defineProperty(o, i, Object.getOwnPropertyDescriptor(u, i));
|
|
108
|
+
});
|
|
109
|
+
}
|
|
110
|
+
return o;
|
|
111
|
+
}
|
|
112
|
+
e.exports = r, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
113
|
+
}(y)), y.exports;
|
|
114
|
+
}
|
|
115
|
+
var p = {}, j;
|
|
116
|
+
function U() {
|
|
117
|
+
return j || (j = 1, Object.defineProperty(p, "__esModule", {
|
|
118
|
+
value: !0
|
|
119
|
+
}), p.commonLocale = void 0, p.commonLocale = {
|
|
120
|
+
yearFormat: "YYYY",
|
|
121
|
+
dayFormat: "D",
|
|
122
|
+
cellMeridiemFormat: "A",
|
|
123
|
+
monthBeforeYear: !0
|
|
124
|
+
}), p;
|
|
125
|
+
}
|
|
126
|
+
var q;
|
|
127
|
+
function K() {
|
|
128
|
+
if (q) return s;
|
|
129
|
+
q = 1;
|
|
130
|
+
var e = E().default;
|
|
131
|
+
Object.defineProperty(s, "__esModule", {
|
|
132
|
+
value: !0
|
|
133
|
+
}), s.default = void 0;
|
|
134
|
+
var n = e(F()), t = U(), r = (0, n.default)((0, n.default)({}, t.commonLocale), {}, {
|
|
135
|
+
locale: "en_US",
|
|
136
|
+
today: "Today",
|
|
137
|
+
now: "Now",
|
|
138
|
+
backToToday: "Back to today",
|
|
139
|
+
ok: "OK",
|
|
140
|
+
clear: "Clear",
|
|
141
|
+
month: "Month",
|
|
142
|
+
year: "Year",
|
|
143
|
+
timeSelect: "select time",
|
|
144
|
+
dateSelect: "select date",
|
|
145
|
+
weekSelect: "Choose a week",
|
|
146
|
+
monthSelect: "Choose a month",
|
|
147
|
+
yearSelect: "Choose a year",
|
|
148
|
+
decadeSelect: "Choose a decade",
|
|
149
|
+
dateFormat: "M/D/YYYY",
|
|
150
|
+
dateTimeFormat: "M/D/YYYY HH:mm:ss",
|
|
151
|
+
previousMonth: "Previous month (PageUp)",
|
|
152
|
+
nextMonth: "Next month (PageDown)",
|
|
153
|
+
previousYear: "Last year (Control + left)",
|
|
154
|
+
nextYear: "Next year (Control + right)",
|
|
155
|
+
previousDecade: "Last decade",
|
|
156
|
+
nextDecade: "Next decade",
|
|
157
|
+
previousCentury: "Last century",
|
|
158
|
+
nextCentury: "Next century"
|
|
159
|
+
});
|
|
160
|
+
return s.default = r, s;
|
|
161
|
+
}
|
|
162
|
+
var L = K();
|
|
163
|
+
const A = /* @__PURE__ */ g(L), J = {
|
|
145
164
|
design: {
|
|
146
165
|
Confirm: {
|
|
147
166
|
cancel: "cancel",
|
|
@@ -151,8 +170,8 @@ const k = {
|
|
|
151
170
|
resetTo: "Reset to"
|
|
152
171
|
},
|
|
153
172
|
Picker: {
|
|
154
|
-
...
|
|
155
|
-
...
|
|
173
|
+
...C,
|
|
174
|
+
...A
|
|
156
175
|
},
|
|
157
176
|
CascaderList: {
|
|
158
177
|
empty: "None"
|
|
@@ -163,5 +182,5 @@ const k = {
|
|
|
163
182
|
}
|
|
164
183
|
};
|
|
165
184
|
export {
|
|
166
|
-
|
|
185
|
+
J as default
|
|
167
186
|
};
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -1,147 +1,166 @@
|
|
|
1
|
-
|
|
2
|
-
function S(e) {
|
|
1
|
+
function g(e) {
|
|
3
2
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
4
3
|
}
|
|
5
|
-
var
|
|
6
|
-
|
|
7
|
-
(function(
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
})
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
var
|
|
19
|
-
(
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}
|
|
27
|
-
var O = l.exports, y = { exports: {} }, d = { exports: {} }, x = { exports: {} }, v = { exports: {} };
|
|
28
|
-
(function(e) {
|
|
29
|
-
function a(o) {
|
|
30
|
-
"@babel/helpers - typeof";
|
|
31
|
-
return e.exports = a = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
|
|
32
|
-
return typeof t;
|
|
33
|
-
} : function(t) {
|
|
34
|
-
return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
|
|
35
|
-
}, e.exports.__esModule = !0, e.exports.default = e.exports, a(o);
|
|
36
|
-
}
|
|
37
|
-
e.exports = a, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
38
|
-
})(v);
|
|
39
|
-
var _ = v.exports, b = { exports: {} };
|
|
40
|
-
(function(e) {
|
|
41
|
-
var a = _.default;
|
|
42
|
-
function o(t, r) {
|
|
43
|
-
if (a(t) != "object" || !t) return t;
|
|
44
|
-
var n = t[Symbol.toPrimitive];
|
|
45
|
-
if (n !== void 0) {
|
|
46
|
-
var s = n.call(t, r || "default");
|
|
47
|
-
if (a(s) != "object") return s;
|
|
48
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
4
|
+
var c = { exports: {} }, w = c.exports, _;
|
|
5
|
+
function Y() {
|
|
6
|
+
return _ || (_ = 1, function(e, n) {
|
|
7
|
+
(function(t, r) {
|
|
8
|
+
e.exports = r();
|
|
9
|
+
})(w, function() {
|
|
10
|
+
return { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(t) {
|
|
11
|
+
var r = ["th", "st", "nd", "rd"], o = t % 100;
|
|
12
|
+
return "[" + t + (r[(o - 20) % 10] || r[o] || r[0]) + "]";
|
|
13
|
+
} };
|
|
14
|
+
});
|
|
15
|
+
}(c)), c.exports;
|
|
16
|
+
}
|
|
17
|
+
var C = Y();
|
|
18
|
+
const R = /* @__PURE__ */ g(C);
|
|
19
|
+
var s = {}, f = { exports: {} }, b;
|
|
20
|
+
function E() {
|
|
21
|
+
return b || (b = 1, function(e) {
|
|
22
|
+
function n(t) {
|
|
23
|
+
return t && t.__esModule ? t : {
|
|
24
|
+
default: t
|
|
25
|
+
};
|
|
49
26
|
}
|
|
50
|
-
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
(function(e) {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
}
|
|
63
|
-
var M = x.exports;
|
|
64
|
-
(function(e) {
|
|
65
|
-
var a = M;
|
|
66
|
-
function o(t, r, n) {
|
|
67
|
-
return (r = a(r)) in t ? Object.defineProperty(t, r, {
|
|
68
|
-
value: n,
|
|
69
|
-
enumerable: !0,
|
|
70
|
-
configurable: !0,
|
|
71
|
-
writable: !0
|
|
72
|
-
}) : t[r] = n, t;
|
|
73
|
-
}
|
|
74
|
-
e.exports = o, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
75
|
-
})(d);
|
|
76
|
-
var D = d.exports;
|
|
77
|
-
(function(e) {
|
|
78
|
-
var a = D;
|
|
79
|
-
function o(r, n) {
|
|
80
|
-
var s = Object.keys(r);
|
|
81
|
-
if (Object.getOwnPropertySymbols) {
|
|
82
|
-
var p = Object.getOwnPropertySymbols(r);
|
|
83
|
-
n && (p = p.filter(function(P) {
|
|
84
|
-
return Object.getOwnPropertyDescriptor(r, P).enumerable;
|
|
85
|
-
})), s.push.apply(s, p);
|
|
27
|
+
e.exports = n, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
28
|
+
}(f)), f.exports;
|
|
29
|
+
}
|
|
30
|
+
var y = { exports: {} }, l = { exports: {} }, d = { exports: {} }, x = { exports: {} }, m;
|
|
31
|
+
function M() {
|
|
32
|
+
return m || (m = 1, function(e) {
|
|
33
|
+
function n(t) {
|
|
34
|
+
"@babel/helpers - typeof";
|
|
35
|
+
return e.exports = n = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(r) {
|
|
36
|
+
return typeof r;
|
|
37
|
+
} : function(r) {
|
|
38
|
+
return r && typeof Symbol == "function" && r.constructor === Symbol && r !== Symbol.prototype ? "symbol" : typeof r;
|
|
39
|
+
}, e.exports.__esModule = !0, e.exports.default = e.exports, n(t);
|
|
86
40
|
}
|
|
87
|
-
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
41
|
+
e.exports = n, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
42
|
+
}(x)), x.exports;
|
|
43
|
+
}
|
|
44
|
+
var v = { exports: {} }, h;
|
|
45
|
+
function T() {
|
|
46
|
+
return h || (h = 1, function(e) {
|
|
47
|
+
var n = M().default;
|
|
48
|
+
function t(r, o) {
|
|
49
|
+
if (n(r) != "object" || !r) return r;
|
|
50
|
+
var a = r[Symbol.toPrimitive];
|
|
51
|
+
if (a !== void 0) {
|
|
52
|
+
var u = a.call(r, o || "default");
|
|
53
|
+
if (n(u) != "object") return u;
|
|
54
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
55
|
+
}
|
|
56
|
+
return (o === "string" ? String : Number)(r);
|
|
97
57
|
}
|
|
98
|
-
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
58
|
+
e.exports = t, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
59
|
+
}(v)), v.exports;
|
|
60
|
+
}
|
|
61
|
+
var P;
|
|
62
|
+
function k() {
|
|
63
|
+
return P || (P = 1, function(e) {
|
|
64
|
+
var n = M().default, t = T();
|
|
65
|
+
function r(o) {
|
|
66
|
+
var a = t(o, "string");
|
|
67
|
+
return n(a) == "symbol" ? a : a + "";
|
|
68
|
+
}
|
|
69
|
+
e.exports = r, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
70
|
+
}(d)), d.exports;
|
|
71
|
+
}
|
|
72
|
+
var S;
|
|
73
|
+
function F() {
|
|
74
|
+
return S || (S = 1, function(e) {
|
|
75
|
+
var n = k();
|
|
76
|
+
function t(r, o, a) {
|
|
77
|
+
return (o = n(o)) in r ? Object.defineProperty(r, o, {
|
|
78
|
+
value: a,
|
|
79
|
+
enumerable: !0,
|
|
80
|
+
configurable: !0,
|
|
81
|
+
writable: !0
|
|
82
|
+
}) : r[o] = a, r;
|
|
83
|
+
}
|
|
84
|
+
e.exports = t, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
85
|
+
}(l)), l.exports;
|
|
86
|
+
}
|
|
87
|
+
var O;
|
|
88
|
+
function U() {
|
|
89
|
+
return O || (O = 1, function(e) {
|
|
90
|
+
var n = F();
|
|
91
|
+
function t(o, a) {
|
|
92
|
+
var u = Object.keys(o);
|
|
93
|
+
if (Object.getOwnPropertySymbols) {
|
|
94
|
+
var i = Object.getOwnPropertySymbols(o);
|
|
95
|
+
a && (i = i.filter(function(D) {
|
|
96
|
+
return Object.getOwnPropertyDescriptor(o, D).enumerable;
|
|
97
|
+
})), u.push.apply(u, i);
|
|
98
|
+
}
|
|
99
|
+
return u;
|
|
100
|
+
}
|
|
101
|
+
function r(o) {
|
|
102
|
+
for (var a = 1; a < arguments.length; a++) {
|
|
103
|
+
var u = arguments[a] != null ? arguments[a] : {};
|
|
104
|
+
a % 2 ? t(Object(u), !0).forEach(function(i) {
|
|
105
|
+
n(o, i, u[i]);
|
|
106
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(u)) : t(Object(u)).forEach(function(i) {
|
|
107
|
+
Object.defineProperty(o, i, Object.getOwnPropertyDescriptor(u, i));
|
|
108
|
+
});
|
|
109
|
+
}
|
|
110
|
+
return o;
|
|
111
|
+
}
|
|
112
|
+
e.exports = r, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
113
|
+
}(y)), y.exports;
|
|
114
|
+
}
|
|
115
|
+
var p = {}, j;
|
|
116
|
+
function K() {
|
|
117
|
+
return j || (j = 1, Object.defineProperty(p, "__esModule", {
|
|
118
|
+
value: !0
|
|
119
|
+
}), p.commonLocale = void 0, p.commonLocale = {
|
|
120
|
+
yearFormat: "YYYY",
|
|
121
|
+
dayFormat: "D",
|
|
122
|
+
cellMeridiemFormat: "A",
|
|
123
|
+
monthBeforeYear: !0
|
|
124
|
+
}), p;
|
|
125
|
+
}
|
|
126
|
+
var q;
|
|
127
|
+
function L() {
|
|
128
|
+
if (q) return s;
|
|
129
|
+
q = 1;
|
|
130
|
+
var e = E().default;
|
|
131
|
+
Object.defineProperty(s, "__esModule", {
|
|
132
|
+
value: !0
|
|
133
|
+
}), s.default = void 0;
|
|
134
|
+
var n = e(U()), t = K(), r = (0, n.default)((0, n.default)({}, t.commonLocale), {}, {
|
|
135
|
+
locale: "en_US",
|
|
136
|
+
today: "Today",
|
|
137
|
+
now: "Now",
|
|
138
|
+
backToToday: "Back to today",
|
|
139
|
+
ok: "OK",
|
|
140
|
+
clear: "Clear",
|
|
141
|
+
month: "Month",
|
|
142
|
+
year: "Year",
|
|
143
|
+
timeSelect: "select time",
|
|
144
|
+
dateSelect: "select date",
|
|
145
|
+
weekSelect: "Choose a week",
|
|
146
|
+
monthSelect: "Choose a month",
|
|
147
|
+
yearSelect: "Choose a year",
|
|
148
|
+
decadeSelect: "Choose a decade",
|
|
149
|
+
dateFormat: "M/D/YYYY",
|
|
150
|
+
dateTimeFormat: "M/D/YYYY HH:mm:ss",
|
|
151
|
+
previousMonth: "Previous month (PageUp)",
|
|
152
|
+
nextMonth: "Next month (PageDown)",
|
|
153
|
+
previousYear: "Last year (Control + left)",
|
|
154
|
+
nextYear: "Next year (Control + right)",
|
|
155
|
+
previousDecade: "Last decade",
|
|
156
|
+
nextDecade: "Next decade",
|
|
157
|
+
previousCentury: "Last century",
|
|
158
|
+
nextCentury: "Next century"
|
|
159
|
+
});
|
|
160
|
+
return s.default = r, s;
|
|
161
|
+
}
|
|
162
|
+
var N = L();
|
|
163
|
+
const A = /* @__PURE__ */ g(N), J = {
|
|
145
164
|
design: {
|
|
146
165
|
Confirm: {
|
|
147
166
|
cancel: "لغو",
|
|
@@ -151,8 +170,8 @@ const k = {
|
|
|
151
170
|
resetTo: "بازنشانی به"
|
|
152
171
|
},
|
|
153
172
|
Picker: {
|
|
154
|
-
...
|
|
155
|
-
...
|
|
173
|
+
...R,
|
|
174
|
+
...A
|
|
156
175
|
},
|
|
157
176
|
CascaderList: {
|
|
158
177
|
empty: "هیچ کدام"
|
|
@@ -163,5 +182,5 @@ const k = {
|
|
|
163
182
|
}
|
|
164
183
|
};
|
|
165
184
|
export {
|
|
166
|
-
|
|
185
|
+
J as default
|
|
167
186
|
};
|