@univerjs/sheets-filter-ui 0.8.2 → 0.8.3-nightly.202507010644
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 +2 -2
- package/lib/cjs/locale/ko-KR.js +1 -0
- package/lib/es/index.js +401 -403
- package/lib/es/locale/ko-KR.js +70 -0
- package/lib/index.css +1 -1
- package/lib/index.js +401 -403
- package/lib/locale/ko-KR.js +70 -0
- package/lib/types/index.d.ts +4 -2
- package/lib/types/locale/ko-KR.d.ts +3 -0
- package/lib/umd/index.js +2 -2
- package/lib/umd/locale/ko-KR.js +1 -0
- package/package.json +12 -12
- package/LICENSE +0 -176
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
"sheets-filter": {
|
|
3
|
+
toolbar: {
|
|
4
|
+
"smart-toggle-filter-tooltip": "필터 토글",
|
|
5
|
+
"clear-filter-criteria": "필터 조건 지우기",
|
|
6
|
+
"re-calc-filter-conditions": "필터 조건 재계산"
|
|
7
|
+
},
|
|
8
|
+
command: {
|
|
9
|
+
"not-valid-filter-range": "선택한 범위에 한 행만 있어 필터를 적용할 수 없습니다."
|
|
10
|
+
},
|
|
11
|
+
shortcut: {
|
|
12
|
+
"smart-toggle-filter": "필터 토글"
|
|
13
|
+
},
|
|
14
|
+
panel: {
|
|
15
|
+
"clear-filter": "필터 지우기",
|
|
16
|
+
cancel: "취소",
|
|
17
|
+
confirm: "확인",
|
|
18
|
+
"by-values": "값으로 필터",
|
|
19
|
+
"by-conditions": "조건으로 필터",
|
|
20
|
+
"filter-only": "필터만 보기",
|
|
21
|
+
"search-placeholder": "검색어는 공백으로 구분",
|
|
22
|
+
"select-all": "전체 선택",
|
|
23
|
+
"input-values-placeholder": "값 입력",
|
|
24
|
+
and: "AND",
|
|
25
|
+
or: "OR",
|
|
26
|
+
empty: "(빈 값)",
|
|
27
|
+
"?": "“?”는 임의의 한 문자",
|
|
28
|
+
"*": "“*”는 임의의 여러 문자"
|
|
29
|
+
},
|
|
30
|
+
conditions: {
|
|
31
|
+
none: "없음",
|
|
32
|
+
empty: "빈 셀",
|
|
33
|
+
"not-empty": "빈 셀 아님",
|
|
34
|
+
"text-contains": "텍스트 포함",
|
|
35
|
+
"does-not-contain": "텍스트 미포함",
|
|
36
|
+
"starts-with": "텍스트 시작",
|
|
37
|
+
"ends-with": "텍스트 끝",
|
|
38
|
+
equals: "텍스트 일치",
|
|
39
|
+
"greater-than": "크다",
|
|
40
|
+
"greater-than-or-equal": "크거나 같다",
|
|
41
|
+
"less-than": "작다",
|
|
42
|
+
"less-than-or-equal": "작거나 같다",
|
|
43
|
+
equal: "같음",
|
|
44
|
+
"not-equal": "같지 않음",
|
|
45
|
+
between: "범위 내",
|
|
46
|
+
"not-between": "범위 밖",
|
|
47
|
+
custom: "사용자 지정"
|
|
48
|
+
},
|
|
49
|
+
msg: {
|
|
50
|
+
"filter-header-forbidden": "필터 헤더 행은 이동할 수 없습니다."
|
|
51
|
+
},
|
|
52
|
+
date: {
|
|
53
|
+
1: "1월",
|
|
54
|
+
2: "2월",
|
|
55
|
+
3: "3월",
|
|
56
|
+
4: "4월",
|
|
57
|
+
5: "5월",
|
|
58
|
+
6: "6월",
|
|
59
|
+
7: "7월",
|
|
60
|
+
8: "8월",
|
|
61
|
+
9: "9월",
|
|
62
|
+
10: "10월",
|
|
63
|
+
11: "11월",
|
|
64
|
+
12: "12월"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
};
|
|
68
|
+
export {
|
|
69
|
+
e as default
|
|
70
|
+
};
|
package/lib/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.univer-mx-1{margin-left:.25rem;margin-right:.25rem}.univer-mb-1{margin-bottom:.25rem}.univer-ml-1{margin-left:.25rem}.univer-mt-2{margin-top:.5rem}.univer-mt-4{margin-top:1rem}.univer-box-border{box-sizing:border-box}.univer-inline-block{display:inline-block}.univer-flex{display:flex}.univer-inline-flex{display:inline-flex}.univer-hidden{display:none}.univer-h-4{height:1rem}.univer-h-5{height:1.25rem}.univer-h-7{height:1.75rem}.univer-h-8{height:2rem}.univer-h-\[
|
|
1
|
+
.univer-mx-1{margin-left:.25rem;margin-right:.25rem}.univer-mb-1{margin-bottom:.25rem}.univer-ml-1{margin-left:.25rem}.univer-mt-2{margin-top:.5rem}.univer-mt-4{margin-top:1rem}.univer-box-border{box-sizing:border-box}.univer-inline-block{display:inline-block}.univer-flex{display:flex}.univer-inline-flex{display:inline-flex}.univer-hidden{display:none}.univer-h-4{height:1rem}.univer-h-5{height:1.25rem}.univer-h-7{height:1.75rem}.univer-h-8{height:2rem}.univer-h-full{height:100%}.univer-max-h-\[500px\]{max-height:500px}.univer-min-h-\[300px\]{min-height:300px}.univer-w-\[312px\]{width:312px}.univer-w-full{width:100%}.univer-max-w-\[245px\]{max-width:245px}.univer-flex-1{flex:1 1 0%}.univer-flex-shrink{flex-shrink:1}.univer-flex-shrink-0{flex-shrink:0}.univer-flex-grow{flex-grow:1}.univer-flex-grow-0{flex-grow:0}.univer-cursor-pointer{cursor:pointer}.univer-flex-col{flex-direction:column}.univer-flex-nowrap{flex-wrap:nowrap}.univer-items-center{align-items:center}.univer-justify-between{justify-content:space-between}.univer-gap-2{gap:.5rem}.univer-overflow-hidden{overflow:hidden}.univer-text-ellipsis{text-overflow:ellipsis}.univer-whitespace-nowrap{white-space:nowrap}.univer-rounded-lg{border-radius:.5rem}.univer-rounded-md{border-radius:.375rem}.univer-bg-white{background-color:var(--univer-white)}.univer-p-2{padding:.5rem}.univer-p-4{padding:1rem}.univer-px-1\.5{padding-left:.375rem;padding-right:.375rem}.univer-px-2{padding-left:.5rem;padding-right:.5rem}.univer-py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.univer-py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.univer-pb-0{padding-bottom:0}.univer-pl-5{padding-left:1.25rem}.univer-pr-0\.5{padding-right:.125rem}.univer-pr-2{padding-right:.5rem}.univer-pt-0{padding-top:0}.univer-pt-2{padding-top:.5rem}.univer-text-sm{font-size:.875rem;line-height:1.25rem}.univer-text-xs{font-size:.75rem;line-height:1rem}.univer-text-gray-400{color:var(--univer-gray-400)}.univer-text-gray-500{color:var(--univer-gray-500)}.univer-text-gray-900{color:var(--univer-gray-900)}.univer-text-primary-500{color:var(--univer-primary-500)}.univer-shadow-lg{--tw-shadow: 0px 4px 6px 0px rgba(30, 40, 77, .05), 0px 10px 15px -3px rgba(30, 40, 77, .1);--tw-shadow-colored: 0px 4px 6px 0px var(--tw-shadow-color), 0px 10px 15px -3px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,0 4px 6px #1e284d0d,0 10px 15px -3px #1e284d1a;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)),var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)),var(--tw-shadow)}.hover\:univer-bg-gray-50:hover{background-color:var(--univer-gray-50)}.dark\:\!univer-border-gray-600:where(.univer-dark,.univer-dark *){border-color:var(--univer-gray-600)!important}.dark\:\!univer-bg-gray-700:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-700)!important}.dark\:\!univer-text-gray-500:where(.univer-dark,.univer-dark *){color:var(--univer-gray-500)!important}.dark\:\!univer-text-white:where(.univer-dark,.univer-dark *){color:var(--univer-white)!important}.dark\:hover\:\!univer-bg-gray-900:hover:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-900)!important}.\[\&\:hover_a\]\:univer-inline-block:hover a{display:inline-block}
|