@univerjs/preset-sheets-filter 0.8.2-nightly.202506251607 → 0.8.2
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
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/preset-sheets-filter",
|
|
3
|
-
"version": "0.8.2
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
|
-
"author": "DreamNum
|
|
6
|
+
"author": "DreamNum <developer@univer.ai>",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
8
|
"funding": {
|
|
9
9
|
"type": "opencollective",
|
|
@@ -18,8 +18,7 @@
|
|
|
18
18
|
"url": "https://github.com/dream-num/univer-presets/issues"
|
|
19
19
|
},
|
|
20
20
|
"keywords": [
|
|
21
|
-
"univer"
|
|
22
|
-
"univer-preset"
|
|
21
|
+
"univer"
|
|
23
22
|
],
|
|
24
23
|
"sideEffects": [
|
|
25
24
|
"*.css"
|
|
@@ -63,16 +62,16 @@
|
|
|
63
62
|
"rxjs": ">=7.0.0"
|
|
64
63
|
},
|
|
65
64
|
"dependencies": {
|
|
66
|
-
"@univerjs/sheets-filter": "0.8.2
|
|
67
|
-
"@univerjs/sheets-filter-ui": "0.8.2
|
|
65
|
+
"@univerjs/sheets-filter": "0.8.2",
|
|
66
|
+
"@univerjs/sheets-filter-ui": "0.8.2"
|
|
68
67
|
},
|
|
69
68
|
"devDependencies": {
|
|
70
|
-
"@univerjs/core": "0.8.2
|
|
69
|
+
"@univerjs/core": "0.8.2",
|
|
71
70
|
"react": "18.3.1",
|
|
72
71
|
"react-dom": "18.3.1",
|
|
73
72
|
"rxjs": "7.8.2",
|
|
74
73
|
"typescript": "^5.8.3",
|
|
75
|
-
"@univerjs-infra/shared": "0.8.2
|
|
74
|
+
"@univerjs-infra/shared": "0.8.2"
|
|
76
75
|
},
|
|
77
76
|
"scripts": {
|
|
78
77
|
"prebuild:preset": "tsx prepare.ts",
|
package/lib/cjs/locales/ko-KR.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-filter-ui/locale/ko-KR"),s=e.merge({},r);module.exports=s;
|
package/lib/es/locales/ko-KR.js
DELETED
package/lib/locales/ko-KR.js
DELETED
package/lib/umd/locales/ko-KR.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
// @univerjs/sheets-filter-ui/locale/ko-KR
|
|
2
|
-
(function(e,t){typeof exports=="object"&&typeof module<"u"?module.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsFilterUiKoKR=t())})(this,function(){"use strict";return{"sheets-filter":{toolbar:{"smart-toggle-filter-tooltip":"필터 토글","clear-filter-criteria":"필터 조건 지우기","re-calc-filter-conditions":"필터 조건 재계산"},command:{"not-valid-filter-range":"선택한 범위에 한 행만 있어 필터를 적용할 수 없습니다."},shortcut:{"smart-toggle-filter":"필터 토글"},panel:{"clear-filter":"필터 지우기",cancel:"취소",confirm:"확인","by-values":"값으로 필터","by-conditions":"조건으로 필터","filter-only":"필터만 보기","search-placeholder":"검색어는 공백으로 구분","select-all":"전체 선택","input-values-placeholder":"값 입력",and:"AND",or:"OR",empty:"(빈 값)","?":"“?”는 임의의 한 문자","*":"“*”는 임의의 여러 문자"},conditions:{none:"없음",empty:"빈 셀","not-empty":"빈 셀 아님","text-contains":"텍스트 포함","does-not-contain":"텍스트 미포함","starts-with":"텍스트 시작","ends-with":"텍스트 끝",equals:"텍스트 일치","greater-than":"크다","greater-than-or-equal":"크거나 같다","less-than":"작다","less-than-or-equal":"작거나 같다",equal:"같음","not-equal":"같지 않음",between:"범위 내","not-between":"범위 밖",custom:"사용자 지정"},msg:{"filter-header-forbidden":"필터 헤더 행은 이동할 수 없습니다."},date:{1:"1월",2:"2월",3:"3월",4:"4월",5:"5월",6:"6월",7:"7월",8:"8월",9:"9월",10:"10월",11:"11월",12:"12월"}}}});
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
// locale/ko-KR
|
|
6
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-filter-ui/locale/ko-KR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-filter-ui/locale/ko-KR"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFilterKoKR=i(e.UniverCore,e.UniverSheetsFilterUiKoKR))})(this,function(e,i){"use strict";return e.merge({},i)});
|