@univerjs-pro/slides-chart-ui 1.0.0-alpha.7 → 1.0.0-beta.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/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.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/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.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/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.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-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.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/id-ID.js +1 -1
- package/lib/es/locale/it-IT.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/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.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-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +10 -209
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.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/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.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-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/commands/operations/chart-panel.operation.d.ts +1 -1
- package/lib/types/common/slide-chart-frame-style.d.ts +3 -3
- package/lib/types/components/SlideChartDataEditor.d.ts +3 -3
- package/lib/types/components/SlideChartEditPanel.d.ts +51 -14
- package/lib/types/controllers/slide-chart-element-float-menu.controller.d.ts +5 -3
- package/lib/types/index.d.ts +2 -6
- package/lib/types/locale/en-US.d.ts +111 -79
- package/lib/types/menu/contextmenu.menu.d.ts +1 -2
- package/lib/types/services/slide-chart-data-edit.service.d.ts +3 -3
- package/lib/types/services/slide-chart-edit-session.service.d.ts +1 -1
- package/lib/types/services/slide-chart-host-provider.service.d.ts +20 -4
- package/lib/types/services/slide-chart-host.d.ts +4 -13
- package/lib/types/services/slide-chart-insert.service.d.ts +3 -3
- package/lib/types/services/slide-chart-render.service.d.ts +4 -8
- package/lib/types/services/slide-chart-ui.service.d.ts +20 -97
- package/lib/types/views/render/chart-adaptor.d.ts +3 -2
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.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/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.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/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.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-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +15 -15
- package/lib/types/components/SlideChartInlineTableEditor.d.ts +0 -11
- package/lib/types/hooks.d.ts +0 -3
- package/lib/types/services/chart-element-selection.d.ts +0 -10
- package/lib/types/services/chart-panel-route.d.ts +0 -22
- package/lib/types/utils/ChartPanelOptions.d.ts +0 -78
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x449a9c=_0x20e4;(function(_0x20ccba,_0x2b7686){const _0x514817=_0x20e4,_0x1af74a=_0x20ccba();while(!![]){try{const _0x318876=-parseInt(_0x514817(0x165))/0x1*(parseInt(_0x514817(0x18e))/0x2)+parseInt(_0x514817(0x159))/0x3+-parseInt(_0x514817(0x179))/0x4*(parseInt(_0x514817(0x16b))/0x5)+-parseInt(_0x514817(0x15e))/0x6+parseInt(_0x514817(0x15c))/0x7+-parseInt(_0x514817(0x16a))/0x8*(-parseInt(_0x514817(0x16d))/0x9)+parseInt(_0x514817(0x157))/0xa*(parseInt(_0x514817(0x187))/0xb);if(_0x318876===_0x2b7686)break;else _0x1af74a['push'](_0x1af74a['shift']());}catch(_0x89acb0){_0x1af74a['push'](_0x1af74a['shift']());}}}(_0xab8a,0xf3435));function _0xab8a(){const _0x373fab=['編輯圖表','旭日圖至少需要一個階層欄位和一個數值欄位。','矩形樹圖至少需要一個階層欄位和一個數值欄位。','直方圖','趨勢線','散點圖','設定圖表','OHLC\x20數列','桑基圖','K\x20線圖資料需要「類別、開盤價、最高價、最低價及收盤價」欄位。','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','柱狀圖','35426798gUNnpI','網格線和刻度線','自訂圖表','指示線','矩形樹圖','關聯值','旭日圖','6542xVOrkH','圖表與座標軸標題','最低價','K\x20線圖','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','堆疊面積圖','右縱軸','漏斗圖','開盤價','表格資料為空','選取的欄位無法構成這個圖表所需的有效資料結構。','這個圖表需要更多標籤欄位。','折線圖','長條圖系列','插入圖表失敗','百分比堆疊面積圖','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','10GKjnAY','弦圖至少需要兩個不同節點之間的一條正權重關係。','2542068tnkzyH','內嵌資料','詞雲圖','2795506XIlARU','編輯資料','10212414gSENGf','複合餅圖','堆疊條形圖','和弦圖','累積占比系列','關係圖','熱力圖','399MAatYt','瀑布圖','自身值','儀表板','這個圖表類型沒有欄位使用規則。','3582416fOGkZG','10345iBBPmq','預設顏色','18AphxRT','關係數','圖表樣式','儀表圖至少需要一個有限數值。','切換列或欄','選取的圖表欄位已無法使用。','雷達圖','圖表類型','面積圖','樹狀圖','箱型圖','折線圖\x20/\x20面積圖','2628BeOYfi','組合圖'];_0xab8a=function(){return _0x373fab;};return _0xab8a();}const e={'slides-chart-ui':{'border':'框線','common':{'insertChartFailed':_0x449a9c(0x19c),'inlineData':_0x449a9c(0x15a),'cancel':'取消','insert':'插入','editData':_0x449a9c(0x15d),'editChart':_0x449a9c(0x17b),'tableDataEmpty':_0x449a9c(0x197),'duplicate':'複製','apply':'套用','data':'資料','series':'系列','horizontalAxis':'橫軸','verticalAxis':'縱軸','setup':_0x449a9c(0x181),'customize':_0x449a9c(0x189),'switchRowColumn':_0x449a9c(0x171),'chartAndAxisTitles':_0x449a9c(0x18f),'chartStyle':_0x449a9c(0x16f),'heatmap':_0x449a9c(0x164),'legend':'圖例','rightVerticalAxis':_0x449a9c(0x194),'trendline':_0x449a9c(0x17f),'category':'類別','label':'標籤','value':'數值','valueField':'數值欄位','chartType':_0x449a9c(0x174)},'editor':{'defaultColor':_0x449a9c(0x16c)},'chartTypes':{'line':_0x449a9c(0x19a),'column':_0x449a9c(0x186),'bar':'條形圖','barStacked':_0x449a9c(0x160),'barPercentStacked':'百分比堆疊條形圖','pie':'餅圖','pieOfPie':'子母餅圖','barOfPie':_0x449a9c(0x15f),'area':_0x449a9c(0x175),'areaStacked':_0x449a9c(0x193),'areaPercentStacked':_0x449a9c(0x19d),'radar':_0x449a9c(0x173),'scatter':_0x449a9c(0x180),'combination':_0x449a9c(0x17a),'wordCloud':_0x449a9c(0x15b),'funnel':'漏斗圖','bubble':'氣泡圖','relation':_0x449a9c(0x163),'waterfall':_0x449a9c(0x166),'pareto':'排列圖','sankey':_0x449a9c(0x183),'heatmap':_0x449a9c(0x164),'boxplot':_0x449a9c(0x177),'candlestick':_0x449a9c(0x191),'histogram':_0x449a9c(0x17e),'treemap':_0x449a9c(0x18b),'sunburst':_0x449a9c(0x18d),'gauge':_0x449a9c(0x168),'chord':'和弦圖'},'section':{'candlestick':'燭台圖','chord':_0x449a9c(0x161),'funnel':_0x449a9c(0x195),'gauge':'儀表圖','gridlinesAndTicks':_0x449a9c(0x188),'histogram':_0x449a9c(0x17e),'indicatorLine':_0x449a9c(0x18a),'lineAndArea':_0x449a9c(0x178),'paretoBar':_0x449a9c(0x19b),'paretoLine':_0x449a9c(0x162),'pie':'餅圖','radar':_0x449a9c(0x173),'relation':_0x449a9c(0x163),'sunburst':_0x449a9c(0x18d),'treemap':_0x449a9c(0x176),'waterfall':_0x449a9c(0x166),'wordCloud':'詞雲'},'candlestick':{'columnsError':_0x449a9c(0x184),'close':'收盤價','high':'最高價','low':_0x449a9c(0x190),'open':_0x449a9c(0x196),'series':_0x449a9c(0x182)},'chord':{'source':'來源','target':'目標','emptyDiagnostic':_0x449a9c(0x158),'mappingDiagnostic':_0x449a9c(0x19e),'configDiagnostic':'弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','count':_0x449a9c(0x16e),'associatedValue':_0x449a9c(0x18c)},'sunburst':{'hierarchy':'階層','ownValue':_0x449a9c(0x167),'children':'子項','diagnostic':_0x449a9c(0x17c)},'histogram':{'frequency':'頻數'},'pie':{'aggregateOther':'其他','aggregateMembers':'成員'},'treemap':{'hierarchy':'階層欄位','ownValue':_0x449a9c(0x167),'children':'子項','diagnostic':_0x449a9c(0x17d)},'gauge':{'emptyDiagnostic':_0x449a9c(0x170),'mappingDiagnostic':_0x449a9c(0x192),'configDiagnostic':_0x449a9c(0x185)},'chartField':{'missingCategoryFields':_0x449a9c(0x199),'missingSeriesFields':'這個圖表需要更多數值欄位。','invalidFieldIndex':_0x449a9c(0x172),'invalidValueFieldType':'選取的數值欄位不包含數值資料。','invalidDataStructure':_0x449a9c(0x198),'unsupportedChartType':_0x449a9c(0x169)}}};function _0x20e4(_0x1c318f,_0x330bd8){_0x1c318f=_0x1c318f-0x157;const _0xab8af=_0xab8a();let _0x20e456=_0xab8af[_0x1c318f];return _0x20e456;}export{e as default};
|
package/lib/index.css
CHANGED
|
@@ -1,68 +1,13 @@
|
|
|
1
|
-
.univer-mb-2 {
|
|
2
|
-
margin-bottom: .5rem;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.univer-ml-1 {
|
|
6
|
-
margin-left: .25rem;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.univer-ml-2 {
|
|
10
|
-
margin-left: .5rem;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.univer-mr-2 {
|
|
14
|
-
margin-right: .5rem;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.univer-mt-1 {
|
|
18
|
-
margin-top: .25rem;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.univer-mt-2 {
|
|
22
|
-
margin-top: .5rem;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.univer-mt-3 {
|
|
26
|
-
margin-top: .75rem;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.univer-box-border {
|
|
30
|
-
box-sizing: border-box;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
1
|
.univer-flex {
|
|
34
2
|
display: flex;
|
|
35
3
|
}
|
|
36
4
|
|
|
37
|
-
.univer-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.univer-size-4 {
|
|
42
|
-
width: 1rem;
|
|
43
|
-
height: 1rem;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.univer-size-6 {
|
|
47
|
-
width: 1.5rem;
|
|
48
|
-
height: 1.5rem;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.univer-size-full {
|
|
52
|
-
width: 100%;
|
|
53
|
-
height: 100%;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.univer-h-8 {
|
|
57
|
-
height: 2rem;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.univer-w-\[--radix-popper-anchor-width\] {
|
|
61
|
-
width: var(--radix-popper-anchor-width);
|
|
5
|
+
.univer-h-0 {
|
|
6
|
+
height: 0;
|
|
62
7
|
}
|
|
63
8
|
|
|
64
|
-
.univer-
|
|
65
|
-
|
|
9
|
+
.univer-min-h-full {
|
|
10
|
+
min-height: 100%;
|
|
66
11
|
}
|
|
67
12
|
|
|
68
13
|
.univer-w-full {
|
|
@@ -73,38 +18,18 @@
|
|
|
73
18
|
min-width: 0 !important;
|
|
74
19
|
}
|
|
75
20
|
|
|
76
|
-
.univer-
|
|
77
|
-
|
|
21
|
+
.univer-min-w-0 {
|
|
22
|
+
min-width: 0;
|
|
78
23
|
}
|
|
79
24
|
|
|
80
25
|
.univer-shrink-0 {
|
|
81
26
|
flex-shrink: 0;
|
|
82
27
|
}
|
|
83
28
|
|
|
84
|
-
.univer-cursor-pointer {
|
|
85
|
-
cursor: pointer;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.univer-grid-cols-2 {
|
|
89
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.univer-grid-cols-3 {
|
|
93
|
-
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.univer-grid-cols-4 {
|
|
97
|
-
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
98
|
-
}
|
|
99
|
-
|
|
100
29
|
.univer-flex-col {
|
|
101
30
|
flex-direction: column;
|
|
102
31
|
}
|
|
103
32
|
|
|
104
|
-
.univer-items-center {
|
|
105
|
-
align-items: center;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
33
|
.univer-justify-start {
|
|
109
34
|
justify-content: flex-start;
|
|
110
35
|
}
|
|
@@ -113,14 +38,6 @@
|
|
|
113
38
|
justify-content: flex-end;
|
|
114
39
|
}
|
|
115
40
|
|
|
116
|
-
.univer-justify-center {
|
|
117
|
-
justify-content: center;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.univer-gap-1 {
|
|
121
|
-
gap: .25rem;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
41
|
.univer-gap-2 {
|
|
125
42
|
gap: .5rem;
|
|
126
43
|
}
|
|
@@ -133,63 +50,22 @@
|
|
|
133
50
|
gap: 1rem;
|
|
134
51
|
}
|
|
135
52
|
|
|
136
|
-
.univer-overflow-
|
|
137
|
-
overflow:
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.univer-rounded-lg {
|
|
141
|
-
border-radius: .5rem;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.univer-rounded-md {
|
|
145
|
-
border-radius: .375rem;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.univer-rounded-sm {
|
|
149
|
-
border-radius: .125rem;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.univer-border {
|
|
153
|
-
border-width: 1px;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
.univer-border-none {
|
|
157
|
-
border-style: none;
|
|
53
|
+
.univer-overflow-hidden {
|
|
54
|
+
overflow: hidden;
|
|
158
55
|
}
|
|
159
56
|
|
|
160
|
-
.univer-
|
|
161
|
-
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.univer-bg-transparent {
|
|
165
|
-
background-color: #0000;
|
|
57
|
+
.univer-overflow-x-hidden {
|
|
58
|
+
overflow-x: hidden;
|
|
166
59
|
}
|
|
167
60
|
|
|
168
61
|
.univer-bg-white {
|
|
169
62
|
background-color: var(--univer-white);
|
|
170
63
|
}
|
|
171
64
|
|
|
172
|
-
.univer-p-0 {
|
|
173
|
-
padding: 0;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
65
|
.univer-p-1 {
|
|
177
66
|
padding: .25rem;
|
|
178
67
|
}
|
|
179
68
|
|
|
180
|
-
.univer-p-2 {
|
|
181
|
-
padding: .5rem;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.univer-p-3 {
|
|
185
|
-
padding: .75rem;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
.univer-px-2 {
|
|
189
|
-
padding-left: .5rem;
|
|
190
|
-
padding-right: .5rem;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
69
|
.univer-px-3 {
|
|
194
70
|
padding-left: .75rem;
|
|
195
71
|
padding-right: .75rem;
|
|
@@ -200,19 +76,10 @@
|
|
|
200
76
|
padding-right: 1rem;
|
|
201
77
|
}
|
|
202
78
|
|
|
203
|
-
.univer-pb-3 {
|
|
204
|
-
padding-bottom: .75rem;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
79
|
.univer-pb-5 {
|
|
208
80
|
padding-bottom: 1.25rem;
|
|
209
81
|
}
|
|
210
82
|
|
|
211
|
-
.univer-text-2xl {
|
|
212
|
-
font-size: 1.5rem;
|
|
213
|
-
line-height: 2rem;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
83
|
.univer-text-sm {
|
|
217
84
|
font-size: .875rem;
|
|
218
85
|
line-height: 1.25rem;
|
|
@@ -227,84 +94,22 @@
|
|
|
227
94
|
font-weight: 500;
|
|
228
95
|
}
|
|
229
96
|
|
|
230
|
-
.univer-leading-4 {
|
|
231
|
-
line-height: 1rem;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
97
|
.univer-text-gray-500 {
|
|
235
98
|
color: var(--univer-gray-500);
|
|
236
99
|
}
|
|
237
100
|
|
|
238
|
-
.univer-text-gray-700 {
|
|
239
|
-
color: var(--univer-gray-700);
|
|
240
|
-
}
|
|
241
|
-
|
|
242
101
|
.univer-text-gray-900 {
|
|
243
102
|
color: var(--univer-gray-900);
|
|
244
103
|
}
|
|
245
104
|
|
|
246
|
-
.univer-text-primary-600 {
|
|
247
|
-
color: var(--univer-primary-600);
|
|
248
|
-
}
|
|
249
|
-
|
|
250
105
|
.univer-text-red-600 {
|
|
251
106
|
color: var(--univer-red-600);
|
|
252
107
|
}
|
|
253
108
|
|
|
254
|
-
.univer-transition-colors {
|
|
255
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
256
|
-
transition-duration: .15s;
|
|
257
|
-
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
.univer-duration-200 {
|
|
261
|
-
transition-duration: .2s;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
.hover\:univer-bg-gray-100:hover {
|
|
265
|
-
background-color: var(--univer-gray-100);
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
.hover\:univer-bg-gray-200:hover {
|
|
269
|
-
background-color: var(--univer-gray-200);
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
.focus\:univer-border-primary-500:focus {
|
|
273
|
-
border-color: var(--univer-primary-500);
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
.focus\:univer-outline-none:focus {
|
|
277
|
-
outline-offset: 2px;
|
|
278
|
-
outline: 2px solid #0000;
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
.focus\:univer-ring-2:focus {
|
|
282
|
-
--univer-tw-ring-offset-shadow: var(--univer-tw-ring-inset) 0 0 0 var(--univer-tw-ring-offset-width) var(--univer-tw-ring-offset-color);
|
|
283
|
-
--univer-tw-ring-shadow: var(--univer-tw-ring-inset) 0 0 0 calc(2px + var(--univer-tw-ring-offset-width)) var(--univer-tw-ring-color);
|
|
284
|
-
box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), 0 0 #0000;
|
|
285
|
-
box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), var(--univer-tw-shadow, 0 0 #0000);
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
.focus\:univer-ring-primary-50:focus {
|
|
289
|
-
--univer-tw-ring-color: var(--univer-primary-50);
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
.dark\:\!univer-border-gray-700:where(.univer-dark, .univer-dark *) {
|
|
293
|
-
border-color: var(--univer-gray-700) !important;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
.dark\:\!univer-bg-gray-800:where(.univer-dark, .univer-dark *) {
|
|
297
|
-
background-color: var(--univer-gray-800) !important;
|
|
298
|
-
}
|
|
299
|
-
|
|
300
109
|
.dark\:\!univer-bg-gray-900:where(.univer-dark, .univer-dark *) {
|
|
301
110
|
background-color: var(--univer-gray-900) !important;
|
|
302
111
|
}
|
|
303
112
|
|
|
304
|
-
.dark\:\!univer-text-gray-200:where(.univer-dark, .univer-dark *) {
|
|
305
|
-
color: var(--univer-gray-200) !important;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
113
|
.dark\:\!univer-text-gray-300:where(.univer-dark, .univer-dark *) {
|
|
309
114
|
color: var(--univer-gray-300) !important;
|
|
310
115
|
}
|
|
@@ -312,7 +117,3 @@
|
|
|
312
117
|
.dark\:\!univer-text-white:where(.univer-dark, .univer-dark *) {
|
|
313
118
|
color: var(--univer-white) !important;
|
|
314
119
|
}
|
|
315
|
-
|
|
316
|
-
.dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark, .univer-dark *) {
|
|
317
|
-
background-color: var(--univer-gray-700) !important;
|
|
318
|
-
}
|