@univerjs-pro/sheets-pivot-ui 0.17.0 → 0.18.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 (92) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ca-ES.js +1 -1
  3. package/lib/cjs/locale/en-US.js +1 -1
  4. package/lib/cjs/locale/es-ES.js +1 -1
  5. package/lib/cjs/locale/fa-IR.js +1 -1
  6. package/lib/cjs/locale/fr-FR.js +1 -1
  7. package/lib/cjs/locale/ja-JP.js +1 -1
  8. package/lib/cjs/locale/ko-KR.js +1 -1
  9. package/lib/cjs/locale/ru-RU.js +1 -1
  10. package/lib/cjs/locale/sk-SK.js +1 -1
  11. package/lib/cjs/locale/vi-VN.js +1 -1
  12. package/lib/cjs/locale/zh-CN.js +1 -1
  13. package/lib/cjs/locale/zh-TW.js +1 -1
  14. package/lib/es/index.js +1 -1
  15. package/lib/es/locale/ca-ES.js +1 -1
  16. package/lib/es/locale/en-US.js +1 -1
  17. package/lib/es/locale/es-ES.js +1 -1
  18. package/lib/es/locale/fa-IR.js +1 -1
  19. package/lib/es/locale/fr-FR.js +1 -1
  20. package/lib/es/locale/ja-JP.js +1 -1
  21. package/lib/es/locale/ko-KR.js +1 -1
  22. package/lib/es/locale/ru-RU.js +1 -1
  23. package/lib/es/locale/sk-SK.js +1 -1
  24. package/lib/es/locale/vi-VN.js +1 -1
  25. package/lib/es/locale/zh-CN.js +1 -1
  26. package/lib/es/locale/zh-TW.js +1 -1
  27. package/lib/index.css +542 -1
  28. package/lib/index.js +1 -1
  29. package/lib/locale/ca-ES.js +1 -1
  30. package/lib/locale/en-US.js +1 -1
  31. package/lib/locale/es-ES.js +1 -1
  32. package/lib/locale/fa-IR.js +1 -1
  33. package/lib/locale/fr-FR.js +1 -1
  34. package/lib/locale/ja-JP.js +1 -1
  35. package/lib/locale/ko-KR.js +1 -1
  36. package/lib/locale/ru-RU.js +1 -1
  37. package/lib/locale/sk-SK.js +1 -1
  38. package/lib/locale/vi-VN.js +1 -1
  39. package/lib/locale/zh-CN.js +1 -1
  40. package/lib/locale/zh-TW.js +1 -1
  41. package/lib/types/commands/operations/open-pivot-filter-panel.operation.d.ts +2 -2
  42. package/lib/types/commands/operations/open-pivot-range-panel.operation.d.ts +1 -1
  43. package/lib/types/commands/operations/open-pivot-setting-dialog.operation.d.ts +2 -2
  44. package/lib/types/commands/operations/open-pivot-table-panel.operation.d.ts +2 -2
  45. package/lib/types/controllers/config.schema.d.ts +1 -1
  46. package/lib/types/controllers/menu.schema.d.ts +1 -1
  47. package/lib/types/controllers/sheets-pivot-clipboard.controller.d.ts +10 -0
  48. package/lib/types/controllers/sheets-pivot-panel.controller.d.ts +1 -1
  49. package/lib/types/controllers/sheets-pivot-render.controller.d.ts +3 -2
  50. package/lib/types/controllers/sheets-pivot-selection.controller.d.ts +3 -2
  51. package/lib/types/locale/ca-ES.d.ts +1 -1
  52. package/lib/types/locale/es-ES.d.ts +1 -1
  53. package/lib/types/locale/fa-IR.d.ts +1 -1
  54. package/lib/types/locale/fr-FR.d.ts +1 -1
  55. package/lib/types/locale/ja-JP.d.ts +1 -1
  56. package/lib/types/locale/ko-KR.d.ts +1 -1
  57. package/lib/types/locale/ru-RU.d.ts +1 -1
  58. package/lib/types/locale/sk-SK.d.ts +1 -1
  59. package/lib/types/locale/vi-VN.d.ts +1 -1
  60. package/lib/types/locale/zh-CN.d.ts +1 -1
  61. package/lib/types/locale/zh-TW.d.ts +1 -1
  62. package/lib/types/plugin.d.ts +1 -1
  63. package/lib/types/type.d.ts +2 -2
  64. package/lib/types/util.d.ts +1 -1
  65. package/lib/types/views/components/PivotDnd.d.ts +1 -1
  66. package/lib/types/views/components/PivotFilterPanel.d.ts +1 -1
  67. package/lib/types/views/components/PivotNumfmtDialog.d.ts +1 -1
  68. package/lib/types/views/components/PivotPanel.d.ts +3 -3
  69. package/lib/types/views/components/PivotPanelArea.d.ts +1 -1
  70. package/lib/types/views/components/PivotPanelSourceRange.d.ts +1 -1
  71. package/lib/types/views/components/PivotSourceList.d.ts +1 -1
  72. package/lib/types/views/components/PivotTableRangeSelector.d.ts +1 -1
  73. package/lib/types/views/components/SettingDialog.d.ts +1 -1
  74. package/lib/types/views/components/util.d.ts +4 -3
  75. package/lib/types/views/menu.d.ts +2 -2
  76. package/lib/types/views/widgets/drawing.d.ts +1 -1
  77. package/lib/types/views/widgets/pivot-button.shape.d.ts +2 -1
  78. package/lib/types/views/widgets/pivot-move.shape.d.ts +2 -1
  79. package/lib/umd/index.js +1 -1
  80. package/lib/umd/locale/ca-ES.js +1 -1
  81. package/lib/umd/locale/en-US.js +1 -1
  82. package/lib/umd/locale/es-ES.js +1 -1
  83. package/lib/umd/locale/fa-IR.js +1 -1
  84. package/lib/umd/locale/fr-FR.js +1 -1
  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/ru-RU.js +1 -1
  88. package/lib/umd/locale/sk-SK.js +1 -1
  89. package/lib/umd/locale/vi-VN.js +1 -1
  90. package/lib/umd/locale/zh-CN.js +1 -1
  91. package/lib/umd/locale/zh-TW.js +1 -1
  92. package/package.json +17 -16
