kritzel-vue 0.0.59 → 0.0.62

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.
@@ -64,7 +64,10 @@ export const KritzelControlTextConfig = /*@__PURE__*/ defineContainer('kritzel-c
64
64
  ]);
65
65
  export const KritzelControls = /*@__PURE__*/ defineContainer('kritzel-controls', defineKritzelControls, [
66
66
  'controls',
67
- 'activeControl'
67
+ 'activeControl',
68
+ 'controlsReady'
69
+ ], [
70
+ 'controlsReady'
68
71
  ]);
69
72
  export const KritzelCursorTrail = /*@__PURE__*/ defineContainer('kritzel-cursor-trail', defineKritzelCursorTrail);
70
73
  export const KritzelDropdown = /*@__PURE__*/ defineContainer('kritzel-dropdown', defineKritzelDropdown, [
@@ -84,8 +87,10 @@ export const KritzelEngine = /*@__PURE__*/ defineContainer('kritzel-engine', def
84
87
  'activeTool',
85
88
  'globalContextMenuItems',
86
89
  'objectContextMenuItems',
90
+ 'engineReady',
87
91
  'activeToolChange'
88
92
  ], [
93
+ 'engineReady',
89
94
  'activeToolChange'
90
95
  ]);
91
96
  export const KritzelFont = /*@__PURE__*/ defineContainer('kritzel-font', defineKritzelFont, [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kritzel-vue",
3
- "version": "0.0.59",
3
+ "version": "0.0.62",
4
4
  "homepage": "https://gitlab.com/kasual1/kritzel#readme",
5
5
  "license": "ISC",
6
6
  "main": "dist/index.js",
@@ -34,6 +34,6 @@
34
34
  "@stencil/vue-output-target": "0.10.7"
35
35
  },
36
36
  "peerDependencies": {
37
- "kritzel-stencil": "^0.0.59"
37
+ "kritzel-stencil": "^0.0.62"
38
38
  }
39
39
  }