@univerjs/preset-sheets-thread-comment 0.5.2 → 0.5.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.
- package/lib/cjs/locales/en-US.js +1 -1
- package/lib/cjs/locales/fa-IR.js +1 -1
- package/lib/cjs/locales/fr-FR.js +1 -1
- package/lib/cjs/locales/ru-RU.js +1 -1
- package/lib/cjs/locales/vi-VN.js +1 -1
- package/lib/cjs/locales/zh-CN.js +1 -1
- package/lib/cjs/locales/zh-TW.js +1 -1
- package/lib/es/locales/en-US.js +7 -7
- package/lib/es/locales/fa-IR.js +6 -6
- package/lib/es/locales/fr-FR.js +6 -6
- package/lib/es/locales/ru-RU.js +6 -6
- package/lib/es/locales/vi-VN.js +6 -6
- package/lib/es/locales/zh-CN.js +6 -6
- package/lib/es/locales/zh-TW.js +6 -6
- package/lib/index.css +1 -1
- package/lib/umd/locales/en-US.js +1 -1
- package/lib/umd/locales/fa-IR.js +1 -1
- package/lib/umd/locales/fr-FR.js +1 -1
- package/lib/umd/locales/ru-RU.js +1 -1
- package/lib/umd/locales/vi-VN.js +1 -1
- package/lib/umd/locales/zh-CN.js +1 -1
- package/lib/umd/locales/zh-TW.js +1 -1
- package/package.json +7 -7
package/lib/cjs/locales/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-thread-comment-ui/locale/en-US"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-thread-comment-ui/locale/en-US"),t=require("@univerjs/thread-comment-ui/locale/en-US"),s=e.merge({},r,t);module.exports=s;
|
package/lib/cjs/locales/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-thread-comment-ui/locale/fa-IR"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-thread-comment-ui/locale/fa-IR"),t=require("@univerjs/thread-comment-ui/locale/fa-IR"),s=e.merge({},r,t);module.exports=s;
|
package/lib/cjs/locales/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-thread-comment-ui/locale/fr-FR"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-thread-comment-ui/locale/fr-FR"),t=require("@univerjs/thread-comment-ui/locale/fr-FR"),s=e.merge({},r,t);module.exports=s;
|
package/lib/cjs/locales/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-thread-comment-ui/locale/ru-RU"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-thread-comment-ui/locale/ru-RU"),t=require("@univerjs/thread-comment-ui/locale/ru-RU"),s=e.merge({},r,t);module.exports=s;
|
package/lib/cjs/locales/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-thread-comment-ui/locale/vi-VN"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-thread-comment-ui/locale/vi-VN"),t=require("@univerjs/thread-comment-ui/locale/vi-VN"),s=e.merge({},r,t);module.exports=s;
|
package/lib/cjs/locales/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-thread-comment-ui/locale/zh-CN"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-thread-comment-ui/locale/zh-CN"),t=require("@univerjs/thread-comment-ui/locale/zh-CN"),s=e.merge({},r,t);module.exports=s;
|
package/lib/cjs/locales/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-thread-comment-ui/locale/zh-TW"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-thread-comment-ui/locale/zh-TW"),t=require("@univerjs/thread-comment-ui/locale/zh-TW"),s=e.merge({},r,t);module.exports=s;
|
package/lib/es/locales/en-US.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
const
|
|
1
|
+
import { merge as e } from "@univerjs/core";
|
|
2
|
+
import r from "@univerjs/sheets-thread-comment-ui/locale/en-US";
|
|
3
|
+
import m from "@univerjs/thread-comment-ui/locale/en-US";
|
|
4
|
+
const n = e(
|
|
5
5
|
{},
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
r,
|
|
7
|
+
m
|
|
8
8
|
);
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
n as default
|
|
11
11
|
};
|
package/lib/es/locales/fa-IR.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
const s = e
|
|
1
|
+
import { merge as e } from "@univerjs/core";
|
|
2
|
+
import r from "@univerjs/sheets-thread-comment-ui/locale/fa-IR";
|
|
3
|
+
import m from "@univerjs/thread-comment-ui/locale/fa-IR";
|
|
4
|
+
const s = e(
|
|
5
5
|
{},
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
r,
|
|
7
|
+
m
|
|
8
8
|
);
|
|
9
9
|
export {
|
|
10
10
|
s as default
|
package/lib/es/locales/fr-FR.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
const s =
|
|
1
|
+
import { merge as r } from "@univerjs/core";
|
|
2
|
+
import e from "@univerjs/sheets-thread-comment-ui/locale/fr-FR";
|
|
3
|
+
import m from "@univerjs/thread-comment-ui/locale/fr-FR";
|
|
4
|
+
const s = r(
|
|
5
5
|
{},
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
e,
|
|
7
|
+
m
|
|
8
8
|
);
|
|
9
9
|
export {
|
|
10
10
|
s as default
|
package/lib/es/locales/ru-RU.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
const s =
|
|
1
|
+
import { merge as r } from "@univerjs/core";
|
|
2
|
+
import e from "@univerjs/sheets-thread-comment-ui/locale/ru-RU";
|
|
3
|
+
import m from "@univerjs/thread-comment-ui/locale/ru-RU";
|
|
4
|
+
const s = r(
|
|
5
5
|
{},
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
e,
|
|
7
|
+
m
|
|
8
8
|
);
|
|
9
9
|
export {
|
|
10
10
|
s as default
|
package/lib/es/locales/vi-VN.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
const s = e
|
|
1
|
+
import { merge as e } from "@univerjs/core";
|
|
2
|
+
import r from "@univerjs/sheets-thread-comment-ui/locale/vi-VN";
|
|
3
|
+
import m from "@univerjs/thread-comment-ui/locale/vi-VN";
|
|
4
|
+
const s = e(
|
|
5
5
|
{},
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
r,
|
|
7
|
+
m
|
|
8
8
|
);
|
|
9
9
|
export {
|
|
10
10
|
s as default
|
package/lib/es/locales/zh-CN.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
const s = e
|
|
1
|
+
import { merge as e } from "@univerjs/core";
|
|
2
|
+
import r from "@univerjs/sheets-thread-comment-ui/locale/zh-CN";
|
|
3
|
+
import m from "@univerjs/thread-comment-ui/locale/zh-CN";
|
|
4
|
+
const s = e(
|
|
5
5
|
{},
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
r,
|
|
7
|
+
m
|
|
8
8
|
);
|
|
9
9
|
export {
|
|
10
10
|
s as default
|
package/lib/es/locales/zh-TW.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
const s = e
|
|
1
|
+
import { merge as e } from "@univerjs/core";
|
|
2
|
+
import r from "@univerjs/sheets-thread-comment-ui/locale/zh-TW";
|
|
3
|
+
import m from "@univerjs/thread-comment-ui/locale/zh-TW";
|
|
4
|
+
const s = e(
|
|
5
5
|
{},
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
r,
|
|
7
|
+
m
|
|
8
8
|
);
|
|
9
9
|
export {
|
|
10
10
|
s as default
|
package/lib/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
.univer-thread-comment-editor-buttons{margin-top:12px;display:flex;flex-direction:row;justify-content:flex-end}.univer-thread-comment-editor-suggestion{display:flex;align-items:center;font-size:13px;color:rgb(var(--color-black))}.univer-thread-comment-editor-suggestionActive{background-color:rgba(var(--grey-50))}.univer-thread-comment-editor-suggestion-icon{width:24px;height:24px;border-radius:12px;margin-right:6px}.univer-thread-comment{padding:16px;background:rgba(var(--color-white));border:1px solid rgba(var(--grey-200));border-radius:8px;box-sizing:border-box;position:relative;width:278px}.univer-thread-comment-active{box-shadow:var(--box-shadow-base)}.univer-thread-comment-content{max-height:300px;overflow-y:auto;overflow-x:hidden;scrollbar-color:rgba(var(--scrollbar-color),.7) transparent;scrollbar-gutter:auto;scrollbar-width:thin}.univer-thread-comment-highlight{background-color:rgb(var(--gold-400));position:absolute;top:0;left:0;right:0;height:6px;border-top-left-radius:6px;border-top-right-radius:6px}.univer-thread-comment-icon-container{display:flex;flex-direction:row;flex-shrink:0;flex-grow:0}.univer-thread-comment-icon{width:24px;height:24px;border-radius:3px;margin-left:4px;display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font-size:16px}.univer-thread-comment-icon:hover{background-color:rgba(var(--grey-50))}.univer-thread-comment-title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:16px;font-size:14px;line-height:20px}.univer-thread-comment-title-position{display:flex;flex-direction:row;align-items:center;flex:1 1 0;overflow:hidden}.univer-thread-comment-title-highlight{width:3px;height:14px;border-radius:1.5px;background-color:rgba(var(--gold-400));margin-right:8px;flex-shrink:0;flex-grow:0}.univer-thread-comment-title-position-text{flex:1 1 0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.univer-thread-comment-username{font-size:14px;font-weight:500;line-height:20px}.univer-thread-comment-item{margin-bottom:12px;padding-left:30px;position:relative}.univer-thread-comment-item-head{width:24px;height:24px;border-radius:12px;position:absolute;left:0;top:0}.univer-thread-comment-item-title{display:flex;justify-content:space-between;height:24px;align-items:center;margin-bottom:4px}.univer-thread-comment-item-title-position{color:rgba(var(--color-black));font-size:14px;line-height:20px}.univer-thread-comment-item-title-highlight{width:3px;height:14px;border-radius:2px;margin-right:8px;margin-top:3px;background-color:rgba(var(--gold-400))}.univer-thread-comment-item-time{font-size:12px;line-height:1.5;margin-bottom:4px;color:rgba(var(--grey-600))}.univer-thread-comment-item-content{font-size:13px;line-height:20px;color:rgba(var(--color-black))}.univer-thread-comment-item-at{color:rgba(var(--blue-400))}.univer-thread-comment-panel{min-height:100%;display:flex;flex-direction:column;padding-bottom:12px}.univer-thread-comment-panel .univer-thread-comment{margin-top:12px}.univer-thread-comment-panel-forms{display:flex;flex-direction:row;justify-content:space-between;margin-top:12px}.univer-thread-comment-panel-forms .univer-select{width:120px}.univer-thread-comment-panel-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;color:rgb(var(--grey-600));font-size:13px;flex:1}.univer-thread-comment-panel-add{margin-top:8px;display:flex;flex-direction:row}.univer-thread-comment-panel-add svg{margin-right:6px}.univer-thread-comment-panel-solved{margin-top:12px;font-size:var(--font-size-xs)}
|
package/lib/umd/locales/en-US.js
CHANGED
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// locale/en-US
|
|
10
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/sheets-thread-comment-ui/locale/en-US"),require("@univerjs/thread-comment-ui/locale/en-US")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-thread-comment-ui/locale/en-US","@univerjs/thread-comment-ui/locale/en-US"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsThreadCommentEnUS=n(e.UniverCore,e.UniverSheetsThreadCommentUiEnUS,e.UniverThreadCommentUiEnUS))})(this,function(e,n,i){"use strict";return e.
|
|
10
|
+
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/sheets-thread-comment-ui/locale/en-US"),require("@univerjs/thread-comment-ui/locale/en-US")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-thread-comment-ui/locale/en-US","@univerjs/thread-comment-ui/locale/en-US"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsThreadCommentEnUS=n(e.UniverCore,e.UniverSheetsThreadCommentUiEnUS,e.UniverThreadCommentUiEnUS))})(this,function(e,n,i){"use strict";return e.merge({},n,i)});
|
package/lib/umd/locales/fa-IR.js
CHANGED
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// locale/fa-IR
|
|
10
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/sheets-thread-comment-ui/locale/fa-IR"),require("@univerjs/thread-comment-ui/locale/fa-IR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-thread-comment-ui/locale/fa-IR","@univerjs/thread-comment-ui/locale/fa-IR"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsThreadCommentFaIR=n(e.UniverCore,e.UniverSheetsThreadCommentUiFaIR,e.UniverThreadCommentUiFaIR))})(this,function(e,n,i){"use strict";return e.
|
|
10
|
+
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/sheets-thread-comment-ui/locale/fa-IR"),require("@univerjs/thread-comment-ui/locale/fa-IR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-thread-comment-ui/locale/fa-IR","@univerjs/thread-comment-ui/locale/fa-IR"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsThreadCommentFaIR=n(e.UniverCore,e.UniverSheetsThreadCommentUiFaIR,e.UniverThreadCommentUiFaIR))})(this,function(e,n,i){"use strict";return e.merge({},n,i)});
|
package/lib/umd/locales/fr-FR.js
CHANGED
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// locale/fr-FR
|
|
10
|
-
(function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs/sheets-thread-comment-ui/locale/fr-FR"),require("@univerjs/thread-comment-ui/locale/fr-FR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-thread-comment-ui/locale/fr-FR","@univerjs/thread-comment-ui/locale/fr-FR"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsThreadCommentFrFR=r(e.UniverCore,e.UniverSheetsThreadCommentUiFrFR,e.UniverThreadCommentUiFrFR))})(this,function(e,r,n){"use strict";return e.
|
|
10
|
+
(function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs/sheets-thread-comment-ui/locale/fr-FR"),require("@univerjs/thread-comment-ui/locale/fr-FR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-thread-comment-ui/locale/fr-FR","@univerjs/thread-comment-ui/locale/fr-FR"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsThreadCommentFrFR=r(e.UniverCore,e.UniverSheetsThreadCommentUiFrFR,e.UniverThreadCommentUiFrFR))})(this,function(e,r,n){"use strict";return e.merge({},r,n)});
|
package/lib/umd/locales/ru-RU.js
CHANGED
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// locale/ru-RU
|
|
10
|
-
(function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs/sheets-thread-comment-ui/locale/ru-RU"),require("@univerjs/thread-comment-ui/locale/ru-RU")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-thread-comment-ui/locale/ru-RU","@univerjs/thread-comment-ui/locale/ru-RU"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsThreadCommentRuRU=r(e.UniverCore,e.UniverSheetsThreadCommentUiRuRU,e.UniverThreadCommentUiRuRU))})(this,function(e,r,n){"use strict";return e.
|
|
10
|
+
(function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs/sheets-thread-comment-ui/locale/ru-RU"),require("@univerjs/thread-comment-ui/locale/ru-RU")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-thread-comment-ui/locale/ru-RU","@univerjs/thread-comment-ui/locale/ru-RU"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsThreadCommentRuRU=r(e.UniverCore,e.UniverSheetsThreadCommentUiRuRU,e.UniverThreadCommentUiRuRU))})(this,function(e,r,n){"use strict";return e.merge({},r,n)});
|
package/lib/umd/locales/vi-VN.js
CHANGED
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// locale/vi-VN
|
|
10
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-thread-comment-ui/locale/vi-VN"),require("@univerjs/thread-comment-ui/locale/vi-VN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-thread-comment-ui/locale/vi-VN","@univerjs/thread-comment-ui/locale/vi-VN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsThreadCommentViVN=i(e.UniverCore,e.UniverSheetsThreadCommentUiViVN,e.UniverThreadCommentUiViVN))})(this,function(e,i,n){"use strict";return e.
|
|
10
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-thread-comment-ui/locale/vi-VN"),require("@univerjs/thread-comment-ui/locale/vi-VN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-thread-comment-ui/locale/vi-VN","@univerjs/thread-comment-ui/locale/vi-VN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsThreadCommentViVN=i(e.UniverCore,e.UniverSheetsThreadCommentUiViVN,e.UniverThreadCommentUiViVN))})(this,function(e,i,n){"use strict";return e.merge({},i,n)});
|
package/lib/umd/locales/zh-CN.js
CHANGED
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// locale/zh-CN
|
|
10
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/sheets-thread-comment-ui/locale/zh-CN"),require("@univerjs/thread-comment-ui/locale/zh-CN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-thread-comment-ui/locale/zh-CN","@univerjs/thread-comment-ui/locale/zh-CN"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsThreadCommentZhCN=n(e.UniverCore,e.UniverSheetsThreadCommentUiZhCN,e.UniverThreadCommentUiZhCN))})(this,function(e,n,i){"use strict";return e.
|
|
10
|
+
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/sheets-thread-comment-ui/locale/zh-CN"),require("@univerjs/thread-comment-ui/locale/zh-CN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-thread-comment-ui/locale/zh-CN","@univerjs/thread-comment-ui/locale/zh-CN"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsThreadCommentZhCN=n(e.UniverCore,e.UniverSheetsThreadCommentUiZhCN,e.UniverThreadCommentUiZhCN))})(this,function(e,n,i){"use strict";return e.merge({},n,i)});
|
package/lib/umd/locales/zh-TW.js
CHANGED
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// locale/zh-TW
|
|
10
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/sheets-thread-comment-ui/locale/zh-TW"),require("@univerjs/thread-comment-ui/locale/zh-TW")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-thread-comment-ui/locale/zh-TW","@univerjs/thread-comment-ui/locale/zh-TW"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsThreadCommentZhTW=n(e.UniverCore,e.UniverSheetsThreadCommentUiZhTW,e.UniverThreadCommentUiZhTW))})(this,function(e,n,i){"use strict";return e.
|
|
10
|
+
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/sheets-thread-comment-ui/locale/zh-TW"),require("@univerjs/thread-comment-ui/locale/zh-TW")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-thread-comment-ui/locale/zh-TW","@univerjs/thread-comment-ui/locale/zh-TW"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsThreadCommentZhTW=n(e.UniverCore,e.UniverSheetsThreadCommentUiZhTW,e.UniverThreadCommentUiZhTW))})(this,function(e,n,i){"use strict";return e.merge({},n,i)});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/preset-sheets-thread-comment",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -57,15 +57,15 @@
|
|
|
57
57
|
"rxjs": ">=7.0.0"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@univerjs/sheets-thread-comment": "0.5.
|
|
61
|
-
"@univerjs/sheets-thread-comment-ui": "0.5.
|
|
62
|
-
"@univerjs/thread-comment": "0.5.
|
|
63
|
-
"@univerjs/thread-comment-ui": "0.5.
|
|
60
|
+
"@univerjs/sheets-thread-comment": "0.5.3",
|
|
61
|
+
"@univerjs/sheets-thread-comment-ui": "0.5.3",
|
|
62
|
+
"@univerjs/thread-comment": "0.5.3",
|
|
63
|
+
"@univerjs/thread-comment-ui": "0.5.3"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@univerjs/core": "0.5.
|
|
66
|
+
"@univerjs/core": "0.5.3",
|
|
67
67
|
"typescript": "^5.7.2",
|
|
68
|
-
"@univerjs-infra/shared": "0.5.
|
|
68
|
+
"@univerjs-infra/shared": "0.5.3"
|
|
69
69
|
},
|
|
70
70
|
"scripts": {
|
|
71
71
|
"prebuild:preset": "tsx prepare.ts",
|