@uniformdev/canvas-vue 20.12.1-alpha.8 → 20.13.2

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
@@ -217,7 +217,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
217
217
  source?: string;
218
218
  op: string;
219
219
  value: string | string[];
220
- } | any)[];
220
+ } | /*elided*/ any)[];
221
221
  };
222
222
  value: unknown;
223
223
  id: number;
@@ -231,7 +231,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
231
231
  source?: string;
232
232
  op: string;
233
233
  value: string | string[];
234
- } | any)[];
234
+ } | /*elided*/ any)[];
235
235
  };
236
236
  value: unknown;
237
237
  id: number;
@@ -285,7 +285,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
285
285
  source?: string;
286
286
  op: string;
287
287
  value: string | string[];
288
- } | any)[];
288
+ } | /*elided*/ any)[];
289
289
  };
290
290
  value: unknown;
291
291
  id: number;
@@ -299,7 +299,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
299
299
  source?: string;
300
300
  op: string;
301
301
  value: string | string[];
302
- } | any)[];
302
+ } | /*elided*/ any)[];
303
303
  };
304
304
  value: unknown;
305
305
  id: number;
@@ -309,7 +309,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
309
309
  };
310
310
  variant?: string;
311
311
  slots?: {
312
- [key: string]: any[];
312
+ [key: string]: /*elided*/ any[];
313
313
  };
314
314
  _id?: string;
315
315
  _pattern?: string;
@@ -360,7 +360,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
360
360
  source?: string;
361
361
  op: string;
362
362
  value: string | string[];
363
- } | any)[];
363
+ } | /*elided*/ any)[];
364
364
  };
365
365
  value: unknown;
366
366
  id: number;
@@ -374,7 +374,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
374
374
  source?: string;
375
375
  op: string;
376
376
  value: string | string[];
377
- } | any)[];
377
+ } | /*elided*/ any)[];
378
378
  };
379
379
  value: unknown;
380
380
  id: number;
@@ -383,7 +383,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
383
383
  };
384
384
  };
385
385
  slots?: {
386
- [key: string]: any[];
386
+ [key: string]: /*elided*/ any[];
387
387
  };
388
388
  variant?: string;
389
389
  dataResources?: {
@@ -423,7 +423,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
423
423
  source?: string;
424
424
  op: string;
425
425
  value: string | string[];
426
- } | any)[];
426
+ } | /*elided*/ any)[];
427
427
  };
428
428
  value: unknown;
429
429
  id: number;
@@ -437,7 +437,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
437
437
  source?: string;
438
438
  op: string;
439
439
  value: string | string[];
440
- } | any)[];
440
+ } | /*elided*/ any)[];
441
441
  };
442
442
  value: unknown;
443
443
  id: number;
@@ -446,7 +446,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
446
446
  };
447
447
  };
448
448
  slots?: {
449
- [key: string]: any[];
449
+ [key: string]: /*elided*/ any[];
450
450
  };
451
451
  variant?: string;
452
452
  dataResources?: {
@@ -527,7 +527,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
527
527
  source?: string;
528
528
  op: string;
529
529
  value: string | string[];
530
- } | any)[];
530
+ } | /*elided*/ any)[];
531
531
  };
532
532
  value: unknown;
533
533
  id: number;
@@ -541,7 +541,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
541
541
  source?: string;
542
542
  op: string;
543
543
  value: string | string[];
544
- } | any)[];
544
+ } | /*elided*/ any)[];
545
545
  };
546
546
  value: unknown;
547
547
  id: number;
@@ -550,7 +550,96 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
550
550
  };
551
551
  };
