@uniformdev/canvas-vue 19.149.1-alpha.1 → 19.150.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/dist/index.d.mts CHANGED
@@ -277,6 +277,10 @@ declare const UniformComponent: vue_demi.DefineComponent<{
277
277
  _id: string;
278
278
  _slug?: string | null | undefined;
279
279
  _name: string;
280
+ _author?: string | undefined;
281
+ _authorSubject?: string | undefined;
282
+ _creator?: string | undefined;
283
+ _creatorSubject?: string | undefined;
280
284
  _pattern?: string | undefined;
281
285
  _patternDataResources?: {
282
286
  [key: string]: {
@@ -468,6 +472,10 @@ declare const UniformComponent: vue_demi.DefineComponent<{
468
472
  _id: string;
469
473
  _slug?: string | null | undefined;
470
474
  _name: string;
475
+ _author?: string | undefined;
476
+ _authorSubject?: string | undefined;
477
+ _creator?: string | undefined;
478
+ _creatorSubject?: string | undefined;
471
479
  _pattern?: string | undefined;
472
480
  _patternDataResources?: {
473
481
  [key: string]: {
@@ -671,6 +679,10 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
671
679
  _id: string;
672
680
  _slug?: string | null | undefined;
673
681
  _name: string;
682
+ _author?: string | undefined;
683
+ _authorSubject?: string | undefined;
684
+ _creator?: string | undefined;
685
+ _creatorSubject?: string | undefined;
674
686
  _pattern?: string | undefined;
675
687
  _patternDataResources?: {
676
688
  [key: string]: {
@@ -873,6 +885,10 @@ declare const UniformComposition: vue_demi.DefineComponent<{
873
885
  _id: string;
874
886
  _slug?: string | null | undefined;
875
887
  _name: string;
888
+ _author?: string | undefined;
889
+ _authorSubject?: string | undefined;
890
+ _creator?: string | undefined;
891
+ _creatorSubject?: string | undefined;
876
892
  _pattern?: string | undefined;
877
893
  _patternDataResources?: {
878
894
  [key: string]: {
@@ -1105,6 +1121,10 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1105
1121
  _id: string;
1106
1122
  _slug?: string | null | undefined;
1107
1123
  _name: string;
1124
+ _author?: string | undefined;
1125
+ _authorSubject?: string | undefined;
1126
+ _creator?: string | undefined;
1127
+ _creatorSubject?: string | undefined;
1108
1128
  _pattern?: string | undefined;
1109
1129
  _patternDataResources?: {
1110
1130
  [key: string]: {
@@ -1347,6 +1367,10 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1347
1367
  _id: string;
1348
1368
  _slug?: string | null | undefined;
1349
1369
  _name: string;
1370
+ _author?: string | undefined;
1371
+ _authorSubject?: string | undefined;
1372
+ _creator?: string | undefined;
1373
+ _creatorSubject?: string | undefined;
1350
1374
  _pattern?: string | undefined;
1351
1375
  _patternDataResources?: {
1352
1376
  [key: string]: {
@@ -1579,6 +1603,10 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1579
1603
  _id: string;
1580
1604
  _slug?: string | null | undefined;
1581
1605
  _name: string;
1606
+ _author?: string | undefined;
1607
+ _authorSubject?: string | undefined;
1608
+ _creator?: string | undefined;
1609
+ _creatorSubject?: string | undefined;
1582
1610
  _pattern?: string | undefined;
1583
1611
  _patternDataResources?: {
1584
1612
  [key: string]: {
@@ -1817,6 +1845,10 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1817
1845
  _id: string;
1818
1846
  _slug?: string | null | undefined;
1819
1847
  _name: string;
1848
+ _author?: string | undefined;
1849
+ _authorSubject?: string | undefined;
1850
+ _creator?: string | undefined;
1851
+ _creatorSubject?: string | undefined;
1820
1852
  _pattern?: string | undefined;
1821
1853
  _patternDataResources?: {
1822
1854
  [key: string]: {
@@ -2049,6 +2081,10 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2049
2081
  _id: string;
2050
2082
  _slug?: string | null | undefined;
2051
2083
  _name: string;
2084
+ _author?: string | undefined;
2085
+ _authorSubject?: string | undefined;
2086
+ _creator?: string | undefined;
2087
+ _creatorSubject?: string | undefined;
2052
2088
  _pattern?: string | undefined;
2053
2089
  _patternDataResources?: {
2054
2090
  [key: string]: {
@@ -2291,6 +2327,10 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2291
2327
  _id: string;
2292
2328
  _slug?: string | null | undefined;
2293
2329
  _name: string;
2330
+ _author?: string | undefined;
2331
+ _authorSubject?: string | undefined;
2332
+ _creator?: string | undefined;
2333
+ _creatorSubject?: string | undefined;
2294
2334
  _pattern?: string | undefined;
2295
2335
  _patternDataResources?: {
2296
2336
  [key: string]: {
@@ -2523,6 +2563,10 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2523
2563
  _id: string;
2524
2564
  _slug?: string | null | undefined;
2525
2565
  _name: string;
2566
+ _author?: string | undefined;
2567
+ _authorSubject?: string | undefined;
2568
+ _creator?: string | undefined;
2569
+ _creatorSubject?: string | undefined;
2526
2570
  _pattern?: string | undefined;
2527
2571
  _patternDataResources?: {
2528
2572
  [key: string]: {
package/dist/index.d.ts CHANGED
@@ -277,6 +277,10 @@ declare const UniformComponent: vue_demi.DefineComponent<{
277
277
  _id: string;
278
278
  _slug?: string | null | undefined;
279
279
  _name: string;
280
+ _author?: string | undefined;
281
+ _authorSubject?: string | undefined;
282
+ _creator?: string | undefined;
283
+ _creatorSubject?: string | undefined;
280
284
  _pattern?: string | undefined;
281
285
  _patternDataResources?: {
282
286
  [key: string]: {
@@ -468,6 +472,10 @@ declare const UniformComponent: vue_demi.DefineComponent<{
468
472
  _id: string;
469
473
  _slug?: string | null | undefined;
470
474
  _name: string;
475
+ _author?: string | undefined;
476
+ _authorSubject?: string | undefined;
477
+ _creator?: string | undefined;
478
+ _creatorSubject?: string | undefined;
471
479
  _pattern?: string | undefined;
472
480
  _patternDataResources?: {
473
481
  [key: string]: {
@@ -671,6 +679,10 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
671
679
  _id: string;
672
680
  _slug?: string | null | undefined;
673
681
  _name: string;
682
+ _author?: string | undefined;
683
+ _authorSubject?: string | undefined;
684
+ _creator?: string | undefined;
685
+ _creatorSubject?: string | undefined;
674
686
  _pattern?: string | undefined;
675
687
  _patternDataResources?: {
676
688
  [key: string]: {
@@ -873,6 +885,10 @@ declare const UniformComposition: vue_demi.DefineComponent<{
873
885
  _id: string;
874
886
  _slug?: string | null | undefined;
875
887
  _name: string;
888
+ _author?: string | undefined;
889
+ _authorSubject?: string | undefined;
890
+ _creator?: string | undefined;
891
+ _creatorSubject?: string | undefined;
876
892
  _pattern?: string | undefined;
877
893
  _patternDataResources?: {
878
894
  [key: string]: {
@@ -1105,6 +1121,10 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1105
1121
  _id: string;
1106
1122
  _slug?: string | null | undefined;
1107
1123
  _name: string;
1124
+ _author?: string | undefined;
1125
+ _authorSubject?: string | undefined;
1126
+ _creator?: string | undefined;
1127
+ _creatorSubject?: string | undefined;
1108
1128
  _pattern?: string | undefined;
1109
1129
  _patternDataResources?: {
1110
1130
  [key: string]: {
@@ -1347,6 +1367,10 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1347
1367
  _id: string;
1348
1368
  _slug?: string | null | undefined;
1349
1369
  _name: string;
1370
+ _author?: string | undefined;
1371
+ _authorSubject?: string | undefined;
1372
+ _creator?: string | undefined;
1373
+ _creatorSubject?: string | undefined;
1350
1374
  _pattern?: string | undefined;
1351
1375
  _patternDataResources?: {
1352
1376
  [key: string]: {
@@ -1579,6 +1603,10 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1579
1603
  _id: string;
1580
1604
  _slug?: string | null | undefined;
1581
1605
  _name: string;
1606
+ _author?: string | undefined;
1607
+ _authorSubject?: string | undefined;
1608
+ _creator?: string | undefined;
1609
+ _creatorSubject?: string | undefined;
1582
1610
  _pattern?: string | undefined;
1583
1611
  _patternDataResources?: {
1584
1612
  [key: string]: {
@@ -1817,6 +1845,10 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1817
1845
  _id: string;
1818
1846
  _slug?: string | null | undefined;
1819
1847
  _name: string;
1848
+ _author?: string | undefined;
1849
+ _authorSubject?: string | undefined;
1850
+ _creator?: string | undefined;
1851
+ _creatorSubject?: string | undefined;
1820
1852
  _pattern?: string | undefined;
1821
1853
  _patternDataResources?: {
1822
1854
  [key: string]: {
@@ -2049,6 +2081,10 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2049
2081
  _id: string;
2050
2082
  _slug?: string | null | undefined;
2051
2083
  _name: string;
2084
+ _author?: string | undefined;
2085
+ _authorSubject?: string | undefined;
2086
+ _creator?: string | undefined;
2087
+ _creatorSubject?: string | undefined;
2052
2088
  _pattern?: string | undefined;
2053
2089
  _patternDataResources?: {
2054
2090
  [key: string]: {
@@ -2291,6 +2327,10 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2291
2327
  _id: string;
2292
2328
  _slug?: string | null | undefined;
2293
2329
  _name: string;
2330
+ _author?: string | undefined;
2331
+ _authorSubject?: string | undefined;
2332
+ _creator?: string | undefined;
2333
+ _creatorSubject?: string | undefined;
2294
2334
  _pattern?: string | undefined;
2295
2335
  _patternDataResources?: {
2296
2336
  [key: string]: {
@@ -2523,6 +2563,10 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2523
2563
  _id: string;
2524
2564
  _slug?: string | null | undefined;
2525
2565
  _name: string;
2566
+ _author?: string | undefined;
2567
+ _authorSubject?: string | undefined;
2568
+ _creator?: string | undefined;
2569
+ _creatorSubject?: string | undefined;
2526
2570
  _pattern?: string | undefined;
2527
2571
  _patternDataResources?: {
2528
2572
  [key: string]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-vue",
3
- "version": "19.149.1-alpha.1+55ee398800",
3
+ "version": "19.150.0",
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.149.1-alpha.1+55ee398800",
27
- "@uniformdev/context-vue": "19.149.1-alpha.1+55ee398800",
28
- "@uniformdev/richtext": "19.149.1-alpha.1+55ee398800",
26
+ "@uniformdev/canvas": "19.150.0",
27
+ "@uniformdev/context-vue": "19.150.0",
28
+ "@uniformdev/richtext": "19.150.0",
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": "55ee398800ebfebe4d493572e47f5474b6125ddf"
62
+ "gitHead": "4dc41368724c89d5d3c20ff5e4f84c4cfb1752b2"
63
63
  }