@univerjs/sheets-filter-ui 0.4.2 → 0.5.0-beta.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 (36) hide show
  1. package/lib/cjs/index.js +3 -8
  2. package/lib/cjs/locale/en-US.js +1 -0
  3. package/lib/cjs/locale/fa-IR.js +1 -0
  4. package/lib/cjs/locale/ru-RU.js +1 -0
  5. package/lib/cjs/locale/vi-VN.js +1 -0
  6. package/lib/cjs/locale/zh-CN.js +1 -0
  7. package/lib/cjs/locale/zh-TW.js +1 -0
  8. package/lib/es/index.js +1422 -2985
  9. package/lib/{locale/en-US.json → es/locale/en-US.js} +36 -19
  10. package/lib/{locale/fa-IR.json → es/locale/fa-IR.js} +36 -19
  11. package/lib/{locale/ru-RU.json → es/locale/ru-RU.js} +36 -19
  12. package/lib/{locale/vi-VN.json → es/locale/vi-VN.js} +36 -19
  13. package/lib/{locale/zh-CN.json → es/locale/zh-CN.js} +36 -19
  14. package/lib/{locale/zh-TW.json → es/locale/zh-TW.js} +36 -19
  15. package/lib/index.css +1 -1
  16. package/lib/types/__testing__/data.d.ts +60 -9
  17. package/lib/types/controllers/sheets-filter-permission.controller.d.ts +1 -1
  18. package/lib/types/controllers/sheets-filter-ui-desktop.controller.d.ts +2 -2
  19. package/lib/types/controllers/sheets-filter.menu.d.ts +1 -1
  20. package/lib/types/index.d.ts +0 -1
  21. package/lib/types/locale/zh-CN.d.ts +14 -0
  22. package/lib/types/models/utils.d.ts +4 -4
  23. package/lib/types/services/sheets-filter-panel.service.d.ts +20 -9
  24. package/lib/types/services/util.d.ts +5 -0
  25. package/lib/types/views/components/SheetsFilterPanel.stories.d.ts +1 -1
  26. package/lib/types/views/render-modules/sheets-filter.render-controller.d.ts +3 -0
  27. package/lib/types/worker/generate-filter-values.service.d.ts +14 -4
  28. package/lib/umd/index.js +3 -8
  29. package/lib/umd/locale/en-US.js +1 -0
  30. package/lib/umd/locale/fa-IR.js +1 -0
  31. package/lib/umd/locale/ru-RU.js +1 -0
  32. package/lib/umd/locale/vi-VN.js +1 -0
  33. package/lib/umd/locale/zh-CN.js +1 -0
  34. package/lib/umd/locale/zh-TW.js +1 -0
  35. package/package.json +31 -23
  36. package/lib/types/commands/commands/sheets-filter.command.d.ts +0 -57
@@ -0,0 +1 @@
1
+ "use strict";const e={"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":"請輸入",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月"}}};module.exports=e;