@univerjs-pro/sheets-pivot-ui 0.17.0 → 0.18.0
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/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +542 -1
- package/lib/index.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/commands/operations/open-pivot-filter-panel.operation.d.ts +2 -2
- package/lib/types/commands/operations/open-pivot-range-panel.operation.d.ts +1 -1
- package/lib/types/commands/operations/open-pivot-setting-dialog.operation.d.ts +2 -2
- package/lib/types/commands/operations/open-pivot-table-panel.operation.d.ts +2 -2
- package/lib/types/controllers/config.schema.d.ts +1 -1
- package/lib/types/controllers/menu.schema.d.ts +1 -1
- package/lib/types/controllers/sheets-pivot-clipboard.controller.d.ts +10 -0
- package/lib/types/controllers/sheets-pivot-panel.controller.d.ts +1 -1
- package/lib/types/controllers/sheets-pivot-render.controller.d.ts +3 -2
- package/lib/types/controllers/sheets-pivot-selection.controller.d.ts +3 -2
- package/lib/types/locale/ca-ES.d.ts +1 -1
- package/lib/types/locale/es-ES.d.ts +1 -1
- package/lib/types/locale/fa-IR.d.ts +1 -1
- package/lib/types/locale/fr-FR.d.ts +1 -1
- package/lib/types/locale/ja-JP.d.ts +1 -1
- package/lib/types/locale/ko-KR.d.ts +1 -1
- package/lib/types/locale/ru-RU.d.ts +1 -1
- package/lib/types/locale/sk-SK.d.ts +1 -1
- package/lib/types/locale/vi-VN.d.ts +1 -1
- package/lib/types/locale/zh-CN.d.ts +1 -1
- package/lib/types/locale/zh-TW.d.ts +1 -1
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/type.d.ts +2 -2
- package/lib/types/util.d.ts +1 -1
- package/lib/types/views/components/PivotDnd.d.ts +1 -1
- package/lib/types/views/components/PivotFilterPanel.d.ts +1 -1
- package/lib/types/views/components/PivotNumfmtDialog.d.ts +1 -1
- package/lib/types/views/components/PivotPanel.d.ts +3 -3
- package/lib/types/views/components/PivotPanelArea.d.ts +1 -1
- package/lib/types/views/components/PivotPanelSourceRange.d.ts +1 -1
- package/lib/types/views/components/PivotSourceList.d.ts +1 -1
- package/lib/types/views/components/PivotTableRangeSelector.d.ts +1 -1
- package/lib/types/views/components/SettingDialog.d.ts +1 -1
- package/lib/types/views/components/util.d.ts +4 -3
- package/lib/types/views/menu.d.ts +2 -2
- package/lib/types/views/widgets/drawing.d.ts +1 -1
- package/lib/types/views/widgets/pivot-button.shape.d.ts +2 -1
- package/lib/types/views/widgets/pivot-move.shape.d.ts +2 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +17 -16
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x4b18ec=_0x5079;(function(_0x5607a4,_0x16fa84){const _0x2d9b4b=_0x5079,_0x2a218d=_0x5607a4();while(!![]){try{const _0x35784a=-parseInt(_0x2d9b4b(0x11b))/0x1+-parseInt(_0x2d9b4b(0xf8))/0x2+parseInt(_0x2d9b4b(0xf0))/0x3*(-parseInt(_0x2d9b4b(0x10c))/0x4)+-parseInt(_0x2d9b4b(0x11a))/0x5+-parseInt(_0x2d9b4b(0xff))/0x6+parseInt(_0x2d9b4b(0x107))/0x7*(parseInt(_0x2d9b4b(0xf9))/0x8)+parseInt(_0x2d9b4b(0xea))/0x9;if(_0x35784a===_0x16fa84)break;else _0x2a218d['push'](_0x2a218d['shift']());}catch(_0x2b9885){_0x2a218d['push'](_0x2a218d['shift']());}}}(_0x51e6,0xf100d));function _0x51e6(){const _0x1cc7f4=['標準差','Σ數值','9777030ECQvZd','拖動字段填充為欄','移動到列','不能和源數據重疊','(空白)','資料透視表','篩選字段','無效的數據大小','2868845KdnnrD','貨幣格式用於表示一般貨幣數值,會計格式可以對一欄數值進行小數點對齊。','數據源範圍','移動到欄','插入數據透視表','36212iGUxZL','添加到欄','數據源已經更新','拖動字段到以下區域','總體方差','格式類型','小數位數','移除字段','目標區域中已有數據,該操作將覆蓋原有數據,是否繼續?','列和欄的計算結果','無法編輯數據透視表中的單元格','源字段名:','添加到列','最大值','1707010jEoXnN','1132449RIkdCG','日期格式將日期和時間系列數值顯示為日期值。','清除篩選','總體標準差','平均值','合併單元格無法插入數據透視表','會計數字格式可對一欄數值進行貨幣符號和小數點對齊。','54094158ZSafHf','拖入字段篩選數據','拖動字段填充為列','貨幣類型','新工作表','日期類型','453nHuIju','最小值','千分位符','無法編輯受保護的工作表中的數據透視表','字段設置','無法對所選單元格進行此更改,因為它會影響資料透視表。請使用字段列表更改報表。如果您試圖插入或刪除單元格,請移動資料透視表,然後再試。','添加到篩選','字段名稱','1925578IuAvXJ','8FvVtgz','數值計數','添加到值','匯總方式'];_0x51e6=function(){return _0x1cc7f4;};return _0x51e6();}const e={'sheets-pivot-panel':{'title':_0x4b18ec(0x104),'sourceRangeLabel':'數據源','sourceRangePlaceholder':_0x4b18ec(0x10e),'sourceFieldTile':'數據源字段','sourceFieldDescription':_0x4b18ec(0x10f),'filter':'篩選','column':'欄','row':'列','value':'值','multipleValue':_0x4b18ec(0xfe),'filterDesc':_0x4b18ec(0xeb),'columnDesc':_0x4b18ec(0x100),'rowDesc':_0x4b18ec(0xec),'valueDesc':_0x4b18ec(0x115),'addToFilter':_0x4b18ec(0xf6),'addToColumn':_0x4b18ec(0x10d),'addToRow':_0x4b18ec(0x118),'addToValue':_0x4b18ec(0xfb),'removeField':_0x4b18ec(0x113),'filterField':_0x4b18ec(0x105),'fieldSettings':_0x4b18ec(0xf4),'moveToRow':_0x4b18ec(0x101),'moveToColumn':_0x4b18ec(0x10a),'dialog':{'fieldName':_0x4b18ec(0xf7),'sourceName':_0x4b18ec(0x117),'summarizeBy':_0x4b18ec(0xfc),'format':'數字格式','ok':'確定','cancel':'取消','filter':{'ascending':'升序','descending':'降序','selectAll':'全選','clearFilter':_0x4b18ec(0x11d),'blank':_0x4b18ec(0x103),'cancel':'取消','confirm':'確定'},'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':_0x4b18ec(0xf2),'fieldSetting':'字段設置','formatTypes':_0x4b18ec(0x111),'confirm':'確定','cancel':'取消','generalDesc':'常規格式不包含任何特定的數字格式。','accountingDesc':_0x4b18ec(0xe9),'currencyDesc':_0x4b18ec(0x108),'dateDesc':_0x4b18ec(0x11c),'thousandthPercentileDesc':'千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','decimalPlaces':_0x4b18ec(0x112),'currencyTypes':_0x4b18ec(0xed),'negativeNumberTypes':'負數類型','dateTypes':_0x4b18ec(0xef)},'source':{'insertPivotTable':_0x4b18ec(0x10b),'sourceData':_0x4b18ec(0x109),'position':'透視表放置位置','newSheet':_0x4b18ec(0xee),'existingSheet':'現有工作表','intersect':_0x4b18ec(0x102)}},'subtotal':{'average':_0x4b18ec(0xe7),'count':'計數','countNums':_0x4b18ec(0xfa),'max':_0x4b18ec(0x119),'min':_0x4b18ec(0xf1),'product':'乘積','stdDev':_0x4b18ec(0xfd),'stdDevp':_0x4b18ec(0x11e),'sum':'求和','var':'方差','varp':_0x4b18ec(0x110)},'subTotalText':'匯總','grandTotalText':'總計','perform':{'tips':'提示','info':_0x4b18ec(0x114),'confirm':'確認','cancel':'取消','rowColError':_0x4b18ec(0xf5)},'msg':{'emptySourceRange':'請選擇數據源','invalidSize':_0x4b18ec(0x106),'mergeCellError':_0x4b18ec(0xe8),'editCellError':_0x4b18ec(0x116),'permissionError':_0x4b18ec(0xf3)}}};function _0x5079(_0x279561,_0x15e797){_0x279561=_0x279561-0xe7;const _0x51e6c9=_0x51e6();let _0x507975=_0x51e6c9[_0x279561];return _0x507975;}export{e as default};
|
package/lib/index.css
CHANGED
|
@@ -1 +1,542 @@
|
|
|
1
|
-
.univer-relative
|
|
1
|
+
.univer-relative {
|
|
2
|
+
position: relative;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.univer-mx-0 {
|
|
6
|
+
margin-left: 0;
|
|
7
|
+
margin-right: 0;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.univer-mx-1\.5 {
|
|
11
|
+
margin-left: .375rem;
|
|
12
|
+
margin-right: .375rem;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.univer-my-0 {
|
|
16
|
+
margin-top: 0;
|
|
17
|
+
margin-bottom: 0;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.univer-my-1 {
|
|
21
|
+
margin-top: .25rem;
|
|
22
|
+
margin-bottom: .25rem;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.univer-mb-1 {
|
|
26
|
+
margin-bottom: .25rem;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.univer-mb-2 {
|
|
30
|
+
margin-bottom: .5rem;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.univer-mb-4 {
|
|
34
|
+
margin-bottom: 1rem;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.univer-mb-5 {
|
|
38
|
+
margin-bottom: 1.25rem;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.univer-ml-1 {
|
|
42
|
+
margin-left: .25rem;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.univer-ml-3 {
|
|
46
|
+
margin-left: .75rem;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.univer-mr-2 {
|
|
50
|
+
margin-right: .5rem;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.univer-mt-0 {
|
|
54
|
+
margin-top: 0;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.univer-mt-1\.5 {
|
|
58
|
+
margin-top: .375rem;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.univer-mt-2 {
|
|
62
|
+
margin-top: .5rem;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.univer-mt-3 {
|
|
66
|
+
margin-top: .75rem;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.univer-mt-4 {
|
|
70
|
+
margin-top: 1rem;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.univer-mt-5 {
|
|
74
|
+
margin-top: 1.25rem;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.univer-box-border {
|
|
78
|
+
box-sizing: border-box;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.univer-inline-block {
|
|
82
|
+
display: inline-block;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.univer-flex {
|
|
86
|
+
display: flex;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.univer-inline-flex {
|
|
90
|
+
display: inline-flex;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.univer-hidden {
|
|
94
|
+
display: none;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.univer-size-5 {
|
|
98
|
+
width: 1.25rem;
|
|
99
|
+
height: 1.25rem;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.univer-size-8 {
|
|
103
|
+
width: 2rem;
|
|
104
|
+
height: 2rem;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.univer-h-4 {
|
|
108
|
+
height: 1rem;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.univer-h-40 {
|
|
112
|
+
height: 10rem;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.univer-h-5 {
|
|
116
|
+
height: 1.25rem;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.univer-h-6 {
|
|
120
|
+
height: 1.5rem;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.univer-h-7 {
|
|
124
|
+
height: 1.75rem;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.univer-h-8 {
|
|
128
|
+
height: 2rem;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.univer-h-\[140px\] {
|
|
132
|
+
height: 140px;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.univer-h-\[161px\] {
|
|
136
|
+
height: 161px;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.univer-h-\[300px\] {
|
|
140
|
+
height: 300px;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.univer-h-\[calc\(100\%-16px\)\] {
|
|
144
|
+
height: calc(100% - 16px);
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.univer-h-full {
|
|
148
|
+
height: 100%;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.univer-min-h-\[150px\] {
|
|
152
|
+
min-height: 150px;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.univer-min-h-\[200px\] {
|
|
156
|
+
min-height: 200px;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.univer-w-4 {
|
|
160
|
+
width: 1rem;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.univer-w-\[136px\] {
|
|
164
|
+
width: 136px;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.univer-w-\[140px\] {
|
|
168
|
+
width: 140px;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.univer-w-\[14px\] {
|
|
172
|
+
width: 14px;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.univer-w-full {
|
|
176
|
+
width: 100%;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.univer-min-w-0 {
|
|
180
|
+
min-width: 0;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.univer-max-w-\[200px\] {
|
|
184
|
+
max-width: 200px;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.univer-max-w-\[66px\] {
|
|
188
|
+
max-width: 66px;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.univer-flex-1 {
|
|
192
|
+
flex: 1;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.univer-flex-shrink {
|
|
196
|
+
flex-shrink: 1;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.univer-shrink-0 {
|
|
200
|
+
flex-shrink: 0;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.univer-flex-grow {
|
|
204
|
+
flex-grow: 1;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.univer-cursor-pointer {
|
|
208
|
+
cursor: pointer;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.univer-flex-row {
|
|
212
|
+
flex-direction: row;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.univer-flex-col {
|
|
216
|
+
flex-direction: column;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.univer-items-center {
|
|
220
|
+
align-items: center;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.univer-justify-end {
|
|
224
|
+
justify-content: flex-end;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.univer-justify-center {
|
|
228
|
+
justify-content: center;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.univer-justify-between {
|
|
232
|
+
justify-content: space-between;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.univer-gap-1 {
|
|
236
|
+
gap: .25rem;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.univer-gap-1\.5 {
|
|
240
|
+
gap: .375rem;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.univer-gap-2 {
|
|
244
|
+
gap: .5rem;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.univer-gap-3 {
|
|
248
|
+
gap: .75rem;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.univer-gap-4 {
|
|
252
|
+
gap: 1rem;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.univer-self-stretch {
|
|
256
|
+
align-self: stretch;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.univer-overflow-y-auto {
|
|
260
|
+
overflow-y: auto;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.univer-overflow-x-hidden {
|
|
264
|
+
overflow-x: hidden;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.univer-truncate {
|
|
268
|
+
text-overflow: ellipsis;
|
|
269
|
+
white-space: nowrap;
|
|
270
|
+
overflow: hidden;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.univer-rounded {
|
|
274
|
+
border-radius: .25rem;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.univer-rounded-lg {
|
|
278
|
+
border-radius: .5rem;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.univer-rounded-md {
|
|
282
|
+
border-radius: .375rem;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.univer-rounded-l-md {
|
|
286
|
+
border-top-left-radius: .375rem;
|
|
287
|
+
border-bottom-left-radius: .375rem;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
.univer-rounded-r-md {
|
|
291
|
+
border-top-right-radius: .375rem;
|
|
292
|
+
border-bottom-right-radius: .375rem;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.univer-border {
|
|
296
|
+
border-width: 1px;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.univer-border-none {
|
|
300
|
+
border-style: none;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.univer-border-gray-200 {
|
|
304
|
+
border-color: var(--univer-gray-200);
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.univer-border-primary-600 {
|
|
308
|
+
border-color: var(--univer-primary-600);
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.univer-border-transparent {
|
|
312
|
+
border-color: #0000;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.\!univer-bg-gray-700 {
|
|
316
|
+
background-color: var(--univer-gray-700) !important;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.univer-bg-gray-100 {
|
|
320
|
+
background-color: var(--univer-gray-100);
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.univer-bg-gray-50 {
|
|
324
|
+
background-color: var(--univer-gray-50);
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.univer-bg-white {
|
|
328
|
+
background-color: var(--univer-white);
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.univer-p-0\.5 {
|
|
332
|
+
padding: .125rem;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.univer-p-1 {
|
|
336
|
+
padding: .25rem;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.univer-p-2 {
|
|
340
|
+
padding: .5rem;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.univer-px-1 {
|
|
344
|
+
padding-left: .25rem;
|
|
345
|
+
padding-right: .25rem;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.univer-px-2 {
|
|
349
|
+
padding-left: .5rem;
|
|
350
|
+
padding-right: .5rem;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
.univer-px-3 {
|
|
354
|
+
padding-left: .75rem;
|
|
355
|
+
padding-right: .75rem;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.univer-py-1 {
|
|
359
|
+
padding-top: .25rem;
|
|
360
|
+
padding-bottom: .25rem;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.univer-py-1\.5 {
|
|
364
|
+
padding-top: .375rem;
|
|
365
|
+
padding-bottom: .375rem;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.univer-py-2 {
|
|
369
|
+
padding-top: .5rem;
|
|
370
|
+
padding-bottom: .5rem;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.univer-py-\[5px\] {
|
|
374
|
+
padding-top: 5px;
|
|
375
|
+
padding-bottom: 5px;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.univer-pl-\[22px\] {
|
|
379
|
+
padding-left: 22px;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.univer-pr-1 {
|
|
383
|
+
padding-right: .25rem;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.univer-text-center {
|
|
387
|
+
text-align: center;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
.univer-text-justify {
|
|
391
|
+
text-align: justify;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.univer-align-top {
|
|
395
|
+
vertical-align: top;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
.univer-text-base {
|
|
399
|
+
font-size: 1rem;
|
|
400
|
+
line-height: 1.5rem;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.univer-text-sm {
|
|
404
|
+
font-size: .875rem;
|
|
405
|
+
line-height: 1.25rem;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.univer-text-xs {
|
|
409
|
+
font-size: .75rem;
|
|
410
|
+
line-height: 1rem;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
.univer-font-medium {
|
|
414
|
+
font-weight: 500;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
.univer-capitalize {
|
|
418
|
+
text-transform: capitalize;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
.univer-leading-4 {
|
|
422
|
+
line-height: 1rem;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.univer-leading-5 {
|
|
426
|
+
line-height: 1.25rem;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.univer-leading-6 {
|
|
430
|
+
line-height: 1.5rem;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.univer-leading-8 {
|
|
434
|
+
line-height: 2rem;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
.univer-text-\[rgb\(var\(--hyacinth-500\)\)\] {
|
|
438
|
+
color: rgb(var(--hyacinth-500));
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.univer-text-gray-200 {
|
|
442
|
+
color: var(--univer-gray-200);
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.univer-text-gray-400 {
|
|
446
|
+
color: var(--univer-gray-400);
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.univer-text-gray-600 {
|
|
450
|
+
color: var(--univer-gray-600);
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.univer-text-gray-800 {
|
|
454
|
+
color: var(--univer-gray-800);
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
.univer-text-gray-900 {
|
|
458
|
+
color: var(--univer-gray-900);
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.univer-text-primary-600 {
|
|
462
|
+
color: var(--univer-primary-600);
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
.univer-text-red-400 {
|
|
466
|
+
color: var(--univer-red-400);
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
.univer-text-red-500 {
|
|
470
|
+
color: var(--univer-red-500);
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
.univer-opacity-0 {
|
|
474
|
+
opacity: 0;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
.univer-opacity-100 {
|
|
478
|
+
opacity: 1;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
.univer-shadow-lg {
|
|
482
|
+
--univer-tw-shadow: 0px 4px 6px 0px #1e284d0d, 0px 10px 15px -3px #1e284d1a;
|
|
483
|
+
--univer-tw-shadow-colored: 0px 4px 6px 0px var(--univer-tw-shadow-color), 0px 10px 15px -3px var(--univer-tw-shadow-color);
|
|
484
|
+
box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px #1e284d0d, 0 10px 15px -3px #1e284d1a;
|
|
485
|
+
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
.univer-transition-all {
|
|
489
|
+
transition-property: all;
|
|
490
|
+
transition-duration: .15s;
|
|
491
|
+
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
.univer-transition-opacity {
|
|
495
|
+
transition-property: opacity;
|
|
496
|
+
transition-duration: .15s;
|
|
497
|
+
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.univer-group:hover .group-hover\:univer-opacity-100 {
|
|
501
|
+
opacity: 1;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.hover\:univer-bg-gray-100:hover {
|
|
505
|
+
background-color: var(--univer-gray-100);
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
.hover\:univer-bg-gray-200:hover {
|
|
509
|
+
background-color: var(--univer-gray-200);
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
.dark\:\!univer-bg-gray-700:where(.univer-dark, .univer-dark *) {
|
|
513
|
+
background-color: var(--univer-gray-700) !important;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
.dark\:\!univer-bg-gray-900:where(.univer-dark, .univer-dark *) {
|
|
517
|
+
background-color: var(--univer-gray-900) !important;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.dark\:\!univer-text-gray-100:where(.univer-dark, .univer-dark *) {
|
|
521
|
+
color: var(--univer-gray-100) !important;
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
.dark\:\!univer-text-gray-200:where(.univer-dark, .univer-dark *) {
|
|
525
|
+
color: var(--univer-gray-200) !important;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
.dark\:\!univer-text-gray-500:where(.univer-dark, .univer-dark *) {
|
|
529
|
+
color: var(--univer-gray-500) !important;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
.dark\:\!univer-text-gray-600:where(.univer-dark, .univer-dark *) {
|
|
533
|
+
color: var(--univer-gray-600) !important;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
.dark\:\!univer-text-white:where(.univer-dark, .univer-dark *) {
|
|
537
|
+
color: var(--univer-white) !important;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
.dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark, .univer-dark *) {
|
|
541
|
+
background-color: var(--univer-gray-700) !important;
|
|
542
|
+
}
|