552
552
  slots?: {
553
- [key: string]: any[];
553
+ [key: string]: {
554
+ type: string;
555
+ parameters?: {
556
+ [key: string]: {
557
+ value?: unknown;
558
+ type: string;
559
+ connectedData?: {
560
+ pointer: string;
561
+ syntax: "jptr";
562
+ failureAction?: "t" | "p" | "c" | "a";
563
+ failureLogLevel?: "e" | "w" | "i";
564
+ failureDefault?: string;
565
+ };
566
+ locales?: {
567
+ [key: string]: unknown;
568
+ };
569
+ conditions?: {
570
+ when: {
571
+ op?: "&" | "|";
572
+ clauses: ({
573
+ rule: string;
574
+ source?: string;
575
+ op: string;
576
+ value: string | string[];
577
+ } | /*elided*/ any)[];
578
+ };
579
+ value: unknown;
580
+ id: number;
581
+ }[];
582
+ localesConditions?: {
583
+ [key: string]: {
584
+ when: {
585
+ op?: "&" | "|";
586
+ clauses: ({
587
+ rule: string;
588
+ source?: string;
589
+ op: string;
590
+ value: string | string[];
591
+ } | /*elided*/ any)[];
592
+ };
593
+ value: unknown;
594
+ id: number;
595
+ }[];
596
+ };
597
+ };
598
+ };
599
+ variant?: string;
600
+ slots?: {
601
+ [key: string]: /*elided*/ any[];
602
+ };
603
+ _id?: string;
604
+ _pattern?: string;
605
+ _dataResources?: {
606
+ [key: string]: {
607
+ type: string;
608
+ isPatternParameter?: boolean;
609
+ ignorePatternParameterDefault?: boolean;
610
+ optionalPatternParameter?: boolean;
611
+ variables?: {
612
+ [key: string]: string;
613
+ };
614
+ };
615
+ };
616
+ _patternDataResources?: {
617
+ [key: string]: {
618
+ type: string;
619
+ isPatternParameter?: boolean;
620
+ ignorePatternParameterDefault?: boolean;
621
+ optionalPatternParameter?: boolean;
622
+ variables?: {
623
+ [key: string]: string;
624
+ };
625
+ };
626
+ };
627
+ _patternError?: "NOTFOUND" | "CYCLIC";
628
+ _overrides?: {
629
+ [key: string]: /*elided*/ any;
630
+ };
631
+ _patternOverrides?: {
632
+ [key: string]: /*elided*/ any;
633
+ };
634
+ _overridability?: {
635
+ parameters?: {
636
+ [key: string]: "yes" | "no";
637
+ };
638
+ variants?: boolean;
639
+ hideLockedParameters?: boolean;
640
+ };
641
+ _locales?: string[];
642
+ }[];
554
643
  };
555
644
  variant?: string;
556
645
  dataResources?: {
@@ -590,7 +679,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
590
679
  source?: string;
591
680
  op: string;
592
681
  value: string | string[];
593
- } | any)[];
682
+ } | /*elided*/ any)[];
594
683
  };
595
684
  value: unknown;
596
685
  id: number;
@@ -604,7 +693,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
604
693
  source?: string;
605
694
  op: string;
606
695
  value: string | string[];
607
- } | any)[];
696
+ } | /*elided*/ any)[];
608
697
  };
609
698
  value: unknown;
610
699
  id: number;
@@ -613,7 +702,96 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
613
702
  };
614
703
  };
