@univerjs/sheets-ui 0.7.0-nightly.202505191607 → 0.7.0-nightly.202505201607
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 +16 -16
- package/lib/es/index.js +3531 -3530
- package/lib/index.css +1 -1
- package/lib/index.js +3531 -3530
- package/lib/types/controllers/config.schema.d.ts +1 -0
- package/lib/types/index.d.ts +0 -2
- package/lib/umd/index.js +15 -15
- package/package.json +12 -12
- package/lib/types/components/color-picker/index.d.ts +0 -17
- package/lib/types/components/color-picker/interface.d.ts +0 -16
- package/lib/types/components/font-family/index.d.ts +0 -18
- package/lib/types/components/font-family/interface.d.ts +0 -17
- package/lib/types/components/font-size/index.d.ts +0 -17
- package/lib/types/components/font-size/interface.d.ts +0 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-ui",
|
|
3
|
-
"version": "0.7.0-nightly.
|
|
3
|
+
"version": "0.7.0-nightly.202505201607",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "UniverSheet normal ui-plugin-sheets",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -66,16 +66,16 @@
|
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@univerjs/icons": "^0.3.24",
|
|
68
68
|
"@univerjs/protocol": "0.1.46",
|
|
69
|
-
"@univerjs/
|
|
70
|
-
"@univerjs/
|
|
71
|
-
"@univerjs/docs
|
|
72
|
-
"@univerjs/
|
|
73
|
-
"@univerjs/engine-
|
|
74
|
-
"@univerjs/
|
|
75
|
-
"@univerjs/
|
|
76
|
-
"@univerjs/
|
|
77
|
-
"@univerjs/ui": "0.7.0-nightly.
|
|
78
|
-
"@univerjs/telemetry": "0.7.0-nightly.
|
|
69
|
+
"@univerjs/design": "0.7.0-nightly.202505201607",
|
|
70
|
+
"@univerjs/core": "0.7.0-nightly.202505201607",
|
|
71
|
+
"@univerjs/docs": "0.7.0-nightly.202505201607",
|
|
72
|
+
"@univerjs/engine-formula": "0.7.0-nightly.202505201607",
|
|
73
|
+
"@univerjs/engine-numfmt": "0.7.0-nightly.202505201607",
|
|
74
|
+
"@univerjs/sheets": "0.7.0-nightly.202505201607",
|
|
75
|
+
"@univerjs/docs-ui": "0.7.0-nightly.202505201607",
|
|
76
|
+
"@univerjs/engine-render": "0.7.0-nightly.202505201607",
|
|
77
|
+
"@univerjs/ui": "0.7.0-nightly.202505201607",
|
|
78
|
+
"@univerjs/telemetry": "0.7.0-nightly.202505201607"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"postcss": "^8.5.3",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"vite": "^6.3.5",
|
|
87
87
|
"vitest": "^3.1.3",
|
|
88
88
|
"@univerjs-infra/shared": "0.7.0",
|
|
89
|
-
"@univerjs/themes": "0.7.0-nightly.
|
|
89
|
+
"@univerjs/themes": "0.7.0-nightly.202505201607"
|
|
90
90
|
},
|
|
91
91
|
"scripts": {
|
|
92
92
|
"test": "vitest run",
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2023-present DreamNum Co., Ltd.
|
|
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
|
-
*/
|
|
16
|
-
export { COLOR_PICKER_COMPONENT } from './interface';
|
|
17
|
-
export { ColorPicker } from '@univerjs/design';
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2023-present DreamNum Co., Ltd.
|
|
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
|
-
*/
|
|
16
|
-
export declare const COLOR_PICKER_COMPONENT = "UI_PLUGIN_SHEETS_COLOR_PICKER_COMPONENT";
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2023-present DreamNum Co., Ltd.
|
|
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
|
-
*/
|
|
16
|
-
export { FONT_FAMILY_COMPONENT, FONT_FAMILY_ITEM_COMPONENT } from './interface';
|
|
17
|
-
export { FontFamily } from '@univerjs/ui';
|
|
18
|
-
export { FontFamilyItem } from '@univerjs/ui';
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2023-present DreamNum Co., Ltd.
|
|
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
|
-
*/
|
|
16
|
-
export declare const FONT_FAMILY_COMPONENT = "UI_PLUGIN_SHEETS_FONT_FAMILY_COMPONENT";
|
|
17
|
-
export declare const FONT_FAMILY_ITEM_COMPONENT = "UI_PLUGIN_SHEETS_FONT_FAMILY_ITEM_COMPONENT";
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2023-present DreamNum Co., Ltd.
|
|
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
|
-
*/
|
|
16
|
-
export { FONT_SIZE_COMPONENT } from './interface';
|
|
17
|
-
export { FontSize } from '@univerjs/ui';
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2023-present DreamNum Co., Ltd.
|
|
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
|
-
*/
|
|
16
|
-
export declare const FONT_SIZE_COMPONENT = "UI_PLUGIN_SHEETS_FONT_SIZE_COMPONENT";
|