@uniformdev/canvas-vue 18.12.1-alpha.3 → 18.14.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +9 -9
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import * as vue_demi from 'vue-demi';
2
2
  import { PropType, ConcreteComponent, Ref } from 'vue-demi';
3
3
  import { ComponentInstance, ComponentParameter, RootComponentInstance, UpdateCompositionMessage, SubscribeToCompositionOptions } from '@uniformdev/canvas';
4
4
  export { createUniformApiEnhancer } from '@uniformdev/canvas';
5
- import * as _uniformdev_canvas_dist_createEventBus_60ff8dc4 from '@uniformdev/canvas/dist/createEventBus-60ff8dc4';
5
+ import * as _uniformdev_canvas_dist_createEventBus_db3535cb from '@uniformdev/canvas/dist/createEventBus-db3535cb';
6
6
 
7
7
  type DefaultNotImplementedComponentProps = {
8
8
  component: ComponentInstance;
@@ -518,7 +518,7 @@ declare const useUniformCurrentComposition: () => UniformCurrentComposition;
518
518
  */
519
519
  declare const UniformComposition: vue_demi.DefineComponent<{
520
520
  data: {
521
- type: PropType<((_uniformdev_canvas_dist_createEventBus_60ff8dc4.p | {
521
+ type: PropType<((_uniformdev_canvas_dist_createEventBus_db3535cb.p | {
522
522
  type: string;
523
523
  parameters?: {
524
524
  [key: string]: {
@@ -672,7 +672,7 @@ declare const UniformComposition: vue_demi.DefineComponent<{
672
672
  default: string;
673
673
  };
674
674
  contextualEditingEnhancer: {
675
- type: PropType<((compositionUpdateMessage: _uniformdev_canvas_dist_createEventBus_60ff8dc4.U) => {
675
+ type: PropType<((compositionUpdateMessage: _uniformdev_canvas_dist_createEventBus_db3535cb.U) => {
676
676
  type: string;
677
677
  parameters?: {
678
678
  [key: string]: {
@@ -822,7 +822,7 @@ declare const UniformComposition: vue_demi.DefineComponent<{
822
822
  [key: string]: any;
823
823
  }>, unknown, {}, {}, vue_demi.ComponentOptionsMixin, vue_demi.ComponentOptionsMixin, {}, string, vue_demi.VNodeProps & vue_demi.AllowedComponentProps & vue_demi.ComponentCustomProps, Readonly<vue_demi.ExtractPropTypes<{
824
824
  data: {
825
- type: PropType<((_uniformdev_canvas_dist_createEventBus_60ff8dc4.p | {
825
+ type: PropType<((_uniformdev_canvas_dist_createEventBus_db3535cb.p | {
826
826
  type: string;
827
827
  parameters?: {
828
828
  [key: string]: {
@@ -976,7 +976,7 @@ declare const UniformComposition: vue_demi.DefineComponent<{
976
976
  default: string;
977
977
  };
978
978
  contextualEditingEnhancer: {
979
- type: PropType<((compositionUpdateMessage: _uniformdev_canvas_dist_createEventBus_60ff8dc4.U) => {
979
+ type: PropType<((compositionUpdateMessage: _uniformdev_canvas_dist_createEventBus_db3535cb.U) => {
980
980
  type: string;
981
981
  parameters?: {
982
982
  [key: string]: {
@@ -1128,7 +1128,7 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1128
1128
  /** @deprecated use `UniformComposition` instead */
1129
1129
  declare const Composition: vue_demi.DefineComponent<{
1130
1130
  data: {
1131
- type: PropType<((_uniformdev_canvas_dist_createEventBus_60ff8dc4.p | {
1131
+ type: PropType<((_uniformdev_canvas_dist_createEventBus_db3535cb.p | {
1132
1132
  type: string;
1133
1133
  parameters?: {
1134
1134
  [key: string]: {
@@ -1282,7 +1282,7 @@ declare const Composition: vue_demi.DefineComponent<{
1282
1282
  default: string;
1283
1283
  };
1284
1284
  contextualEditingEnhancer: {
1285
- type: PropType<((compositionUpdateMessage: _uniformdev_canvas_dist_createEventBus_60ff8dc4.U) => {
1285
+ type: PropType<((compositionUpdateMessage: _uniformdev_canvas_dist_createEventBus_db3535cb.U) => {
1286
1286
  type: string;
1287
1287
  parameters?: {
1288
1288
  [key: string]: {
@@ -1432,7 +1432,7 @@ declare const Composition: vue_demi.DefineComponent<{
1432
1432
  [key: string]: any;
1433
1433
  }>, unknown, {}, {}, vue_demi.ComponentOptionsMixin, vue_demi.ComponentOptionsMixin, {}, string, vue_demi.VNodeProps & vue_demi.AllowedComponentProps & vue_demi.ComponentCustomProps, Readonly<vue_demi.ExtractPropTypes<{
1434
1434
  data: {
1435
- type: PropType<((_uniformdev_canvas_dist_createEventBus_60ff8dc4.p | {
1435
+ type: PropType<((_uniformdev_canvas_dist_createEventBus_db3535cb.p | {
1436
1436
  type: string;
1437
1437
  parameters?: {
1438
1438
  [key: string]: {
@@ -1586,7 +1586,7 @@ declare const Composition: vue_demi.DefineComponent<{
1586
1586
  default: string;
1587
1587
  };
1588
1588
  contextualEditingEnhancer: {
1589
- type: PropType<((compositionUpdateMessage: _uniformdev_canvas_dist_createEventBus_60ff8dc4.U) => {
1589
+ type: PropType<((compositionUpdateMessage: _uniformdev_canvas_dist_createEventBus_db3535cb.U) => {
1590
1590
  type: string;
1591
1591
  parameters?: {
1592
1592
  [key: string]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-vue",
3
- "version": "18.12.1-alpha.3+a644de994",
3
+ "version": "18.14.0",
4
4
  "description": "Vue SDK for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "format": "prettier --write \"src/**/*.{js,ts,tsx}\""
23
23
  },
24
24
  "dependencies": {
25
- "@uniformdev/canvas": "18.12.1-alpha.3+a644de994",
25
+ "@uniformdev/canvas": "18.14.0",
26
26
  "@vue/test-utils": "2.2.10",
27
27
  "vue-demi": "^0.13.11"
28
28
  },
@@ -39,7 +39,7 @@
39
39
  "devDependencies": {
40
40
  "@testing-library/vue": "6.6.1",
41
41
  "@types/uuid": "9.0.0",
42
- "@uniformdev/context-vue": "18.12.1-alpha.3+a644de994",
42
+ "@uniformdev/context-vue": "18.14.0",
43
43
  "@vue/server-test-utils": "1.3.0",
44
44
  "vue": "3.2.45",
45
45
  "vue-server-renderer": "2.7.14",
@@ -62,5 +62,5 @@
62
62
  "last 2 versions",
63
63
  "not dead"
64
64
  ],
65
- "gitHead": "a644de994a3272e46ed9420e629625feca639761"
65
+ "gitHead": "43f1f11d6986b7b94c3287e8cc4b800937edb805"
66
66
  }