@univerjs/sheets-filter-ui 0.24.0 → 0.25.0-insiders.20260608-e4336f7

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 (96) hide show
  1. package/lib/cjs/index.js +58 -59
  2. package/lib/cjs/locale/ar-SA.js +77 -0
  3. package/lib/cjs/locale/ca-ES.js +1 -3
  4. package/lib/cjs/locale/de-DE.js +77 -0
  5. package/lib/cjs/locale/en-US.js +1 -3
  6. package/lib/cjs/locale/es-ES.js +1 -3
  7. package/lib/cjs/locale/fa-IR.js +1 -3
  8. package/lib/cjs/locale/fr-FR.js +1 -3
  9. package/lib/cjs/locale/id-ID.js +77 -0
  10. package/lib/cjs/locale/it-IT.js +77 -0
  11. package/lib/cjs/locale/ja-JP.js +1 -3
  12. package/lib/cjs/locale/ko-KR.js +1 -3
  13. package/lib/cjs/locale/pl-PL.js +77 -0
  14. package/lib/cjs/locale/pt-BR.js +77 -0
  15. package/lib/cjs/locale/ru-RU.js +1 -3
  16. package/lib/cjs/locale/sk-SK.js +1 -3
  17. package/lib/cjs/locale/vi-VN.js +1 -3
  18. package/lib/cjs/locale/zh-CN.js +1 -3
  19. package/lib/cjs/locale/zh-HK.js +77 -0
  20. package/lib/cjs/locale/zh-TW.js +1 -3
  21. package/lib/es/index.js +59 -60
  22. package/lib/es/locale/ar-SA.js +76 -0
  23. package/lib/es/locale/ca-ES.js +1 -3
  24. package/lib/es/locale/de-DE.js +76 -0
  25. package/lib/es/locale/en-US.js +1 -3
  26. package/lib/es/locale/es-ES.js +1 -3
  27. package/lib/es/locale/fa-IR.js +1 -3
  28. package/lib/es/locale/fr-FR.js +1 -3
  29. package/lib/es/locale/id-ID.js +76 -0
  30. package/lib/es/locale/it-IT.js +76 -0
  31. package/lib/es/locale/ja-JP.js +1 -3
  32. package/lib/es/locale/ko-KR.js +1 -3
  33. package/lib/es/locale/pl-PL.js +76 -0
  34. package/lib/es/locale/pt-BR.js +76 -0
  35. package/lib/es/locale/ru-RU.js +1 -3
  36. package/lib/es/locale/sk-SK.js +1 -3
  37. package/lib/es/locale/vi-VN.js +1 -3
  38. package/lib/es/locale/zh-CN.js +1 -3
  39. package/lib/es/locale/zh-HK.js +76 -0
  40. package/lib/es/locale/zh-TW.js +1 -3
  41. package/lib/index.js +59 -60
  42. package/lib/locale/ar-SA.js +76 -0
  43. package/lib/locale/ca-ES.js +1 -3
  44. package/lib/locale/de-DE.js +76 -0
  45. package/lib/locale/en-US.js +1 -3
  46. package/lib/locale/es-ES.js +1 -3
  47. package/lib/locale/fa-IR.js +1 -3
  48. package/lib/locale/fr-FR.js +1 -3
  49. package/lib/locale/id-ID.js +76 -0
  50. package/lib/locale/it-IT.js +76 -0
  51. package/lib/locale/ja-JP.js +1 -3
  52. package/lib/locale/ko-KR.js +1 -3
  53. package/lib/locale/pl-PL.js +76 -0
  54. package/lib/locale/pt-BR.js +76 -0
  55. package/lib/locale/ru-RU.js +1 -3
  56. package/lib/locale/sk-SK.js +1 -3
  57. package/lib/locale/vi-VN.js +1 -3
  58. package/lib/locale/zh-CN.js +1 -3
  59. package/lib/locale/zh-HK.js +76 -0
  60. package/lib/locale/zh-TW.js +1 -3
  61. package/lib/types/locale/ar-SA.d.ts +18 -0
  62. package/lib/types/locale/de-DE.d.ts +18 -0
  63. package/lib/types/locale/en-US.d.ts +1 -7
  64. package/lib/types/locale/id-ID.d.ts +18 -0
  65. package/lib/types/locale/it-IT.d.ts +18 -0
  66. package/lib/types/locale/pl-PL.d.ts +18 -0
  67. package/lib/types/locale/pt-BR.d.ts +18 -0
  68. package/lib/types/locale/zh-HK.d.ts +18 -0
  69. package/lib/types/views/components/SheetsFilterByColorsPanel.d.ts +1 -1
  70. package/lib/types/views/components/SheetsFilterByConditionsPanel.d.ts +1 -1
  71. package/lib/types/views/components/SheetsFilterByValuesPanel.d.ts +1 -1
  72. package/lib/types/views/components/SheetsFilterPanel.d.ts +1 -1
  73. package/lib/types/views/components/SheetsFilterPanel.stories.d.ts +3 -3
  74. package/lib/types/views/components/SheetsFilterSyncSwitch.d.ts +1 -1
  75. package/lib/umd/index.js +2 -2
  76. package/lib/umd/locale/ar-SA.js +1 -0
  77. package/lib/umd/locale/ca-ES.js +1 -1
  78. package/lib/umd/locale/de-DE.js +1 -0
  79. package/lib/umd/locale/en-US.js +1 -1
  80. package/lib/umd/locale/es-ES.js +1 -1
  81. package/lib/umd/locale/fa-IR.js +1 -1
  82. package/lib/umd/locale/fr-FR.js +1 -1
  83. package/lib/umd/locale/id-ID.js +1 -0
  84. package/lib/umd/locale/it-IT.js +1 -0
  85. package/lib/umd/locale/ja-JP.js +1 -1
  86. package/lib/umd/locale/ko-KR.js +1 -1
  87. package/lib/umd/locale/pl-PL.js +1 -0
  88. package/lib/umd/locale/pt-BR.js +1 -0
  89. package/lib/umd/locale/ru-RU.js +1 -1
  90. package/lib/umd/locale/sk-SK.js +1 -1
  91. package/lib/umd/locale/vi-VN.js +1 -1
  92. package/lib/umd/locale/zh-CN.js +1 -1
  93. package/lib/umd/locale/zh-HK.js +1 -0
  94. package/lib/umd/locale/zh-TW.js +1 -1
  95. package/package.json +14 -14
  96. package/LICENSE +0 -176
