@univerjs/preset-sheets-node-core 0.5.0-nightly.202411230627 → 0.5.1-nightly.202412041606

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/sheets/locale/fr-FR"),r=require("@univerjs/sheets-formula/locale/fr-FR"),t=require("@univerjs/sheets-sort/locale/fr-FR"),o=e.Tools.deepMerge({},s,r,t);module.exports=o;
package/lib/cjs/worker.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@univerjs/engine-formula"),r=require("@univerjs/rpc-node"),n=require("@univerjs/sheets"),o=require("@univerjs/sheets-formula");function t(){return{plugins:[[n.UniverSheetsPlugin,{onlyRegisterFormulaRelatedMutations:!0}],e.UniverFormulaEnginePlugin,r.UniverRPCNodeWorkerPlugin,o.UniverRemoteSheetsFormulaPlugin]}}exports.UniverSheetsNodeCoreWorkerPreset=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("@univerjs/engine-formula"),t=require("@univerjs/rpc-node"),o=require("@univerjs/sheets"),n=require("@univerjs/sheets-formula");function u(){return{plugins:[[o.UniverSheetsPlugin,{onlyRegisterFormulaRelatedMutations:!0}],r.UniverFormulaEnginePlugin,t.UniverRPCNodeWorkerPlugin,n.UniverRemoteSheetsFormulaPlugin]}}exports.UniverSheetsNodeCoreWorkerPreset=u;Object.keys(r).forEach(e=>{e!=="default"&&!Object.prototype.hasOwnProperty.call(exports,e)&&Object.defineProperty(exports,e,{enumerable:!0,get:()=>r[e]})});Object.keys(t).forEach(e=>{e!=="default"&&!Object.prototype.hasOwnProperty.call(exports,e)&&Object.defineProperty(exports,e,{enumerable:!0,get:()=>t[e]})});Object.keys(o).forEach(e=>{e!=="default"&&!Object.prototype.hasOwnProperty.call(exports,e)&&Object.defineProperty(exports,e,{enumerable:!0,get:()=>o[e]})});Object.keys(n).forEach(e=>{e!=="default"&&!Object.prototype.hasOwnProperty.call(exports,e)&&Object.defineProperty(exports,e,{enumerable:!0,get:()=>n[e]})});
@@ -0,0 +1,13 @@
1
+ import { Tools as r } from "@univerjs/core";
2
+ import e from "@univerjs/sheets/locale/fr-FR";
3
+ import o from "@univerjs/sheets-formula/locale/fr-FR";
4
+ import s from "@univerjs/sheets-sort/locale/fr-FR";
5
+ const p = r.deepMerge(
6
+ {},
7
+ e,
8
+ o,
9
+ s
10
+ );
11
+ export {
12
+ p as default
13
+ };
package/lib/es/worker.js CHANGED
@@ -1,14 +1,18 @@
1
- import { UniverFormulaEnginePlugin as e } from "@univerjs/engine-formula";
2
- import { UniverRPCNodeWorkerPlugin as r } from "@univerjs/rpc-node";
1
+ import { UniverFormulaEnginePlugin as r } from "@univerjs/engine-formula";
2
+ export * from "@univerjs/engine-formula";
3
+ import { UniverRPCNodeWorkerPlugin as e } from "@univerjs/rpc-node";
4
+ export * from "@univerjs/rpc-node";
3
5
  import { UniverSheetsPlugin as o } from "@univerjs/sheets";
4
- import { UniverRemoteSheetsFormulaPlugin as i } from "@univerjs/sheets-formula";
6
+ export * from "@univerjs/sheets";
7
+ import { UniverRemoteSheetsFormulaPlugin as t } from "@univerjs/sheets-formula";
8
+ export * from "@univerjs/sheets-formula";
5
9
  function l() {
6
10
  return {
7
11
  plugins: [
8
12
  [o, { onlyRegisterFormulaRelatedMutations: !0 }],
9
- e,
10
13
  r,
11
- i
14
+ e,
15
+ t
12
16
  ]
13
17
  };
14
18
  }
@@ -1,10 +1,13 @@
1
- import { IPreset } from './types';
2
- import '@univerjs/sheets/facade';
3
- import '@univerjs/sheets-formula/facade';
4
- import '@univerjs/sheets-data-validation/facade';
5
- import '@univerjs/engine-formula/facade';
6
- import '@univerjs/sheets-filter/facade';
7
- export interface IUniverSheetsNodeCorePresetConfig {
8
- workerSrc?: string;
9
- }
10
- export declare function UniverSheetsNodeCorePreset(config: Partial<IUniverSheetsNodeCorePresetConfig>): IPreset;
1
+ export * from './umd';
2
+ export * from '@univerjs/docs';
3
+ export * from '@univerjs/engine-formula';
4
+ export * from '@univerjs/rpc-node';
5
+ export * from '@univerjs/sheets';
6
+ export * from '@univerjs/sheets-data-validation';
7
+ export * from '@univerjs/sheets-drawing';
8
+ export * from '@univerjs/sheets-filter';
9
+ export * from '@univerjs/sheets-formula';
10
+ export * from '@univerjs/sheets-hyper-link';
11
+ export * from '@univerjs/sheets-sort';
12
+ export * from '@univerjs/sheets-thread-comment';
13
+ export * from '@univerjs/thread-comment';
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -0,0 +1,10 @@
1
+ import { IPreset } from './types';
2
+ import '@univerjs/sheets/facade';
3
+ import '@univerjs/sheets-formula/facade';
4
+ import '@univerjs/sheets-data-validation/facade';
5
+ import '@univerjs/engine-formula/facade';
6
+ import '@univerjs/sheets-filter/facade';
7
+ export interface IUniverSheetsNodeCorePresetConfig {
8
+ workerSrc?: string;
9
+ }
10
+ export declare function UniverSheetsNodeCorePreset(config: Partial<IUniverSheetsNodeCorePresetConfig>): IPreset;
@@ -1,2 +1,6 @@
1
1
  import { IPreset } from './types';
2
+ export * from '@univerjs/engine-formula';
3
+ export * from '@univerjs/rpc-node';
4
+ export * from '@univerjs/sheets';
5
+ export * from '@univerjs/sheets-formula';
2
6
  export declare function UniverSheetsNodeCoreWorkerPreset(): IPreset;