@uniformdev/canvas-vue 19.185.1-alpha.8 → 19.186.2-alpha.14

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/dist/index.d.mts CHANGED
@@ -318,6 +318,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
318
318
  isPatternParameter?: boolean;
319
319
  ignorePatternParameterDefault?: boolean;
320
320
  optionalPatternParameter?: boolean;
321
+ dataSourceVariant?: "unpublished";
321
322
  variables?: {
322
323
  [key: string]: string;
323
324
  };
@@ -329,6 +330,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
329
330
  isPatternParameter?: boolean;
330
331
  ignorePatternParameterDefault?: boolean;
331
332
  optionalPatternParameter?: boolean;
333
+ dataSourceVariant?: "unpublished";
332
334
  variables?: {
333
335
  [key: string]: string;
334
336
  };
@@ -411,6 +413,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
411
413
  isPatternParameter?: boolean;
412
414
  ignorePatternParameterDefault?: boolean;
413
415
  optionalPatternParameter?: boolean;
416
+ dataSourceVariant?: "unpublished";
414
417
  variables?: {
415
418
  [key: string]: string;
416
419
  };
@@ -422,6 +425,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
422
425
  isPatternParameter?: boolean;
423
426
  ignorePatternParameterDefault?: boolean;
424
427
  optionalPatternParameter?: boolean;
428
+ dataSourceVariant?: "unpublished";
425
429
  variables?: {
426
430
  [key: string]: string;
427
431
  };
package/dist/index.d.ts CHANGED
@@ -318,6 +318,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
318
318
  isPatternParameter?: boolean;
319
319
  ignorePatternParameterDefault?: boolean;
320
320
  optionalPatternParameter?: boolean;
321
+ dataSourceVariant?: "unpublished";
321
322
  variables?: {
322
323
  [key: string]: string;
323
324
  };
@@ -329,6 +330,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
329
330
  isPatternParameter?: boolean;
330
331
  ignorePatternParameterDefault?: boolean;
331
332
  optionalPatternParameter?: boolean;
333
+ dataSourceVariant?: "unpublished";
332
334
  variables?: {
333
335
  [key: string]: string;
334
336
  };
@@ -411,6 +413,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
411
413
  isPatternParameter?: boolean;
412
414
  ignorePatternParameterDefault?: boolean;
413
415
  optionalPatternParameter?: boolean;
416
+ dataSourceVariant?: "unpublished";
414
417
  variables?: {
415
418
  [key: string]: string;
416
419
  };
@@ -422,6 +425,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
422
425
  isPatternParameter?: boolean;
423
426
  ignorePatternParameterDefault?: boolean;
424
427
  optionalPatternParameter?: boolean;
428
+ dataSourceVariant?: "unpublished";
425
429
  variables?: {
426
430
  [key: string]: string;
427
431
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-vue",
3
- "version": "19.185.1-alpha.8+53f7f96124",
3
+ "version": "19.186.2-alpha.14+2868049c36",
4
4
  "description": "Vue SDK for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -23,9 +23,9 @@
23
23
  "document": "api-extractor run --local"
24
24
  },
25
25
  "dependencies": {
26
- "@uniformdev/canvas": "19.185.1-alpha.8+53f7f96124",
27
- "@uniformdev/context-vue": "19.185.1-alpha.8+53f7f96124",
28
- "@uniformdev/richtext": "19.185.1-alpha.8+53f7f96124",
26
+ "@uniformdev/canvas": "19.186.2-alpha.14+2868049c36",
27
+ "@uniformdev/context-vue": "19.186.2-alpha.14+2868049c36",
28
+ "@uniformdev/richtext": "19.186.2-alpha.14+2868049c36",
29
29
  "vue-demi": "^0.14.0"
30
30
  },
31
31
  "peerDependencies": {
@@ -59,5 +59,5 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "53f7f961242f3518b103e55337ada7ad91c18dd7"
62
+ "gitHead": "2868049c365d370abc91762e89dc845c61c02b78"
63
63
  }