@univerjs/sheets-formula-ui 0.7.0 → 0.8.0-beta.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.
- package/lib/cjs/index.js +6 -9
- package/lib/cjs/locale/en-US.js +2 -2
- package/lib/cjs/locale/fa-IR.js +2 -2
- package/lib/cjs/locale/fr-FR.js +2 -2
- package/lib/cjs/locale/ru-RU.js +2 -2
- package/lib/cjs/locale/vi-VN.js +2 -2
- package/lib/cjs/locale/zh-CN.js +2 -2
- package/lib/cjs/locale/zh-TW.js +2 -2
- package/lib/es/index.js +1483 -1411
- package/lib/es/locale/en-US.js +10 -5
- package/lib/es/locale/fa-IR.js +10 -5
- package/lib/es/locale/fr-FR.js +10 -5
- package/lib/es/locale/ru-RU.js +10 -5
- package/lib/es/locale/vi-VN.js +19 -0
- package/lib/es/locale/zh-CN.js +10 -5
- package/lib/es/locale/zh-TW.js +10 -5
- package/lib/index.css +1 -1
- package/lib/index.js +1483 -1411
- package/lib/locale/en-US.js +10 -5
- package/lib/locale/fa-IR.js +10 -5
- package/lib/locale/fr-FR.js +10 -5
- package/lib/locale/ru-RU.js +10 -5
- package/lib/locale/vi-VN.js +19 -0
- package/lib/locale/zh-CN.js +10 -5
- package/lib/locale/zh-TW.js +10 -5
- package/lib/types/controllers/menu.d.ts +6 -0
- package/lib/types/controllers/shortcuts/quick-sum.shortcut.d.ts +2 -0
- package/lib/types/locale/en-US.d.ts +7 -2
- package/lib/types/locale/fa-IR.d.ts +7 -2
- package/lib/types/locale/fr-FR.d.ts +7 -2
- package/lib/types/locale/function-list/lookup/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/lookup/fr-FR.d.ts +2 -2
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +2 -2
- package/lib/types/locale/function-list/lookup/vi-VN.d.ts +18 -0
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +2 -2
- package/lib/types/locale/function-list/lookup/zh-TW.d.ts +2 -2
- package/lib/types/locale/ru-RU.d.ts +7 -2
- package/lib/types/locale/vi-VN.d.ts +23 -0
- package/lib/types/locale/zh-CN.d.ts +7 -2
- package/lib/types/locale/zh-TW.d.ts +7 -2
- package/lib/types/views/formula-editor/search-function/SearchFunction.d.ts +1 -2
- package/lib/types/views/more-functions/function-params/FunctionParams.d.ts +3 -3
- package/lib/umd/index.js +6 -9
- package/lib/umd/locale/en-US.js +2 -2
- package/lib/umd/locale/fa-IR.js +2 -2
- package/lib/umd/locale/fr-FR.js +2 -2
- package/lib/umd/locale/ru-RU.js +2 -2
- package/lib/umd/locale/vi-VN.js +2 -2
- package/lib/umd/locale/zh-CN.js +2 -2
- package/lib/umd/locale/zh-TW.js +2 -2
- package/package.json +14 -14
package/lib/es/locale/en-US.js
CHANGED
|
@@ -3812,17 +3812,17 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
3812
3812
|
}
|
|
3813
3813
|
},
|
|
3814
3814
|
HYPERLINK: {
|
|
3815
|
-
description: "Creates a
|
|
3816
|
-
abstract: "Creates a
|
|
3815
|
+
description: "Creates a hyperlink inside a cell.",
|
|
3816
|
+
abstract: "Creates a hyperlink inside a cell.",
|
|
3817
3817
|
links: [
|
|
3818
3818
|
{
|
|
3819
3819
|
title: "Instruction",
|
|
3820
|
-
url: "https://support.
|
|
3820
|
+
url: "https://support.google.com/docs/answer/3093313?sjid=14131674310032162335-NC&hl=en"
|
|
3821
3821
|
}
|
|
3822
3822
|
],
|
|
3823
3823
|
functionParameter: {
|
|
3824
|
-
|
|
3825
|
-
|
|
3824
|
+
url: { name: "url", detail: "The full URL of the link location enclosed in quotation marks, or a reference to a cell containing such a URL." },
|
|
3825
|
+
linkLabel: { name: "link_label", detail: "The text to display in the cell as the link, enclosed in quotation marks, or a reference to a cell containing such a label." }
|
|
3826
3826
|
}
|
|
3827
3827
|
},
|
|
3828
3828
|
IMAGE: {
|
|
@@ -7821,6 +7821,11 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
|
|
|
7821
7821
|
}
|
|
7822
7822
|
}
|
|
7823
7823
|
}, p = {
|
|
7824
|
+
shortcut: {
|
|
7825
|
+
"sheets-formula-ui": {
|
|
7826
|
+
"quick-sum": "Quick Sum"
|
|
7827
|
+
}
|
|
7828
|
+
},
|
|
7824
7829
|
formula: {
|
|
7825
7830
|
insert: {
|
|
7826
7831
|
tooltip: "Functions",
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -3812,17 +3812,17 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
3812
3812
|
}
|
|
3813
3813
|
},
|
|
3814
3814
|
HYPERLINK: {
|
|
3815
|
-
description: "Creates a
|
|
3816
|
-
abstract: "Creates a
|
|
3815
|
+
description: "Creates a hyperlink inside a cell.",
|
|
3816
|
+
abstract: "Creates a hyperlink inside a cell.",
|
|
3817
3817
|
links: [
|
|
3818
3818
|
{
|
|
3819
3819
|
title: "Instruction",
|
|
3820
|
-
url: "https://support.
|
|
3820
|
+
url: "https://support.google.com/docs/answer/3093313?sjid=14131674310032162335-NC&hl=en"
|
|
3821
3821
|
}
|
|
3822
3822
|
],
|
|
3823
3823
|
functionParameter: {
|
|
3824
|
-
|
|
3825
|
-
|
|
3824
|
+
url: { name: "url", detail: "The full URL of the link location enclosed in quotation marks, or a reference to a cell containing such a URL." },
|
|
3825
|
+
linkLabel: { name: "link_label", detail: "The text to display in the cell as the link, enclosed in quotation marks, or a reference to a cell containing such a label." }
|
|
3826
3826
|
}
|
|
3827
3827
|
},
|
|
3828
3828
|
IMAGE: {
|
|
@@ -7821,6 +7821,11 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
|
|
|
7821
7821
|
}
|
|
7822
7822
|
}
|
|
7823
7823
|
}, p = {
|
|
7824
|
+
shortcut: {
|
|
7825
|
+
"sheets-formula-ui": {
|
|
7826
|
+
"quick-sum": "جمع سریع"
|
|
7827
|
+
}
|
|
7828
|
+
},
|
|
7824
7829
|
formula: {
|
|
7825
7830
|
insert: {
|
|
7826
7831
|
tooltip: "توابع",
|
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -3812,17 +3812,17 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
3812
3812
|
}
|
|
3813
3813
|
},
|
|
3814
3814
|
HYPERLINK: {
|
|
3815
|
-
description: "Creates a
|
|
3816
|
-
abstract: "Creates a
|
|
3815
|
+
description: "Creates a hyperlink inside a cell.",
|
|
3816
|
+
abstract: "Creates a hyperlink inside a cell.",
|
|
3817
3817
|
links: [
|
|
3818
3818
|
{
|
|
3819
3819
|
title: "Instruction",
|
|
3820
|
-
url: "https://support.
|
|
3820
|
+
url: "https://support.google.com/docs/answer/3093313?sjid=14131674310032162335-NC&hl=en"
|
|
3821
3821
|
}
|
|
3822
3822
|
],
|
|
3823
3823
|
functionParameter: {
|
|
3824
|
-
|
|
3825
|
-
|
|
3824
|
+
url: { name: "url", detail: "The full URL of the link location enclosed in quotation marks, or a reference to a cell containing such a URL." },
|
|
3825
|
+
linkLabel: { name: "link_label", detail: "The text to display in the cell as the link, enclosed in quotation marks, or a reference to a cell containing such a label." }
|
|
3826
3826
|
}
|
|
3827
3827
|
},
|
|
3828
3828
|
IMAGE: {
|
|
@@ -7821,6 +7821,11 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
|
|
|
7821
7821
|
}
|
|
7822
7822
|
}
|
|
7823
7823
|
}, p = {
|
|
7824
|
+
shortcut: {
|
|
7825
|
+
"sheets-formula-ui": {
|
|
7826
|
+
"quick-sum": "Somme rapide"
|
|
7827
|
+
}
|
|
7828
|
+
},
|
|
7824
7829
|
formula: {
|
|
7825
7830
|
insert: {
|
|
7826
7831
|
tooltip: "Fonctions",
|
package/lib/es/locale/ru-RU.js
CHANGED
|
@@ -3812,17 +3812,17 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
3812
3812
|
}
|
|
3813
3813
|
},
|
|
3814
3814
|
HYPERLINK: {
|
|
3815
|
-
description: "Creates a
|
|
3816
|
-
abstract: "Creates a
|
|
3815
|
+
description: "Creates a hyperlink inside a cell.",
|
|
3816
|
+
abstract: "Creates a hyperlink inside a cell.",
|
|
3817
3817
|
links: [
|
|
3818
3818
|
{
|
|
3819
3819
|
title: "Instruction",
|
|
3820
|
-
url: "https://support.
|
|
3820
|
+
url: "https://support.google.com/docs/answer/3093313?sjid=14131674310032162335-NC&hl=en"
|
|
3821
3821
|
}
|
|
3822
3822
|
],
|
|
3823
3823
|
functionParameter: {
|
|
3824
|
-
|
|
3825
|
-
|
|
3824
|
+
url: { name: "url", detail: "The full URL of the link location enclosed in quotation marks, or a reference to a cell containing such a URL." },
|
|
3825
|
+
linkLabel: { name: "link_label", detail: "The text to display in the cell as the link, enclosed in quotation marks, or a reference to a cell containing such a label." }
|
|
3826
3826
|
}
|
|
3827
3827
|
},
|
|
3828
3828
|
IMAGE: {
|
|
@@ -7821,6 +7821,11 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
|
|
|
7821
7821
|
}
|
|
7822
7822
|
}
|
|
7823
7823
|
}, p = {
|
|
7824
|
+
shortcut: {
|
|
7825
|
+
"sheets-formula-ui": {
|
|
7826
|
+
"quick-sum": "Быстрая сумма"
|
|
7827
|
+
}
|
|
7828
|
+
},
|
|
7824
7829
|
formula: {
|
|
7825
7830
|
insert: {
|
|
7826
7831
|
tooltip: "Функции",
|
package/lib/es/locale/vi-VN.js
CHANGED
|
@@ -3821,6 +3821,20 @@ Nếu index_num là số thập phân, nó sẽ bị cắt bỏ thành số nguy
|
|
|
3821
3821
|
array2: { name: "mảng", detail: "Mảng để nối thêm." }
|
|
3822
3822
|
}
|
|
3823
3823
|
},
|
|
3824
|
+
HYPERLINK: {
|
|
3825
|
+
description: "Tạo một đường siêu liên kết bên trong ô",
|
|
3826
|
+
abstract: "Tạo một đường siêu liên kết bên trong ô",
|
|
3827
|
+
links: [
|
|
3828
|
+
{
|
|
3829
|
+
title: "Hướng dẫn",
|
|
3830
|
+
url: "https://support.google.com/docs/answer/3093313?sjid=14131674310032162335-NC&hl=vi"
|
|
3831
|
+
}
|
|
3832
|
+
],
|
|
3833
|
+
functionParameter: {
|
|
3834
|
+
url: { name: "url", detail: "URL đầy đủ về vị trí liên kết được đóng trong dấu ngoặc kép hoặc tham chiếu đến ô có chứa URL này." },
|
|
3835
|
+
linkLabel: { name: "nhãn_đường_liên_kết", detail: "Văn bản cần hiển thị trong ô như là một đường liên kết, được đóng trong dấu ngoặc kép hoặc tham chiếu đến ô có chứa nhãn này." }
|
|
3836
|
+
}
|
|
3837
|
+
},
|
|
3824
3838
|
INDEX: {
|
|
3825
3839
|
description: "Trả về tham chiếu của ô nằm ở giao cắt của một hàng và cột cụ thể. Nếu tham chiếu được tạo thành từ các vùng chọn không liền kề, bạn có thể chọn vùng chọn để tìm trong đó.",
|
|
3826
3840
|
abstract: "Chọn một giá trị từ một tham chiếu hoặc mảng bằng chỉ mục",
|
|
@@ -7618,6 +7632,11 @@ Ví dụ: bạn có thể sử dụng một số như 32, một so sánh như ">
|
|
|
7618
7632
|
}
|
|
7619
7633
|
}
|
|
7620
7634
|
}, p = {
|
|
7635
|
+
shortcut: {
|
|
7636
|
+
"sheets-formula-ui": {
|
|
7637
|
+
"quick-sum": "Tổng nhanh"
|
|
7638
|
+
}
|
|
7639
|
+
},
|
|
7621
7640
|
formula: {
|
|
7622
7641
|
insert: {
|
|
7623
7642
|
tooltip: "Hàm",
|
package/lib/es/locale/zh-CN.js
CHANGED
|
@@ -3795,17 +3795,17 @@ const t = {
|
|
|
3795
3795
|
}
|
|
3796
3796
|
},
|
|
3797
3797
|
HYPERLINK: {
|
|
3798
|
-
description: "
|
|
3799
|
-
abstract: "
|
|
3798
|
+
description: "在单元格内创建一个超链接",
|
|
3799
|
+
abstract: "在单元格内创建一个超链接",
|
|
3800
3800
|
links: [
|
|
3801
3801
|
{
|
|
3802
3802
|
title: "教学",
|
|
3803
|
-
url: "https://support.
|
|
3803
|
+
url: "https://support.google.com/docs/answer/3093313?sjid=14131674310032162335-NC&hl=zh-Hans"
|
|
3804
3804
|
}
|
|
3805
3805
|
],
|
|
3806
3806
|
functionParameter: {
|
|
3807
|
-
|
|
3808
|
-
|
|
3807
|
+
url: { name: "网址", detail: "以引号括住的链接位置的完整网址,或对包含这种网址的单元格的引用。" },
|
|
3808
|
+
linkLabel: { name: "链接标签", detail: "要在单元格中作为链接显示的文本(用引号括起来的),或者指向包含这种标签的单元格的引用。" }
|
|
3809
3809
|
}
|
|
3810
3810
|
},
|
|
3811
3811
|
IMAGE: {
|
|
@@ -7798,6 +7798,11 @@ COUNTIF 仅使用一个条件。 如果要使用多个条件,请使用 COUNTIF
|
|
|
7798
7798
|
}
|
|
7799
7799
|
}
|
|
7800
7800
|
}, b = {
|
|
7801
|
+
shortcut: {
|
|
7802
|
+
"sheets-formula-ui": {
|
|
7803
|
+
"quick-sum": "快速求和"
|
|
7804
|
+
}
|
|
7805
|
+
},
|
|
7801
7806
|
formula: {
|
|
7802
7807
|
insert: {
|
|
7803
7808
|
tooltip: "函数",
|
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -3791,17 +3791,17 @@ const t = {
|
|
|
3791
3791
|
}
|
|
3792
3792
|
},
|
|
3793
3793
|
HYPERLINK: {
|
|
3794
|
-
description: "
|
|
3795
|
-
abstract: "
|
|
3794
|
+
description: "在儲存格內建立超連結",
|
|
3795
|
+
abstract: "在儲存格內建立超連結",
|
|
3796
3796
|
links: [
|
|
3797
3797
|
{
|
|
3798
3798
|
title: "教導",
|
|
3799
|
-
url: "https://support.
|
|
3799
|
+
url: "https://support.google.com/docs/answer/3093313?sjid=14131674310032162335-NC&hl=zh-Hant"
|
|
3800
3800
|
}
|
|
3801
3801
|
],
|
|
3802
3802
|
functionParameter: {
|
|
3803
|
-
|
|
3804
|
-
|
|
3803
|
+
url: { name: "網址", detail: "連結位置的完整網址 (括在引號中),或是包含這類網址的儲存格參照。" },
|
|
3804
|
+
linkLabel: { name: "連結標籤", detail: "要顯示在儲存格中做為連結的文字,括在引號中,或者為包含此標籤的儲存格參照。" }
|
|
3805
3805
|
}
|
|
3806
3806
|
},
|
|
3807
3807
|
IMAGE: {
|
|
@@ -7792,6 +7792,11 @@ COUNTIF 只使用一個條件。 如果要使用多個條件,請使用 COUNTIF
|
|
|
7792
7792
|
}
|
|
7793
7793
|
}
|
|
7794
7794
|
}, b = {
|
|
7795
|
+
shortcut: {
|
|
7796
|
+
"sheets-formula-ui": {
|
|
7797
|
+
"quick-sum": "快速求和"
|
|
7798
|
+
}
|
|
7799
|
+
},
|
|
7795
7800
|
formula: {
|
|
7796
7801
|
insert: {
|
|
7797
7802
|
tooltip: "函數",
|
package/lib/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.univer-absolute{position:absolute}.univer-relative{position:relative}.univer-left-1\.5{left:6px}.univer-top-1\/2{top:50%}.univer-z-\[15\]{z-index:15}.univer-m-0{margin:0}.-univer-mx-6{margin-left:-24px;margin-right:-24px}.univer-mx-0{margin-left:0;margin-right:0}.univer-my-1{margin-top:4px;margin-bottom:4px}.univer-my-2{margin-top:8px;margin-bottom:8px}.univer-mb-
|
|
1
|
+
.univer-absolute{position:absolute}.univer-relative{position:relative}.univer-left-1\.5{left:6px}.univer-top-1\/2{top:50%}.univer-z-\[15\]{z-index:15}.univer-m-0{margin:0}.-univer-mx-6{margin-left:-24px;margin-right:-24px}.univer-mx-0{margin-left:0;margin-right:0}.univer-my-1{margin-top:4px;margin-bottom:4px}.univer-my-2{margin-top:8px;margin-bottom:8px}.univer-mb-2{margin-bottom:8px}.univer-mb-5{margin-bottom:20px}.univer-ml-2{margin-left:8px}.univer-ml-4{margin-left:16px}.univer-mr-0{margin-right:0}.univer-mt-0{margin-top:0}.univer-mt-1{margin-top:4px}.univer-mt-2{margin-top:8px}.univer-mt-3{margin-top:12px}.univer-box-border{box-sizing:border-box}.univer-block{display:block}.univer-flex{display:flex}.univer-inline-flex{display:inline-flex}.univer-h-6{height:24px}.univer-h-\[18px\]{height:18px}.univer-h-\[364px\]{height:364px}.univer-h-full{height:100%}.univer-max-h-60{max-height:240px}.univer-max-h-72{max-height:288px}.univer-max-h-80{max-height:320px}.univer-max-h-\[350px\]{max-height:350px}.univer-max-h-\[400px\]{max-height:400px}.univer-w-6{width:24px}.univer-w-\[250px\]{width:250px}.univer-w-full{width:100%}.univer-flex-1{flex:1 1 0%}.-univer-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),-50%) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.univer-cursor-pointer{cursor:pointer}.univer-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.univer-list-none{list-style-type:none}.univer-flex-col{flex-direction:column}.univer-items-center{align-items:center}.univer-justify-end{justify-content:flex-end}.univer-justify-center{justify-content:center}.univer-justify-between{justify-content:space-between}.univer-justify-around{justify-content:space-around}.univer-gap-2{gap:8px}.univer-gap-4{gap:16px}.univer-overflow-visible{overflow:visible}.univer-overflow-y-auto{overflow-y:auto}.univer-whitespace-nowrap{white-space:nowrap}.univer-whitespace-pre-wrap{white-space:pre-wrap}.univer-break-words{word-wrap:break-word}.univer-break-all{word-break:break-all}.univer-rounded{border-radius:4px}.univer-rounded-lg{border-radius:8px}.univer-rounded-none{border-radius:0}.univer-rounded-l{border-top-left-radius:4px;border-bottom-left-radius:4px}.univer-border{border-width:1px}.univer-border-r-0{border-right-width:0px}.univer-border-gray-600{border-color:var(--univer-gray-600)}.univer-border-primary-600{border-color:var(--univer-primary-600)}.\!univer-bg-gray-600{background-color:var(--univer-gray-600)!important}.univer-bg-gray-200{background-color:var(--univer-gray-200)}.univer-bg-primary-600{background-color:var(--univer-primary-600)}.univer-bg-transparent{background-color:transparent}.univer-bg-white{background-color:var(--univer-white)}.univer-p-0{padding:0}.univer-p-0\.5{padding:2px}.univer-p-2{padding:8px}.univer-p-3{padding:12px}.univer-px-2{padding-left:8px;padding-right:8px}.univer-px-4{padding-left:16px;padding-right:16px}.univer-px-6{padding-left:24px;padding-right:24px}.univer-px-7{padding-left:28px;padding-right:28px}.univer-py-1{padding-top:4px;padding-bottom:4px}.univer-py-2{padding-top:8px;padding-bottom:8px}.univer-py-3{padding-top:12px;padding-bottom:12px}.univer-pb-3{padding-bottom:12px}.univer-pt-0{padding-top:0}.univer-text-base{font-size:16px;line-height:24px}.univer-text-sm{font-size:14px;line-height:20px}.univer-text-xs{font-size:12px;line-height:16px}.univer-font-bold{font-weight:700}.univer-font-medium{font-weight:500}.univer-leading-5{line-height:20px}.univer-leading-\[13px\]{line-height:13px}.univer-text-gray-400{color:var(--univer-gray-400)}.univer-text-gray-500{color:var(--univer-gray-500)}.univer-text-gray-600{color:var(--univer-gray-600)}.univer-text-gray-900{color:var(--univer-gray-900)}.univer-text-primary-500{color:var(--univer-primary-500)}.univer-text-primary-600{color:var(--univer-primary-600)}.univer-text-red-500{color:var(--univer-red-500)}.univer-text-white{color:var(--univer-white)}.univer-shadow-md{--tw-shadow: 0px 1px 6px -2px rgba(30, 40, 77, .08), 0px 2px 6px -1px rgba(30, 40, 77, .1);--tw-shadow-colored: 0px 1px 6px -2px var(--tw-shadow-color), 0px 2px 6px -1px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,0 1px 6px -2px #1e284d14,0 2px 6px -1px #1e284d1a;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)),var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)),var(--tw-shadow)}.univer-outline-none{outline:2px solid transparent;outline-offset:2px}.univer-ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 rgba(0,0,0,0))}.univer-ring-primary-500{--tw-ring-color: var(--univer-primary-500) }.univer-ring-red-500{--tw-ring-color: var(--univer-red-500) }.univer-transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\:univer-bg-gray-200:hover{background-color:var(--univer-gray-200)}.hover\:univer-bg-gray-300:hover{background-color:var(--univer-gray-300)}.dark\:\!univer-bg-gray-600:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-600)!important}.dark\:\!univer-bg-gray-900:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-900)!important}.dark\:\!univer-text-gray-200:where(.univer-dark,.univer-dark *){color:var(--univer-gray-200)!important}.dark\:\!univer-text-gray-300:where(.univer-dark,.univer-dark *){color:var(--univer-gray-300)!important}.dark\:\!univer-text-white:where(.univer-dark,.univer-dark *){color:var(--univer-white)!important}.dark\:hover\:\!univer-bg-gray-600:hover:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-600)!important}
|