@univerjs/preset-sheets-table 0.10.1 → 0.10.3

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 (53) hide show
  1. package/lib/cjs/locales/ca-ES.js +1 -1
  2. package/lib/cjs/locales/en-US.js +1 -1
  3. package/lib/cjs/locales/es-ES.js +1 -1
  4. package/lib/cjs/locales/fa-IR.js +1 -1
  5. package/lib/cjs/locales/fr-FR.js +1 -1
  6. package/lib/cjs/locales/ko-KR.js +1 -1
  7. package/lib/cjs/locales/ru-RU.js +1 -1
  8. package/lib/cjs/locales/vi-VN.js +1 -1
  9. package/lib/cjs/locales/zh-CN.js +1 -1
  10. package/lib/cjs/locales/zh-TW.js +1 -1
  11. package/lib/es/locales/ca-ES.js +5 -6
  12. package/lib/es/locales/en-US.js +5 -6
  13. package/lib/es/locales/es-ES.js +5 -6
  14. package/lib/es/locales/fa-IR.js +5 -6
  15. package/lib/es/locales/fr-FR.js +3 -4
  16. package/lib/es/locales/ko-KR.js +3 -4
  17. package/lib/es/locales/ru-RU.js +3 -4
  18. package/lib/es/locales/vi-VN.js +5 -6
  19. package/lib/es/locales/zh-CN.js +5 -6
  20. package/lib/es/locales/zh-TW.js +5 -6
  21. package/lib/index.css +1 -1
  22. package/lib/locales/ca-ES.js +5 -6
  23. package/lib/locales/en-US.js +5 -6
  24. package/lib/locales/es-ES.js +5 -6
  25. package/lib/locales/fa-IR.js +5 -6
  26. package/lib/locales/fr-FR.js +3 -4
  27. package/lib/locales/ko-KR.js +3 -4
  28. package/lib/locales/ru-RU.js +3 -4
  29. package/lib/locales/vi-VN.js +5 -6
  30. package/lib/locales/zh-CN.js +5 -6
  31. package/lib/locales/zh-TW.js +5 -6
  32. package/lib/types/locales/ca-ES.d.ts +3 -1
  33. package/lib/types/locales/en-US.d.ts +3 -1
  34. package/lib/types/locales/es-ES.d.ts +3 -1
  35. package/lib/types/locales/fa-IR.d.ts +3 -1
  36. package/lib/types/locales/fr-FR.d.ts +3 -1
  37. package/lib/types/locales/ko-KR.d.ts +3 -1
  38. package/lib/types/locales/ru-RU.d.ts +3 -1
  39. package/lib/types/locales/vi-VN.d.ts +3 -1
  40. package/lib/types/locales/zh-CN.d.ts +3 -1
  41. package/lib/types/locales/zh-TW.d.ts +3 -1
  42. package/lib/umd/index.js +3 -3
  43. package/lib/umd/locales/ca-ES.js +2 -2
  44. package/lib/umd/locales/en-US.js +2 -2
  45. package/lib/umd/locales/es-ES.js +2 -2
  46. package/lib/umd/locales/fa-IR.js +2 -2
  47. package/lib/umd/locales/fr-FR.js +2 -2
  48. package/lib/umd/locales/ko-KR.js +2 -2
  49. package/lib/umd/locales/ru-RU.js +2 -2
  50. package/lib/umd/locales/vi-VN.js +2 -2
  51. package/lib/umd/locales/zh-CN.js +2 -2
  52. package/lib/umd/locales/zh-TW.js +2 -2
  53. package/package.json +5 -5