615
704
  slots?: {
616
- [key: string]: any[];
705
+ [key: string]: {
706
+ type: string;
707
+ parameters?: {
708
+ [key: string]: {
709
+ value?: unknown;
710
+ type: string;
711
+ connectedData?: {
712
+ pointer: string;
713
+ syntax: "jptr";
714
+ failureAction?: "t" | "p" | "c" | "a";
715
+ failureLogLevel?: "e" | "w" | "i";
716
+ failureDefault?: string;
717
+ };
718
+ locales?: {
719
+ [key: string]: unknown;
720
+ };
721
+ conditions?: {
722
+ when: {
723
+ op?: "&" | "|";
724
+ clauses: ({
725
+ rule: string;
726
+ source?: string;
727
+ op: string;
728
+ value: string | string[];
729
+ } | /*elided*/ any)[];
730
+ };
731
+ value: unknown;
732
+ id: number;
733
+ }[];
734
+ localesConditions?: {
735
+ [key: string]: {
736
+ when: {
737
+ op?: "&" | "|";
738
+ clauses: ({
739
+ rule: string;
740
+ source?: string;
741
+ op: string;
742
+ value: string | string[];
743
+ } | /*elided*/ any)[];
744
+ };
745
+ value: unknown;
746
+ id: number;
747
+ }[];
748
+ };
749
+ };
750
+ };
751
+ variant?: string;
752
+ slots?: {
753
+ [key: string]: /*elided*/ any[];
754
+ };
755
+ _id?: string;
756
+ _pattern?: string;
757
+ _dataResources?: {
758
+ [key: string]: {
759
+ type: string;
760
+ isPatternParameter?: boolean;
761
+ ignorePatternParameterDefault?: boolean;
762
+ optionalPatternParameter?: boolean;
763
+ variables?: {
764
+ [key: string]: string;
765
+ };
766
+ };
767
+ };
768
+ _patternDataResources?: {
769
+ [key: string]: {
770
+ type: string;
771
+ isPatternParameter?: boolean;
772
+ ignorePatternParameterDefault?: boolean;
773
+ optionalPatternParameter?: boolean;
774
+ variables?: {
775
+ [key: string]: string;
776
+ };
777
+ };
778
+ };
779
+ _patternError?: "NOTFOUND" | "CYCLIC";
780
+ _overrides?: {
781
+ [key: string]: /*elided*/ any;
782
+ };
783
+ _patternOverrides?: {
784
+ [key: string]: /*elided*/ any;
785
+ };
786
+ _overridability?: {
787
+ parameters?: {
788
+ [key: string]: "yes" | "no";
789
+ };
790
+ variants?: boolean;
791
+ hideLockedParameters?: boolean;
792
+ };
793
+ _locales?: string[];
794
+ }[];
617
795
  };
618
796
  variant?: string;
619
797
  dataResources?: {
package/dist/index.d.ts CHANGED
@@ -217,7 +217,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
217
217
  source?: string;
218
218
  op: string;
219
219
  value: string | string[];
220
- } | any)[];
220
+ } | /*elided*/ any)[];
221
221
  };
222
222
  value: unknown;
223
223
  id: number;
@@ -231,7 +231,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
231
231
  source?: string;
232
232
  op: string;
233
233
  value: string | string[];
234
- } | any)[];
234
+ } | /*elided*/ any)[];
235
235
  };
236
236
  value: unknown;
237
237
  id: number;
@@ -285,7 +285,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
285
285
  source?: string;
286
286
  op: string;
287
287
  value: string | string[];
288
- } | any)[];
288
+ } | /*elided*/ any)[];
289
289
  };
290
290
  value: unknown;
291
291
  id: number;
@@ -299,7 +299,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
299
299
  source?: string;
300
300
  op: string;
301
301
  value: string | string[];
302
- } | any)[];
302
+ } | /*elided*/ any)[];
303
303
  };
304
304
  value: unknown;
305
305
  id: number;
@@ -309,7 +309,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
309
309
  };
310
310
  variant?: string;
311
311
  slots?: {
312
- [key: string]: any[];
312
+ [key: string]: /*elided*/ any[];
313
313
  };
314
314
  _id?: string;
315
315
  _pattern?: string;
@@ -360,7 +360,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
360
360
  source?: string;
361
361
  op: string;
362
362
  value: string | string[];
363
- } | any)[];
363
+ } | /*elided*/ any)[];
364
364
  };
365
365
  value: unknown;
366
366
  id: number;
@@ -374,7 +374,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
374
374
  source?: string;
375
375
  op: string;
376
376
  value: string | string[];
377
- } | any)[];
377
+ } | /*elided*/ any)[];
378
378
  };
379
379
  value: unknown;
380
380
  id: number;
@@ -383,7 +383,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
383
383
  };
384
384
  };
385
385
  slots?: {
386
- [key: string]: any[];
386
+ [key: string]: /*elided*/ any[];
387
387
  };
388
388
  variant?: string;
389
389
  dataResources?: {
@@ -423,7 +423,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
423
423
  source?: string;
424
424
  op: string;
425
425
  value: string | string[];
426
- } | any)[];
426
+ } | /*elided*/ any)[];
427
427
  };
428
428
  value: unknown;
429
429
  id: number;
@@ -437,7 +437,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
437
437
  source?: string;
438
438
  op: string;
439
439
  value: string | string[];
440
- } | any)[];
440
+ } | /*elided*/ any)[];
441
441
  };
442
442
  value: unknown;
443
443
  id: number;
@@ -446,7 +446,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
446
446
  };