@@ -0,0 +1 @@
1
+ (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.UniverSheetsFilterUiItIT=t())})(this,function(){return{"sheets-filter-ui":{toolbar:{"smart-toggle-filter-tooltip":`Attiva/disattiva filtro`,"clear-filter-criteria":`Cancella condizioni filtro`,"re-calc-filter-conditions":`Ricalcola condizioni filtro`},shortcut:{"smart-toggle-filter":`Attiva/disattiva filtro`},panel:{"clear-filter":`Cancella filtro`,cancel:`Annulla`,confirm:`Conferma`,"by-values":`Per valori`,"by-colors":`Per colori`,"filter-by-cell-fill-color":`Filtra per colore di riempimento cella`,"filter-by-cell-text-color":`Filtra per colore testo cella`,"filter-by-color-none":`La colonna contiene un solo colore`,"by-conditions":`Per condizioni`,"filter-only":`Solo filtro`,"search-placeholder":`Usa lo spazio per separare le parole chiave`,"select-all":`Seleziona tutto`,"input-values-placeholder":`Inserisci valori`,and:`E`,or:`O`,empty:`(vuoto)`,"?":`Usa "?" per rappresentare un singolo carattere.`,"*":`Usa "*" per rappresentare più caratteri.`},conditions:{none:`Nessuna`,empty:`È vuoto`,"not-empty":`Non è vuoto`,"text-contains":`Il testo contiene`,"does-not-contain":`Il testo non contiene`,"starts-with":`Il testo inizia con`,"ends-with":`Il testo finisce con`,equals:`Il testo è uguale a`,"greater-than":`Maggiore di`,"greater-than-or-equal":`Maggiore o uguale a`,"less-than":`Minore di`,"less-than-or-equal":`Minore o uguale a`,equal:`Uguale`,"not-equal":`Diverso`,between:`Tra`,"not-between":`Non tra`,custom:`Personalizzato`},date:{1:`Gennaio`,2:`Febbraio`,3:`Marzo`,4:`Aprile`,5:`Maggio`,6:`Giugno`,7:`Luglio`,8:`Agosto`,9:`Settembre`,10:`Ottobre`,11:`Novembre`,12:`Dicembre`},sync:{title:`Il filtro è visibile a tutti`,statusTips:{on:`Se attivato, tutti i collaboratori vedranno i risultati del filtro`,off:`Se disattivato, solo tu vedrai i risultati del filtro`},switchTips:{on:`"Il filtro è visibile a tutti" è attivato, tutti i collaboratori vedranno i risultati del filtro`,off:`"Il filtro è visibile a tutti" è disattivato, solo tu vedrai i risultati del filtro`}}}}});
@@ -1 +1 @@
1
- (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":{toolbar:{"smart-toggle-filter-tooltip":`フィルタの切替`,"clear-filter-criteria":`フィルタ条件をクリア`,"re-calc-filter-conditions":`フィルタ条件を再計算`},command:{"not-valid-filter-range":`選択範囲に1行しか含まれていないため、フィルタを適用できません。`},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:`カスタム`},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月`},sync:{title:`フィルタを全員が表示可能`,statusTips:{on:`有効にすると、すべての共同作業者がフィルタ結果を表示できます。`,off:`無効にすると、自分のみフィルタ結果を表示できます。`},switchTips:{on:`「フィルタを全員が表示可能」が有効な場合、すべての共同作業者がフィルタ結果を表示できます。`,off:`「フィルタを全員が表示可能」が無効な場合、自分のみフィルタ結果を表示できます。`}}}}});
1
+ (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:`「フィルタを全員が表示可能」が無効な場合、自分のみフィルタ結果を表示できます。`}}}}});
@@ -1 +1 @@
1
- (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":{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-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:`사용자 지정`},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월`},sync:{title:`필터를 모든 사용자가 볼 수 있음`,statusTips:{on:`활성화하면 모든 협업자가 필터 결과를 볼 수 있습니다.`,off:`비활성화하면 나만 필터 결과를 볼 수 있습니다.`},switchTips:{on:`"필터를 모든 사용자가 볼 수 있음"이 활성화되어 모든 협업자가 필터 결과를 볼 수 있습니다.`,off:`"필터를 모든 사용자가 볼 수 있음"이 비활성화되어 나만 필터 결과를 볼 수 있습니다.`}}}}});
1
+ (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:`"필터를 모든 사용자가 볼 수 있음"이 비활성화되어 나만 필터 결과를 볼 수 있습니다.`}}}}});
@@ -0,0 +1 @@
1
+ (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`}}}}});
@@ -0,0 +1 @@
1
+ (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`}}}}});
@@ -1 +1 @@
1
- (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":{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-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:`Пользовательский`},msg:{"filter-header-forbidden":`Вы не можете переместить строку заголовка фильтра.`},date:{1:`Январь`,2:`Февраль`,3:`Март`,4:`Апрель`,5:`Май`,6:`Июнь`,7:`Июль`,8:`Август`,9:`Сентябрь`,10:`Октябрь`,11:`Ноябрь`,12:`Декабрь`},sync:{title:`Фильтр виден всем`,statusTips:{on:`После включения все сотрудники увидят результаты фильтрации`,off:`После отключения только вы увидите результаты фильтрации`},switchTips:{on:`Функция "Фильтр виден всем" включена, все сотрудники увидят результаты фильтрации`,off:`Функция "Фильтр виден всем" отключена, только вы увидите результаты фильтрации`}}}}});
1
+ (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:`Функция "Фильтр виден всем" отключена, только вы увидите результаты фильтрации`}}}}});
@@ -1 +1 @@
1
- (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":{toolbar:{"smart-toggle-filter-tooltip":`Prepnúť filter`,"clear-filter-criteria":`Vymazať podmienky filtra`,"re-calc-filter-conditions":`Prepočítať podmienky filtra`},command:{"not-valid-filter-range":`Vybraný rozsah má iba jeden riadok a nie je vhodný na filtrovanie.`},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é`},msg:{"filter-header-forbidden":`Riadok hlavičky filtra sa nedá presunúť.`},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`}}}}});
1
+ (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`}}}}});
@@ -1 +1 @@
1
- (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":{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`},command:{"not-valid-filter-range":`Khu vực được chọn chỉ có một hàng, không thể lọc`},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`},msg:{"filter-header-forbidden":`Không thể di chuyển hàng đầu lọc`},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`}}}}});
1
+ (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`}}}}});
@@ -1 +1 @@
1
- (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":{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-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:`自定义`},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月`},sync:{title:`筛选对所有人可见`,statusTips:{on:`开启后,所有协作者都将看到此次筛选结果`,off:`关闭后,仅你可见此次筛选结果`},switchTips:{on:`已开启“筛选对所有人可见”,所有协作者都将看到此次筛选结果`,off:`已关闭“筛选对所有人可见”,仅你可见此次筛选结果`}}}}});
1
+ (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:`已关闭“筛选对所有人可见”,仅你可见此次筛选结果`}}}}});
@@ -0,0 +1 @@
1
+ (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:`已關閉“篩選對所有人可見”,僅你可見此次篩選結果`}}}}});
@@ -1 +1 @@
1
- (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":{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-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:`自訂`},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月`},sync:{title:`篩選對所有人可見`,statusTips:{on:`開啟後,所有協作者都將看到此次篩選結果`,off:`關閉後,僅你可見此次篩選結果`},switchTips:{on:`已開啟“篩選對所有人可見”,所有協作者都將看到此次篩選結果`,off:`已關閉“篩選對所有人可見”,僅你可見此次篩選結果`}}}}});
1
+ (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:`已關閉“篩選對所有人可見”,僅你可見此次篩選結果`}}}}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-filter-ui",
3
- "version": "0.24.0",
3
+ "version": "0.25.0-insiders.20260608-e4336f7",
4
4
  "private": false,
