@univerjs/preset-sheets-filter 0.25.0 → 1.0.0-alpha.0

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 (112) hide show
  1. package/README.md +3 -3
  2. package/lib/cjs/index.js +26 -1
  3. package/lib/cjs/locales/ar-SA.js +11 -1
  4. package/lib/cjs/locales/ca-ES.js +11 -1
  5. package/lib/cjs/locales/de-DE.js +11 -1
  6. package/lib/cjs/locales/en-US.js +11 -1
  7. package/lib/cjs/locales/es-ES.js +11 -1
  8. package/lib/cjs/locales/fa-IR.js +11 -1
  9. package/lib/cjs/locales/fr-FR.js +11 -1
  10. package/lib/cjs/locales/id-ID.js +11 -1
  11. package/lib/cjs/locales/it-IT.js +11 -1
  12. package/lib/cjs/locales/ja-JP.js +11 -1
  13. package/lib/cjs/locales/ko-KR.js +11 -1
  14. package/lib/cjs/locales/pl-PL.js +11 -1
  15. package/lib/cjs/locales/pt-BR.js +11 -1
  16. package/lib/cjs/locales/ru-RU.js +11 -1
  17. package/lib/cjs/locales/sk-SK.js +11 -1
  18. package/lib/cjs/locales/vi-VN.js +11 -1
  19. package/lib/cjs/locales/zh-CN.js +11 -1
  20. package/lib/cjs/locales/zh-HK.js +11 -1
  21. package/lib/cjs/locales/zh-TW.js +11 -1
  22. package/lib/cjs/rolldown-runtime-C_NdSu1c.js +34 -0
  23. package/lib/cjs/worker.js +10 -1
  24. package/lib/es/index.js +15 -16
  25. package/lib/es/locales/ar-SA.js +8 -10
  26. package/lib/es/locales/ca-ES.js +8 -10
  27. package/lib/es/locales/de-DE.js +8 -10
  28. package/lib/es/locales/en-US.js +8 -10
  29. package/lib/es/locales/es-ES.js +8 -10
  30. package/lib/es/locales/fa-IR.js +8 -10
  31. package/lib/es/locales/fr-FR.js +8 -10
  32. package/lib/es/locales/id-ID.js +8 -10
  33. package/lib/es/locales/it-IT.js +8 -10
  34. package/lib/es/locales/ja-JP.js +8 -10
  35. package/lib/es/locales/ko-KR.js +8 -10
  36. package/lib/es/locales/pl-PL.js +8 -10
  37. package/lib/es/locales/pt-BR.js +8 -10
  38. package/lib/es/locales/ru-RU.js +8 -10
  39. package/lib/es/locales/sk-SK.js +8 -10
  40. package/lib/es/locales/vi-VN.js +8 -10
  41. package/lib/es/locales/zh-CN.js +8 -10
  42. package/lib/es/locales/zh-HK.js +8 -10
  43. package/lib/es/locales/zh-TW.js +8 -10
  44. package/lib/es/worker.js +8 -10
  45. package/lib/index.css +393 -1
  46. package/lib/index.js +15 -16
  47. package/lib/locales/ar-SA.js +8 -10
  48. package/lib/locales/ca-ES.js +8 -10
  49. package/lib/locales/de-DE.js +8 -10
  50. package/lib/locales/en-US.js +8 -10
  51. package/lib/locales/es-ES.js +8 -10
  52. package/lib/locales/fa-IR.js +8 -10
  53. package/lib/locales/fr-FR.js +8 -10
  54. package/lib/locales/id-ID.js +8 -10
  55. package/lib/locales/it-IT.js +8 -10
  56. package/lib/locales/ja-JP.js +8 -10
  57. package/lib/locales/ko-KR.js +8 -10
  58. package/lib/locales/pl-PL.js +8 -10
  59. package/lib/locales/pt-BR.js +8 -10
  60. package/lib/locales/ru-RU.js +8 -10
  61. package/lib/locales/sk-SK.js +8 -10
  62. package/lib/locales/vi-VN.js +8 -10
  63. package/lib/locales/zh-CN.js +8 -10
  64. package/lib/locales/zh-HK.js +8 -10
  65. package/lib/locales/zh-TW.js +8 -10
  66. package/lib/types/index.d.ts +16 -1
  67. package/lib/types/locales/ar-SA.d.ts +83 -1
  68. package/lib/types/locales/ca-ES.d.ts +83 -1
  69. package/lib/types/locales/de-DE.d.ts +83 -1
  70. package/lib/types/locales/en-US.d.ts +83 -1
  71. package/lib/types/locales/es-ES.d.ts +83 -1
  72. package/lib/types/locales/fa-IR.d.ts +83 -1
  73. package/lib/types/locales/fr-FR.d.ts +83 -1
  74. package/lib/types/locales/id-ID.d.ts +83 -1
  75. package/lib/types/locales/it-IT.d.ts +83 -1
  76. package/lib/types/locales/ja-JP.d.ts +83 -1
  77. package/lib/types/locales/ko-KR.d.ts +83 -1
  78. package/lib/types/locales/pl-PL.d.ts +83 -1
  79. package/lib/types/locales/pt-BR.d.ts +83 -1
  80. package/lib/types/locales/ru-RU.d.ts +83 -1
  81. package/lib/types/locales/sk-SK.d.ts +83 -1
  82. package/lib/types/locales/vi-VN.d.ts +83 -1
  83. package/lib/types/locales/zh-CN.d.ts +83 -1
  84. package/lib/types/locales/zh-HK.d.ts +83 -1
  85. package/lib/types/locales/zh-TW.d.ts +83 -1
  86. package/lib/types/preset.d.ts +22 -0
  87. package/lib/types/worker.d.ts +16 -1
  88. package/lib/worker.js +8 -10
  89. package/package.json +14 -16
  90. package/lib/types/types.d.ts +0 -11
  91. package/lib/types/umd.d.ts +0 -8
  92. package/lib/umd/index.js +0 -17
  93. package/lib/umd/locales/ar-SA.js +0 -8
  94. package/lib/umd/locales/ca-ES.js +0 -8
  95. package/lib/umd/locales/de-DE.js +0 -8
  96. package/lib/umd/locales/en-US.js +0 -8
  97. package/lib/umd/locales/es-ES.js +0 -8
  98. package/lib/umd/locales/fa-IR.js +0 -8
  99. package/lib/umd/locales/fr-FR.js +0 -8
  100. package/lib/umd/locales/id-ID.js +0 -8
  101. package/lib/umd/locales/it-IT.js +0 -8
  102. package/lib/umd/locales/ja-JP.js +0 -8
  103. package/lib/umd/locales/ko-KR.js +0 -8
  104. package/lib/umd/locales/pl-PL.js +0 -8
  105. package/lib/umd/locales/pt-BR.js +0 -8
  106. package/lib/umd/locales/ru-RU.js +0 -8
  107. package/lib/umd/locales/sk-SK.js +0 -8
  108. package/lib/umd/locales/vi-VN.js +0 -8
  109. package/lib/umd/locales/zh-CN.js +0 -8
  110. package/lib/umd/locales/zh-HK.js +0 -8
  111. package/lib/umd/locales/zh-TW.js +0 -8
  112. package/lib/umd/worker.js +0 -1
