@univerjs/slides-ui 0.5.5-nightly.202501220324 → 0.5.5

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.
@@ -1,4 +1,4 @@
1
- const locale = {
1
+ const e = {
2
2
  slide: {
3
3
  append: "Append Slide",
4
4
  text: {
@@ -35,5 +35,5 @@ const locale = {
35
35
  }
36
36
  };
37
37
  export {
38
- locale as default
38
+ e as default
39
39
  };
@@ -1,4 +1,4 @@
1
- const locale = {
1
+ const e = {
2
2
  slide: {
3
3
  append: "اضافه کردن اسلاید",
4
4
  text: {
@@ -35,5 +35,5 @@ const locale = {
35
35
  }
36
36
  };
37
37
  export {
38
- locale as default
38
+ e as default
39
39
  };
@@ -1,4 +1,4 @@
1
- const locale = {
1
+ const e = {
2
2
  slide: {
3
3
  append: "Ajouter une diapositive",
4
4
  text: {
@@ -35,5 +35,5 @@ const locale = {
35
35
  }
36
36
  };
37
37
  export {
38
- locale as default
38
+ e as default
39
39
  };
@@ -1,4 +1,4 @@
1
- const locale$1 = {
1
+ const e = {
2
2
  slide: {
3
3
  append: "Append Slide",
4
4
  text: {
@@ -33,7 +33,7 @@ const locale$1 = {
33
33
  }
34
34
  }
35
35
  }
36
- }, locale = locale$1;
36
+ }, t = e;
37
37
  export {
38
- locale as default
38
+ t as default
39
39
  };
@@ -1,4 +1,4 @@
1
- const locale$1 = {
1
+ const e = {
2
2
  slide: {
3
3
  append: "Append Slide",
4
4
  text: {
@@ -33,7 +33,7 @@ const locale$1 = {
33
33
  }
34
34
  }
35
35
  }
36
- }, locale = locale$1;
36
+ }, t = e;
37
37
  export {
38
- locale as default
38
+ t as default
39
39
  };
@@ -1,4 +1,4 @@
1
- const locale = {
1
+ const e = {
2
2
  slide: {
3
3
  append: "新增幻灯片",
4
4
  text: {
@@ -35,5 +35,5 @@ const locale = {
35
35
  }
36
36
  };
37
37
  export {
38
- locale as default
38
+ e as default
39
39
  };
@@ -1,4 +1,4 @@
1
- const locale$1 = {
1
+ const e = {
2
2
  slide: {
3
3
  append: "Append Slide",
4
4
  text: {
@@ -33,7 +33,7 @@ const locale$1 = {
33
33
  }
34
34
  }
35
35
  }
36
- }, locale = locale$1;
36
+ }, t = e;
37
37
  export {
38
- locale as default
38
+ t as default
39
39
  };
@@ -1,21 +1,7 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
1
+ import { default as React } from 'react';
16
2
  interface IProps {
17
3
  pageId: string;
18
4
  unitId: string;
19
5
  }
20
- export default function ArrangePanel(props: IProps): import("react/jsx-runtime").JSX.Element | null;
6
+ export default function ArrangePanel(props: IProps): React.JSX.Element | null;
21
7
  export {};
@@ -1,18 +1,4 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
1
+ import { default as React } from 'react';
16
2
  interface IProps {
17
3
  pageId: string;
18
4
  unitId: string;
@@ -21,5 +7,5 @@ interface IProps {
21
7
  *
22
8
  * @param props
23
9
  */
24
- export default function ArrangePanel(props: IProps): import("react/jsx-runtime").JSX.Element | null;
10
+ export default function ArrangePanel(props: IProps): React.JSX.Element | null;
25
11
  export {};
@@ -1,21 +1,7 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
1
+ import { default as React } from 'react';
16
2
  interface IProps {
17
3
  pageId: string;
18
4
  unitId: string;
19
5
  }
20
- export default function TransformPanel(props: IProps): import("react/jsx-runtime").JSX.Element | null;
6
+ export default function TransformPanel(props: IProps): React.JSX.Element | null;
21
7
  export {};
@@ -1,17 +1,3 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
1
+ import { default as React } from 'react';
16
2
  export declare const COMPONENT_SLIDE_SIDEBAR = "COMPONENT_SLIDE_SIDEBAR";
17
- export default function RectSidebar(): import("react/jsx-runtime").JSX.Element | null;
3
+ export default function RectSidebar(): React.JSX.Element | null;
@@ -1,19 +1,5 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
1
+ import { default as React } from 'react';
16
2
  /**
17
3
  * This components works as the root component of the left Sidebar of Slide.
18
4
  */
19
- export declare function SlideSideBar(): import("react/jsx-runtime").JSX.Element | null;
5
+ export declare function SlideSideBar(): React.JSX.Element | null;