@univerjs/preset-docs-core 1.0.0-alpha.0 → 1.0.0-alpha.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/index.css +86 -0
- package/lib/types/locales/ar-SA.d.ts +16 -0
- package/lib/types/locales/ca-ES.d.ts +16 -0
- package/lib/types/locales/de-DE.d.ts +16 -0
- package/lib/types/locales/en-US.d.ts +16 -0
- package/lib/types/locales/es-ES.d.ts +16 -0
- package/lib/types/locales/fa-IR.d.ts +16 -0
- package/lib/types/locales/fr-FR.d.ts +16 -0
- package/lib/types/locales/id-ID.d.ts +16 -0
- package/lib/types/locales/it-IT.d.ts +16 -0
- package/lib/types/locales/ja-JP.d.ts +16 -0
- package/lib/types/locales/ko-KR.d.ts +16 -0
- package/lib/types/locales/pl-PL.d.ts +16 -0
- package/lib/types/locales/pt-BR.d.ts +16 -0
- package/lib/types/locales/ru-RU.d.ts +16 -0
- package/lib/types/locales/sk-SK.d.ts +16 -0
- package/lib/types/locales/vi-VN.d.ts +16 -0
- package/lib/types/locales/zh-CN.d.ts +16 -0
- package/lib/types/locales/zh-HK.d.ts +16 -0
- package/lib/types/locales/zh-TW.d.ts +16 -0
- package/package.json +11 -11
package/lib/index.css
CHANGED
|
@@ -3679,6 +3679,14 @@
|
|
|
3679
3679
|
height: 2.25rem;
|
|
3680
3680
|
}
|
|
3681
3681
|
|
|
3682
|
+
.univer-h-\[30px\] {
|
|
3683
|
+
height: 30px;
|
|
3684
|
+
}
|
|
3685
|
+
|
|
3686
|
+
.univer-h-\[340px\] {
|
|
3687
|
+
height: 340px;
|
|
3688
|
+
}
|
|
3689
|
+
|
|
3682
3690
|
.univer-h-full {
|
|
3683
3691
|
height: 100%;
|
|
3684
3692
|
}
|
|
@@ -3759,6 +3767,10 @@
|
|
|
3759
3767
|
width: 24rem;
|
|
3760
3768
|
}
|
|
3761
3769
|
|
|
3770
|
+
.univer-w-\[420px\] {
|
|
3771
|
+
width: 420px;
|
|
3772
|
+
}
|
|
3773
|
+
|
|
3762
3774
|
.univer-w-\[52px\] {
|
|
3763
3775
|
width: 52px;
|
|
3764
3776
|
}
|
|
@@ -3913,6 +3925,10 @@
|
|
|
3913
3925
|
grid-auto-flow: column;
|
|
3914
3926
|
}
|
|
3915
3927
|
|
|
3928
|
+
.univer-grid-cols-10 {
|
|
3929
|
+
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
3930
|
+
}
|
|
3931
|
+
|
|
3916
3932
|
.univer-grid-cols-3 {
|
|
3917
3933
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
3918
3934
|
}
|
|
@@ -4083,6 +4099,10 @@
|
|
|
4083
4099
|
border-radius: 1.5rem;
|
|
4084
4100
|
}
|
|
4085
4101
|
|
|
4102
|
+
.univer-rounded-\[10px\] {
|
|
4103
|
+
border-radius: 10px;
|
|
4104
|
+
}
|
|
4105
|
+
|
|
4086
4106
|
.univer-rounded-full {
|
|
4087
4107
|
border-radius: 9999px;
|
|
4088
4108
|
}
|
|
@@ -4146,6 +4166,14 @@
|
|
|
4146
4166
|
border-color: var(--univer-gray-200);
|
|
4147
4167
|
}
|
|
4148
4168
|
|
|
4169
|
+
.univer-border-gray-300 {
|
|
4170
|
+
border-color: var(--univer-gray-300);
|
|
4171
|
+
}
|
|
4172
|
+
|
|
4173
|
+
.univer-border-primary-500 {
|
|
4174
|
+
border-color: var(--univer-primary-500);
|
|
4175
|
+
}
|
|
4176
|
+
|
|
4149
4177
|
.univer-border-primary-600 {
|
|
4150
4178
|
border-color: var(--univer-primary-600);
|
|
4151
4179
|
}
|
|
@@ -4274,6 +4302,11 @@
|
|
|
4274
4302
|
padding-right: .5rem;
|
|
4275
4303
|
}
|
|
4276
4304
|
|
|
4305
|
+
.univer-px-2\.5 {
|
|
4306
|
+
padding-left: .625rem;
|
|
4307
|
+
padding-right: .625rem;
|
|
4308
|
+
}
|
|
4309
|
+
|
|
4277
4310
|
.univer-px-3 {
|
|
4278
4311
|
padding-left: .75rem;
|
|
4279
4312
|
padding-right: .75rem;
|
|
@@ -4309,6 +4342,11 @@
|
|
|
4309
4342
|
padding-bottom: .75rem;
|
|
4310
4343
|
}
|
|
4311
4344
|
|
|
4345
|
+
.univer-py-7 {
|
|
4346
|
+
padding-top: 1.75rem;
|
|
4347
|
+
padding-bottom: 1.75rem;
|
|
4348
|
+
}
|
|
4349
|
+
|
|
4312
4350
|
.univer-pb-1 {
|
|
4313
4351
|
padding-bottom: .25rem;
|
|
4314
4352
|
}
|
|
@@ -4383,6 +4421,11 @@
|
|
|
4383
4421
|
line-height: 1.5rem;
|
|
4384
4422
|
}
|
|
4385
4423
|
|
|
4424
|
+
.univer-text-lg {
|
|
4425
|
+
font-size: 1.125rem;
|
|
4426
|
+
line-height: 1.75rem;
|
|
4427
|
+
}
|
|
4428
|
+
|
|
4386
4429
|
.univer-text-sm {
|
|
4387
4430
|
font-size: .875rem;
|
|
4388
4431
|
line-height: 1.25rem;
|
|
@@ -4465,6 +4508,10 @@
|
|
|
4465
4508
|
color: var(--univer-gray-900);
|
|
4466
4509
|
}
|
|
4467
4510
|
|
|
4511
|
+
.univer-text-primary-500 {
|
|
4512
|
+
color: var(--univer-primary-500);
|
|
4513
|
+
}
|
|
4514
|
+
|
|
4468
4515
|
.univer-text-primary-600 {
|
|
4469
4516
|
color: var(--univer-primary-600);
|
|
4470
4517
|
}
|
|
@@ -4509,6 +4556,13 @@
|
|
|
4509
4556
|
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
|
|
4510
4557
|
}
|
|
4511
4558
|
|
|
4559
|
+
.univer-shadow-lg {
|
|
4560
|
+
--univer-tw-shadow: 0px 4px 6px 0px #1e284d0d, 0px 10px 15px -3px #1e284d1a;
|
|
4561
|
+
--univer-tw-shadow-colored: 0px 4px 6px 0px var(--univer-tw-shadow-color), 0px 10px 15px -3px var(--univer-tw-shadow-color);
|
|
4562
|
+
box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px #1e284d0d, 0 10px 15px -3px #1e284d1a;
|
|
4563
|
+
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
|
|
4564
|
+
}
|
|
4565
|
+
|
|
4512
4566
|
.univer-shadow-md {
|
|
4513
4567
|
--univer-tw-shadow: 0px 1px 6px -2px #1e284d14, 0px 2px 6px -1px #1e284d1a;
|
|
4514
4568
|
--univer-tw-shadow-colored: 0px 1px 6px -2px var(--univer-tw-shadow-color), 0px 2px 6px -1px var(--univer-tw-shadow-color);
|
|
@@ -4622,6 +4676,10 @@
|
|
|
4622
4676
|
display: none;
|
|
4623
4677
|
}
|
|
4624
4678
|
|
|
4679
|
+
.hover\:univer-border-gray-400:hover {
|
|
4680
|
+
border-color: var(--univer-gray-400);
|
|
4681
|
+
}
|
|
4682
|
+
|
|
4625
4683
|
.hover\:univer-border-primary-600:hover {
|
|
4626
4684
|
border-color: var(--univer-primary-600);
|
|
4627
4685
|
}
|
|
@@ -4642,6 +4700,10 @@
|
|
|
4642
4700
|
background-color: #0000;
|
|
4643
4701
|
}
|
|
4644
4702
|
|
|
4703
|
+
.hover\:univer-text-gray-700:hover {
|
|
4704
|
+
color: var(--univer-gray-700);
|
|
4705
|
+
}
|
|
4706
|
+
|
|
4645
4707
|
.hover\:univer-opacity-50:hover {
|
|
4646
4708
|
opacity: .5;
|
|
4647
4709
|
}
|
|
@@ -4751,6 +4813,10 @@
|
|
|
4751
4813
|
border-color: var(--univer-gray-700) !important;
|
|
4752
4814
|
}
|
|
4753
4815
|
|
|
4816
|
+
.dark\:\!univer-border-primary-600:where(.univer-dark, .univer-dark *) {
|
|
4817
|
+
border-color: var(--univer-primary-600) !important;
|
|
4818
|
+
}
|
|
4819
|
+
|
|
4754
4820
|
.dark\:\!univer-bg-gray-200:where(.univer-dark, .univer-dark *) {
|
|
4755
4821
|
background-color: var(--univer-gray-200) !important;
|
|
4756
4822
|
}
|
|
@@ -4831,6 +4897,13 @@
|
|
|
4831
4897
|
color: var(--univer-white) !important;
|
|
4832
4898
|
}
|
|
4833
4899
|
|
|
4900
|
+
.dark\:\!univer-shadow-sm:where(.univer-dark, .univer-dark *) {
|
|
4901
|
+
--univer-tw-shadow: 0px 1px 2px 0px #1e284d14 !important;
|
|
4902
|
+
--univer-tw-shadow-colored: 0px 1px 2px 0px var(--univer-tw-shadow-color) !important;
|
|
4903
|
+
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px #1e284d14 !important;
|
|
4904
|
+
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow) !important;
|
|
4905
|
+
}
|
|
4906
|
+
|
|
4834
4907
|
.dark\:hover\:\!univer-bg-gray-600:hover:where(.univer-dark, .univer-dark *) {
|
|
4835
4908
|
background-color: var(--univer-gray-600) !important;
|
|
4836
4909
|
}
|
|
@@ -4839,6 +4912,10 @@
|
|
|
4839
4912
|
background-color: var(--univer-gray-700) !important;
|
|
4840
4913
|
}
|
|
4841
4914
|
|
|
4915
|
+
.dark\:hover\:\!univer-bg-gray-800:hover:where(.univer-dark, .univer-dark *) {
|
|
4916
|
+
background-color: var(--univer-gray-800) !important;
|
|
4917
|
+
}
|
|
4918
|
+
|
|
4842
4919
|
.dark\:hover\:\!univer-bg-gray-900:hover:where(.univer-dark, .univer-dark *) {
|
|
4843
4920
|
background-color: var(--univer-gray-900) !important;
|
|
4844
4921
|
}
|
|
@@ -4847,6 +4924,10 @@
|
|
|
4847
4924
|
background-color: #0000 !important;
|
|
4848
4925
|
}
|
|
4849
4926
|
|
|
4927
|
+
.dark\:hover\:\!univer-text-gray-300:hover:where(.univer-dark, .univer-dark *) {
|
|
4928
|
+
color: var(--univer-gray-300) !important;
|
|
4929
|
+
}
|
|
4930
|
+
|
|
4850
4931
|
.dark\:focus\:\!univer-bg-gray-600:focus:where(.univer-dark, .univer-dark *) {
|
|
4851
4932
|
background-color: var(--univer-gray-600) !important;
|
|
4852
4933
|
}
|
|
@@ -5217,3 +5298,8 @@
|
|
|
5217
5298
|
outline-offset: 2px !important;
|
|
5218
5299
|
outline: 2px solid #0000 !important;
|
|
5219
5300
|
}
|
|
5301
|
+
|
|
5302
|
+
.\[\&_svg\]\:univer-size-5 svg {
|
|
5303
|
+
width: 1.25rem;
|
|
5304
|
+
height: 1.25rem;
|
|
5305
|
+
}
|
|
@@ -202,6 +202,22 @@ declare const _default: {
|
|
|
202
202
|
};
|
|
203
203
|
} & {
|
|
204
204
|
ui: {
|
|
205
|
+
emojiPicker: {
|
|
206
|
+
emojiSearchIndex: Record<string, string>;
|
|
207
|
+
emojiTitles: Record<string, string>;
|
|
208
|
+
search: string;
|
|
209
|
+
random: string;
|
|
210
|
+
recents: string;
|
|
211
|
+
emojis: string;
|
|
212
|
+
animals: string;
|
|
213
|
+
food: string;
|
|
214
|
+
activities: string;
|
|
215
|
+
places: string;
|
|
216
|
+
objects: string;
|
|
217
|
+
symbols: string;
|
|
218
|
+
searchResults: string;
|
|
219
|
+
noResults: string;
|
|
220
|
+
};
|
|
205
221
|
toolbar: {
|
|
206
222
|
heading: {
|
|
207
223
|
normal: string;
|
|
@@ -202,6 +202,22 @@ declare const _default: {
|
|
|
202
202
|
};
|
|
203
203
|
} & {
|
|
204
204
|
ui: {
|
|
205
|
+
emojiPicker: {
|
|
206
|
+
emojiSearchIndex: Record<string, string>;
|
|
207
|
+
emojiTitles: Record<string, string>;
|
|
208
|
+
search: string;
|
|
209
|
+
random: string;
|
|
210
|
+
recents: string;
|
|
211
|
+
emojis: string;
|
|
212
|
+
animals: string;
|
|
213
|
+
food: string;
|
|
214
|
+
activities: string;
|
|
215
|
+
places: string;
|
|
216
|
+
objects: string;
|
|
217
|
+
symbols: string;
|
|
218
|
+
searchResults: string;
|
|
219
|
+
noResults: string;
|
|
220
|
+
};
|
|
205
221
|
toolbar: {
|
|
206
222
|
heading: {
|
|
207
223
|
normal: string;
|
|
@@ -202,6 +202,22 @@ declare const _default: {
|
|
|
202
202
|
};
|
|
203
203
|
} & {
|
|
204
204
|
ui: {
|
|
205
|
+
emojiPicker: {
|
|
206
|
+
emojiSearchIndex: Record<string, string>;
|
|
207
|
+
emojiTitles: Record<string, string>;
|
|
208
|
+
search: string;
|
|
209
|
+
random: string;
|
|
210
|
+
recents: string;
|
|
211
|
+
emojis: string;
|
|
212
|
+
animals: string;
|
|
213
|
+
food: string;
|
|
214
|
+
activities: string;
|
|
215
|
+
places: string;
|
|
216
|
+
objects: string;
|
|
217
|
+
symbols: string;
|
|
218
|
+
searchResults: string;
|
|
219
|
+
noResults: string;
|
|
220
|
+
};
|
|
205
221
|
toolbar: {
|
|
206
222
|
heading: {
|
|
207
223
|
normal: string;
|
|
@@ -202,6 +202,22 @@ declare const _default: {
|
|
|
202
202
|
};
|
|
203
203
|
} & {
|
|
204
204
|
ui: {
|
|
205
|
+
emojiPicker: {
|
|
206
|
+
emojiSearchIndex: Record<string, string>;
|
|
207
|
+
emojiTitles: Record<string, string>;
|
|
208
|
+
search: string;
|
|
209
|
+
random: string;
|
|
210
|
+
recents: string;
|
|
211
|
+
emojis: string;
|
|
212
|
+
animals: string;
|
|
213
|
+
food: string;
|
|
214
|
+
activities: string;
|
|
215
|
+
places: string;
|
|
216
|
+
objects: string;
|
|
217
|
+
symbols: string;
|
|
218
|
+
searchResults: string;
|
|
219
|
+
noResults: string;
|
|
220
|
+
};
|
|
205
221
|
toolbar: {
|
|
206
222
|
heading: {
|
|
207
223
|
normal: string;
|
|
@@ -202,6 +202,22 @@ declare const _default: {
|
|
|
202
202
|
};
|
|
203
203
|
} & {
|
|
204
204
|
ui: {
|
|
205
|
+
emojiPicker: {
|
|
206
|
+
emojiSearchIndex: Record<string, string>;
|
|
207
|
+
emojiTitles: Record<string, string>;
|
|
208
|
+
search: string;
|
|
209
|
+
random: string;
|
|
210
|
+
recents: string;
|
|
211
|
+
emojis: string;
|
|
212
|
+
animals: string;
|
|
213
|
+
food: string;
|
|
214
|
+
activities: string;
|
|
215
|
+
places: string;
|
|
216
|
+
objects: string;
|
|
217
|
+
symbols: string;
|
|
218
|
+
searchResults: string;
|
|
219
|
+
noResults: string;
|
|
220
|
+
};
|
|
205
221
|
toolbar: {
|
|
206
222
|
heading: {
|
|
207
223
|
normal: string;
|
|
@@ -202,6 +202,22 @@ declare const _default: {
|
|
|
202
202
|
};
|
|
203
203
|
} & {
|
|
204
204
|
ui: {
|
|
205
|
+
emojiPicker: {
|
|
206
|
+
emojiSearchIndex: Record<string, string>;
|
|
207
|
+
emojiTitles: Record<string, string>;
|
|
208
|
+
search: string;
|
|
209
|
+
random: string;
|
|
210
|
+
recents: string;
|
|
211
|
+
emojis: string;
|
|
212
|
+
animals: string;
|
|
213
|
+
food: string;
|
|
214
|
+
activities: string;
|
|
215
|
+
places: string;
|
|
216
|
+
objects: string;
|
|
217
|
+
symbols: string;
|
|
218
|
+
searchResults: string;
|
|
219
|
+
noResults: string;
|
|
220
|
+
};
|
|
205
221
|
toolbar: {
|
|
206
222
|
heading: {
|
|
207
223
|
normal: string;
|
|
@@ -202,6 +202,22 @@ declare const _default: {
|
|
|
202
202
|
};
|
|
203
203
|
} & {
|
|
204
204
|
ui: {
|
|
205
|
+
emojiPicker: {
|
|
206
|
+
emojiSearchIndex: Record<string, string>;
|
|
207
|
+
emojiTitles: Record<string, string>;
|
|
208
|
+
search: string;
|
|
209
|
+
random: string;
|
|
210
|
+
recents: string;
|
|
211
|
+
emojis: string;
|
|
212
|
+
animals: string;
|
|
213
|
+
food: string;
|
|
214
|
+
activities: string;
|
|
215
|
+
places: string;
|
|
216
|
+
objects: string;
|
|
217
|
+
symbols: string;
|
|
218
|
+
searchResults: string;
|
|
219
|
+
noResults: string;
|
|
220
|
+
};
|
|
205
221
|
toolbar: {
|
|
206
222
|
heading: {
|
|
207
223
|
normal: string;
|
|
@@ -202,6 +202,22 @@ declare const _default: {
|
|
|
202
202
|
};
|
|
203
203
|
} & {
|
|
204
204
|
ui: {
|
|
205
|
+
emojiPicker: {
|
|
206
|
+
emojiSearchIndex: Record<string, string>;
|
|
207
|
+
emojiTitles: Record<string, string>;
|
|
208
|
+
search: string;
|
|
209
|
+
random: string;
|
|
210
|
+
recents: string;
|
|
211
|
+
emojis: string;
|
|
212
|
+
animals: string;
|
|
213
|
+
food: string;
|
|
214
|
+
activities: string;
|
|
215
|
+
places: string;
|
|
216
|
+
objects: string;
|
|
217
|
+
symbols: string;
|
|
218
|
+
searchResults: string;
|
|
219
|
+
noResults: string;
|
|
220
|
+
};
|
|
205
221
|
toolbar: {
|
|
206
222
|
heading: {
|
|
207
223
|
normal: string;
|
|
@@ -202,6 +202,22 @@ declare const _default: {
|
|
|
202
202
|
};
|
|
203
203
|
} & {
|
|
204
204
|
ui: {
|
|
205
|
+
emojiPicker: {
|
|
206
|
+
emojiSearchIndex: Record<string, string>;
|
|
207
|
+
emojiTitles: Record<string, string>;
|
|
208
|
+
search: string;
|
|
209
|
+
random: string;
|
|
210
|
+
recents: string;
|
|
211
|
+
emojis: string;
|
|
212
|
+
animals: string;
|
|
213
|
+
food: string;
|
|
214
|
+
activities: string;
|
|
215
|
+
places: string;
|
|
216
|
+
objects: string;
|
|
217
|
+
symbols: string;
|
|
218
|
+
searchResults: string;
|
|
219
|
+
noResults: string;
|
|
220
|
+
};
|
|
205
221
|
toolbar: {
|
|
206
222
|
heading: {
|
|
207
223
|
normal: string;
|
|
@@ -202,6 +202,22 @@ declare const _default: {
|
|
|
202
202
|
};
|
|
203
203
|
} & {
|
|
204
204
|
ui: {
|
|
205
|
+
emojiPicker: {
|
|
206
|
+
emojiSearchIndex: Record<string, string>;
|
|
207
|
+
emojiTitles: Record<string, string>;
|
|
208
|
+
search: string;
|
|
209
|
+
random: string;
|
|
210
|
+
recents: string;
|
|
211
|
+
emojis: string;
|
|
212
|
+
animals: string;
|
|
213
|
+
food: string;
|
|
214
|
+
activities: string;
|
|
215
|
+
places: string;
|
|
216
|
+
objects: string;
|
|
217
|
+
symbols: string;
|
|
218
|
+
searchResults: string;
|
|
219
|
+
noResults: string;
|
|
220
|
+
};
|
|
205
221
|
toolbar: {
|
|
206
222
|
heading: {
|
|
207
223
|
normal: string;
|
|
@@ -202,6 +202,22 @@ declare const _default: {
|
|
|
202
202
|
};
|
|
203
203
|
} & {
|
|
204
204
|
ui: {
|
|
205
|
+
emojiPicker: {
|
|
206
|
+
emojiSearchIndex: Record<string, string>;
|
|
207
|
+
emojiTitles: Record<string, string>;
|
|
208
|
+
search: string;
|
|
209
|
+
random: string;
|
|
210
|
+
recents: string;
|
|
211
|
+
emojis: string;
|
|
212
|
+
animals: string;
|
|
213
|
+
food: string;
|
|
214
|
+
activities: string;
|
|
215
|
+
places: string;
|
|
216
|
+
objects: string;
|
|
217
|
+
symbols: string;
|
|
218
|
+
searchResults: string;
|
|
219
|
+
noResults: string;
|
|
220
|
+
};
|
|
205
221
|
toolbar: {
|
|
206
222
|
heading: {
|
|
207
223
|
normal: string;
|
|
@@ -202,6 +202,22 @@ declare const _default: {
|
|
|
202
202
|
};
|
|
203
203
|
} & {
|
|
204
204
|
ui: {
|
|
205
|
+
emojiPicker: {
|
|
206
|
+
emojiSearchIndex: Record<string, string>;
|
|
207
|
+
emojiTitles: Record<string, string>;
|
|
208
|
+
search: string;
|
|
209
|
+
random: string;
|
|
210
|
+
recents: string;
|
|
211
|
+
emojis: string;
|
|
212
|
+
animals: string;
|
|
213
|
+
food: string;
|
|
214
|
+
activities: string;
|
|
215
|
+
places: string;
|
|
216
|
+
objects: string;
|
|
217
|
+
symbols: string;
|
|
218
|
+
searchResults: string;
|
|
219
|
+
noResults: string;
|
|
220
|
+
};
|
|
205
221
|
toolbar: {
|
|
206
222
|
heading: {
|
|
207
223
|
normal: string;
|
|
@@ -202,6 +202,22 @@ declare const _default: {
|
|
|
202
202
|
};
|
|
203
203
|
} & {
|
|
204
204
|
ui: {
|
|
205
|
+
emojiPicker: {
|
|
206
|
+
emojiSearchIndex: Record<string, string>;
|
|
207
|
+
emojiTitles: Record<string, string>;
|
|
208
|
+
search: string;
|
|
209
|
+
random: string;
|
|
210
|
+
recents: string;
|
|
211
|
+
emojis: string;
|
|
212
|
+
animals: string;
|
|
213
|
+
food: string;
|
|
214
|
+
activities: string;
|
|
215
|
+
places: string;
|
|
216
|
+
objects: string;
|
|
217
|
+
symbols: string;
|
|
218
|
+
searchResults: string;
|
|
219
|
+
noResults: string;
|
|
220
|
+
};
|
|
205
221
|
toolbar: {
|
|
206
222
|
heading: {
|
|
207
223
|
normal: string;
|
|
@@ -202,6 +202,22 @@ declare const _default: {
|
|
|
202
202
|
};
|
|
203
203
|
} & {
|
|
204
204
|
ui: {
|
|
205
|
+
emojiPicker: {
|
|
206
|
+
emojiSearchIndex: Record<string, string>;
|
|
207
|
+
emojiTitles: Record<string, string>;
|
|
208
|
+
search: string;
|
|
209
|
+
random: string;
|
|
210
|
+
recents: string;
|
|
211
|
+
emojis: string;
|
|
212
|
+
animals: string;
|
|
213
|
+
food: string;
|
|
214
|
+
activities: string;
|
|
215
|
+
places: string;
|
|
216
|
+
objects: string;
|
|
217
|
+
symbols: string;
|
|
218
|
+
searchResults: string;
|
|
219
|
+
noResults: string;
|
|
220
|
+
};
|
|
205
221
|
toolbar: {
|
|
206
222
|
heading: {
|
|
207
223
|
normal: string;
|
|
@@ -202,6 +202,22 @@ declare const _default: {
|
|
|
202
202
|
};
|
|
203
203
|
} & {
|
|
204
204
|
ui: {
|
|
205
|
+
emojiPicker: {
|
|
206
|
+
emojiSearchIndex: Record<string, string>;
|
|
207
|
+
emojiTitles: Record<string, string>;
|
|
208
|
+
search: string;
|
|
209
|
+
random: string;
|
|
210
|
+
recents: string;
|
|
211
|
+
emojis: string;
|
|
212
|
+
animals: string;
|
|
213
|
+
food: string;
|
|
214
|
+
activities: string;
|
|
215
|
+
places: string;
|
|
216
|
+
objects: string;
|
|
217
|
+
symbols: string;
|
|
218
|
+
searchResults: string;
|
|
219
|
+
noResults: string;
|
|
220
|
+
};
|
|
205
221
|
toolbar: {
|
|
206
222
|
heading: {
|
|
207
223
|
normal: string;
|
|
@@ -202,6 +202,22 @@ declare const _default: {
|
|
|
202
202
|
};
|
|
203
203
|
} & {
|
|
204
204
|
ui: {
|
|
205
|
+
emojiPicker: {
|
|
206
|
+
emojiSearchIndex: Record<string, string>;
|
|
207
|
+
emojiTitles: Record<string, string>;
|
|
208
|
+
search: string;
|
|
209
|
+
random: string;
|
|
210
|
+
recents: string;
|
|
211
|
+
emojis: string;
|
|
212
|
+
animals: string;
|
|
213
|
+
food: string;
|
|
214
|
+
activities: string;
|
|
215
|
+
places: string;
|
|
216
|
+
objects: string;
|
|
217
|
+
symbols: string;
|
|
218
|
+
searchResults: string;
|
|
219
|
+
noResults: string;
|
|
220
|
+
};
|
|
205
221
|
toolbar: {
|
|
206
222
|
heading: {
|
|
207
223
|
normal: string;
|
|
@@ -202,6 +202,22 @@ declare const _default: {
|
|
|
202
202
|
};
|
|
203
203
|
} & {
|
|
204
204
|
ui: {
|
|
205
|
+
emojiPicker: {
|
|
206
|
+
emojiSearchIndex: Record<string, string>;
|
|
207
|
+
emojiTitles: Record<string, string>;
|
|
208
|
+
search: string;
|
|
209
|
+
random: string;
|
|
210
|
+
recents: string;
|
|
211
|
+
emojis: string;
|
|
212
|
+
animals: string;
|
|
213
|
+
food: string;
|
|
214
|
+
activities: string;
|
|
215
|
+
places: string;
|
|
216
|
+
objects: string;
|
|
217
|
+
symbols: string;
|
|
218
|
+
searchResults: string;
|
|
219
|
+
noResults: string;
|
|
220
|
+
};
|
|
205
221
|
toolbar: {
|
|
206
222
|
heading: {
|
|
207
223
|
normal: string;
|
|
@@ -202,6 +202,22 @@ declare const _default: {
|
|
|
202
202
|
};
|
|
203
203
|
} & {
|
|
204
204
|
ui: {
|
|
205
|
+
emojiPicker: {
|
|
206
|
+
emojiSearchIndex: Record<string, string>;
|
|
207
|
+
emojiTitles: Record<string, string>;
|
|
208
|
+
search: string;
|
|
209
|
+
random: string;
|
|
210
|
+
recents: string;
|
|
211
|
+
emojis: string;
|
|
212
|
+
animals: string;
|
|
213
|
+
food: string;
|
|
214
|
+
activities: string;
|
|
215
|
+
places: string;
|
|
216
|
+
objects: string;
|
|
217
|
+
symbols: string;
|
|
218
|
+
searchResults: string;
|
|
219
|
+
noResults: string;
|
|
220
|
+
};
|
|
205
221
|
toolbar: {
|
|
206
222
|
heading: {
|
|
207
223
|
normal: string;
|
|
@@ -202,6 +202,22 @@ declare const _default: {
|
|
|
202
202
|
};
|
|
203
203
|
} & {
|
|
204
204
|
ui: {
|
|
205
|
+
emojiPicker: {
|
|
206
|
+
emojiSearchIndex: Record<string, string>;
|
|
207
|
+
emojiTitles: Record<string, string>;
|
|
208
|
+
search: string;
|
|
209
|
+
random: string;
|
|
210
|
+
recents: string;
|
|
211
|
+
emojis: string;
|
|
212
|
+
animals: string;
|
|
213
|
+
food: string;
|
|
214
|
+
activities: string;
|
|
215
|
+
places: string;
|
|
216
|
+
objects: string;
|
|
217
|
+
symbols: string;
|
|
218
|
+
searchResults: string;
|
|
219
|
+
noResults: string;
|
|
220
|
+
};
|
|
205
221
|
toolbar: {
|
|
206
222
|
heading: {
|
|
207
223
|
normal: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/preset-docs-core",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Preset for core Univer Docs editing and UI features.",
|
|
6
6
|
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
@@ -56,22 +56,22 @@
|
|
|
56
56
|
"rxjs": ">=7.0.0"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@univerjs/
|
|
60
|
-
"@univerjs/
|
|
61
|
-
"@univerjs/
|
|
62
|
-
"@univerjs/engine-
|
|
63
|
-
"@univerjs/
|
|
64
|
-
"@univerjs/
|
|
65
|
-
"@univerjs/ui": "1.0.0-alpha.
|
|
59
|
+
"@univerjs/docs-ui": "1.0.0-alpha.1",
|
|
60
|
+
"@univerjs/design": "1.0.0-alpha.1",
|
|
61
|
+
"@univerjs/docs": "1.0.0-alpha.1",
|
|
62
|
+
"@univerjs/engine-formula": "1.0.0-alpha.1",
|
|
63
|
+
"@univerjs/engine-render": "1.0.0-alpha.1",
|
|
64
|
+
"@univerjs/network": "1.0.0-alpha.1",
|
|
65
|
+
"@univerjs/ui": "1.0.0-alpha.1"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"react": "18.3.1",
|
|
69
69
|
"react-dom": "18.3.1",
|
|
70
70
|
"rxjs": "^7.8.2",
|
|
71
71
|
"typescript": "^6.0.3",
|
|
72
|
-
"@univerjs-infra/shared": "1.0.0-alpha.
|
|
73
|
-
"@univerjs/
|
|
74
|
-
"@univerjs/
|
|
72
|
+
"@univerjs-infra/shared": "1.0.0-alpha.1",
|
|
73
|
+
"@univerjs/presets": "1.0.0-alpha.1",
|
|
74
|
+
"@univerjs/core": "1.0.0-alpha.1"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|
|
77
77
|
"build:bundle": "univer-cli preset build --cleanup",
|