@univerjs/uniscript 0.6.1 → 0.6.2
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.
- package/lib/cjs/index.js +1 -1
- package/lib/{cssMode-BSTE4W4N.js → cssMode-era6wQH_.js} +1 -1
- package/lib/es/index.js +4 -4
- package/lib/{freemarker2-Bd2NBmZK.js → freemarker2-CGb85lZR.js} +1 -1
- package/lib/{handlebars-BCGzvPOH.js → handlebars-ygGtX1y2.js} +1 -1
- package/lib/{html-BHWhpc8c.js → html-B1Fqdx1K.js} +1 -1
- package/lib/{htmlMode-CwC7anxw.js → htmlMode-wZyMMNWh.js} +1 -1
- package/lib/{index-DvHde5kK.js → index-B65xKOl3.js} +17 -17
- package/lib/{javascript-BJMlJRCb.js → javascript-Dj_1b88q.js} +1 -1
- package/lib/{jsonMode-OqS-HhMg.js → jsonMode-DbNAmWI1.js} +1 -1
- package/lib/{liquid-CfZ8PgSp.js → liquid-DC00Qpqk.js} +1 -1
- package/lib/{mdx-BUjswOJK.js → mdx-YLL1IUb6.js} +1 -1
- package/lib/{python-Dl5a8CBB.js → python-Cw9kCaMp.js} +1 -1
- package/lib/{razor-CvXbBy-7.js → razor-DVe3b9Kl.js} +1 -1
- package/lib/{tsMode-BYGn97tS.js → tsMode-DLFts7sZ.js} +1 -1
- package/lib/{typescript-Dou0rb5v.js → typescript-ZVNo_CJ2.js} +1 -1
- package/lib/umd/index.js +2 -2
- package/lib/{xml-Dn3wDsMp.js → xml-D3v_Zvp4.js} +1 -1
- package/lib/{yaml-BF_kiZpF.js → yaml-CZyrN4lk.js} +1 -1
- package/package.json +9 -9
package/lib/cjs/index.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index-
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index-B65xKOl3.js");exports.IUniscriptExecutionService=e.IUniscriptExecutionService;Object.defineProperty(exports,"ScriptEditorService",{enumerable:!0,get:()=>e.ScriptEditorService});exports.ToggleScriptPanelOperation=e.ToggleScriptPanelOperation;Object.defineProperty(exports,"UniverUniscriptPlugin",{enumerable:!0,get:()=>e.UniverUniscriptPlugin});
|
@@ -1,4 +1,4 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const ht=require("./index-
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const ht=require("./index-B65xKOl3.js");/*!-----------------------------------------------------------------------------
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
3
3
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
4
4
|
* Released under the MIT license
|
package/lib/es/index.js
CHANGED
@@ -34896,10 +34896,10 @@ const i0 = [], Dr = class Dr {
|
|
34896
34896
|
return Dr.create(t, i);
|
34897
34897
|
}
|
34898
34898
|
intersects(e) {
|
34899
|
-
if (this.items & e.items)
|
34899
|
+
if ((this.items & e.items) !== 0)
|
34900
34900
|
return !0;
|
34901
34901
|
for (let t = 0; t < Math.min(this.additionalItems.length, e.additionalItems.length); t++)
|
34902
|
-
if (this.additionalItems[t] & e.additionalItems[t])
|
34902
|
+
if ((this.additionalItems[t] & e.additionalItems[t]) !== 0)
|
34903
34903
|
return !0;
|
34904
34904
|
return !1;
|
34905
34905
|
}
|
@@ -76815,12 +76815,12 @@ de(new class extends Ji {
|
|
76815
76815
|
}());
|
76816
76816
|
let UJ = class xF {
|
76817
76817
|
constructor(e, t) {
|
76818
|
-
if (this.flags = t, this.flags & 1) {
|
76818
|
+
if (this.flags = t, (this.flags & 1) !== 0) {
|
76819
76819
|
const i = e.getModel();
|
76820
76820
|
this.modelVersionId = i ? op("{0}#{1}", i.uri.toString(), i.getVersionId()) : null;
|
76821
76821
|
} else
|
76822
76822
|
this.modelVersionId = null;
|
76823
|
-
this.flags & 4 ? this.position = e.getPosition() : this.position = null, this.flags & 2 ? this.selection = e.getSelection() : this.selection = null, this.flags & 8 ? (this.scrollLeft = e.getScrollLeft(), this.scrollTop = e.getScrollTop()) : (this.scrollLeft = -1, this.scrollTop = -1);
|
76823
|
+
(this.flags & 4) !== 0 ? this.position = e.getPosition() : this.position = null, (this.flags & 2) !== 0 ? this.selection = e.getSelection() : this.selection = null, (this.flags & 8) !== 0 ? (this.scrollLeft = e.getScrollLeft(), this.scrollTop = e.getScrollTop()) : (this.scrollLeft = -1, this.scrollTop = -1);
|
76824
76824
|
}
|
76825
76825
|
_equals(e) {
|
76826
76826
|
if (!(e instanceof xF))
|
@@ -1,4 +1,4 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const f=require("./index-
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const f=require("./index-B65xKOl3.js");/*!-----------------------------------------------------------------------------
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
3
3
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
4
4
|
* Released under the MIT license
|
@@ -1,4 +1,4 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./index-
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./index-B65xKOl3.js");/*!-----------------------------------------------------------------------------
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
3
3
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
4
4
|
* Released under the MIT license
|
@@ -1,4 +1,4 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index-
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index-B65xKOl3.js");/*!-----------------------------------------------------------------------------
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
3
3
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
4
4
|
* Released under the MIT license
|
@@ -1,4 +1,4 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const ft=require("./index-
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const ft=require("./index-B65xKOl3.js");/*!-----------------------------------------------------------------------------
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
3
3
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
4
4
|
* Released under the MIT license
|