@univerjs/drawing 0.2.15 → 0.3.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.
@@ -13,13 +13,13 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export { DRAWING_IMAGE_WIDTH_LIMIT, DRAWING_IMAGE_HEIGHT_LIMIT, DRAWING_IMAGE_COUNT_LIMIT, DRAWING_IMAGE_ALLOW_SIZE, DRAWING_IMAGE_ALLOW_IMAGE_LIST } from './basics/config';
17
- export { DrawingManagerService, UnitDrawingService, type IDrawingJson1Type, type IDrawingJsonUndo1 } from './services/drawing-manager-impl.service';
16
+ export { DRAWING_IMAGE_ALLOW_IMAGE_LIST, DRAWING_IMAGE_ALLOW_SIZE, DRAWING_IMAGE_COUNT_LIMIT, DRAWING_IMAGE_HEIGHT_LIMIT, DRAWING_IMAGE_WIDTH_LIMIT } from './basics/config';
17
+ export { DrawingManagerService, type IDrawingJson1Type, type IDrawingJsonUndo1, UnitDrawingService } from './services/drawing-manager-impl.service';
18
18
  export { getDrawingShapeKeyByDrawingSearch } from './utils/get-image-shape-key';
19
19
  export { getImageSize } from './utils/get-image-size';
20
20
  export { UniverDrawingPlugin } from './plugin';
21
21
  export { type IImageData } from './models/image-model-interface';
22
22
  export { IImageIoService, type IImageIoServiceParam, ImageSourceType, ImageUploadStatusType } from './services/image-io.service';
23
23
  export { ImageIoService } from './services/image-io-impl.service';
24
- export type { ITransformState, IRotationSkewFlipTransform } from './services/interface';
25
- export { DEFAULT_DOCUMENT_SUB_COMPONENT_ID, type DrawingType, DrawingTypeEnum, type IDrawingSearch, type IDrawingSpace, type IDrawingParam, IDrawingManagerService, type IDrawingOrderUpdateParam, type IUnitDrawingService, type IDrawingMap, type IDrawingSubunitMap, type IDrawingOrderMapParam, type IDrawingGroupUpdateParam, type IDrawingVisibleParam, type IDrawingMapItemData, type IDrawingMapItem, ArrangeTypeEnum, } from './services/drawing-manager.service';
24
+ export type { IRotationSkewFlipTransform, ITransformState } from './services/interface';
25
+ export { ArrangeTypeEnum, DEFAULT_DOCUMENT_SUB_COMPONENT_ID, type DrawingType, DrawingTypeEnum, type IDrawingGroupUpdateParam, IDrawingManagerService, type IDrawingMap, type IDrawingMapItem, type IDrawingMapItemData, type IDrawingOrderMapParam, type IDrawingOrderUpdateParam, type IDrawingParam, type IDrawingSearch, type IDrawingSpace, type IDrawingSubunitMap, type IDrawingVisibleParam, type IUnitDrawingService, } from './services/drawing-manager.service';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/drawing",
3
- "version": "0.2.15",
3
+ "version": "0.3.0-alpha.1",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -45,20 +45,20 @@
45
45
  ],
46
46
  "peerDependencies": {
47
47
  "rxjs": ">=7.0.0",
48
- "@univerjs/core": "0.2.15"
48
+ "@univerjs/core": "0.3.0-alpha.1"
49
49
  },
50
50
  "dependencies": {
51
51
  "@univerjs/icons": "^0.1.78",
52
52
  "ot-json1": "^1.0.2",
53
- "@univerjs/core": "0.2.15"
53
+ "@univerjs/core": "0.3.0-alpha.1"
54
54
  },
55
55
  "devDependencies": {
56
56
  "less": "^4.2.0",
57
57
  "rxjs": "^7.8.1",
58
58
  "typescript": "^5.6.2",
59
- "vite": "^5.4.4",
60
- "vitest": "^2.0.5",
61
- "@univerjs-infra/shared": "0.2.15"
59
+ "vite": "^5.4.8",
60
+ "vitest": "^2.1.1",
61
+ "@univerjs-infra/shared": "0.3.0-alpha.1"
62
62
  },
63
63
  "univerSpace": {
64
64
  ".": {