@uniformdev/canvas-vue 20.1.0 → 20.2.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 +126 -0
- package/dist/index.d.ts +126 -0
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -398,6 +398,69 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
398
398
|
};
|
|
399
399
|
};
|
|
400
400
|
};
|
|
401
|
+
_patternOverrides?: {
|
|
402
|
+
[key: string]: {
|
|
403
|
+
parameters?: {
|
|
404
|
+
[key: string]: {
|
|
405
|
+
value?: unknown;
|
|
406
|
+
type: string;
|
|
407
|
+
connectedData?: {
|
|
408
|
+
pointer: string;
|
|
409
|
+
syntax: "jptr";
|
|
410
|
+
failureAction?: "t" | "p" | "c" | "a";
|
|
411
|
+
failureLogLevel?: "e" | "w" | "i";
|
|
412
|
+
failureDefault?: string;
|
|
413
|
+
};
|
|
414
|
+
locales?: {
|
|
415
|
+
[key: string]: unknown;
|
|
416
|
+
};
|
|
417
|
+
conditions?: {
|
|
418
|
+
when: {
|
|
419
|
+
op?: "&" | "|";
|
|
420
|
+
clauses: ({
|
|
421
|
+
rule: string;
|
|
422
|
+
source?: string;
|
|
423
|
+
op: string;
|
|
424
|
+
value: string | string[];
|
|
425
|
+
} | any)[];
|
|
426
|
+
};
|
|
427
|
+
value: unknown;
|
|
428
|
+
id: number;
|
|
429
|
+
}[];
|
|
430
|
+
localesConditions?: {
|
|
431
|
+
[key: string]: {
|
|
432
|
+
when: {
|
|
433
|
+
op?: "&" | "|";
|
|
434
|
+
clauses: ({
|
|
435
|
+
rule: string;
|
|
436
|
+
source?: string;
|
|
437
|
+
op: string;
|
|
438
|
+
value: string | string[];
|
|
439
|
+
} | any)[];
|
|
440
|
+
};
|
|
441
|
+
value: unknown;
|
|
442
|
+
id: number;
|
|
443
|
+
}[];
|
|
444
|
+
};
|
|
445
|
+
};
|
|
446
|
+
};
|
|
447
|
+
slots?: {
|
|
448
|
+
[key: string]: any[];
|
|
449
|
+
};
|
|
450
|
+
variant?: string;
|
|
451
|
+
dataResources?: {
|
|
452
|
+
[key: string]: {
|
|
453
|
+
type: string;
|
|
454
|
+
isPatternParameter?: boolean;
|
|
455
|
+
ignorePatternParameterDefault?: boolean;
|
|
456
|
+
optionalPatternParameter?: boolean;
|
|
457
|
+
variables?: {
|
|
458
|
+
[key: string]: string;
|
|
459
|
+
};
|
|
460
|
+
};
|
|
461
|
+
};
|
|
462
|
+
};
|
|
463
|
+
};
|
|
401
464
|
_overridability?: {
|
|
402
465
|
parameters?: {
|
|
403
466
|
[key: string]: "yes" | "no";
|
|
@@ -502,6 +565,69 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
502
565
|
};
|
|
503
566
|
};
|
|
504
567
|
};
|
|
568
|
+
_patternOverrides?: {
|
|
569
|
+
[key: string]: {
|
|
570
|
+
parameters?: {
|
|
571
|
+
[key: string]: {
|
|
572
|
+
value?: unknown;
|
|
573
|
+
type: string;
|
|
574
|
+
connectedData?: {
|
|
575
|
+
pointer: string;
|
|
576
|
+
syntax: "jptr";
|
|
577
|
+
failureAction?: "t" | "p" | "c" | "a";
|
|
578
|
+
failureLogLevel?: "e" | "w" | "i";
|
|
579
|
+
failureDefault?: string;
|
|
580
|
+
};
|
|
581
|
+
locales?: {
|
|
582
|
+
[key: string]: unknown;
|
|
583
|
+
};
|
|
584
|
+
conditions?: {
|
|
585
|
+
when: {
|
|
586
|
+
op?: "&" | "|";
|
|
587
|
+
clauses: ({
|
|
588
|
+
rule: string;
|
|
589
|
+
source?: string;
|
|
590
|
+
op: string;
|
|
591
|
+
value: string | string[];
|
|
592
|
+
} | any)[];
|
|
593
|
+
};
|
|
594
|
+
value: unknown;
|
|
595
|
+
id: number;
|
|
596
|
+
}[];
|
|
597
|
+
localesConditions?: {
|
|
598
|
+
[key: string]: {
|
|
599
|
+
when: {
|
|
600
|
+
op?: "&" | "|";
|
|
601
|
+
clauses: ({
|
|
602
|
+
rule: string;
|
|
603
|
+
source?: string;
|
|
604
|
+
op: string;
|
|
605
|
+
value: string | string[];
|
|
606
|
+
} | any)[];
|
|
607
|
+
};
|
|
608
|
+
value: unknown;
|
|
609
|
+
id: number;
|
|
610
|
+
}[];
|
|
611
|
+
};
|
|
612
|
+
};
|
|
613
|
+
};
|
|
614
|
+
slots?: {
|
|
615
|
+
[key: string]: any[];
|
|
616
|
+
};
|
|
617
|
+
variant?: string;
|
|
618
|
+
dataResources?: {
|
|
619
|
+
[key: string]: {
|
|
620
|
+
type: string;
|
|
621
|
+
isPatternParameter?: boolean;
|
|
622
|
+
ignorePatternParameterDefault?: boolean;
|
|
623
|
+
optionalPatternParameter?: boolean;
|
|
624
|
+
variables?: {
|
|
625
|
+
[key: string]: string;
|
|
626
|
+
};
|
|
627
|
+
};
|
|
628
|
+
};
|
|
629
|
+
};
|
|
630
|
+
};
|
|
505
631
|
_overridability?: {
|
|
506
632
|
parameters?: {
|
|
507
633
|
[key: string]: "yes" | "no";
|
package/dist/index.d.ts
CHANGED
|
@@ -398,6 +398,69 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
398
398
|
};
|
|
399
399
|
};
|
|
400
400
|
};
|
|
401
|
+
_patternOverrides?: {
|
|
402
|
+
[key: string]: {
|
|
403
|
+
parameters?: {
|
|
404
|
+
[key: string]: {
|
|
405
|
+
value?: unknown;
|
|
406
|
+
type: string;
|
|
407
|
+
connectedData?: {
|
|
408
|
+
pointer: string;
|
|
409
|
+
syntax: "jptr";
|
|
410
|
+
failureAction?: "t" | "p" | "c" | "a";
|
|
411
|
+
failureLogLevel?: "e" | "w" | "i";
|
|
412
|
+
failureDefault?: string;
|
|
413
|
+
};
|
|
414
|
+
locales?: {
|
|
415
|
+
[key: string]: unknown;
|
|
416
|
+
};
|
|
417
|
+
conditions?: {
|
|
418
|
+
when: {
|
|
419
|
+
op?: "&" | "|";
|
|
420
|
+
clauses: ({
|
|
421
|
+
rule: string;
|
|
422
|
+
source?: string;
|
|
423
|
+
op: string;
|
|
424
|
+
value: string | string[];
|
|
425
|
+
} | any)[];
|
|
426
|
+
};
|
|
427
|
+
value: unknown;
|
|
428
|
+
id: number;
|
|
429
|
+
}[];
|
|
430
|
+
localesConditions?: {
|
|
431
|
+
[key: string]: {
|
|
432
|
+
when: {
|
|
433
|
+
op?: "&" | "|";
|
|
434
|
+
clauses: ({
|
|
435
|
+
rule: string;
|
|
436
|
+
source?: string;
|
|
437
|
+
op: string;
|
|
438
|
+
value: string | string[];
|
|
439
|
+
} | any)[];
|
|
440
|
+
};
|
|
441
|
+
value: unknown;
|
|
442
|
+
id: number;
|
|
443
|
+
}[];
|
|
444
|
+
};
|
|
445
|
+
};
|
|
446
|
+
};
|
|
447
|
+
slots?: {
|
|
448
|
+
[key: string]: any[];
|
|
449
|
+
};
|
|
450
|
+
variant?: string;
|
|
451
|
+
dataResources?: {
|
|
452
|
+
[key: string]: {
|
|
453
|
+
type: string;
|
|
454
|
+
isPatternParameter?: boolean;
|
|
455
|
+
ignorePatternParameterDefault?: boolean;
|
|
456
|
+
optionalPatternParameter?: boolean;
|
|
457
|
+
variables?: {
|
|
458
|
+
[key: string]: string;
|
|
459
|
+
};
|
|
460
|
+
};
|
|
461
|
+
};
|
|
462
|
+
};
|
|
463
|
+
};
|
|
401
464
|
_overridability?: {
|
|
402
465
|
parameters?: {
|
|
403
466
|
[key: string]: "yes" | "no";
|
|
@@ -502,6 +565,69 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
502
565
|
};
|
|
503
566
|
};
|
|
504
567
|
};
|
|
568
|
+
_patternOverrides?: {
|
|
569
|
+
[key: string]: {
|
|
570
|
+
parameters?: {
|
|
571
|
+
[key: string]: {
|
|
572
|
+
value?: unknown;
|
|
573
|
+
type: string;
|
|
574
|
+
connectedData?: {
|
|
575
|
+
pointer: string;
|
|
576
|
+
syntax: "jptr";
|
|
577
|
+
failureAction?: "t" | "p" | "c" | "a";
|
|
578
|
+
failureLogLevel?: "e" | "w" | "i";
|
|
579
|
+
failureDefault?: string;
|
|
580
|
+
};
|
|
581
|
+
locales?: {
|
|
582
|
+
[key: string]: unknown;
|
|
583
|
+
};
|
|
584
|
+
conditions?: {
|
|
585
|
+
when: {
|
|
586
|
+
op?: "&" | "|";
|
|
587
|
+
clauses: ({
|
|
588
|
+
rule: string;
|
|
589
|
+
source?: string;
|
|
590
|
+
op: string;
|
|
591
|
+
value: string | string[];
|
|
592
|
+
} | any)[];
|
|
593
|
+
};
|
|
594
|
+
value: unknown;
|
|
595
|
+
id: number;
|
|
596
|
+
}[];
|
|
597
|
+
localesConditions?: {
|
|
598
|
+
[key: string]: {
|
|
599
|
+
when: {
|
|
600
|
+
op?: "&" | "|";
|
|
601
|
+
clauses: ({
|
|
602
|
+
rule: string;
|
|
603
|
+
source?: string;
|
|
604
|
+
op: string;
|
|
605
|
+
value: string | string[];
|
|
606
|
+
} | any)[];
|
|
607
|
+
};
|
|
608
|
+
value: unknown;
|
|
609
|
+
id: number;
|
|
610
|
+
}[];
|
|
611
|
+
};
|
|
612
|
+
};
|
|
613
|
+
};
|
|
614
|
+
slots?: {
|
|
615
|
+
[key: string]: any[];
|
|
616
|
+
};
|
|
617
|
+
variant?: string;
|
|
618
|
+
dataResources?: {
|
|
619
|
+
[key: string]: {
|
|
620
|
+
type: string;
|
|
621
|
+
isPatternParameter?: boolean;
|
|
622
|
+
ignorePatternParameterDefault?: boolean;
|
|
623
|
+
optionalPatternParameter?: boolean;
|
|
624
|
+
variables?: {
|
|
625
|
+
[key: string]: string;
|
|
626
|
+
};
|
|
627
|
+
};
|
|
628
|
+
};
|
|
629
|
+
};
|
|
630
|
+
};
|
|
505
631
|
_overridability?: {
|
|
506
632
|
parameters?: {
|
|
507
633
|
[key: string]: "yes" | "no";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-vue",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.2.0",
|
|
4
4
|
"description": "Vue SDK for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"document": "api-extractor run --local"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@uniformdev/canvas": "20.
|
|
34
|
-
"@uniformdev/context-vue": "20.
|
|
35
|
-
"@uniformdev/richtext": "20.
|
|
33
|
+
"@uniformdev/canvas": "20.2.0",
|
|
34
|
+
"@uniformdev/context-vue": "20.2.0",
|
|
35
|
+
"@uniformdev/richtext": "20.2.0"
|
|
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": "
|
|
67
|
+
"gitHead": "7ca16ddb9f03fffe82a0252d53790fcaa12ebd3c"
|
|
68
68
|
}
|