@univerjs/engine-numfmt
Advanced tools
Comparing version 0.5.4 to 0.5.5-experimental.20250122-3362a4a
@@ -1,1 +0,1 @@ | ||
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const T="@@@";exports.DEFAULT_TEXT_FORMAT=T; | ||
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const DEFAULT_TEXT_FORMAT="@@@";exports.DEFAULT_TEXT_FORMAT=DEFAULT_TEXT_FORMAT; |
@@ -1,4 +0,4 @@ | ||
const T = "@@@"; | ||
const DEFAULT_TEXT_FORMAT = "@@@"; | ||
export { | ||
T as DEFAULT_TEXT_FORMAT | ||
DEFAULT_TEXT_FORMAT | ||
}; |
@@ -1,1 +0,1 @@ | ||
(function(e,n){typeof exports=="object"&&typeof module<"u"?n(exports):typeof define=="function"&&define.amd?define(["exports"],n):(e=typeof globalThis<"u"?globalThis:e||self,n(e.UniverEngineNumfmt={}))})(this,function(e){"use strict";const n="@@@";e.DEFAULT_TEXT_FORMAT=n,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})}); | ||
(function(global,factory){typeof exports=="object"&&typeof module<"u"?factory(exports):typeof define=="function"&&define.amd?define(["exports"],factory):(global=typeof globalThis<"u"?globalThis:global||self,factory(global.UniverEngineNumfmt={}))})(this,function(exports2){"use strict";const DEFAULT_TEXT_FORMAT="@@@";exports2.DEFAULT_TEXT_FORMAT=DEFAULT_TEXT_FORMAT,Object.defineProperty(exports2,Symbol.toStringTag,{value:"Module"})}); |
{ | ||
"name": "@univerjs/engine-numfmt", | ||
"version": "0.5.4", | ||
"version": "0.5.5-experimental.20250122-3362a4a", | ||
"private": false, | ||
@@ -51,3 +51,3 @@ "description": "UniverSheet normal plugin UI manager", | ||
"vitest": "^2.1.8", | ||
"@univerjs-infra/shared": "0.5.4" | ||
"@univerjs-infra/shared": "0.5.5" | ||
}, | ||
@@ -54,0 +54,0 @@ "scripts": { |
12722
8