@univerjs/docs-ui 0.15.2-insiders.20260124-12fc7f0 → 0.15.3-insiders.20260131-b9b8805

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.
@@ -0,0 +1,125 @@
1
+ const a = {
2
+ toolbar: {
3
+ undo: "Späť",
4
+ redo: "Znova",
5
+ font: "Písmo",
6
+ fontSize: "Veľkosť písma",
7
+ bold: "Tučné",
8
+ italic: "Kurzíva",
9
+ strikethrough: "Prečiarknuté",
10
+ subscript: "Dolný index",
11
+ superscript: "Horný index",
12
+ underline: "Podčiarknutie",
13
+ textColor: {
14
+ main: "Farba textu",
15
+ right: "Vybrať farbu"
16
+ },
17
+ fillColor: {
18
+ main: "Farba pozadia textu",
19
+ right: "Vybrať farbu"
20
+ },
21
+ table: {
22
+ main: "Tabuľka",
23
+ insert: "Vložiť tabuľku",
24
+ colCount: "Počet stĺpcov",
25
+ rowCount: "Počet riadkov"
26
+ },
27
+ resetColor: "Obnoviť",
28
+ order: "Číslovaný zoznam",
29
+ unorder: "Odrážkový zoznam",
30
+ checklist: "Zoznam úloh",
31
+ documentFlavor: "Moderný režim",
32
+ alignLeft: "Zarovnať doľava",
33
+ alignCenter: "Zarovnať na stred",
34
+ alignRight: "Zarovnať doprava",
35
+ alignJustify: "Zarovnať do bloku",
36
+ horizontalLine: "Vodorovná čiara",
37
+ headerFooter: "Hlavička a päta",
38
+ pageSetup: "Nastavenie stránky"
39
+ },
40
+ table: {
41
+ insert: "Vložiť",
42
+ insertRowAbove: "Vložiť riadok nad",
43
+ insertRowBelow: "Vložiť riadok pod",
44
+ insertColumnLeft: "Vložiť stĺpec vľavo",
45
+ insertColumnRight: "Vložiť stĺpec vpravo",
46
+ delete: "Odstrániť tabuľku",
47
+ deleteRows: "Odstrániť riadok",
48
+ deleteColumns: "Odstrániť stĺpec",
49
+ deleteTable: "Odstrániť tabuľku"
50
+ },
51
+ headerFooter: {
52
+ header: "Hlavička",
53
+ footer: "Päta",
54
+ panel: "Nastavenia hlavičky a päty",
55
+ firstPageCheckBox: "Iná prvá strana",
56
+ oddEvenCheckBox: "Iné párne a nepárne strany",
57
+ headerTopMargin: "Horný okraj hlavičky (px)",
58
+ footerBottomMargin: "Dolný okraj päty (px)",
59
+ closeHeaderFooter: "Zavrieť hlavičku a pätu",
60
+ disableText: "Nastavenia hlavičky a päty sú vypnuté"
61
+ },
62
+ doc: {
63
+ menu: {
64
+ paragraphSetting: "Nastavenia odseku"
65
+ },
66
+ slider: {
67
+ paragraphSetting: "Nastavenia odseku"
68
+ },
69
+ paragraphSetting: {
70
+ alignment: "Zarovnanie",
71
+ indentation: "Odsadenie",
72
+ left: "Vľavo",
73
+ right: "Vpravo",
74
+ firstLine: "Prvý riadok",
75
+ hanging: "Predsadenie",
76
+ spacing: "Medzery",
77
+ before: "Pred",
78
+ after: "Za",
79
+ lineSpace: "Riadkovanie",
80
+ multiSpace: "Viacnásobné",
81
+ fixedValue: "Pevná hodnota (px)"
82
+ }
83
+ },
84
+ rightClick: {
85
+ copy: "Kopírovať",
86
+ cut: "Vystrihnúť",
87
+ paste: "Prilepiť",
88
+ delete: "Odstrániť",
89
+ bulletList: "Odrážkový zoznam",
90
+ orderList: "Číslovaný zoznam",
91
+ checkList: "Zoznam úloh",
92
+ insertBellow: "Vložiť pod"
93
+ },
94
+ "page-settings": {
95
+ "document-setting": "Nastavenia dokumentu",
96
+ "paper-size": "Veľkosť papiera",
97
+ "page-size": {
98
+ main: "Veľkosť papiera",
99
+ a4: "A4",
100
+ a3: "A3",
101
+ a5: "A5",
102
+ b4: "B4",
103
+ b5: "B5",
104
+ letter: "Letter",
105
+ legal: "Legal",
106
+ tabloid: "Tabloid",
107
+ statement: "Statement",
108
+ executive: "Executive",
109
+ folio: "Folio"
110
+ },
111
+ orientation: "Orientácia",
112
+ portrait: "Na výšku",
113
+ landscape: "Na šírku",
114
+ "custom-paper-size": "Vlastná veľkosť papiera",
115
+ top: "Hore",
116
+ bottom: "Dole",
117
+ left: "Vľavo",
118
+ right: "Vpravo",
119
+ cancel: "Zrušiť",
120
+ confirm: "Potvrdiť"
121
+ }
122
+ };
123
+ export {
124
+ a as default
125
+ };
@@ -0,0 +1,3 @@
1
+ import { default as enUS } from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -104,6 +104,7 @@ export declare class DocSelectionRenderService extends RxDisposable implements I
104
104
  private _initDOM;
105
105
  private _registerContainer;
106
106
  private _initInput;
107
+ private _ensureHostContainer;
107
108
  private _getNodePosition;
108
109
  private _interactTextRanges;
109
110
  private _interactRectRanges;
@@ -1,5 +1,21 @@
1
- import { default as React, Component } from 'react';
2
1
  import { IUniverDocsUIConfig } from '../../controllers/config.schema';
2
+ import { Component } from 'react';
3
+ /**
4
+ * Copyright 2023-present DreamNum Co., Ltd.
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+ import type * as React from 'react';
3
19
  interface IBaseDocContainerProps {
4
20
  config: IUniverDocsUIConfig;
5
21
  changeLocale: (locale: string) => void;