447
447
  };
448
448
  slots?: {
449
- [key: string]: any[];
449
+ [key: string]: /*elided*/ any[];
450
450
  };
451
451
  variant?: string;
452
452
  dataResources?: {
@@ -527,7 +527,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
527
527
  source?: string;
528
528
  op: string;
529
529
  value: string | string[];
530
- } | any)[];
530
+ } | /*elided*/ any)[];
531
531
  };
532
532
  value: unknown;
533
533
  id: number;
@@ -541,7 +541,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
541
541
  source?: string;
542
542
  op: string;
543
543
  value: string | string[];
544
- } | any)[];
544
+ } | /*elided*/ any)[];
545
545
  };
546
546
  value: unknown;
547
547
  id: number;
@@ -550,7 +550,96 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
550
550
  };
551
551
  };
552
552
  slots?: {
553
- [key: string]: any[];
553
+ [key: string]: {
554
+ type: string;
555
+ parameters?: {
556
+ [key: string]: {
557
+ value?: unknown;
558
+ type: string;
559
+ connectedData?: {
560
+ pointer: string;
561
+ syntax: "jptr";
562
+ failureAction?: "t" | "p" | "c" | "a";
563
+ failureLogLevel?: "e" | "w" | "i";
564
+ failureDefault?: string;
565
+ };
566
+ locales?: {
567
+ [key: string]: unknown;
568
+ };
569
+ conditions?: {
570
+ when: {
571
+ op?: "&" | "|";
572
+ clauses: ({
573
+ rule: string;
574
+ source?: string;
575
+ op: string;
576
+ value: string | string[];
577
+ } | /*elided*/ any)[];
578
+ };
579
+ value: unknown;
580
+ id: number;
581
+ }[];
582
+ localesConditions?: {
583
+ [key: string]: {
584
+ when: {
585
+ op?: "&" | "|";
586
+ clauses: ({
587
+ rule: string;
588
+ source?: string;
589
+ op: string;
590
+ value: string | string[];
591
+ } | /*elided*/ any)[];
592
+ };
593
+ value: unknown;
594
+ id: number;
595
+ }[];
596
+ };
597
+ };
598
+ };
599
+ variant?: string;
600
+ slots?: {
601
+ [key: string]: /*elided*/ any[];
602
+ };
603
+ _id?: string;
604
+ _pattern?: string;
605
+ _dataResources?: {
606
+ [key: string]: {
607
+ type: string;
608
+ isPatternParameter?: boolean;
609
+ ignorePatternParameterDefault?: boolean;
610
+ optionalPatternParameter?: boolean;
611
+ variables?: {
612
+ [key: string]: string;
613
+ };
614
+ };
615
+ };
616
+ _patternDataResources?: {
617
+ [key: string]: {
618
+ type: string;
619
+ isPatternParameter?: boolean;
620
+ ignorePatternParameterDefault?: boolean;
621
+ optionalPatternParameter?: boolean;
622
+ variables?: {
623
+ [key: string]: string;
624
+ };
625
+ };
626
+ };
627
+ _patternError?: "NOTFOUND" | "CYCLIC";
628
+ _overrides?: {
629
+ [key: string]: /*elided*/ any;
630
+ };
631
+ _patternOverrides?: {
632
+ [key: string]: /*elided*/ any;
633
+ };
634
+ _overridability?: {
635
+ parameters?: {
636
+ [key: string]: "yes" | "no";
637
+ };
638
+ variants?: boolean;
639
+ hideLockedParameters?: boolean;
640
+ };
641
+ _locales?: string[];
642
+ }[];
554
643
  };
555
644
  variant?: string;
556
645
  dataResources?: {
@@ -590,7 +679,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
590
679
  source?: string;
591
680
  op: string;
592
681
  value: string | string[];
593
- } | any)[];
682
+ } | /*elided*/ any)[];
594
683
  };
595
684
  value: unknown;
596
685
  id: number;
@@ -604,7 +693,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
604
693
  source?: string;
605
694
  op: string;
606
695
  value: string | string[];
607
- } | any)[];
696
+ } | /*elided*/ any)[];
608
697
  };
609
698
  value: unknown;
610
699
  id: number;