5
5
  "description": "Filtering menus and panels for Univer Sheets.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -58,25 +58,25 @@
58
58
  "rxjs": ">=7.0.0"
59
59
  },
60
60
  "dependencies": {
61
- "@univerjs/icons": "1.4.0",
62
- "@univerjs/core": "0.24.0",
63
- "@univerjs/design": "0.24.0",
64
- "@univerjs/engine-render": "0.24.0",
65
- "@univerjs/rpc": "0.24.0",
66
- "@univerjs/sheets-ui": "0.24.0",
67
- "@univerjs/ui": "0.24.0",
68
- "@univerjs/sheets": "0.24.0",
69
- "@univerjs/sheets-filter": "0.24.0"
61
+ "@univerjs/icons": "1.5.0",
62
+ "@univerjs/core": "0.25.0-insiders.20260608-e4336f7",
63
+ "@univerjs/design": "0.25.0-insiders.20260608-e4336f7",
64
+ "@univerjs/rpc": "0.25.0-insiders.20260608-e4336f7",
65
+ "@univerjs/sheets": "0.25.0-insiders.20260608-e4336f7",
66
+ "@univerjs/engine-render": "0.25.0-insiders.20260608-e4336f7",
67
+ "@univerjs/sheets-filter": "0.25.0-insiders.20260608-e4336f7",
68
+ "@univerjs/sheets-ui": "0.25.0-insiders.20260608-e4336f7",
69
+ "@univerjs/ui": "0.25.0-insiders.20260608-e4336f7"
70
70
  },