@@ -1,8 +0,0 @@
1
- // @univerjs/sheets-filter/locale/ja-JP
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.UniverSheetsFilterJaJP=t())})(this,function(){return{"sheets-filter":{command:{"not-valid-filter-range":`選択範囲に1行しか含まれていないため、フィルタを適用できません。`},msg:{"filter-header-forbidden":`フィルタヘッダー行は移動できません。`}}}});
3
-
4
- // @univerjs/sheets-filter-ui/locale/ja-JP
5
- (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.UniverSheetsFilterUiJaJP=t())})(this,function(){return{"sheets-filter-ui":{toolbar:{"smart-toggle-filter-tooltip":`フィルタの切替`,"clear-filter-criteria":`フィルタ条件をクリア`,"re-calc-filter-conditions":`フィルタ条件を再計算`},shortcut:{"smart-toggle-filter":`フィルタの切替`},panel:{"clear-filter":`フィルタをクリア`,cancel:`キャンセル`,confirm:`確認`,"by-values":`値でフィルタ`,"by-colors":`色でフィルタ`,"filter-by-cell-fill-color":`セルの塗りつぶし色でフィルタ`,"filter-by-cell-text-color":`セルの文字色でフィルタ`,"filter-by-color-none":`この列は単一の色のみを含んでいます`,"by-conditions":`条件でフィルタ`,"filter-only":`フィルタのみ表示`,"search-placeholder":`検索語はスペースで区切る`,"select-all":`すべて選択`,"input-values-placeholder":`値を入力`,and:`AND`,or:`OR`,empty:`(空白)`,"?":`「?」は任意の1文字`,"*":`「*」は任意の複数文字`},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:`カスタム`},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月`},sync:{title:`フィルタを全員が表示可能`,statusTips:{on:`有効にすると、すべての共同作業者がフィルタ結果を表示できます。`,off:`無効にすると、自分のみフィルタ結果を表示できます。`},switchTips:{on:`「フィルタを全員が表示可能」が有効な場合、すべての共同作業者がフィルタ結果を表示できます。`,off:`「フィルタを全員が表示可能」が無効な場合、自分のみフィルタ結果を表示できます。`}}}}});
6
-
7
- // locale/ja-JP
8
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-filter/locale/ja-JP"),require("@univerjs/sheets-filter-ui/locale/ja-JP")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-filter/locale/ja-JP","@univerjs/sheets-filter-ui/locale/ja-JP"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFilterJaJP=i(e.UniverCore,e.UniverSheetsFilterJaJP,e.UniverSheetsFilterUiJaJP))})(this,(function(e,i,r){"use strict";return e.mergeLocales(i,r)}));
@@ -1,8 +0,0 @@
1
- // @univerjs/sheets-filter/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.UniverSheetsFilterKoKR=t())})(this,function(){return{"sheets-filter":{command:{"not-valid-filter-range":`선택한 범위에 한 행만 있어 필터를 적용할 수 없습니다.`},msg:{"filter-header-forbidden":`필터 헤더 행은 이동할 수 없습니다.`}}}});
3
-
4
- // @univerjs/sheets-filter-ui/locale/ko-KR
5
- (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(){return{"sheets-filter-ui":{toolbar:{"smart-toggle-filter-tooltip":`필터 토글`,"clear-filter-criteria":`필터 조건 지우기`,"re-calc-filter-conditions":`필터 조건 재계산`},shortcut:{"smart-toggle-filter":`필터 토글`},panel:{"clear-filter":`필터 지우기`,cancel:`취소`,confirm:`확인`,"by-values":`값으로 필터`,"by-colors":`색상으로 필터`,"filter-by-cell-fill-color":`셀 채우기 색상으로 필터`,"filter-by-cell-text-color":`셀 텍스트 색상으로 필터`,"filter-by-color-none":`이 열은 단일 색상만 포함합니다`,"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:`사용자 지정`},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월`},sync:{title:`필터를 모든 사용자가 볼 수 있음`,statusTips:{on:`활성화하면 모든 협업자가 필터 결과를 볼 수 있습니다.`,off:`비활성화하면 나만 필터 결과를 볼 수 있습니다.`},switchTips:{on:`"필터를 모든 사용자가 볼 수 있음"이 활성화되어 모든 협업자가 필터 결과를 볼 수 있습니다.`,off:`"필터를 모든 사용자가 볼 수 있음"이 비활성화되어 나만 필터 결과를 볼 수 있습니다.`}}}}});
6
-
7
- // locale/ko-KR
8
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-filter/locale/ko-KR"),require("@univerjs/sheets-filter-ui/locale/ko-KR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-filter/locale/ko-KR","@univerjs/sheets-filter-ui/locale/ko-KR"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFilterKoKR=i(e.UniverCore,e.UniverSheetsFilterKoKR,e.UniverSheetsFilterUiKoKR))})(this,(function(e,i,r){"use strict";return e.mergeLocales(i,r)}));
@@ -1,8 +0,0 @@
1
- // @univerjs/sheets-filter/locale/pl-PL
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.UniverSheetsFilterPlPL=t())})(this,function(){return{"sheets-filter":{command:{"not-valid-filter-range":`Wybrany zakres ma tylko jeden wiersz i nie jest prawidłowy do filtrowania.`},msg:{"filter-header-forbidden":`Nie można przenieść wiersza nagłówka filtra.`}}}});
3
-
4
- // @univerjs/sheets-filter-ui/locale/pl-PL
5
- (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.UniverSheetsFilterUiPlPL=t())})(this,function(){return{"sheets-filter-ui":{toolbar:{"smart-toggle-filter-tooltip":`Przełącz filtr`,"clear-filter-criteria":`Wyczyść warunki filtrowania`,"re-calc-filter-conditions":`Przelicz warunki filtrowania`},shortcut:{"smart-toggle-filter":`Przełącz filtr`},panel:{"clear-filter":`Wyczyść filtr`,cancel:`Anuluj`,confirm:`Potwierdź`,"by-values":`Według wartości`,"by-colors":`Według kolorów`,"filter-by-cell-fill-color":`Filtruj według koloru wypełnienia komórki`,"filter-by-cell-text-color":`Filtruj według koloru tekstu komórki`,"filter-by-color-none":`Kolumna zawiera tylko jeden kolor`,"by-conditions":`Według warunków`,"filter-only":`Tylko filtr`,"search-placeholder":`Użyj spacji do oddzielenia słów kluczowych`,"select-all":`Zaznacz wszystko`,"input-values-placeholder":`Wprowadź wartości`,and:`ORAZ`,or:`LUB`,empty:`(puste)`,"?":`Użyj „?”, aby reprezentować pojedynczy znak.`,"*":`Użyj „*”, aby reprezentować dowolną liczbę znaków.`},conditions:{none:`Brak`,empty:`Jest puste`,"not-empty":`Nie jest puste`,"text-contains":`Tekst zawiera`,"does-not-contain":`Tekst nie zawiera`,"starts-with":`Tekst zaczyna się od`,"ends-with":`Tekst kończy się na`,equals:`Tekst równa się`,"greater-than":`Większe niż`,"greater-than-or-equal":`Większe lub równe`,"less-than":`Mniejsze niż`,"less-than-or-equal":`Mniejsze lub równe`,equal:`Równe`,"not-equal":`Różne od`,between:`Między`,"not-between":`Nie między`,custom:`Niestandardowe`},date:{1:`Styczeń`,2:`Luty`,3:`Marzec`,4:`Kwiecień`,5:`Maj`,6:`Czerwiec`,7:`Lipiec`,8:`Sierpień`,9:`Wrzesień`,10:`Październik`,11:`Listopad`,12:`Grudzień`},sync:{title:`Filtr jest widoczny dla wszystkich`,statusTips:{on:`Po włączeniu wszyscy współpracownicy zobaczą wyniki filtrowania`,off:`Po wyłączeniu tylko Ty zobaczysz wyniki filtrowania`},switchTips:{on:`„Filtr jest widoczny dla wszystkich” jest włączony, wszyscy współpracownicy zobaczą wyniki filtrowania`,off:`„Filtr jest widoczny dla wszystkich” jest wyłączony, tylko Ty zobaczysz wyniki filtrowania`}}}}});
6
-
7
- // locale/pl-PL
8
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-filter/locale/pl-PL"),require("@univerjs/sheets-filter-ui/locale/pl-PL")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-filter/locale/pl-PL","@univerjs/sheets-filter-ui/locale/pl-PL"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFilterPlPL=i(e.UniverCore,e.UniverSheetsFilterPlPL,e.UniverSheetsFilterUiPlPL))})(this,(function(e,i,r){"use strict";return e.mergeLocales(i,r)}));
@@ -1,8 +0,0 @@
1
- // @univerjs/sheets-filter/locale/pt-BR
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.UniverSheetsFilterPtBR=t())})(this,function(){return{"sheets-filter":{command:{"not-valid-filter-range":`O intervalo selecionado possui apenas uma linha e não é válido para filtro.`},msg:{"filter-header-forbidden":`Você não pode mover a linha de cabeçalho de um filtro.`}}}});
3
-
4
- // @univerjs/sheets-filter-ui/locale/pt-BR
5
- (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.UniverSheetsFilterUiPtBR=t())})(this,function(){return{"sheets-filter-ui":{toolbar:{"smart-toggle-filter-tooltip":`Alternar Filtro`,"clear-filter-criteria":`Limpar Condições de Filtro`,"re-calc-filter-conditions":`Recalcular Condições de Filtro`},shortcut:{"smart-toggle-filter":`Alternar Filtro`},panel:{"clear-filter":`Limpar Filtro`,cancel:`Cancelar`,confirm:`Confirmar`,"by-values":`Por Valores`,"by-colors":`Por Cores`,"filter-by-cell-fill-color":`Filtrar por cor de preenchimento da célula`,"filter-by-cell-text-color":`Filtrar por cor do texto da célula`,"filter-by-color-none":`A coluna contém apenas uma cor`,"by-conditions":`Por Condições`,"filter-only":`Apenas Filtrar`,"search-placeholder":`Use espaço para separar palavras-chave`,"select-all":`Selecionar Todos`,"input-values-placeholder":`Inserir Valores`,and:`E`,or:`OU`,empty:`(vazio)`,"?":`Use "?" para representar um único caractere.`,"*":`Use "*" para representar vários caracteres.`},conditions:{none:`Nenhum`,empty:`Está Vazio`,"not-empty":`Não Está Vazio`,"text-contains":`O Texto Contém`,"does-not-contain":`O Texto Não Contém`,"starts-with":`O Texto Começa Com`,"ends-with":`O Texto Termina Com`,equals:`O Texto É Igual A`,"greater-than":`Maior Que`,"greater-than-or-equal":`Maior Ou Igual A`,"less-than":`Menor Que`,"less-than-or-equal":`Menor Ou Igual A`,equal:`Igual`,"not-equal":`Diferente`,between:`Entre`,"not-between":`Não Está Entre`,custom:`Personalizado`},date:{1:`Janeiro`,2:`Fevereiro`,3:`Março`,4:`Abril`,5:`Maio`,6:`Junho`,7:`Julho`,8:`Agosto`,9:`Setembro`,10:`Outubro`,11:`Novembro`,12:`Dezembro`},sync:{title:`O filtro é visível para todos`,statusTips:{on:`Uma vez ativado, todos os colaboradores verão os resultados do filtro`,off:`Uma vez desativado, apenas você verá os resultados do filtro`},switchTips:{on:`"O filtro é visível para todos" está ativado, todos os colaboradores verão os resultados do filtro`,off:`"O filtro é visível para todos" está desativado, apenas você verá os resultados do filtro`}}}}});
6
-
7
- // locale/pt-BR
8
- (function(e,t){typeof exports=="object"&&typeof module<"u"?module.exports=t(require("@univerjs/core"),require("@univerjs/sheets-filter/locale/pt-BR"),require("@univerjs/sheets-filter-ui/locale/pt-BR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-filter/locale/pt-BR","@univerjs/sheets-filter-ui/locale/pt-BR"],t):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFilterPtBR=t(e.UniverCore,e.UniverSheetsFilterPtBR,e.UniverSheetsFilterUiPtBR))})(this,(function(e,t,i){"use strict";return e.mergeLocales(t,i)}));
@@ -1,8 +0,0 @@
1
- // @univerjs/sheets-filter/locale/ru-RU
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.UniverSheetsFilterRuRU=t())})(this,function(){return{"sheets-filter":{command:{"not-valid-filter-range":`Выбранный диапазон содержит только одну строку и не подходит для фильтра.`},msg:{"filter-header-forbidden":`Вы не можете переместить строку заголовка фильтра.`}}}});
3
-
4
- // @univerjs/sheets-filter-ui/locale/ru-RU
5
- (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.UniverSheetsFilterUiRuRU=t())})(this,function(){return{"sheets-filter-ui":{toolbar:{"smart-toggle-filter-tooltip":`Переключить фильтр`,"clear-filter-criteria":`Очистить условия фильтра`,"re-calc-filter-conditions":`Пересчитать условия фильтра`},shortcut:{"smart-toggle-filter":`Переключить фильтр`},panel:{"clear-filter":`Очистить фильтр`,cancel:`Отмена`,confirm:`Подтвердить`,"by-values":`По значениям`,"by-colors":`По цветам`,"filter-by-cell-fill-color":`Фильтр по цвету заливки ячейки`,"filter-by-cell-text-color":`Фильтр по цвету текста ячейки`,"filter-by-color-none":`Этот столбец содержит только один цвет`,"by-conditions":`По условиям`,"filter-only":`Только фильтр`,"search-placeholder":`Используйте пробел для разделения ключевых слов`,"select-all":`Выбрать все`,"input-values-placeholder":`Введите значения`,and:`И`,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:`Пользовательский`},date:{1:`Январь`,2:`Февраль`,3:`Март`,4:`Апрель`,5:`Май`,6:`Июнь`,7:`Июль`,8:`Август`,9:`Сентябрь`,10:`Октябрь`,11:`Ноябрь`,12:`Декабрь`},sync:{title:`Фильтр виден всем`,statusTips:{on:`После включения все сотрудники увидят результаты фильтрации`,off:`После отключения только вы увидите результаты фильтрации`},switchTips:{on:`Функция "Фильтр виден всем" включена, все сотрудники увидят результаты фильтрации`,off:`Функция "Фильтр виден всем" отключена, только вы увидите результаты фильтрации`}}}}});
6
-
7
- // locale/ru-RU
8
- (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs/sheets-filter/locale/ru-RU"),require("@univerjs/sheets-filter-ui/locale/ru-RU")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-filter/locale/ru-RU","@univerjs/sheets-filter-ui/locale/ru-RU"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFilterRuRU=r(e.UniverCore,e.UniverSheetsFilterRuRU,e.UniverSheetsFilterUiRuRU))})(this,(function(e,r,i){"use strict";return e.mergeLocales(r,i)}));
@@ -1,8 +0,0 @@
1
- // @univerjs/sheets-filter/locale/sk-SK
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.UniverSheetsFilterSkSK=t())})(this,function(){return{"sheets-filter":{command:{"not-valid-filter-range":`Vybraný rozsah má iba jeden riadok a nie je vhodný na filtrovanie.`},msg:{"filter-header-forbidden":`Riadok hlavičky filtra sa nedá presunúť.`}}}});
3
-
4
- // @univerjs/sheets-filter-ui/locale/sk-SK
5
- (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.UniverSheetsFilterUiSkSK=t())})(this,function(){return{"sheets-filter-ui":{toolbar:{"smart-toggle-filter-tooltip":`Prepnúť filter`,"clear-filter-criteria":`Vymazať podmienky filtra`,"re-calc-filter-conditions":`Prepočítať podmienky filtra`},shortcut:{"smart-toggle-filter":`Prepnúť filter`},panel:{"clear-filter":`Vymazať filter`,cancel:`Zrušiť`,confirm:`Potvrdiť`,"by-values":`Podľa hodnôt`,"by-colors":`Podľa farieb`,"filter-by-cell-fill-color":`Filtrovať podľa farby výplne bunky`,"filter-by-cell-text-color":`Filtrovať podľa farby textu bunky`,"filter-by-color-none":`Stĺpec obsahuje iba jednu farbu`,"by-conditions":`Podľa podmienok`,"filter-only":`Len filtrovať`,"search-placeholder":`Použite medzeru na oddelenie kľúčových slov`,"select-all":`Vybrať všetko`,"input-values-placeholder":`Zadajte hodnoty`,and:`A`,or:`ALEBO`,empty:`(prázdne)`,"?":`Použite „?“ na označenie jedného znaku.`,"*":`Použite „*“ na označenie viacerých znakov.`},conditions:{none:`Žiadne`,empty:`Je prázdne`,"not-empty":`Nie je prázdne`,"text-contains":`Text obsahuje`,"does-not-contain":`Text neobsahuje`,"starts-with":`Text začína na`,"ends-with":`Text končí na`,equals:`Text sa rovná`,"greater-than":`Väčšie ako`,"greater-than-or-equal":`Väčšie alebo rovné`,"less-than":`Menšie ako`,"less-than-or-equal":`Menšie alebo rovné`,equal:`Rovné`,"not-equal":`Nie je rovné`,between:`Medzi`,"not-between":`Nie medzi`,custom:`Vlastné`},date:{1:`Január`,2:`Február`,3:`Marec`,4:`Apríl`,5:`Máj`,6:`Jún`,7:`Júl`,8:`August`,9:`September`,10:`Október`,11:`November`,12:`December`},sync:{title:`Filter je viditeľný pre všetkých`,statusTips:{on:`Po zapnutí budú všetci spolupracovníci vidieť výsledky filtra`,off:`Po vypnutí budete výsledky filtra vidieť iba vy`},switchTips:{on:`"Filter je viditeľný pre všetkých" je zapnutý, všetci spolupracovníci uvidia výsledky filtra`,off:`"Filter je viditeľný pre všetkých" je vypnutý, výsledky filtra uvidíte iba vy`}}}}});
6
-
7
- // locale/sk-SK
8
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-filter/locale/sk-SK"),require("@univerjs/sheets-filter-ui/locale/sk-SK")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-filter/locale/sk-SK","@univerjs/sheets-filter-ui/locale/sk-SK"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFilterSkSK=i(e.UniverCore,e.UniverSheetsFilterSkSK,e.UniverSheetsFilterUiSkSK))})(this,(function(e,i,s){"use strict";return e.mergeLocales(i,s)}));
@@ -1,8 +0,0 @@
1
- // @univerjs/sheets-filter/locale/vi-VN
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.UniverSheetsFilterViVN=t())})(this,function(){return{"sheets-filter":{command:{"not-valid-filter-range":`Khu vực được chọn chỉ có một hàng, không thể lọc`},msg:{"filter-header-forbidden":`Không thể di chuyển hàng đầu lọc`}}}});
3
-
4
- // @univerjs/sheets-filter-ui/locale/vi-VN
5
- (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.UniverSheetsFilterUiViVN=t())})(this,function(){return{"sheets-filter-ui":{toolbar:{"smart-toggle-filter-tooltip":`Lọc`,"clear-filter-criteria":`Xóa điều kiện lọc`,"re-calc-filter-conditions":`Tính toán lại`},shortcut:{"smart-toggle-filter":`Chuyển đổi lọc`},panel:{"clear-filter":`Xóa lọc`,cancel:`Hủy bỏ`,confirm:`Xác nhận`,"by-values":`Theo giá trị`,"by-colors":`Theo màu sắc`,"filter-by-cell-fill-color":`Lọc theo màu nền ô`,"filter-by-cell-text-color":`Lọc theo màu chữ ô`,"filter-by-color-none":`Cột này chỉ chứa một màu`,"by-conditions":`Theo điều kiện`,"filter-only":`Chỉ lọc`,"search-placeholder":`Sử dụng khoảng trắng để tách các từ khóa`,"select-all":`Chọn tất cả`,"input-values-placeholder":`Vui lòng nhập`,or:`hoặc`,and:`và`,empty:`(Trống)`,"?":`Sử dụng ? để đại diện cho một ký tự`,"*":`Sử dụng * để đại diện cho nhiều ký tự`},conditions:{none:`Không`,empty:`Trống`,"not-empty":`Không trống`,"text-contains":`Văn bản chứa`,"does-not-contain":`Văn bản không chứa`,"starts-with":`Văn bản bắt đầu với`,"ends-with":`Văn bản kết thúc với`,equals:`Văn bản khớp`,"greater-than":`Lớn hơn`,"greater-than-or-equal":`Lớn hơn hoặc bằng`,"less-than":`Nhỏ hơn`,"less-than-or-equal":`Nhỏ hơn hoặc bằng`,equal:`Bằng`,"not-equal":`Không bằng`,between:`Giữa`,"not-between":`Không giữa`,custom:`Tùy chỉnh`},date:{1:`Tháng 1`,2:`Tháng 2`,3:`Tháng 3`,4:`Tháng 4`,5:`Tháng 5`,6:`Tháng 6`,7:`Tháng 7`,8:`Tháng 8`,9:`Tháng 9`,10:`Tháng 10`,11:`Tháng 11`,12:`Tháng 12`},sync:{title:`Lọc cho tất cả mọi người đều thấy`,statusTips:{on:`Khi bật, tất cả cộng tác viên sẽ thấy kết quả lọc`,off:`Khi tắt, chỉ bạn mới thấy kết quả lọc`},switchTips:{on:`Đã bật "Lọc cho tất cả mọi người đều thấy", tất cả cộng tác viên sẽ thấy kết quả lọc`,off:`Đã tắt "Lọc cho tất cả mọi người đều thấy", chỉ bạn mới thấy kết quả lọc`}}}}});
6
-
7
- // locale/vi-VN
8
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-filter/locale/vi-VN"),require("@univerjs/sheets-filter-ui/locale/vi-VN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-filter/locale/vi-VN","@univerjs/sheets-filter-ui/locale/vi-VN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFilterViVN=i(e.UniverCore,e.UniverSheetsFilterViVN,e.UniverSheetsFilterUiViVN))})(this,(function(e,i,r){"use strict";return e.mergeLocales(i,r)}));
@@ -1,8 +0,0 @@
1
- // @univerjs/sheets-filter/locale/zh-CN
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.UniverSheetsFilterZhCN=t())})(this,function(){return{"sheets-filter":{command:{"not-valid-filter-range":`选中的区域只有一行,无法进行筛选`},msg:{"filter-header-forbidden":`无法移动筛选行头`}}}});
3
-
4
- // @univerjs/sheets-filter-ui/locale/zh-CN
5
- (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.UniverSheetsFilterUiZhCN=t())})(this,function(){return{"sheets-filter-ui":{toolbar:{"smart-toggle-filter-tooltip":`筛选`,"clear-filter-criteria":`清除筛选条件`,"re-calc-filter-conditions":`重新计算`},shortcut:{"smart-toggle-filter":`切换筛选`},panel:{"clear-filter":`清除筛选`,cancel:`取消`,confirm:`确认`,"by-values":`按值`,"by-colors":`按颜色`,"filter-by-cell-fill-color":`按单元格填充颜色筛选`,"filter-by-cell-text-color":`按单元格文本颜色筛选`,"filter-by-color-none":`该列仅包含一种颜色`,"by-conditions":`按条件`,"filter-only":`仅筛选`,"search-placeholder":`使用空格分隔关键字`,"select-all":`全选`,"input-values-placeholder":`请输入`,or:`或`,and:`和`,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:`自定义`},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月`},sync:{title:`筛选对所有人可见`,statusTips:{on:`开启后,所有协作者都将看到此次筛选结果`,off:`关闭后,仅你可见此次筛选结果`},switchTips:{on:`已开启“筛选对所有人可见”,所有协作者都将看到此次筛选结果`,off:`已关闭“筛选对所有人可见”,仅你可见此次筛选结果`}}}}});
6
-
7
- // locale/zh-CN
8
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-filter/locale/zh-CN"),require("@univerjs/sheets-filter-ui/locale/zh-CN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-filter/locale/zh-CN","@univerjs/sheets-filter-ui/locale/zh-CN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFilterZhCN=i(e.UniverCore,e.UniverSheetsFilterZhCN,e.UniverSheetsFilterUiZhCN))})(this,(function(e,i,r){"use strict";return e.mergeLocales(i,r)}));
@@ -1,8 +0,0 @@
1
- // @univerjs/sheets-filter/locale/zh-HK
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.UniverSheetsFilterZhHK=t())})(this,function(){return{"sheets-filter":{command:{"not-valid-filter-range":`選取的區域只有一列,無法進行篩選`},msg:{"filter-header-forbidden":`無法移動篩選列頭`}}}});
3
-
4
- // @univerjs/sheets-filter-ui/locale/zh-HK
5
- (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.UniverSheetsFilterUiZhHK=t())})(this,function(){return{"sheets-filter-ui":{toolbar:{"smart-toggle-filter-tooltip":`篩選`,"clear-filter-criteria":`清除篩選條件`,"re-calc-filter-conditions":`重新計算`},shortcut:{"smart-toggle-filter":`切換篩選`},panel:{"clear-filter":`清除篩選`,cancel:`取消`,confirm:`確認`,"by-values":`按值`,"by-colors":`按顏色`,"filter-by-cell-fill-color":`按儲存格填充顏色篩選`,"filter-by-cell-text-color":`按儲存格文字顏色篩選`,"filter-by-color-none":`該欄僅包含一種顏色`,"by-conditions":`按條件`,"filter-only":`僅篩選`,"search-placeholder":`使用空格分隔關鍵字`,"select-all":`全選`,"input-values-placeholder":`請輸入`,or:`或`,and:`和`,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:`自訂`},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月`},sync:{title:`篩選對所有人可見`,statusTips:{on:`開啟後,所有協作者都將看到此次篩選結果`,off:`關閉後,僅你可見此次篩選結果`},switchTips:{on:`已開啟“篩選對所有人可見”,所有協作者都將看到此次篩選結果`,off:`已關閉“篩選對所有人可見”,僅你可見此次篩選結果`}}}}});
6
-
7
- // locale/zh-HK
8
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-filter/locale/zh-HK"),require("@univerjs/sheets-filter-ui/locale/zh-HK")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-filter/locale/zh-HK","@univerjs/sheets-filter-ui/locale/zh-HK"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFilterZhHK=i(e.UniverCore,e.UniverSheetsFilterZhHK,e.UniverSheetsFilterUiZhHK))})(this,(function(e,i,r){"use strict";return e.mergeLocales(i,r)}));
@@ -1,8 +0,0 @@
1
- // @univerjs/sheets-filter/locale/zh-TW
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.UniverSheetsFilterZhTW=t())})(this,function(){return{"sheets-filter":{command:{"not-valid-filter-range":`選取的區域只有一列,無法進行篩選`},msg:{"filter-header-forbidden":`無法移動篩選列頭`}}}});
3
-
4
- // @univerjs/sheets-filter-ui/locale/zh-TW
5
- (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.UniverSheetsFilterUiZhTW=t())})(this,function(){return{"sheets-filter-ui":{toolbar:{"smart-toggle-filter-tooltip":`篩選`,"clear-filter-criteria":`清除篩選條件`,"re-calc-filter-conditions":`重新計算`},shortcut:{"smart-toggle-filter":`切換篩選`},panel:{"clear-filter":`清除篩選`,cancel:`取消`,confirm:`確認`,"by-values":`按值`,"by-colors":`按顏色`,"filter-by-cell-fill-color":`按儲存格填充顏色篩選`,"filter-by-cell-text-color":`按儲存格文字顏色篩選`,"filter-by-color-none":`該欄僅包含一種顏色`,"by-conditions":`按條件`,"filter-only":`僅篩選`,"search-placeholder":`使用空格分隔關鍵字`,"select-all":`全選`,"input-values-placeholder":`請輸入`,or:`或`,and:`和`,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:`自訂`},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月`},sync:{title:`篩選對所有人可見`,statusTips:{on:`開啟後,所有協作者都將看到此次篩選結果`,off:`關閉後,僅你可見此次篩選結果`},switchTips:{on:`已開啟“篩選對所有人可見”,所有協作者都將看到此次篩選結果`,off:`已關閉“篩選對所有人可見”,僅你可見此次篩選結果`}}}}});
6
-
7
- // locale/zh-TW
8
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-filter/locale/zh-TW"),require("@univerjs/sheets-filter-ui/locale/zh-TW")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-filter/locale/zh-TW","@univerjs/sheets-filter-ui/locale/zh-TW"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFilterZhTW=i(e.UniverCore,e.UniverSheetsFilterZhTW,e.UniverSheetsFilterUiZhTW))})(this,(function(e,i,r){"use strict";return e.mergeLocales(i,r)}));
package/lib/umd/worker.js DELETED
@@ -1 +0,0 @@
1
- (function(e,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("@univerjs/sheets-filter")):typeof define=="function"&&define.amd?define(["exports","@univerjs/sheets-filter"],t):(e=typeof globalThis<"u"?globalThis:e||self,t(e.UniverPresetSheetsFilter={},e.UniverSheetsFilter))})(this,(function(e,t){"use strict";function i(){return{plugins:[t.UniverSheetsFilterPlugin]}}e.UniverSheetsFilterWorkerPreset=i,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})}));