@@ -613,7 +702,96 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
613
702
  };
614
703
  };
615
704
  slots?: {
616
- [key: string]: any[];
705
+ [key: string]: {
706
+ type: string;
707
+ parameters?: {
708
+ [key: string]: {
709
+ value?: unknown;
710
+ type: string;
711
+ connectedData?: {
712
+ pointer: string;
713
+ syntax: "jptr";
714
+ failureAction?: "t" | "p" | "c" | "a";
715
+ failureLogLevel?: "e" | "w" | "i";
716
+ failureDefault?: string;
717
+ };
718
+ locales?: {
719
+ [key: string]: unknown;
720
+ };
721
+ conditions?: {
722
+ when: {
723
+ op?: "&" | "|";
724
+ clauses: ({
725
+ rule: string;
726
+ source?: string;
727
+ op: string;
728
+ value: string | string[];
729
+ } | /*elided*/ any)[];
730
+ };
731
+ value: unknown;
732
+ id: number;
733
+ }[];
734
+ localesConditions?: {
735
+ [key: string]: {
736
+ when: {
737
+ op?: "&" | "|";
738
+ clauses: ({
739
+ rule: string;
740
+ source?: string;
741
+ op: string;
742
+ value: string | string[];
743
+ } | /*elided*/ any)[];
744
+ };
745
+ value: unknown;
746
+ id: number;
747
+ }[];
748
+ };
749
+ };
750
+ };
751
+ variant?: string;
752
+ slots?: {
753
+ [key: string]: /*elided*/ any[];
754
+ };
755
+ _id?: string;
756
+ _pattern?: string;
757
+ _dataResources?: {
758
+ [key: string]: {
759
+ type: string;
760
+ isPatternParameter?: boolean;
761
+ ignorePatternParameterDefault?: boolean;
762
+ optionalPatternParameter?: boolean;
763
+ variables?: {
764
+ [key: string]: string;
765
+ };
766
+ };
767
+ };
768
+ _patternDataResources?: {
769
+ [key: string]: {
770
+ type: string;
771
+ isPatternParameter?: boolean;
772
+ ignorePatternParameterDefault?: boolean;
773
+ optionalPatternParameter?: boolean;
774
+ variables?: {
775
+ [key: string]: string;
776
+ };
777
+ };
778
+ };
779
+ _patternError?: "NOTFOUND" | "CYCLIC";
780
+ _overrides?: {
781
+ [key: string]: /*elided*/ any;
782
+ };
783
+ _patternOverrides?: {
784
+ [key: string]: /*elided*/ any;
785
+ };
786
+ _overridability?: {
787
+ parameters?: {
788
+ [key: string]: "yes" | "no";
789
+ };
790
+ variants?: boolean;
791
+ hideLockedParameters?: boolean;
792
+ };
793
+ _locales?: string[];
794
+ }[];
617
795
  };
618
796
  variant?: string;
619
797
  dataResources?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-vue",
3
- "version": "20.12.1-alpha.8+98c4209e77",
3
+ "version": "20.13.2",
4
4
  "description": "Vue SDK for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -27,12 +27,12 @@
27
27
  "test": "jest --maxWorkers=1 --passWithNoTests",
28
28
  "lint": "eslint \"src/**/*.{js,ts,tsx}\"",
29
29
  "format": "prettier --write \"src/**/*.{js,ts,tsx}\"",
30
- "document": "api-extractor run --local"
30
+ "document:prebuild": "api-extractor run --local"
31
31
  },
32
32
  "dependencies": {
33
- "@uniformdev/canvas": "20.12.1-alpha.8+98c4209e77",
34
- "@uniformdev/context-vue": "20.12.1-alpha.8+98c4209e77",
35
- "@uniformdev/richtext": "20.12.1-alpha.8+98c4209e77"
33
+ "@uniformdev/canvas": "20.13.2",
34
+ "@uniformdev/context-vue": "20.13.2",
35
+ "@uniformdev/richtext": "20.13.2"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "vue": ">=3.0.0"
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "98c4209e77221c324d5ef662825e7bdbed42ed43"
67
+ "gitHead": "a9f1943df4e10e77972224d0e2d679e4fcda25c6"
68
68
  }