@univerjs/slides-ui 0.5.4-nightly.202501200849 → 0.5.5-experimental.20250122-3362a4a

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 e = {
1
+ const locale = {
2
2
  slide: {
3
3
  append: "Append Slide",
4
4
  text: {
@@ -35,5 +35,5 @@ const e = {
35
35
  }
36
36
  };
37
37
  export {
38
- e as default
38
+ locale as default
39
39
  };
@@ -1,4 +1,4 @@
1
- const e = {
1
+ const locale = {
2
2
  slide: {
3
3
  append: "اضافه کردن اسلاید",
4
4
  text: {
@@ -35,5 +35,5 @@ const e = {
35
35
  }
36
36
  };
37
37
  export {
38
- e as default
38
+ locale as default
39
39
  };
@@ -1,4 +1,4 @@
1
- const e = {
1
+ const locale = {
2
2
  slide: {
3
3
  append: "Ajouter une diapositive",
4
4
  text: {
@@ -35,5 +35,5 @@ const e = {
35
35
  }
36
36
  };
37
37
  export {
38
- e as default
38
+ locale as default
39
39
  };
@@ -1,4 +1,4 @@
1
- const e = {
1
+ const locale$1 = {
2
2
  slide: {
3
3
  append: "Append Slide",
4
4
  text: {
@@ -33,7 +33,7 @@ const e = {
33
33
  }
34
34
  }
35
35
  }
36
- }, t = e;
36
+ }, locale = locale$1;
37
37
  export {
38
- t as default
38
+ locale as default
39
39
  };
@@ -1,4 +1,4 @@
1
- const e = {
1
+ const locale$1 = {
2
2
  slide: {
3
3
  append: "Append Slide",
4
4
  text: {
@@ -33,7 +33,7 @@ const e = {
33
33
  }
34
34
  }
35
35
  }
36
- }, t = e;
36
+ }, locale = locale$1;
37
37
  export {
38
- t as default
38
+ locale as default
39
39
  };
@@ -1,4 +1,4 @@
1
- const e = {
1
+ const locale = {
2
2
  slide: {
3
3
  append: "新增幻灯片",
4
4
  text: {
@@ -35,5 +35,5 @@ const e = {
35
35
  }
36
36
  };
37
37
  export {
38
- e as default
38
+ locale as default
39
39
  };
@@ -1,4 +1,4 @@
1
- const e = {
1
+ const locale$1 = {
2
2
  slide: {
3
3
  append: "Append Slide",
4
4
  text: {
@@ -33,7 +33,7 @@ const e = {
33
33
  }
34
34
  }
35
35
  }
36
- }, t = e;
36
+ }, locale = locale$1;
37
37
  export {
38
- t as default
38
+ locale as default
39
39
  };
@@ -1,7 +1,21 @@
1
- import { default as React } from 'react';
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
+ */
2
16
  interface IProps {
3
17
  pageId: string;
4
18
  unitId: string;
5
19
  }
6
- export default function ArrangePanel(props: IProps): React.JSX.Element | null;
20
+ export default function ArrangePanel(props: IProps): import("react/jsx-runtime").JSX.Element | null;
7
21
  export {};
@@ -1,4 +1,18 @@
1
- import { default as React } from 'react';
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
+ */
2
16
  interface IProps {
3
17
  pageId: string;
4
18
  unitId: string;
@@ -7,5 +21,5 @@ interface IProps {
7
21
  *
8
22
  * @param props
9
23
  */
10
- export default function ArrangePanel(props: IProps): React.JSX.Element | null;
24
+ export default function ArrangePanel(props: IProps): import("react/jsx-runtime").JSX.Element | null;
11
25
  export {};
@@ -1,7 +1,21 @@
1
- import { default as React } from 'react';
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
+ */
2
16
  interface IProps {
3
17
  pageId: string;
4
18
  unitId: string;
5
19
  }
6
- export default function TransformPanel(props: IProps): React.JSX.Element | null;
20
+ export default function TransformPanel(props: IProps): import("react/jsx-runtime").JSX.Element | null;
7
21
  export {};
@@ -1,3 +1,17 @@
1
- import { default as React } from 'react';
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
+ */
2
16
  export declare const COMPONENT_SLIDE_SIDEBAR = "COMPONENT_SLIDE_SIDEBAR";
3
- export default function RectSidebar(): React.JSX.Element | null;
17
+ export default function RectSidebar(): import("react/jsx-runtime").JSX.Element | null;
@@ -1,5 +1,19 @@
1
- import { default as React } from 'react';
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
+ */
2
16
  /**
3
17
  * This components works as the root component of the left Sidebar of Slide.
4
18
  */
5
- export declare function SlideSideBar(): React.JSX.Element | null;
19
+ export declare function SlideSideBar(): import("react/jsx-runtime").JSX.Element | null;