@univerjs/core 0.17.0 → 0.18.0
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/facade.js +1 -1
- package/lib/cjs/index.js +9 -8
- package/lib/es/facade.js +1 -1479
- package/lib/es/index.js +9 -20335
- package/lib/facade.js +1 -1479
- package/lib/index.js +9 -20335
- package/lib/types/common/async.d.ts +16 -1
- package/lib/types/common/di.d.ts +18 -2
- package/lib/types/common/interceptor.d.ts +16 -1
- package/lib/types/common/invert-color/invert-hsl.d.ts +16 -1
- package/lib/types/common/invert-color/invert-rgb.d.ts +16 -1
- package/lib/types/common/unit.d.ts +17 -2
- package/lib/types/docs/data-model/document-data-model.d.ts +24 -9
- package/lib/types/docs/data-model/empty-snapshot.d.ts +16 -1
- package/lib/types/docs/data-model/json-x/json-x.d.ts +19 -4
- package/lib/types/docs/data-model/preset-list-type.d.ts +16 -1
- package/lib/types/docs/data-model/replacement.d.ts +16 -1
- package/lib/types/docs/data-model/rich-text-builder.d.ts +21 -5
- package/lib/types/docs/data-model/text-x/action-iterator.d.ts +17 -1
- package/lib/types/docs/data-model/text-x/action-types.d.ts +17 -2
- package/lib/types/docs/data-model/text-x/apply-utils/common.d.ts +16 -1
- package/lib/types/docs/data-model/text-x/apply-utils/delete-apply.d.ts +16 -1
- package/lib/types/docs/data-model/text-x/apply-utils/insert-apply.d.ts +16 -1
- package/lib/types/docs/data-model/text-x/apply-utils/update-apply.d.ts +16 -1
- package/lib/types/docs/data-model/text-x/apply.d.ts +17 -2
- package/lib/types/docs/data-model/text-x/build-utils/custom-decoration.d.ts +17 -2
- package/lib/types/docs/data-model/text-x/build-utils/custom-range.d.ts +17 -2
- package/lib/types/docs/data-model/text-x/build-utils/drawings.d.ts +19 -4
- package/lib/types/docs/data-model/text-x/build-utils/index.d.ts +24 -9
- package/lib/types/docs/data-model/text-x/build-utils/paragraph.d.ts +18 -3
- package/lib/types/docs/data-model/text-x/build-utils/parse.d.ts +16 -1
- package/lib/types/docs/data-model/text-x/build-utils/selection.d.ts +17 -2
- package/lib/types/docs/data-model/text-x/build-utils/text-x-utils.d.ts +23 -7
- package/lib/types/docs/data-model/text-x/text-x.d.ts +18 -3
- package/lib/types/docs/data-model/text-x/transform-utils.d.ts +17 -2
- package/lib/types/docs/data-model/text-x/utils.d.ts +34 -19
- package/lib/types/docs/data-model/utils.d.ts +16 -1
- package/lib/types/facade/f-base.d.ts +17 -1
- package/lib/types/facade/f-blob.d.ts +17 -1
- package/lib/types/facade/f-doc.d.ts +17 -1
- package/lib/types/facade/f-enum.d.ts +15 -0
- package/lib/types/facade/f-event-registry.d.ts +19 -3
- package/lib/types/facade/f-event.d.ts +17 -2
- package/lib/types/facade/f-hooks.d.ts +17 -1
- package/lib/types/facade/f-univer.d.ts +20 -3
- package/lib/types/facade/f-usermanager.d.ts +17 -1
- package/lib/types/facade/f-util.d.ts +15 -0
- package/lib/types/observer/observable.d.ts +17 -1
- package/lib/types/services/authz-io/authz-io-local.service.d.ts +17 -2
- package/lib/types/services/authz-io/type.d.ts +18 -3
- package/lib/types/services/command/command.service.d.ts +20 -4
- package/lib/types/services/config/config.service.d.ts +18 -3
- package/lib/types/services/confirm/confirm.service.d.ts +17 -2
- package/lib/types/services/context/context.service.d.ts +16 -1
- package/lib/types/services/error/error.service.d.ts +16 -1
- package/lib/types/services/image-io/image-io.service.d.ts +18 -3
- package/lib/types/services/image-io/url-image.service.d.ts +17 -2
- package/lib/types/services/instance/instance.service.d.ts +22 -5
- package/lib/types/services/lifecycle/lifecycle.service.d.ts +16 -1
- package/lib/types/services/local-storage/local-storage.service.d.ts +1 -1
- package/lib/types/services/locale/locale.service.d.ts +17 -2
- package/lib/types/services/log/log.service.d.ts +16 -1
- package/lib/types/services/mention-io/mention-io-local.service.d.ts +16 -1
- package/lib/types/services/mention-io/type.d.ts +18 -3
- package/lib/types/services/permission/permission.service.d.ts +18 -2
- package/lib/types/services/permission/type.d.ts +20 -5
- package/lib/types/services/plugin/plugin-override.d.ts +16 -1
- package/lib/types/services/plugin/plugin.service.d.ts +18 -2
- package/lib/types/services/resource-loader/resource-loader.service.d.ts +17 -2
- package/lib/types/services/resource-loader/type.d.ts +17 -2
- package/lib/types/services/resource-manager/resource-manager.service.d.ts +19 -4
- package/lib/types/services/resource-manager/type.d.ts +19 -4
- package/lib/types/services/theme/theme.service.d.ts +16 -1
- package/lib/types/services/undoredo/undoredo.service.d.ts +22 -5
- package/lib/types/services/user-manager/const.d.ts +17 -1
- package/lib/types/services/user-manager/user-manager.service.d.ts +17 -2
- package/lib/types/shared/after-init-apply.d.ts +16 -1
- package/lib/types/shared/cache/image-cache.d.ts +16 -1
- package/lib/types/shared/check-if-move.d.ts +17 -2
- package/lib/types/shared/common.d.ts +22 -7
- package/lib/types/shared/compare.d.ts +16 -1
- package/lib/types/shared/dayjs.d.ts +16 -1
- package/lib/types/shared/doc-tool.d.ts +16 -1
- package/lib/types/shared/generate.d.ts +17 -2
- package/lib/types/shared/lifecycle.d.ts +18 -2
- package/lib/types/shared/lru/lru-map.d.ts +16 -1
- package/lib/types/shared/object-matrix-query.d.ts +16 -1
- package/lib/types/shared/object-matrix.d.ts +17 -2
- package/lib/types/shared/r-tree.d.ts +18 -2
- package/lib/types/shared/range.d.ts +17 -2
- package/lib/types/shared/rectangle.d.ts +17 -2
- package/lib/types/shared/rxjs.d.ts +18 -2
- package/lib/types/shared/tools.d.ts +17 -23
- package/lib/types/sheets/clone.d.ts +17 -2
- package/lib/types/sheets/column-manager.d.ts +19 -4
- package/lib/types/sheets/empty-snapshot.d.ts +16 -1
- package/lib/types/sheets/range.d.ts +23 -6
- package/lib/types/sheets/row-manager.d.ts +20 -5
- package/lib/types/sheets/sheet-skeleton.d.ts +21 -5
- package/lib/types/sheets/sheet-snapshot-utils.d.ts +16 -1
- package/lib/types/sheets/span-model.d.ts +16 -1
- package/lib/types/sheets/styles.d.ts +18 -3
- package/lib/types/sheets/typedef.d.ts +23 -7
- package/lib/types/sheets/util.d.ts +20 -4
- package/lib/types/sheets/workbook.d.ts +19 -4
- package/lib/types/sheets/worksheet.d.ts +25 -7
- package/lib/types/skeleton.d.ts +16 -1
- package/lib/types/slides/slide-model.d.ts +22 -6
- package/lib/types/types/const/const.d.ts +18 -2
- package/lib/types/types/const/page-size.d.ts +16 -1
- package/lib/types/types/interfaces/i-cell-custom-render.d.ts +20 -5
- package/lib/types/types/interfaces/i-cell-validation-data.d.ts +17 -2
- package/lib/types/types/interfaces/i-data-validation.d.ts +21 -6
- package/lib/types/types/interfaces/i-document-data-interceptor.d.ts +16 -1
- package/lib/types/types/interfaces/i-document-data.d.ts +20 -5
- package/lib/types/types/interfaces/i-drawing.d.ts +56 -3
- package/lib/types/types/interfaces/i-mention.d.ts +16 -1
- package/lib/types/types/interfaces/i-need-check-disposable.d.ts +16 -1
- package/lib/types/types/interfaces/i-placeholder.d.ts +16 -1
- package/lib/types/types/interfaces/i-shape-properties.d.ts +17 -2
- package/lib/types/types/interfaces/i-slide-data.d.ts +26 -11
- package/lib/types/types/interfaces/i-style-data.d.ts +19 -4
- package/lib/types/univer.d.ts +26 -10
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +9 -8
- package/package.json +9 -9
- package/lib/types/docs/data-model/text-x/build-utils/__test__/custom-range.spec.d.ts +0 -16
- package/lib/types/docs/data-model/text-x/build-utils/__test__/selection.spec.d.ts +0 -16
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.