@@ -1 +1 @@
1
- 'use strict';const _0x47e9ef=_0x5182;function _0x293d(){const _0x2488c3=['平均值','Σ數值','數據源範圍','新工作表','不能和源數據重疊','無法對所選單元格進行此更改,因為它會影響資料透視表。請使用字段列表更改報表。如果您試圖插入或刪除單元格,請移動資料透視表,然後再試。','匯總方式','無效的數據大小','最小值','無法編輯受保護的工作表中的數據透視表','數字格式','資料透視表','7upgNpw','移除字段','數據源字段','日期類型','字段名稱','請選擇數據源','8UjUkYG','源字段名:','拖動字段到以下區域','602222sTyeqB','186aAxSFl','2266060UFVPLN','7058293geKQnG','字段設置','標準差','拖動字段填充為列','總體方差','拖入字段篩選數據','1805usvmJG','合併單元格無法插入數據透視表','155265qbVQjN','總體標準差','(空白)','添加到篩選','9zOfVeW','透視表放置位置','篩選字段','數據源','數據源已經更新','清除篩選','添加到值','目標區域中已有數據,該操作將覆蓋原有數據,是否繼續?','216342jRZiki','移動到列','無法編輯數據透視表中的單元格','負數類型','數值計數','現有工作表','常規格式不包含任何特定的數字格式。','小數位數','7064pOBOAa','列和欄的計算結果','移動到欄','拖動字段填充為欄'];_0x293d=function(){return _0x2488c3;};return _0x293d();}(function(_0x4b16e0,_0x5702b4){const _0xd0b5e8=_0x5182,_0x361839=_0x4b16e0();while(!![]){try{const _0x1a3e98=parseInt(_0xd0b5e8(0x165))/0x1+-parseInt(_0xd0b5e8(0x14e))/0x2+-parseInt(_0xd0b5e8(0x159))/0x3*(parseInt(_0xd0b5e8(0x14b))/0x4)+parseInt(_0xd0b5e8(0x157))/0x5*(-parseInt(_0xd0b5e8(0x14f))/0x6)+-parseInt(_0xd0b5e8(0x145))/0x7*(-parseInt(_0xd0b5e8(0x135))/0x8)+parseInt(_0xd0b5e8(0x15d))/0x9*(-parseInt(_0xd0b5e8(0x150))/0xa)+parseInt(_0xd0b5e8(0x151))/0xb;if(_0x1a3e98===_0x5702b4)break;else _0x361839['push'](_0x361839['shift']());}catch(_0x2b03a9){_0x361839['push'](_0x361839['shift']());}}}(_0x293d,0x34d96));function _0x5182(_0x1f2708,_0x479473){_0x1f2708=_0x1f2708-0x134;const _0x293d49=_0x293d();let _0x518217=_0x293d49[_0x1f2708];return _0x518217;}const e={'sheets-pivot-panel':{'title':_0x47e9ef(0x144),'sourceRangeLabel':_0x47e9ef(0x160),'sourceRangePlaceholder':_0x47e9ef(0x161),'sourceFieldTile':_0x47e9ef(0x147),'sourceFieldDescription':_0x47e9ef(0x14d),'filter':'篩選','column':'欄','row':'列','value':'值','multipleValue':_0x47e9ef(0x13a),'filterDesc':_0x47e9ef(0x156),'columnDesc':_0x47e9ef(0x138),'rowDesc':_0x47e9ef(0x154),'valueDesc':_0x47e9ef(0x136),'addToFilter':_0x47e9ef(0x15c),'addToColumn':'添加到欄','addToRow':'添加到列','addToValue':_0x47e9ef(0x163),'removeField':_0x47e9ef(0x146),'filterField':_0x47e9ef(0x15f),'fieldSettings':_0x47e9ef(0x152),'moveToRow':_0x47e9ef(0x166),'moveToColumn':_0x47e9ef(0x137),'dialog':{'fieldName':_0x47e9ef(0x149),'sourceName':_0x47e9ef(0x14c),'summarizeBy':_0x47e9ef(0x13f),'format':_0x47e9ef(0x143),'ok':'確定','cancel':'取消','filter':{'ascending':'升序','descending':'降序','selectAll':'全選','clearFilter':_0x47e9ef(0x162),'blank':_0x47e9ef(0x15b),'cancel':'取消','confirm':'確定'},'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':'千分位符','fieldSetting':_0x47e9ef(0x152),'formatTypes':'格式類型','confirm':'確定','cancel':'取消','generalDesc':_0x47e9ef(0x16b),'accountingDesc':'會計數字格式可對一欄數值進行貨幣符號和小數點對齊。','currencyDesc':'貨幣格式用於表示一般貨幣數值,會計格式可以對一欄數值進行小數點對齊。','dateDesc':'日期格式將日期和時間系列數值顯示為日期值。','thousandthPercentileDesc':'千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','decimalPlaces':_0x47e9ef(0x134),'currencyTypes':'貨幣類型','negativeNumberTypes':_0x47e9ef(0x168),'dateTypes':_0x47e9ef(0x148)},'source':{'insertPivotTable':'插入數據透視表','sourceData':_0x47e9ef(0x13b),'position':_0x47e9ef(0x15e),'newSheet':_0x47e9ef(0x13c),'existingSheet':_0x47e9ef(0x16a),'intersect':_0x47e9ef(0x13d)}},'subtotal':{'average':_0x47e9ef(0x139),'count':'計數','countNums':_0x47e9ef(0x169),'max':'最大值','min':_0x47e9ef(0x141),'product':'乘積','stdDev':_0x47e9ef(0x153),'stdDevp':_0x47e9ef(0x15a),'sum':'求和','var':'方差','varp':_0x47e9ef(0x155)},'subTotalText':'匯總','grandTotalText':'總計','perform':{'tips':'提示','info':_0x47e9ef(0x164),'confirm':'確認','cancel':'取消','rowColError':_0x47e9ef(0x13e)},'msg':{'emptySourceRange':_0x47e9ef(0x14a),'invalidSize':_0x47e9ef(0x140),'mergeCellError':_0x47e9ef(0x158),'editCellError':_0x47e9ef(0x167),'permissionError':_0x47e9ef(0x142)}}};module['exports']=e;
1
+ const _0x26ad56=_0xcee6;(function(_0x45f329,_0x4d3f65){const _0x27dced=_0xcee6,_0x42bf39=_0x45f329();while(!![]){try{const _0x31f8fc=-parseInt(_0x27dced(0x11c))/0x1*(-parseInt(_0x27dced(0x107))/0x2)+parseInt(_0x27dced(0x121))/0x3*(-parseInt(_0x27dced(0x10c))/0x4)+parseInt(_0x27dced(0x104))/0x5*(-parseInt(_0x27dced(0x105))/0x6)+-parseInt(_0x27dced(0xff))/0x7+-parseInt(_0x27dced(0x119))/0x8*(parseInt(_0x27dced(0x106))/0x9)+-parseInt(_0x27dced(0x101))/0xa+parseInt(_0x27dced(0x110))/0xb;if(_0x31f8fc===_0x4d3f65)break;else _0x42bf39['push'](_0x42bf39['shift']());}catch(_0x15423e){_0x42bf39['push'](_0x42bf39['shift']());}}}(_0x3317,0x4fe79));function _0xcee6(_0x25fa4f,_0x48a654){_0x25fa4f=_0x25fa4f-0xf7;const _0x3317e6=_0x3317();let _0xcee62a=_0x3317e6[_0x25fa4f];return _0xcee62a;}const e={'sheets-pivot-panel':{'title':'資料透視表','sourceRangeLabel':_0x26ad56(0x10e),'sourceRangePlaceholder':'數據源已經更新','sourceFieldTile':'數據源字段','sourceFieldDescription':'拖動字段到以下區域','filter':'篩選','column':'欄','row':'列','value':'值','multipleValue':_0x26ad56(0x11d),'filterDesc':_0x26ad56(0x12a),'columnDesc':'拖動字段填充為欄','rowDesc':_0x26ad56(0x124),'valueDesc':'列和欄的計算結果','addToFilter':'添加到篩選','addToColumn':_0x26ad56(0x118),'addToRow':_0x26ad56(0x128),'addToValue':_0x26ad56(0x11a),'removeField':_0x26ad56(0xfb),'filterField':_0x26ad56(0x103),'fieldSettings':'字段設置','moveToRow':'移動到列','moveToColumn':_0x26ad56(0x10b),'dialog':{'fieldName':_0x26ad56(0x108),'sourceName':'源字段名:','summarizeBy':_0x26ad56(0x129),'format':'數字格式','ok':'確定','cancel':'取消','filter':{'ascending':'升序','descending':'降序','selectAll':'全選','clearFilter':'清除篩選','blank':_0x26ad56(0x127),'cancel':'取消','confirm':'確定'},'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':'千分位符','fieldSetting':_0x26ad56(0x10f),'formatTypes':_0x26ad56(0xfa),'confirm':'確定','cancel':'取消','generalDesc':_0x26ad56(0x117),'accountingDesc':_0x26ad56(0x123),'currencyDesc':'貨幣格式用於表示一般貨幣數值,會計格式可以對一欄數值進行小數點對齊。','dateDesc':_0x26ad56(0x112),'thousandthPercentileDesc':_0x26ad56(0x122),'decimalPlaces':_0x26ad56(0xfe),'currencyTypes':_0x26ad56(0x125),'negativeNumberTypes':_0x26ad56(0x10a),'dateTypes':_0x26ad56(0xf9)},'source':{'insertPivotTable':_0x26ad56(0x102),'sourceData':_0x26ad56(0xf8),'position':_0x26ad56(0x109),'newSheet':_0x26ad56(0x11b),'existingSheet':_0x26ad56(0x11e),'intersect':_0x26ad56(0x100)}},'subtotal':{'average':_0x26ad56(0x120),'count':'計數','countNums':'數值計數','max':'最大值','min':_0x26ad56(0x111),'product':'乘積','stdDev':_0x26ad56(0x113),'stdDevp':_0x26ad56(0xfd),'sum':'求和','var':'方差','varp':_0x26ad56(0x126)},'subTotalText':'匯總','grandTotalText':'總計','perform':{'tips':'提示','info':_0x26ad56(0x116),'confirm':'確認','cancel':'取消','rowColError':_0x26ad56(0xf7)},'msg':{'emptySourceRange':_0x26ad56(0x10d),'invalidSize':_0x26ad56(0x114),'mergeCellError':'合併單元格無法插入數據透視表','editCellError':_0x26ad56(0x115),'permissionError':_0x26ad56(0xfc)}}};module[_0x26ad56(0x11f)]=e;function _0x3317(){const _0x5dde45=['不能和源數據重疊','386530ABwsXg','插入數據透視表','篩選字段','525645mCXTvM','12YZkgqO','1438722UUxvHh','2eZcQJQ','字段名稱','透視表放置位置','負數類型','移動到欄','52QVERNH','請選擇數據源','數據源','字段設置','13270400VMbOuj','最小值','日期格式將日期和時間系列數值顯示為日期值。','標準差','無效的數據大小','無法編輯數據透視表中的單元格','目標區域中已有數據,該操作將覆蓋原有數據,是否繼續?','常規格式不包含任何特定的數字格式。','添加到欄','8jNwiRQ','添加到值','新工作表','563515aUwvzT','Σ數值','現有工作表','exports','平均值','100497ZiFqJX','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','會計數字格式可對一欄數值進行貨幣符號和小數點對齊。','拖動字段填充為列','貨幣類型','總體方差','(空白)','添加到列','匯總方式','拖入字段篩選數據','無法對所選單元格進行此更改,因為它會影響資料透視表。請使用字段列表更改報表。如果您試圖插入或刪除單元格,請移動資料透視表,然後再試。','數據源範圍','日期類型','格式類型','移除字段','無法編輯受保護的工作表中的數據透視表','總體標準差','小數位數','4188590fOIWMd'];_0x3317=function(){return _0x5dde45;};return _0x3317();}