@univerjs/preset-sheets-advanced 0.11.0 → 0.12.1

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.
@@ -0,0 +1 @@
1
+ "use strict";const e=require("@univerjs/core"),s=require("@univerjs-pro/exchange-client/locale/ja-JP"),r=require("@univerjs-pro/sheets-chart/locale/ja-JP"),i=require("@univerjs-pro/sheets-chart-ui/locale/ja-JP"),t=require("@univerjs-pro/sheets-pivot/locale/ja-JP"),n=require("@univerjs-pro/sheets-pivot-ui/locale/ja-JP"),u=require("@univerjs-pro/sheets-print/locale/ja-JP"),c=require("@univerjs-pro/sheets-sparkline-ui/locale/ja-JP"),o=e.mergeLocales(s,r,i,t,n,u,c);module.exports=o;
@@ -0,0 +1,20 @@
1
+ import { mergeLocales as r } from "@univerjs/core";
2
+ import e from "@univerjs-pro/exchange-client/locale/ja-JP";
3
+ import i from "@univerjs-pro/sheets-chart/locale/ja-JP";
4
+ import s from "@univerjs-pro/sheets-chart-ui/locale/ja-JP";
5
+ import t from "@univerjs-pro/sheets-pivot/locale/ja-JP";
6
+ import o from "@univerjs-pro/sheets-pivot-ui/locale/ja-JP";
7
+ import m from "@univerjs-pro/sheets-print/locale/ja-JP";
8
+ import p from "@univerjs-pro/sheets-sparkline-ui/locale/ja-JP";
9
+ const l = r(
10
+ e,
11
+ i,
12
+ s,
13
+ t,
14
+ o,
15
+ m,
16
+ p
17
+ );
18
+ export {
19
+ l as default
20
+ };
@@ -0,0 +1,20 @@
1
+ import { mergeLocales as r } from "@univerjs/core";
2
+ import e from "@univerjs-pro/exchange-client/locale/ja-JP";
3
+ import i from "@univerjs-pro/sheets-chart/locale/ja-JP";
4
+ import s from "@univerjs-pro/sheets-chart-ui/locale/ja-JP";
5
+ import t from "@univerjs-pro/sheets-pivot/locale/ja-JP";
6
+ import o from "@univerjs-pro/sheets-pivot-ui/locale/ja-JP";
7
+ import m from "@univerjs-pro/sheets-print/locale/ja-JP";
8
+ import p from "@univerjs-pro/sheets-sparkline-ui/locale/ja-JP";
9
+ const l = r(
10
+ e,
11
+ i,
12
+ s,
13
+ t,
14
+ o,
15
+ m,
16
+ p
17
+ );
18
+ export {
19
+ l as default
20
+ };
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ [x: string]: any;
3
+ };
4
+ export default _default;