@@ -1 +1 @@
1
- "use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-table-ui/locale/ca-ES"),s=e.merge({},r);module.exports=s;
1
+ "use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table-ui/locale/ca-ES"),r=e.mergeLocales(s);module.exports=r;
@@ -1 +1 @@
1
- "use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-table-ui/locale/en-US"),s=e.merge({},r);module.exports=s;
1
+ "use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table-ui/locale/en-US"),r=e.mergeLocales(s);module.exports=r;
@@ -1 +1 @@
1
- "use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table-ui/locale/es-ES"),r=e.merge({},s);module.exports=r;
1
+ "use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table-ui/locale/es-ES"),r=e.mergeLocales(s);module.exports=r;
@@ -1 +1 @@
1
- "use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-table-ui/locale/fa-IR"),s=e.merge({},r);module.exports=s;
1
+ "use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table-ui/locale/fa-IR"),r=e.mergeLocales(s);module.exports=r;
@@ -1 +1 @@
1
- "use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-table-ui/locale/fr-FR"),s=e.merge({},r);module.exports=s;
1
+ "use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-table-ui/locale/fr-FR"),s=e.mergeLocales(r);module.exports=s;
@@ -1 +1 @@
1
- "use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-table-ui/locale/ko-KR"),s=e.merge({},r);module.exports=s;
1
+ "use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table-ui/locale/ko-KR"),r=e.mergeLocales(s);module.exports=r;
@@ -1 +1 @@
1
- "use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-table-ui/locale/ru-RU"),s=e.merge({},r);module.exports=s;
1
+ "use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-table-ui/locale/ru-RU"),s=e.mergeLocales(r);module.exports=s;
@@ -1 +1 @@
1
- "use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-table-ui/locale/vi-VN"),s=e.merge({},r);module.exports=s;
1
+ "use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table-ui/locale/vi-VN"),r=e.mergeLocales(s);module.exports=r;
@@ -1 +1 @@
1
- "use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-table-ui/locale/zh-CN"),s=e.merge({},r);module.exports=s;
1
+ "use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table-ui/locale/zh-CN"),r=e.mergeLocales(s);module.exports=r;
@@ -1 +1 @@
1
- "use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-table-ui/locale/zh-TW"),s=e.merge({},r);module.exports=s;
1
+ "use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table-ui/locale/zh-TW"),r=e.mergeLocales(s);module.exports=r;
@@ -1,9 +1,8 @@
1
- import { merge as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets-table-ui/locale/ca-ES";
3
- const m = e(
4
- {},
5
- r
1
+ import { mergeLocales as e } from "@univerjs/core";
2
+ import o from "@univerjs/sheets-table-ui/locale/ca-ES";
3
+ const s = e(
4
+ o
6
5
  );
7
6
  export {
8
- m as default
7
+ s as default
9
8
  };
@@ -1,9 +1,8 @@
1
- import { merge as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets-table-ui/locale/en-US";
3
- const m = e(
4
- {},
5
- r
1
+ import { mergeLocales as e } from "@univerjs/core";
2
+ import o from "@univerjs/sheets-table-ui/locale/en-US";
3
+ const s = e(
4
+ o
6
5
  );
7
6
  export {
8
- m as default
7
+ s as default
9
8
  };
@@ -1,9 +1,8 @@
1
- import { merge as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets-table-ui/locale/es-ES";
3
- const s = e(
4
- {},
5
- r
1
+ import { mergeLocales as e } from "@univerjs/core";
2
+ import o from "@univerjs/sheets-table-ui/locale/es-ES";
3
+ const t = e(
4
+ o
6
5
  );
7
6
  export {
8
- s as default
7
+ t as default
9
8
  };
@@ -1,9 +1,8 @@
1
- import { merge as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets-table-ui/locale/fa-IR";
3
- const m = e(
4
- {},
5
- r
1
+ import { mergeLocales as e } from "@univerjs/core";
2
+ import o from "@univerjs/sheets-table-ui/locale/fa-IR";
3
+ const s = e(
4
+ o
6
5
  );
7
6
  export {
8
- m as default
7
+ s as default
9
8
  };
@@ -1,9 +1,8 @@
1
- import { merge as e } from "@univerjs/core";
1
+ import { mergeLocales as e } from "@univerjs/core";
2
2
  import r from "@univerjs/sheets-table-ui/locale/fr-FR";
3
- const m = e(
4
- {},
3
+ const s = e(
5
4
  r
6
5
  );
7
6
  export {
8
- m as default
7
+ s as default
9
8
  };
@@ -1,9 +1,8 @@
1
- import { merge as e } from "@univerjs/core";
1
+ import { mergeLocales as e } from "@univerjs/core";
2
2
  import o from "@univerjs/sheets-table-ui/locale/ko-KR";
3
- const m = e(
4
- {},
3
+ const s = e(
5
4
  o
6
5
  );
7
6
  export {
8
- m as default
7
+ s as default
9
8
  };
@@ -1,9 +1,8 @@
1
- import { merge as e } from "@univerjs/core";
1
+ import { mergeLocales as e } from "@univerjs/core";
2
2
  import r from "@univerjs/sheets-table-ui/locale/ru-RU";
3
- const m = e(
4
- {},
3
+ const s = e(
5
4
  r
6
5
  );
7
6
  export {
8
- m as default
7
+ s as default
9
8
  };
@@ -1,9 +1,8 @@
1
- import { merge as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets-table-ui/locale/vi-VN";
3
- const i = e(
4
- {},
5
- r
1
+ import { mergeLocales as e } from "@univerjs/core";
2
+ import o from "@univerjs/sheets-table-ui/locale/vi-VN";
3
+ const s = e(
4
+ o
6
5
  );
7
6
  export {
8
- i as default
7
+ s as default
9
8
  };
@@ -1,9 +1,8 @@
1
- import { merge as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets-table-ui/locale/zh-CN";
3
- const m = e(
4
- {},
5
- r
1
+ import { mergeLocales as e } from "@univerjs/core";
2
+ import o from "@univerjs/sheets-table-ui/locale/zh-CN";
3
+ const s = e(
4
+ o
6
5
  );
7
6
  export {
8
- m as default
7
+ s as default
9
8
  };
@@ -1,9 +1,8 @@
1
- import { merge as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets-table-ui/locale/zh-TW";
3
- const m = e(
4
- {},
5
- r
1
+ import { mergeLocales as e } from "@univerjs/core";
2
+ import o from "@univerjs/sheets-table-ui/locale/zh-TW";
3
+ const s = e(
4
+ o
6
5
  );
7
6
  export {
8
- m as default
7
+ s as default
9
8
  };
package/lib/index.css CHANGED
@@ -1 +1 @@
1
- .univer-absolute{position:absolute}.univer-relative{position:relative}.univer-right-\[-3px\]{right:-3px}.univer-top-\[-3px\]{top:-3px}.univer-z-10{z-index:10}.univer-z-50{z-index:50}.univer-mb-1{margin-bottom:.25rem}.univer-mb-3{margin-bottom:.75rem}.univer-ml-1{margin-left:.25rem}.univer-ml-2{margin-left:.5rem}.univer-mr-1{margin-right:.25rem}.univer-mr-2{margin-right:.5rem}.univer-mt-1{margin-top:.25rem}.univer-mt-2{margin-top:.5rem}.univer-mt-3{margin-top:.75rem}.univer-mt-4{margin-top:1rem}.univer-box-border{box-sizing:border-box}.univer-inline-block{display:inline-block}.\!univer-flex{display:flex!important}.univer-flex{display:flex}.univer-inline-flex{display:inline-flex}.univer-hidden{display:none}.\!univer-h-\[150px\]{height:150px!important}.univer-h-0{height:0px}.univer-h-10{height:2.5rem}.univer-h-2{height:.5rem}.univer-h-2\.5{height:.625rem}.univer-h-3{height:.75rem}.univer-h-4{height:1rem}.univer-h-40{height:10rem}.univer-h-5{height:1.25rem}.univer-h-60{height:15rem}.univer-h-7{height:1.75rem}.univer-h-8{height:2rem}.univer-h-9{height:2.25rem}.univer-h-\[180px\]{height:180px}.univer-h-\[18px\]{height:18px}.univer-h-full{height:100%}.univer-h-px{height:1px}.univer-max-h-\[180px\]{max-height:180px}.univer-w-0{width:0px}.univer-w-1\/2{width:50%}.univer-w-2{width:.5rem}.univer-w-3{width:.75rem}.univer-w-4{width:1rem}.univer-w-52{width:13rem}.univer-w-8{width:2rem}.univer-w-\[280px\]{width:280px}.univer-w-\[312px\]{width:312px}.univer-w-\[400px\]{width:400px}.univer-w-\[80px\]{width:80px}.univer-w-full{width:100%}.univer-min-w-16{min-width:4rem}.univer-min-w-32{min-width:8rem}.univer-max-w-24{max-width:6rem}.univer-flex-1{flex:1 1 0%}.univer-flex-shrink-0{flex-shrink:0}.univer-flex-grow{flex-grow:1}.univer-flex-grow-0{flex-grow:0}.univer-cursor-pointer{cursor:pointer}.univer-flex-col{flex-direction:column}.univer-flex-wrap{flex-wrap:wrap}.univer-items-center{align-items:center}.univer-justify-end{justify-content:flex-end}.univer-justify-between{justify-content:space-between}.univer-gap-2{gap:.5rem}.univer-overflow-hidden{overflow:hidden}.univer-overflow-y-auto{overflow-y:auto}.univer-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.univer-text-nowrap{text-wrap:nowrap}.univer-rounded-\[10px\]{border-radius:10px}.univer-rounded-lg{border-radius:.5rem}.univer-rounded-md{border-radius:.375rem}.univer-rounded-none{border-radius:0}.univer-rounded-sm{border-radius:.125rem}.univer-rounded-xl{border-radius:.75rem}.univer-border{border-width:1px}.univer-border-solid{border-style:solid}.univer-border-blue-500{border-color:var(--univer-blue-500)}.univer-border-gray-200{border-color:var(--univer-gray-200)}.univer-bg-gray-200{background-color:var(--univer-gray-200)}.univer-bg-gray-400{background-color:var(--univer-gray-400)}.univer-bg-white{background-color:var(--univer-white)}.univer-p-1{padding:.25rem}.univer-p-2{padding:.5rem}.univer-p-4{padding:1rem}.univer-p-px{padding:1px}.univer-px-2{padding-left:.5rem;padding-right:.5rem}.univer-py-1{padding-top:.25rem;padding-bottom:.25rem}.univer-py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.univer-pb-1{padding-bottom:.25rem}.univer-pb-2{padding-bottom:.5rem}.univer-pl-2{padding-left:.5rem}.univer-pr-2{padding-right:.5rem}.univer-pt-1{padding-top:.25rem}.univer-pt-2{padding-top:.5rem}.univer-text-center{text-align:center}.univer-text-sm{font-size:.875rem;line-height:1.25rem}.univer-text-xs{font-size:.75rem;line-height:1rem}.univer-leading-10{line-height:2.5rem}.univer-leading-9{line-height:2.25rem}.univer-leading-\[10px\]{line-height:10px}.univer-text-gray-400{color:var(--univer-gray-400)}.univer-text-gray-900{color:var(--univer-gray-900)}.univer-text-red-500{color:var(--univer-red-500)}.univer-text-white{color:var(--univer-white)}.univer-shadow-lg{--univer-tw-shadow: 0px 4px 6px 0px rgba(30, 40, 77, .05), 0px 10px 15px -3px rgba(30, 40, 77, .1);--univer-tw-shadow-colored: 0px 4px 6px 0px var(--univer-tw-shadow-color), 0px 10px 15px -3px var(--univer-tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,0 4px 6px #1e284d0d,0 10px 15px -3px #1e284d1a;box-shadow:var(--univer-tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)),var(--univer-tw-ring-shadow, 0 0 rgba(0,0,0,0)),var(--univer-tw-shadow)}.univer-transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.univer-duration-200{transition-duration:.2s}.hover\:univer-border-primary-600:hover{border-color:var(--univer-primary-600)}.hover\:univer-bg-gray-200:hover{background-color:var(--univer-gray-200)}.focus\:univer-border-primary-600:focus{border-color:var(--univer-primary-600)}.focus\:univer-outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:univer-ring-2:focus{--univer-tw-ring-offset-shadow: var(--univer-tw-ring-inset) 0 0 0 var(--univer-tw-ring-offset-width) var(--univer-tw-ring-offset-color);--univer-tw-ring-shadow: var(--univer-tw-ring-inset) 0 0 0 calc(2px + var(--univer-tw-ring-offset-width)) var(--univer-tw-ring-color);box-shadow:var(--univer-tw-ring-offset-shadow),var(--univer-tw-ring-shadow),0 0 #0000;box-shadow:var(--univer-tw-ring-offset-shadow),var(--univer-tw-ring-shadow),var(--univer-tw-shadow, 0 0 rgba(0,0,0,0))}.dark\:\!univer-border-gray-600:where(.univer-dark,.univer-dark *){border-color:var(--univer-gray-600)!important}.dark\:\!univer-bg-gray-700:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-700)!important}.dark\:\!univer-text-white:where(.univer-dark,.univer-dark *){color:var(--univer-white)!important}.\[\&\>div\]\:univer-box-border>div{box-sizing:border-box}.\[\&\>div\]\:univer-h-2\.5>div{height:.625rem}
1
+ .univer-absolute{position:absolute}.univer-relative{position:relative}.univer-right-\[-3px\]{right:-3px}.univer-top-\[-3px\]{top:-3px}.univer-z-10{z-index:10}.univer-z-50{z-index:50}.univer-mb-1{margin-bottom:.25rem}.univer-mb-3{margin-bottom:.75rem}.univer-ml-1{margin-left:.25rem}.univer-ml-2{margin-left:.5rem}.univer-mr-1{margin-right:.25rem}.univer-mr-2{margin-right:.5rem}.univer-mt-1{margin-top:.25rem}.univer-mt-2{margin-top:.5rem}.univer-mt-3{margin-top:.75rem}.univer-mt-4{margin-top:1rem}.univer-box-border{box-sizing:border-box}.univer-inline-block{display:inline-block}.\!univer-flex{display:flex!important}.univer-flex{display:flex}.univer-inline-flex{display:inline-flex}.univer-hidden{display:none}.\!univer-h-\[150px\]{height:150px!important}.univer-h-0{height:0px}.univer-h-10{height:2.5rem}.univer-h-2{height:.5rem}.univer-h-2\.5{height:.625rem}.univer-h-3{height:.75rem}.univer-h-4{height:1rem}.univer-h-40{height:10rem}.univer-h-5{height:1.25rem}.univer-h-60{height:15rem}.univer-h-7{height:1.75rem}.univer-h-8{height:2rem}.univer-h-9{height:2.25rem}.univer-h-\[180px\]{height:180px}.univer-h-\[18px\]{height:18px}.univer-h-full{height:100%}.univer-h-px{height:1px}.univer-max-h-\[180px\]{max-height:180px}.univer-w-0{width:0px}.univer-w-1\/2{width:50%}.univer-w-2{width:.5rem}.univer-w-3{width:.75rem}.univer-w-4{width:1rem}.univer-w-52{width:13rem}.univer-w-8{width:2rem}.univer-w-\[280px\]{width:280px}.univer-w-\[312px\]{width:312px}.univer-w-\[80px\]{width:80px}.univer-w-full{width:100%}.univer-min-w-16{min-width:4rem}.univer-min-w-32{min-width:8rem}.univer-max-w-24{max-width:6rem}.univer-flex-1{flex:1 1 0%}.univer-flex-shrink-0{flex-shrink:0}.univer-flex-grow{flex-grow:1}.univer-flex-grow-0{flex-grow:0}.univer-cursor-pointer{cursor:pointer}.univer-flex-col{flex-direction:column}.univer-flex-wrap{flex-wrap:wrap}.univer-items-center{align-items:center}.univer-justify-end{justify-content:flex-end}.univer-justify-between{justify-content:space-between}.univer-gap-2{gap:.5rem}.univer-overflow-hidden{overflow:hidden}.univer-overflow-y-auto{overflow-y:auto}.univer-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.univer-text-nowrap{text-wrap:nowrap}.univer-rounded-\[10px\]{border-radius:10px}.univer-rounded-lg{border-radius:.5rem}.univer-rounded-md{border-radius:.375rem}.univer-rounded-none{border-radius:0}.univer-rounded-sm{border-radius:.125rem}.univer-rounded-xl{border-radius:.75rem}.univer-border{border-width:1px}.univer-border-solid{border-style:solid}.univer-border-blue-500{border-color:var(--univer-blue-500)}.univer-border-gray-200{border-color:var(--univer-gray-200)}.univer-bg-gray-200{background-color:var(--univer-gray-200)}.univer-bg-gray-400{background-color:var(--univer-gray-400)}.univer-bg-white{background-color:var(--univer-white)}.univer-p-1{padding:.25rem}.univer-p-2{padding:.5rem}.univer-p-4{padding:1rem}.univer-p-px{padding:1px}.univer-px-2{padding-left:.5rem;padding-right:.5rem}.univer-py-1{padding-top:.25rem;padding-bottom:.25rem}.univer-py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.univer-pb-1{padding-bottom:.25rem}.univer-pb-2{padding-bottom:.5rem}.univer-pl-2{padding-left:.5rem}.univer-pr-2{padding-right:.5rem}.univer-pt-1{padding-top:.25rem}.univer-pt-2{padding-top:.5rem}.univer-text-center{text-align:center}.univer-text-sm{font-size:.875rem;line-height:1.25rem}.univer-text-xs{font-size:.75rem;line-height:1rem}.univer-leading-10{line-height:2.5rem}.univer-leading-9{line-height:2.25rem}.univer-leading-\[10px\]{line-height:10px}.univer-text-gray-400{color:var(--univer-gray-400)}.univer-text-gray-900{color:var(--univer-gray-900)}.univer-text-red-500{color:var(--univer-red-500)}.univer-text-white{color:var(--univer-white)}.univer-shadow-lg{--univer-tw-shadow: 0px 4px 6px 0px rgba(30, 40, 77, .05), 0px 10px 15px -3px rgba(30, 40, 77, .1);--univer-tw-shadow-colored: 0px 4px 6px 0px var(--univer-tw-shadow-color), 0px 10px 15px -3px var(--univer-tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,0 4px 6px #1e284d0d,0 10px 15px -3px #1e284d1a;box-shadow:var(--univer-tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)),var(--univer-tw-ring-shadow, 0 0 rgba(0,0,0,0)),var(--univer-tw-shadow)}.univer-transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.univer-duration-200{transition-duration:.2s}.hover\:univer-border-primary-600:hover{border-color:var(--univer-primary-600)}.hover\:univer-bg-gray-200:hover{background-color:var(--univer-gray-200)}.focus\:univer-border-primary-600:focus{border-color:var(--univer-primary-600)}.focus\:univer-outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:univer-ring-2:focus{--univer-tw-ring-offset-shadow: var(--univer-tw-ring-inset) 0 0 0 var(--univer-tw-ring-offset-width) var(--univer-tw-ring-offset-color);--univer-tw-ring-shadow: var(--univer-tw-ring-inset) 0 0 0 calc(2px + var(--univer-tw-ring-offset-width)) var(--univer-tw-ring-color);box-shadow:var(--univer-tw-ring-offset-shadow),var(--univer-tw-ring-shadow),0 0 #0000;box-shadow:var(--univer-tw-ring-offset-shadow),var(--univer-tw-ring-shadow),var(--univer-tw-shadow, 0 0 rgba(0,0,0,0))}.dark\:\!univer-border-gray-600:where(.univer-dark,.univer-dark *){border-color:var(--univer-gray-600)!important}.dark\:\!univer-bg-gray-700:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-700)!important}.dark\:\!univer-text-white:where(.univer-dark,.univer-dark *){color:var(--univer-white)!important}.\[\&\>div\]\:univer-box-border>div{box-sizing:border-box}.\[\&\>div\]\:univer-h-2\.5>div{height:.625rem}
@@ -1,9 +1,8 @@
1
- import { merge as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets-table-ui/locale/ca-ES";
3
- const m = e(
4
- {},
5
- r
1
+ import { mergeLocales as e } from "@univerjs/core";
2
+ import o from "@univerjs/sheets-table-ui/locale/ca-ES";
3
+ const s = e(
4
+ o
6
5
  );
7
6
  export {
8
- m as default
7
+ s as default
9
8
  };
@@ -1,9 +1,8 @@
1
- import { merge as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets-table-ui/locale/en-US";
3
- const m = e(
4
- {},
5
- r
1
+ import { mergeLocales as e } from "@univerjs/core";
2
+ import o from "@univerjs/sheets-table-ui/locale/en-US";
3
+ const s = e(
4
+ o
6
5
  );
7
6
  export {
8
- m as default
7
+ s as default
9
8
  };
@@ -1,9 +1,8 @@
1
- import { merge as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets-table-ui/locale/es-ES";
3
- const s = e(
4
- {},
5
- r
1
+ import { mergeLocales as e } from "@univerjs/core";
2
+ import o from "@univerjs/sheets-table-ui/locale/es-ES";
3
+ const t = e(
4
+ o
6
5
  );
7
6
  export {
8
- s as default
7
+ t as default
9
8
  };
@@ -1,9 +1,8 @@
1
- import { merge as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets-table-ui/locale/fa-IR";
3
- const m = e(
4
- {},
5
- r
1
+ import { mergeLocales as e } from "@univerjs/core";
2
+ import o from "@univerjs/sheets-table-ui/locale/fa-IR";
3
+ const s = e(
4
+ o
6
5
  );
7
6
  export {
8
- m as default
7
+ s as default
9
8
  };
@@ -1,9 +1,8 @@
1
- import { merge as e } from "@univerjs/core";
1
+ import { mergeLocales as e } from "@univerjs/core";
2
2
  import r from "@univerjs/sheets-table-ui/locale/fr-FR";
3
- const m = e(
4
- {},
3
+ const s = e(
5
4
  r
6
5
  );
7
6
  export {
8
- m as default
7
+ s as default
9
8
  };
@@ -1,9 +1,8 @@
1
- import { merge as e } from "@univerjs/core";
1
+ import { mergeLocales as e } from "@univerjs/core";
2
2
  import o from "@univerjs/sheets-table-ui/locale/ko-KR";
3
- const m = e(
4
- {},
3
+ const s = e(
5
4
  o
6
5
  );
7
6
  export {
8
- m as default
7
+ s as default
9
8
  };
@@ -1,9 +1,8 @@
1
- import { merge as e } from "@univerjs/core";
1
+ import { mergeLocales as e } from "@univerjs/core";
2
2
  import r from "@univerjs/sheets-table-ui/locale/ru-RU";
3
- const m = e(
4
- {},
3
+ const s = e(
5
4
  r
6
5
  );
7
6
  export {
8
- m as default
7
+ s as default
9
8
  };
@@ -1,9 +1,8 @@
1
- import { merge as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets-table-ui/locale/vi-VN";
3
- const i = e(
4
- {},
5
- r
1
+ import { mergeLocales as e } from "@univerjs/core";
2
+ import o from "@univerjs/sheets-table-ui/locale/vi-VN";
3
+ const s = e(
4
+ o
6
5
  );
7
6
  export {
8
- i as default
7
+ s as default
9
8
  };
@@ -1,9 +1,8 @@
1
- import { merge as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets-table-ui/locale/zh-CN";
3
- const m = e(
4
- {},
5
- r
1
+ import { mergeLocales as e } from "@univerjs/core";
2
+ import o from "@univerjs/sheets-table-ui/locale/zh-CN";
3
+ const s = e(
4
+ o
6
5
  );
7
6
  export {
8
- m as default
7
+ s as default
9
8
  };
@@ -1,9 +1,8 @@
1
- import { merge as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets-table-ui/locale/zh-TW";
3
- const m = e(
4
- {},
5
- r
1
+ import { mergeLocales as e } from "@univerjs/core";
2
+ import o from "@univerjs/sheets-table-ui/locale/zh-TW";
3
+ const s = e(
4
+ o
6
5
  );
7
6
  export {
8
- m as default
7
+ s as default
9
8
  };
@@ -1,2 +1,4 @@
1
- declare const _default: any;
1
+ declare const _default: {
2
+ [x: string]: any;
3
+ };
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: any;
1
+ declare const _default: {
2
+ [x: string]: any;
3
+ };
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: any;
1
+ declare const _default: {
2
+ [x: string]: any;
3
+ };
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: any;
1
+ declare const _default: {
2
+ [x: string]: any;
3
+ };
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: any;
1
+ declare const _default: {
2
+ [x: string]: any;
3
+ };
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: any;
1
+ declare const _default: {
2
+ [x: string]: any;
3
+ };
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: any;
1
+ declare const _default: {
2
+ [x: string]: any;
3
+ };
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: any;
1
+ declare const _default: {
2
+ [x: string]: any;
3
+ };
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: any;
1
+ declare const _default: {
2
+ [x: string]: any;
3
+ };
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: any;
1
+ declare const _default: {
2
+ [x: string]: any;
3
+ };
2
4
  export default _default;