71
71
  "devDependencies": {
72
- "postcss": "^8.5.14",
72
+ "postcss": "^8.5.15",
73
73
  "react": "18.3.1",
74
74
  "rxjs": "^7.8.2",
75
75
  "tailwindcss": "3.4.18",
76
76
  "typescript": "^6.0.3",
77
- "vitest": "^4.1.5",
78
- "@univerjs/engine-formula": "0.24.0",
79
- "@univerjs-infra/shared": "0.24.0"
77
+ "vitest": "^4.1.8",
78
+ "@univerjs/engine-formula": "0.25.0-insiders.20260608-e4336f7",
79
+ "@univerjs-infra/shared": "0.25.0"
80
80
  },
81
81
  "scripts": {
82
82
  "test": "vitest run",
package/LICENSE DELETED
@@ -1,176 +0,0 @@
1
- Apache License
2
- Version 2.0, January 2004
3
- http://www.apache.org/licenses/
4
-
5
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
-
7
- 1. Definitions.
8
-
9
- "License" shall mean the terms and conditions for use, reproduction,
10
- and distribution as defined by Sections 1 through 9 of this document.
11
-
12
- "Licensor" shall mean the copyright owner or entity authorized by
13
- the copyright owner that is granting the License.
14
-
15
- "Legal Entity" shall mean the union of the acting entity and all
16
- other entities that control, are controlled by, or are under common
17
- control with that entity. For the purposes of this definition,
18
- "control" means (i) the power, direct or indirect, to cause the
19
- direction or management of such entity, whether by contract or
20
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
- outstanding shares, or (iii) beneficial ownership of such entity.
22
-
23
- "You" (or "Your") shall mean an individual or Legal Entity
24
- exercising permissions granted by this License.
25
-
26
- "Source" form shall mean the preferred form for making modifications,
27
- including but not limited to software source code, documentation
28
- source, and configuration files.
29
-
30
- "Object" form shall mean any form resulting from mechanical
31
- transformation or translation of a Source form, including but
32
- not limited to compiled object code, generated documentation,
33
- and conversions to other media types.
34
-
35
- "Work" shall mean the work of authorship, whether in Source or
36
- Object form, made available under the License, as indicated by a
37
- copyright notice that is included in or attached to the work
38
- (an example is provided in the Appendix below).
39
-
40
- "Derivative Works" shall mean any work, whether in Source or Object
41
- form, that is based on (or derived from) the Work and for which the
42
- editorial revisions, annotations, elaborations, or other modifications
43
- represent, as a whole, an original work of authorship. For the purposes
44
- of this License, Derivative Works shall not include works that remain
45
- separable from, or merely link (or bind by name) to the interfaces of,
46
- the Work and Derivative Works thereof.
47
-
48
- "Contribution" shall mean any work of authorship, including
49
- the original version of the Work and any modifications or additions
50
- to that Work or Derivative Works thereof, that is intentionally
51
- submitted to Licensor for inclusion in the Work by the copyright owner
52
- or by an individual or Legal Entity authorized to submit on behalf of
53
- the copyright owner. For the purposes of this definition, "submitted"
54
- means any form of electronic, verbal, or written communication sent
55
- to the Licensor or its representatives, including but not limited to
56
- communication on electronic mailing lists, source code control systems,
57
- and issue tracking systems that are managed by, or on behalf of, the
58
- Licensor for the purpose of discussing and improving the Work, but
59
- excluding communication that is conspicuously marked or otherwise
60
- designated in writing by the copyright owner as "Not a Contribution."
61
-
62
- "Contributor" shall mean Licensor and any individual or Legal Entity
63
- on behalf of whom a Contribution has been received by Licensor and
64
- subsequently incorporated within the Work.
65
-
66
- 2. Grant of Copyright License. Subject to the terms and conditions of
67
- this License, each Contributor hereby grants to You a perpetual,
68
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
- copyright license to reproduce, prepare Derivative Works of,
70
- publicly display, publicly perform, sublicense, and distribute the
71
- Work and such Derivative Works in Source or Object form.
72
-
73
- 3. Grant of Patent License. Subject to the terms and conditions of
74
- this License, each Contributor hereby grants to You a perpetual,
75
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
- (except as stated in this section) patent license to make, have made,
77
- use, offer to sell, sell, import, and otherwise transfer the Work,
78
- where such license applies only to those patent claims licensable
79
- by such Contributor that are necessarily infringed by their
80
- Contribution(s) alone or by combination of their Contribution(s)
81
- with the Work to which such Contribution(s) was submitted. If You
82
- institute patent litigation against any entity (including a
83
- cross-claim or counterclaim in a lawsuit) alleging that the Work
84
- or a Contribution incorporated within the Work constitutes direct
85
- or contributory patent infringement, then any patent licenses
86
- granted to You under this License for that Work shall terminate
87
- as of the date such litigation is filed.
88
-
89
- 4. Redistribution. You may reproduce and distribute copies of the
90
- Work or Derivative Works thereof in any medium, with or without
91
- modifications, and in Source or Object form, provided that You
92
- meet the following conditions:
93
-
94
- (a) You must give any other recipients of the Work or
95
- Derivative Works a copy of this License; and
96
-
97
- (b) You must cause any modified files to carry prominent notices
98
- stating that You changed the files; and
99
-
100
- (c) You must retain, in the Source form of any Derivative Works
101
- that You distribute, all copyright, patent, trademark, and
102
- attribution notices from the Source form of the Work,
103
- excluding those notices that do not pertain to any part of
104
- the Derivative Works; and
105
-
106
- (d) If the Work includes a "NOTICE" text file as part of its
107
- distribution, then any Derivative Works that You distribute must
108
- include a readable copy of the attribution notices contained
109
- within such NOTICE file, excluding those notices that do not
110
- pertain to any part of the Derivative Works, in at least one
111
- of the following places: within a NOTICE text file distributed
112
- as part of the Derivative Works; within the Source form or
113
- documentation, if provided along with the Derivative Works; or,
114
- within a display generated by the Derivative Works, if and
115
- wherever such third-party notices normally appear. The contents
116
- of the NOTICE file are for informational purposes only and
117
- do not modify the License. You may add Your own attribution
118
- notices within Derivative Works that You distribute, alongside
119
- or as an addendum to the NOTICE text from the Work, provided
120
- that such additional attribution notices cannot be construed
121
- as modifying the License.
122
-
123
- You may add Your own copyright statement to Your modifications and
124
- may provide additional or different license terms and conditions
125
- for use, reproduction, or distribution of Your modifications, or
126
- for any such Derivative Works as a whole, provided Your use,
127
- reproduction, and distribution of the Work otherwise complies with
128
- the conditions stated in this License.
129
-
130
- 5. Submission of Contributions. Unless You explicitly state otherwise,
131
- any Contribution intentionally submitted for inclusion in the Work
132
- by You to the Licensor shall be under the terms and conditions of
133
- this License, without any additional terms or conditions.
134
- Notwithstanding the above, nothing herein shall supersede or modify
135
- the terms of any separate license agreement you may have executed
136
- with Licensor regarding such Contributions.
137
-
138
- 6. Trademarks. This License does not grant permission to use the trade
139
- names, trademarks, service marks, or product names of the Licensor,
140
- except as required for reasonable and customary use in describing the
141
- origin of the Work and reproducing the content of the NOTICE file.
142
-
143
- 7. Disclaimer of Warranty. Unless required by applicable law or
144
- agreed to in writing, Licensor provides the Work (and each
145
- Contributor provides its Contributions) on an "AS IS" BASIS,
146
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
- implied, including, without limitation, any warranties or conditions
148
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
- PARTICULAR PURPOSE. You are solely responsible for determining the
150
- appropriateness of using or redistributing the Work and assume any
151
- risks associated with Your exercise of permissions under this License.
152
-
153
- 8. Limitation of Liability. In no event and under no legal theory,
154
- whether in tort (including negligence), contract, or otherwise,
155
- unless required by applicable law (such as deliberate and grossly
156
- negligent acts) or agreed to in writing, shall any Contributor be
157
- liable to You for damages, including any direct, indirect, special,
158
- incidental, or consequential damages of any character arising as a
159
- result of this License or out of the use or inability to use the
160
- Work (including but not limited to damages for loss of goodwill,
161
- work stoppage, computer failure or malfunction, or any and all
162
- other commercial damages or losses), even if such Contributor
163
- has been advised of the possibility of such damages.
164
-
165
- 9. Accepting Warranty or Additional Liability. While redistributing
166
- the Work or Derivative Works thereof, You may choose to offer,
167
- and charge a fee for, acceptance of support, warranty, indemnity,
168
- or other liability obligations and/or rights consistent with this
169
- License. However, in accepting such obligations, You may act only
170
- on Your own behalf and on Your sole responsibility, not on behalf
171
- of any other Contributor, and only if You agree to indemnify,
172
- defend, and hold each Contributor harmless for any liability
173
- incurred by, or claims asserted against, such Contributor by reason
174
- of your accepting any such warranty or additional liability.
175
-
176
- END OF TERMS AND CONDITIONS