@uniformdev/canvas-vue 19.173.0 → 19.173.1-alpha.17

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
@@ -171,6 +171,34 @@ declare const UniformComponent: vue_demi.DefineComponent<{
171
171
  locales?: {
172
172
  [key: string]: unknown;
173
173
  } | undefined;
174
+ conditions?: {
175
+ when: {
176
+ op?: "&" | "|" | undefined;
177
+ clauses: (any | {
178
+ rule: string;
179
+ source?: string | undefined;
180
+ op: string;
181
+ value: string | string[];
182
+ })[];
183
+ };
184
+ value: unknown;
185
+ id: number;
186
+ }[] | undefined;
187
+ localesConditions?: {
188
+ [key: string]: {
189
+ when: {
190
+ op?: "&" | "|" | undefined;
191
+ clauses: (any | {
192
+ rule: string;
193
+ source?: string | undefined;
194
+ op: string;
195
+ value: string | string[];
196
+ })[];
197
+ };
198
+ value: unknown;
199
+ id: number;
200
+ }[];
201
+ } | undefined;
174
202
  };
175
203
  } | undefined;
176
204
  variant?: string | undefined;
@@ -211,6 +239,34 @@ declare const UniformComponent: vue_demi.DefineComponent<{
211
239
  locales?: {
212
240
  [key: string]: unknown;
213
241
  } | undefined;
242
+ conditions?: {
243
+ when: {
244
+ op?: "&" | "|" | undefined;
245
+ clauses: (any | {
246
+ rule: string;
247
+ source?: string | undefined;
248
+ op: string;
249
+ value: string | string[];
250
+ })[];
251
+ };
252
+ value: unknown;
253
+ id: number;
254
+ }[] | undefined;
255
+ localesConditions?: {
256
+ [key: string]: {
257
+ when: {
258
+ op?: "&" | "|" | undefined;
259
+ clauses: (any | {
260
+ rule: string;
261
+ source?: string | undefined;
262
+ op: string;
263
+ value: string | string[];
264
+ })[];
265
+ };
266
+ value: unknown;
267
+ id: number;
268
+ }[];
269
+ } | undefined;
214
270
  };
215
271
  } | undefined;
216
272
  variant?: string | undefined;
@@ -258,6 +314,34 @@ declare const UniformComponent: vue_demi.DefineComponent<{
258
314
  locales?: {
259
315
  [key: string]: unknown;
260
316
  } | undefined;
317
+ conditions?: {
318
+ when: {
319
+ op?: "&" | "|" | undefined;
320
+ clauses: (any | {
321
+ rule: string;
322
+ source?: string | undefined;
323
+ op: string;
324
+ value: string | string[];
325
+ })[];
326
+ };
327
+ value: unknown;
328
+ id: number;
329
+ }[] | undefined;
330
+ localesConditions?: {
331
+ [key: string]: {
332
+ when: {
333
+ op?: "&" | "|" | undefined;
334
+ clauses: (any | {
335
+ rule: string;
336
+ source?: string | undefined;
337
+ op: string;
338
+ value: string | string[];
339
+ })[];
340
+ };
341
+ value: unknown;
342
+ id: number;
343
+ }[];
344
+ } | undefined;
261
345
  };
262
346
  } | undefined;
263
347
  slots?: {
@@ -323,6 +407,34 @@ declare const UniformComponent: vue_demi.DefineComponent<{
323
407
  locales?: {
324
408
  [key: string]: unknown;
325
409
  } | undefined;
410
+ conditions?: {
411
+ when: {
412
+ op?: "&" | "|" | undefined;
413
+ clauses: (any | {
414
+ rule: string;
415
+ source?: string | undefined;
416
+ op: string;
417
+ value: string | string[];
418
+ })[];
419
+ };
420
+ value: unknown;
421
+ id: number;
422
+ }[] | undefined;
423
+ localesConditions?: {
424
+ [key: string]: {
425
+ when: {
426
+ op?: "&" | "|" | undefined;
427
+ clauses: (any | {
428
+ rule: string;
429
+ source?: string | undefined;
430
+ op: string;
431
+ value: string | string[];
432
+ })[];
433
+ };
434
+ value: unknown;
435
+ id: number;
436
+ }[];
437
+ } | undefined;
326
438
  };
327
439
  } | undefined;
328
440
  slots?: {
@@ -370,6 +482,34 @@ declare const UniformComponent: vue_demi.DefineComponent<{
370
482
  locales?: {
371
483
  [key: string]: unknown;
372
484
  } | undefined;
485
+ conditions?: {
486
+ when: {
487
+ op?: "&" | "|" | undefined;
488
+ clauses: (any | {
489
+ rule: string;
490
+ source?: string | undefined;
491
+ op: string;
492
+ value: string | string[];
493
+ })[];
494
+ };
495
+ value: unknown;
496
+ id: number;
497
+ }[] | undefined;
498
+ localesConditions?: {
499
+ [key: string]: {
500
+ when: {
501
+ op?: "&" | "|" | undefined;
502
+ clauses: (any | {
503
+ rule: string;
504
+ source?: string | undefined;
505
+ op: string;
506
+ value: string | string[];
507
+ })[];
508
+ };
509
+ value: unknown;
510
+ id: number;
511
+ }[];
512
+ } | undefined;
373
513
  };
374
514
  } | undefined;
375
515
  variant?: string | undefined;
@@ -410,6 +550,34 @@ declare const UniformComponent: vue_demi.DefineComponent<{
410
550
  locales?: {
411
551
  [key: string]: unknown;
412
552
  } | undefined;
553
+ conditions?: {
554
+ when: {
555
+ op?: "&" | "|" | undefined;
556
+ clauses: (any | {
557
+ rule: string;
558
+ source?: string | undefined;
559
+ op: string;
560
+ value: string | string[];
561
+ })[];
562
+ };
563
+ value: unknown;
564
+ id: number;
565
+ }[] | undefined;
566
+ localesConditions?: {
567
+ [key: string]: {
568
+ when: {
569
+ op?: "&" | "|" | undefined;
570
+ clauses: (any | {
571
+ rule: string;
572
+ source?: string | undefined;
573
+ op: string;
574
+ value: string | string[];
575
+ })[];
576
+ };
577
+ value: unknown;
578
+ id: number;
579
+ }[];
580
+ } | undefined;
413
581
  };
414
582
  } | undefined;
415
583
  variant?: string | undefined;
@@ -457,6 +625,34 @@ declare const UniformComponent: vue_demi.DefineComponent<{
457
625
  locales?: {
458
626
  [key: string]: unknown;
459
627
  } | undefined;
628
+ conditions?: {
629
+ when: {
630
+ op?: "&" | "|" | undefined;
631
+ clauses: (any | {
632
+ rule: string;
633
+ source?: string | undefined;
634
+ op: string;
635
+ value: string | string[];
636
+ })[];
637
+ };
638
+ value: unknown;
639
+ id: number;
640
+ }[] | undefined;
641
+ localesConditions?: {
642
+ [key: string]: {
643
+ when: {
644
+ op?: "&" | "|" | undefined;
645
+ clauses: (any | {
646
+ rule: string;
647
+ source?: string | undefined;
648
+ op: string;
649
+ value: string | string[];
650
+ })[];
651
+ };
652
+ value: unknown;
653
+ id: number;
654
+ }[];
655
+ } | undefined;
460
656
  };
461
657
  } | undefined;
462
658
  slots?: {
@@ -522,6 +718,34 @@ declare const UniformComponent: vue_demi.DefineComponent<{
522
718
  locales?: {
523
719
  [key: string]: unknown;
524
720
  } | undefined;
721
+ conditions?: {
722
+ when: {
723
+ op?: "&" | "|" | undefined;
724
+ clauses: (any | {
725
+ rule: string;
726
+ source?: string | undefined;
727
+ op: string;
728
+ value: string | string[];
729
+ })[];
730
+ };
731
+ value: unknown;
732
+ id: number;
733
+ }[] | undefined;
734
+ localesConditions?: {
735
+ [key: string]: {
736
+ when: {
737
+ op?: "&" | "|" | undefined;
738
+ clauses: (any | {
739
+ rule: string;
740
+ source?: string | undefined;
741
+ op: string;
742
+ value: string | string[];
743
+ })[];
744
+ };
745
+ value: unknown;
746
+ id: number;
747
+ }[];
748
+ } | undefined;
525
749
  };
526
750
  } | undefined;
527
751
  slots?: {
@@ -581,6 +805,34 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
581
805
  locales?: {
582
806
  [key: string]: unknown;
583
807
  } | undefined;
808
+ conditions?: {
809
+ when: {
810
+ op?: "&" | "|" | undefined;
811
+ clauses: (any | {
812
+ rule: string;
813
+ source?: string | undefined;
814
+ op: string;
815
+ value: string | string[];
816
+ })[];
817
+ };
818
+ value: unknown;
819
+ id: number;
820
+ }[] | undefined;
821
+ localesConditions?: {
822
+ [key: string]: {
823
+ when: {
824
+ op?: "&" | "|" | undefined;
825
+ clauses: (any | {
826
+ rule: string;
827
+ source?: string | undefined;
828
+ op: string;
829
+ value: string | string[];
830
+ })[];
831
+ };
832
+ value: unknown;
833
+ id: number;
834
+ }[];
835
+ } | undefined;
584
836
  };
585
837
  } | undefined;
586
838
  variant?: string | undefined;
@@ -621,6 +873,34 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
621
873
  locales?: {
622
874
  [key: string]: unknown;
623
875
  } | undefined;
876
+ conditions?: {
877
+ when: {
878
+ op?: "&" | "|" | undefined;
879
+ clauses: (any | {
880
+ rule: string;
881
+ source?: string | undefined;
882
+ op: string;
883
+ value: string | string[];
884
+ })[];
885
+ };
886
+ value: unknown;
887
+ id: number;
888
+ }[] | undefined;
889
+ localesConditions?: {
890
+ [key: string]: {
891
+ when: {
892
+ op?: "&" | "|" | undefined;
893
+ clauses: (any | {
894
+ rule: string;
895
+ source?: string | undefined;
896
+ op: string;
897
+ value: string | string[];
898
+ })[];
899
+ };
900
+ value: unknown;
901
+ id: number;
902
+ }[];
903
+ } | undefined;
624
904
  };
625
905
  } | undefined;
626
906
  variant?: string | undefined;
@@ -668,6 +948,34 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
668
948
  locales?: {
669
949
  [key: string]: unknown;
670
950
  } | undefined;
951
+ conditions?: {
952
+ when: {
953
+ op?: "&" | "|" | undefined;
954
+ clauses: (any | {
955
+ rule: string;
956
+ source?: string | undefined;
957
+ op: string;
958
+ value: string | string[];
959
+ })[];
960
+ };
961
+ value: unknown;
962
+ id: number;
963
+ }[] | undefined;
964
+ localesConditions?: {
965
+ [key: string]: {
966
+ when: {
967
+ op?: "&" | "|" | undefined;
968
+ clauses: (any | {
969
+ rule: string;
970
+ source?: string | undefined;
971
+ op: string;
972
+ value: string | string[];
973
+ })[];
974
+ };
975
+ value: unknown;
976
+ id: number;
977
+ }[];
978
+ } | undefined;
671
979
  };
672
980
  } | undefined;
673
981
  slots?: {
@@ -733,6 +1041,34 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
733
1041
  locales?: {
734
1042
  [key: string]: unknown;
735
1043
  } | undefined;
1044
+ conditions?: {
1045
+ when: {
1046
+ op?: "&" | "|" | undefined;
1047
+ clauses: (any | {
1048
+ rule: string;
1049
+ source?: string | undefined;
1050
+ op: string;
1051
+ value: string | string[];
1052
+ })[];
1053
+ };
1054
+ value: unknown;
1055
+ id: number;
1056
+ }[] | undefined;
1057
+ localesConditions?: {
1058
+ [key: string]: {
1059
+ when: {
1060
+ op?: "&" | "|" | undefined;
1061
+ clauses: (any | {
1062
+ rule: string;
1063
+ source?: string | undefined;
1064
+ op: string;
1065
+ value: string | string[];
1066
+ })[];
1067
+ };
1068
+ value: unknown;
1069
+ id: number;
1070
+ }[];
1071
+ } | undefined;
736
1072
  };
737
1073
  } | undefined;
738
1074
  slots?: {
@@ -791,6 +1127,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
791
1127
  locales?: {
792
1128
  [key: string]: unknown;
793
1129
  } | undefined;
1130
+ conditions?: {
1131
+ when: {
1132
+ op?: "&" | "|" | undefined;
1133
+ clauses: (any | {
1134
+ rule: string;
1135
+ source?: string | undefined;
1136
+ op: string;
1137
+ value: string | string[];
1138
+ })[];
1139
+ };
1140
+ value: unknown;
1141
+ id: number;
1142
+ }[] | undefined;
1143
+ localesConditions?: {
1144
+ [key: string]: {
1145
+ when: {
1146
+ op?: "&" | "|" | undefined;
1147
+ clauses: (any | {
1148
+ rule: string;
1149
+ source?: string | undefined;
1150
+ op: string;
1151
+ value: string | string[];
1152
+ })[];
1153
+ };
1154
+ value: unknown;
1155
+ id: number;
1156
+ }[];
1157
+ } | undefined;
794
1158
  };
795
1159
  } | undefined;
796
1160
  variant?: string | undefined;
@@ -831,6 +1195,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
831
1195
  locales?: {
832
1196
  [key: string]: unknown;
833
1197
  } | undefined;
1198
+ conditions?: {
1199
+ when: {
1200
+ op?: "&" | "|" | undefined;
1201
+ clauses: (any | {
1202
+ rule: string;
1203
+ source?: string | undefined;
1204
+ op: string;
1205
+ value: string | string[];
1206
+ })[];
1207
+ };
1208
+ value: unknown;
1209
+ id: number;
1210
+ }[] | undefined;
1211
+ localesConditions?: {
1212
+ [key: string]: {
1213
+ when: {
1214
+ op?: "&" | "|" | undefined;
1215
+ clauses: (any | {
1216
+ rule: string;
1217
+ source?: string | undefined;
1218
+ op: string;
1219
+ value: string | string[];
1220
+ })[];
1221
+ };
1222
+ value: unknown;
1223
+ id: number;
1224
+ }[];
1225
+ } | undefined;
834
1226
  };
835
1227
  } | undefined;
836
1228
  variant?: string | undefined;
@@ -878,6 +1270,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
878
1270
  locales?: {
879
1271
  [key: string]: unknown;
880
1272
  } | undefined;
1273
+ conditions?: {
1274
+ when: {
1275
+ op?: "&" | "|" | undefined;
1276
+ clauses: (any | {
1277
+ rule: string;
1278
+ source?: string | undefined;
1279
+ op: string;
1280
+ value: string | string[];
1281
+ })[];
1282
+ };
1283
+ value: unknown;
1284
+ id: number;
1285
+ }[] | undefined;
1286
+ localesConditions?: {
1287
+ [key: string]: {
1288
+ when: {
1289
+ op?: "&" | "|" | undefined;
1290
+ clauses: (any | {
1291
+ rule: string;
1292
+ source?: string | undefined;
1293
+ op: string;
1294
+ value: string | string[];
1295
+ })[];
1296
+ };
1297
+ value: unknown;
1298
+ id: number;
1299
+ }[];
1300
+ } | undefined;
881
1301
  };
882
1302
  } | undefined;
883
1303
  slots?: {
@@ -943,6 +1363,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
943
1363
  locales?: {
944
1364
  [key: string]: unknown;
945
1365
  } | undefined;
1366
+ conditions?: {
1367
+ when: {
1368
+ op?: "&" | "|" | undefined;
1369
+ clauses: (any | {
1370
+ rule: string;
1371
+ source?: string | undefined;
1372
+ op: string;
1373
+ value: string | string[];
1374
+ })[];
1375
+ };
1376
+ value: unknown;
1377
+ id: number;
1378
+ }[] | undefined;
1379
+ localesConditions?: {
1380
+ [key: string]: {
1381
+ when: {
1382
+ op?: "&" | "|" | undefined;
1383
+ clauses: (any | {
1384
+ rule: string;
1385
+ source?: string | undefined;
1386
+ op: string;
1387
+ value: string | string[];
1388
+ })[];
1389
+ };
1390
+ value: unknown;
1391
+ id: number;
1392
+ }[];
1393
+ } | undefined;
946
1394
  };
947
1395
  } | undefined;
948
1396
  slots?: {
@@ -962,6 +1410,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
962
1410
  locales?: {
963
1411
  [key: string]: unknown;
964
1412
  } | undefined;
1413
+ conditions?: {
1414
+ when: {
1415
+ op?: "&" | "|" | undefined;
1416
+ clauses: (any | {
1417
+ rule: string;
1418
+ source?: string | undefined;
1419
+ op: string;
1420
+ value: string | string[];
1421
+ })[];
1422
+ };
1423
+ value: unknown;
1424
+ id: number;
1425
+ }[] | undefined;
1426
+ localesConditions?: {
1427
+ [key: string]: {
1428
+ when: {
1429
+ op?: "&" | "|" | undefined;
1430
+ clauses: (any | {
1431
+ rule: string;
1432
+ source?: string | undefined;
1433
+ op: string;
1434
+ value: string | string[];
1435
+ })[];
1436
+ };
1437
+ value: unknown;
1438
+ id: number;
1439
+ }[];
1440
+ } | undefined;
965
1441
  };
966
1442
  } | undefined;
967
1443
  variant?: string | undefined;
@@ -1033,6 +1509,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1033
1509
  locales?: {
1034
1510
  [key: string]: unknown;
1035
1511
  } | undefined;
1512
+ conditions?: {
1513
+ when: {
1514
+ op?: "&" | "|" | undefined;
1515
+ clauses: (any | {
1516
+ rule: string;
1517
+ source?: string | undefined;
1518
+ op: string;
1519
+ value: string | string[];
1520
+ })[];
1521
+ };
1522
+ value: unknown;
1523
+ id: number;
1524
+ }[] | undefined;
1525
+ localesConditions?: {
1526
+ [key: string]: {
1527
+ when: {
1528
+ op?: "&" | "|" | undefined;
1529
+ clauses: (any | {
1530
+ rule: string;
1531
+ source?: string | undefined;
1532
+ op: string;
1533
+ value: string | string[];
1534
+ })[];
1535
+ };
1536
+ value: unknown;
1537
+ id: number;
1538
+ }[];
1539
+ } | undefined;
1036
1540
  };
1037
1541
  } | undefined;
1038
1542
  variant?: string | undefined;
@@ -1073,6 +1577,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1073
1577
  locales?: {
1074
1578
  [key: string]: unknown;
1075
1579
  } | undefined;
1580
+ conditions?: {
1581
+ when: {
1582
+ op?: "&" | "|" | undefined;
1583
+ clauses: (any | {
1584
+ rule: string;
1585
+ source?: string | undefined;
1586
+ op: string;
1587
+ value: string | string[];
1588
+ })[];
1589
+ };
1590
+ value: unknown;
1591
+ id: number;
1592
+ }[] | undefined;
1593
+ localesConditions?: {
1594
+ [key: string]: {
1595
+ when: {
1596
+ op?: "&" | "|" | undefined;
1597
+ clauses: (any | {
1598
+ rule: string;
1599
+ source?: string | undefined;
1600
+ op: string;
1601
+ value: string | string[];
1602
+ })[];
1603
+ };
1604
+ value: unknown;
1605
+ id: number;
1606
+ }[];
1607
+ } | undefined;
1076
1608
  };
1077
1609
  } | undefined;
1078
1610
  variant?: string | undefined;
@@ -1120,6 +1652,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1120
1652
  locales?: {
1121
1653
  [key: string]: unknown;
1122
1654
  } | undefined;
1655
+ conditions?: {
1656
+ when: {
1657
+ op?: "&" | "|" | undefined;
1658
+ clauses: (any | {
1659
+ rule: string;
1660
+ source?: string | undefined;
1661
+ op: string;
1662
+ value: string | string[];
1663
+ })[];
1664
+ };
1665
+ value: unknown;
1666
+ id: number;
1667
+ }[] | undefined;
1668
+ localesConditions?: {
1669
+ [key: string]: {
1670
+ when: {
1671
+ op?: "&" | "|" | undefined;
1672
+ clauses: (any | {
1673
+ rule: string;
1674
+ source?: string | undefined;
1675
+ op: string;
1676
+ value: string | string[];
1677
+ })[];
1678
+ };
1679
+ value: unknown;
1680
+ id: number;
1681
+ }[];
1682
+ } | undefined;
1123
1683
  };
1124
1684
  } | undefined;
1125
1685
  slots?: {
@@ -1185,6 +1745,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1185
1745
  locales?: {
1186
1746
  [key: string]: unknown;
1187
1747
  } | undefined;
1748
+ conditions?: {
1749
+ when: {
1750
+ op?: "&" | "|" | undefined;
1751
+ clauses: (any | {
1752
+ rule: string;
1753
+ source?: string | undefined;
1754
+ op: string;
1755
+ value: string | string[];
1756
+ })[];
1757
+ };
1758
+ value: unknown;
1759
+ id: number;
1760
+ }[] | undefined;
1761
+ localesConditions?: {
1762
+ [key: string]: {
1763
+ when: {
1764
+ op?: "&" | "|" | undefined;
1765
+ clauses: (any | {
1766
+ rule: string;
1767
+ source?: string | undefined;
1768
+ op: string;
1769
+ value: string | string[];
1770
+ })[];
1771
+ };
1772
+ value: unknown;
1773
+ id: number;
1774
+ }[];
1775
+ } | undefined;
1188
1776
  };
1189
1777
  } | undefined;
1190
1778
  slots?: {
@@ -1204,6 +1792,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1204
1792
  locales?: {
1205
1793
  [key: string]: unknown;
1206
1794
  } | undefined;
1795
+ conditions?: {
1796
+ when: {
1797
+ op?: "&" | "|" | undefined;
1798
+ clauses: (any | {
1799
+ rule: string;
1800
+ source?: string | undefined;
1801
+ op: string;
1802
+ value: string | string[];
1803
+ })[];
1804
+ };
1805
+ value: unknown;
1806
+ id: number;
1807
+ }[] | undefined;
1808
+ localesConditions?: {
1809
+ [key: string]: {
1810
+ when: {
1811
+ op?: "&" | "|" | undefined;
1812
+ clauses: (any | {
1813
+ rule: string;
1814
+ source?: string | undefined;
1815
+ op: string;
1816
+ value: string | string[];
1817
+ })[];
1818
+ };
1819
+ value: unknown;
1820
+ id: number;
1821
+ }[];
1822
+ } | undefined;
1207
1823
  };
1208
1824
  } | undefined;
1209
1825
  variant?: string | undefined;
@@ -1285,6 +1901,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1285
1901
  locales?: {
1286
1902
  [key: string]: unknown;
1287
1903
  } | undefined;
1904
+ conditions?: {
1905
+ when: {
1906
+ op?: "&" | "|" | undefined;
1907
+ clauses: (any | {
1908
+ rule: string;
1909
+ source?: string | undefined;
1910
+ op: string;
1911
+ value: string | string[];
1912
+ })[];
1913
+ };
1914
+ value: unknown;
1915
+ id: number;
1916
+ }[] | undefined;
1917
+ localesConditions?: {
1918
+ [key: string]: {
1919
+ when: {
1920
+ op?: "&" | "|" | undefined;
1921
+ clauses: (any | {
1922
+ rule: string;
1923
+ source?: string | undefined;
1924
+ op: string;
1925
+ value: string | string[];
1926
+ })[];
1927
+ };
1928
+ value: unknown;
1929
+ id: number;
1930
+ }[];
1931
+ } | undefined;
1288
1932
  };
1289
1933
  } | undefined;
1290
1934
  variant?: string | undefined;
@@ -1325,6 +1969,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1325
1969
  locales?: {
1326
1970
  [key: string]: unknown;
1327
1971
  } | undefined;
1972
+ conditions?: {
1973
+ when: {
1974
+ op?: "&" | "|" | undefined;
1975
+ clauses: (any | {
1976
+ rule: string;
1977
+ source?: string | undefined;
1978
+ op: string;
1979
+ value: string | string[];
1980
+ })[];
1981
+ };
1982
+ value: unknown;
1983
+ id: number;
1984
+ }[] | undefined;
1985
+ localesConditions?: {
1986
+ [key: string]: {
1987
+ when: {
1988
+ op?: "&" | "|" | undefined;
1989
+ clauses: (any | {
1990
+ rule: string;
1991
+ source?: string | undefined;
1992
+ op: string;
1993
+ value: string | string[];
1994
+ })[];
1995
+ };
1996
+ value: unknown;
1997
+ id: number;
1998
+ }[];
1999
+ } | undefined;
1328
2000
  };
1329
2001
  } | undefined;
1330
2002
  variant?: string | undefined;
@@ -1372,6 +2044,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1372
2044
  locales?: {
1373
2045
  [key: string]: unknown;
1374
2046
  } | undefined;
2047
+ conditions?: {
2048
+ when: {
2049
+ op?: "&" | "|" | undefined;
2050
+ clauses: (any | {
2051
+ rule: string;
2052
+ source?: string | undefined;
2053
+ op: string;
2054
+ value: string | string[];
2055
+ })[];
2056
+ };
2057
+ value: unknown;
2058
+ id: number;
2059
+ }[] | undefined;
2060
+ localesConditions?: {
2061
+ [key: string]: {
2062
+ when: {
2063
+ op?: "&" | "|" | undefined;
2064
+ clauses: (any | {
2065
+ rule: string;
2066
+ source?: string | undefined;
2067
+ op: string;
2068
+ value: string | string[];
2069
+ })[];
2070
+ };
2071
+ value: unknown;
2072
+ id: number;
2073
+ }[];
2074
+ } | undefined;
1375
2075
  };
1376
2076
  } | undefined;
1377
2077
  slots?: {
@@ -1437,6 +2137,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1437
2137
  locales?: {
1438
2138
  [key: string]: unknown;
1439
2139
  } | undefined;
2140
+ conditions?: {
2141
+ when: {
2142
+ op?: "&" | "|" | undefined;
2143
+ clauses: (any | {
2144
+ rule: string;
2145
+ source?: string | undefined;
2146
+ op: string;
2147
+ value: string | string[];
2148
+ })[];
2149
+ };
2150
+ value: unknown;
2151
+ id: number;
2152
+ }[] | undefined;
2153
+ localesConditions?: {
2154
+ [key: string]: {
2155
+ when: {
2156
+ op?: "&" | "|" | undefined;
2157
+ clauses: (any | {
2158
+ rule: string;
2159
+ source?: string | undefined;
2160
+ op: string;
2161
+ value: string | string[];
2162
+ })[];
2163
+ };
2164
+ value: unknown;
2165
+ id: number;
2166
+ }[];
2167
+ } | undefined;
1440
2168
  };
1441
2169
  } | undefined;
1442
2170
  slots?: {
@@ -1456,6 +2184,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1456
2184
  locales?: {
1457
2185
  [key: string]: unknown;
1458
2186
  } | undefined;
2187
+ conditions?: {
2188
+ when: {
2189
+ op?: "&" | "|" | undefined;
2190
+ clauses: (any | {
2191
+ rule: string;
2192
+ source?: string | undefined;
2193
+ op: string;
2194
+ value: string | string[];
2195
+ })[];
2196
+ };
2197
+ value: unknown;
2198
+ id: number;
2199
+ }[] | undefined;
2200
+ localesConditions?: {
2201
+ [key: string]: {
2202
+ when: {
2203
+ op?: "&" | "|" | undefined;
2204
+ clauses: (any | {
2205
+ rule: string;
2206
+ source?: string | undefined;
2207
+ op: string;
2208
+ value: string | string[];
2209
+ })[];
2210
+ };
2211
+ value: unknown;
2212
+ id: number;
2213
+ }[];
2214
+ } | undefined;
1459
2215
  };
1460
2216
  } | undefined;
1461
2217
  variant?: string | undefined;
@@ -1527,6 +2283,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1527
2283
  locales?: {
1528
2284
  [key: string]: unknown;
1529
2285
  } | undefined;
2286
+ conditions?: {
2287
+ when: {
2288
+ op?: "&" | "|" | undefined;
2289
+ clauses: (any | {
2290
+ rule: string;
2291
+ source?: string | undefined;
2292
+ op: string;
2293
+ value: string | string[];
2294
+ })[];
2295
+ };
2296
+ value: unknown;
2297
+ id: number;
2298
+ }[] | undefined;
2299
+ localesConditions?: {
2300
+ [key: string]: {
2301
+ when: {
2302
+ op?: "&" | "|" | undefined;
2303
+ clauses: (any | {
2304
+ rule: string;
2305
+ source?: string | undefined;
2306
+ op: string;
2307
+ value: string | string[];
2308
+ })[];
2309
+ };
2310
+ value: unknown;
2311
+ id: number;
2312
+ }[];
2313
+ } | undefined;
1530
2314
  };
1531
2315
  } | undefined;
1532
2316
  variant?: string | undefined;
@@ -1567,6 +2351,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1567
2351
  locales?: {
1568
2352
  [key: string]: unknown;
1569
2353
  } | undefined;
2354
+ conditions?: {
2355
+ when: {
2356
+ op?: "&" | "|" | undefined;
2357
+ clauses: (any | {
2358
+ rule: string;
2359
+ source?: string | undefined;
2360
+ op: string;
2361
+ value: string | string[];
2362
+ })[];
2363
+ };
2364
+ value: unknown;
2365
+ id: number;
2366
+ }[] | undefined;
2367
+ localesConditions?: {
2368
+ [key: string]: {
2369
+ when: {
2370
+ op?: "&" | "|" | undefined;
2371
+ clauses: (any | {
2372
+ rule: string;
2373
+ source?: string | undefined;
2374
+ op: string;
2375
+ value: string | string[];
2376
+ })[];
2377
+ };
2378
+ value: unknown;
2379
+ id: number;
2380
+ }[];
2381
+ } | undefined;
1570
2382
  };
1571
2383
  } | undefined;
1572
2384
  variant?: string | undefined;
@@ -1614,6 +2426,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1614
2426
  locales?: {
1615
2427
  [key: string]: unknown;
1616
2428
  } | undefined;
2429
+ conditions?: {
2430
+ when: {
2431
+ op?: "&" | "|" | undefined;
2432
+ clauses: (any | {
2433
+ rule: string;
2434
+ source?: string | undefined;
2435
+ op: string;
2436
+ value: string | string[];
2437
+ })[];
2438
+ };
2439
+ value: unknown;
2440
+ id: number;
2441
+ }[] | undefined;
2442
+ localesConditions?: {
2443
+ [key: string]: {
2444
+ when: {
2445
+ op?: "&" | "|" | undefined;
2446
+ clauses: (any | {
2447
+ rule: string;
2448
+ source?: string | undefined;
2449
+ op: string;
2450
+ value: string | string[];
2451
+ })[];
2452
+ };
2453
+ value: unknown;
2454
+ id: number;
2455
+ }[];
2456
+ } | undefined;
1617
2457
  };
1618
2458
  } | undefined;
1619
2459
  slots?: {
@@ -1679,6 +2519,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1679
2519
  locales?: {
1680
2520
  [key: string]: unknown;
1681
2521
  } | undefined;
2522
+ conditions?: {
2523
+ when: {
2524
+ op?: "&" | "|" | undefined;
2525
+ clauses: (any | {
2526
+ rule: string;
2527
+ source?: string | undefined;
2528
+ op: string;
2529
+ value: string | string[];
2530
+ })[];
2531
+ };
2532
+ value: unknown;
2533
+ id: number;
2534
+ }[] | undefined;
2535
+ localesConditions?: {
2536
+ [key: string]: {
2537
+ when: {
2538
+ op?: "&" | "|" | undefined;
2539
+ clauses: (any | {
2540
+ rule: string;
2541
+ source?: string | undefined;
2542
+ op: string;
2543
+ value: string | string[];
2544
+ })[];
2545
+ };
2546
+ value: unknown;
2547
+ id: number;
2548
+ }[];
2549
+ } | undefined;
1682
2550
  };
1683
2551
  } | undefined;
1684
2552
  slots?: {
@@ -1698,6 +2566,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1698
2566
  locales?: {
1699
2567
  [key: string]: unknown;
1700
2568
  } | undefined;
2569
+ conditions?: {
2570
+ when: {
2571
+ op?: "&" | "|" | undefined;
2572
+ clauses: (any | {
2573
+ rule: string;
2574
+ source?: string | undefined;
2575
+ op: string;
2576
+ value: string | string[];
2577
+ })[];
2578
+ };
2579
+ value: unknown;
2580
+ id: number;
2581
+ }[] | undefined;
2582
+ localesConditions?: {
2583
+ [key: string]: {
2584
+ when: {
2585
+ op?: "&" | "|" | undefined;
2586
+ clauses: (any | {
2587
+ rule: string;
2588
+ source?: string | undefined;
2589
+ op: string;
2590
+ value: string | string[];
2591
+ })[];
2592
+ };
2593
+ value: unknown;
2594
+ id: number;
2595
+ }[];
2596
+ } | undefined;
1701
2597
  };
1702
2598
  } | undefined;
1703
2599
  variant?: string | undefined;
@@ -1775,6 +2671,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1775
2671
  locales?: {
1776
2672
  [key: string]: unknown;
1777
2673
  } | undefined;
2674
+ conditions?: {
2675
+ when: {
2676
+ op?: "&" | "|" | undefined;
2677
+ clauses: (any | {
2678
+ rule: string;
2679
+ source?: string | undefined;
2680
+ op: string;
2681
+ value: string | string[];
2682
+ })[];
2683
+ };
2684
+ value: unknown;
2685
+ id: number;
2686
+ }[] | undefined;
2687
+ localesConditions?: {
2688
+ [key: string]: {
2689
+ when: {
2690
+ op?: "&" | "|" | undefined;
2691
+ clauses: (any | {
2692
+ rule: string;
2693
+ source?: string | undefined;
2694
+ op: string;
2695
+ value: string | string[];
2696
+ })[];
2697
+ };
2698
+ value: unknown;
2699
+ id: number;
2700
+ }[];
2701
+ } | undefined;
1778
2702
  };
1779
2703
  } | undefined;
1780
2704
  variant?: string | undefined;
@@ -1815,6 +2739,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1815
2739
  locales?: {
1816
2740
  [key: string]: unknown;
1817
2741
  } | undefined;
2742
+ conditions?: {
2743
+ when: {
2744
+ op?: "&" | "|" | undefined;
2745
+ clauses: (any | {
2746
+ rule: string;
2747
+ source?: string | undefined;
2748
+ op: string;
2749
+ value: string | string[];
2750
+ })[];
2751
+ };
2752
+ value: unknown;
2753
+ id: number;
2754
+ }[] | undefined;
2755
+ localesConditions?: {
2756
+ [key: string]: {
2757
+ when: {
2758
+ op?: "&" | "|" | undefined;
2759
+ clauses: (any | {
2760
+ rule: string;
2761
+ source?: string | undefined;
2762
+ op: string;
2763
+ value: string | string[];
2764
+ })[];
2765
+ };
2766
+ value: unknown;
2767
+ id: number;
2768
+ }[];
2769
+ } | undefined;
1818
2770
  };
1819
2771
  } | undefined;
1820
2772
  variant?: string | undefined;
@@ -1862,6 +2814,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1862
2814
  locales?: {
1863
2815
  [key: string]: unknown;
1864
2816
  } | undefined;
2817
+ conditions?: {
2818
+ when: {
2819
+ op?: "&" | "|" | undefined;
2820
+ clauses: (any | {
2821
+ rule: string;
2822
+ source?: string | undefined;
2823
+ op: string;
2824
+ value: string | string[];
2825
+ })[];
2826
+ };
2827
+ value: unknown;
2828
+ id: number;
2829
+ }[] | undefined;
2830
+ localesConditions?: {
2831
+ [key: string]: {
2832
+ when: {
2833
+ op?: "&" | "|" | undefined;
2834
+ clauses: (any | {
2835
+ rule: string;
2836
+ source?: string | undefined;
2837
+ op: string;
2838
+ value: string | string[];
2839
+ })[];
2840
+ };
2841
+ value: unknown;
2842
+ id: number;
2843
+ }[];
2844
+ } | undefined;
1865
2845
  };
1866
2846
  } | undefined;
1867
2847
  slots?: {
@@ -1927,6 +2907,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1927
2907
  locales?: {
1928
2908
  [key: string]: unknown;
1929
2909
  } | undefined;
2910
+ conditions?: {
2911
+ when: {
2912
+ op?: "&" | "|" | undefined;
2913
+ clauses: (any | {
2914
+ rule: string;
2915
+ source?: string | undefined;
2916
+ op: string;
2917
+ value: string | string[];
2918
+ })[];
2919
+ };
2920
+ value: unknown;
2921
+ id: number;
2922
+ }[] | undefined;
2923
+ localesConditions?: {
2924
+ [key: string]: {
2925
+ when: {
2926
+ op?: "&" | "|" | undefined;
2927
+ clauses: (any | {
2928
+ rule: string;
2929
+ source?: string | undefined;
2930
+ op: string;
2931
+ value: string | string[];
2932
+ })[];
2933
+ };
2934
+ value: unknown;
2935
+ id: number;
2936
+ }[];
2937
+ } | undefined;
1930
2938
  };
1931
2939
  } | undefined;
1932
2940
  slots?: {
@@ -1946,6 +2954,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
1946
2954
  locales?: {
1947
2955
  [key: string]: unknown;
1948
2956
  } | undefined;
2957
+ conditions?: {
2958
+ when: {
2959
+ op?: "&" | "|" | undefined;
2960
+ clauses: (any | {
2961
+ rule: string;
2962
+ source?: string | undefined;
2963
+ op: string;
2964
+ value: string | string[];
2965
+ })[];
2966
+ };
2967
+ value: unknown;
2968
+ id: number;
2969
+ }[] | undefined;
2970
+ localesConditions?: {
2971
+ [key: string]: {
2972
+ when: {
2973
+ op?: "&" | "|" | undefined;
2974
+ clauses: (any | {
2975
+ rule: string;
2976
+ source?: string | undefined;
2977
+ op: string;
2978
+ value: string | string[];
2979
+ })[];
2980
+ };
2981
+ value: unknown;
2982
+ id: number;
2983
+ }[];
2984
+ } | undefined;
1949
2985
  };
1950
2986
  } | undefined;
1951
2987
  variant?: string | undefined;
@@ -2017,6 +3053,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2017
3053
  locales?: {
2018
3054
  [key: string]: unknown;
2019
3055
  } | undefined;
3056
+ conditions?: {
3057
+ when: {
3058
+ op?: "&" | "|" | undefined;
3059
+ clauses: (any | {
3060
+ rule: string;
3061
+ source?: string | undefined;
3062
+ op: string;
3063
+ value: string | string[];
3064
+ })[];
3065
+ };
3066
+ value: unknown;
3067
+ id: number;
3068
+ }[] | undefined;
3069
+ localesConditions?: {
3070
+ [key: string]: {
3071
+ when: {
3072
+ op?: "&" | "|" | undefined;
3073
+ clauses: (any | {
3074
+ rule: string;
3075
+ source?: string | undefined;
3076
+ op: string;
3077
+ value: string | string[];
3078
+ })[];
3079
+ };
3080
+ value: unknown;
3081
+ id: number;
3082
+ }[];
3083
+ } | undefined;
2020
3084
  };
2021
3085
  } | undefined;
2022
3086
  variant?: string | undefined;
@@ -2057,6 +3121,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2057
3121
  locales?: {
2058
3122
  [key: string]: unknown;
2059
3123
  } | undefined;
3124
+ conditions?: {
3125
+ when: {
3126
+ op?: "&" | "|" | undefined;
3127
+ clauses: (any | {
3128
+ rule: string;
3129
+ source?: string | undefined;
3130
+ op: string;
3131
+ value: string | string[];
3132
+ })[];
3133
+ };
3134
+ value: unknown;
3135
+ id: number;
3136
+ }[] | undefined;
3137
+ localesConditions?: {
3138
+ [key: string]: {
3139
+ when: {
3140
+ op?: "&" | "|" | undefined;
3141
+ clauses: (any | {
3142
+ rule: string;
3143
+ source?: string | undefined;
3144
+ op: string;
3145
+ value: string | string[];
3146
+ })[];
3147
+ };
3148
+ value: unknown;
3149
+ id: number;
3150
+ }[];
3151
+ } | undefined;
2060
3152
  };
2061
3153
  } | undefined;
2062
3154
  variant?: string | undefined;
@@ -2104,6 +3196,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2104
3196
  locales?: {
2105
3197
  [key: string]: unknown;
2106
3198
  } | undefined;
3199
+ conditions?: {
3200
+ when: {
3201
+ op?: "&" | "|" | undefined;
3202
+ clauses: (any | {
3203
+ rule: string;
3204
+ source?: string | undefined;
3205
+ op: string;
3206
+ value: string | string[];
3207
+ })[];
3208
+ };
3209
+ value: unknown;
3210
+ id: number;
3211
+ }[] | undefined;
3212
+ localesConditions?: {
3213
+ [key: string]: {
3214
+ when: {
3215
+ op?: "&" | "|" | undefined;
3216
+ clauses: (any | {
3217
+ rule: string;
3218
+ source?: string | undefined;
3219
+ op: string;
3220
+ value: string | string[];
3221
+ })[];
3222
+ };
3223
+ value: unknown;
3224
+ id: number;
3225
+ }[];
3226
+ } | undefined;
2107
3227
  };
2108
3228
  } | undefined;
2109
3229
  slots?: {
@@ -2169,6 +3289,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2169
3289
  locales?: {
2170
3290
  [key: string]: unknown;
2171
3291
  } | undefined;
3292
+ conditions?: {
3293
+ when: {
3294
+ op?: "&" | "|" | undefined;
3295
+ clauses: (any | {
3296
+ rule: string;
3297
+ source?: string | undefined;
3298
+ op: string;
3299
+ value: string | string[];
3300
+ })[];
3301
+ };
3302
+ value: unknown;
3303
+ id: number;
3304
+ }[] | undefined;
3305
+ localesConditions?: {
3306
+ [key: string]: {
3307
+ when: {
3308
+ op?: "&" | "|" | undefined;
3309
+ clauses: (any | {
3310
+ rule: string;
3311
+ source?: string | undefined;
3312
+ op: string;
3313
+ value: string | string[];
3314
+ })[];
3315
+ };
3316
+ value: unknown;
3317
+ id: number;
3318
+ }[];
3319
+ } | undefined;
2172
3320
  };
2173
3321
  } | undefined;
2174
3322
  slots?: {
@@ -2188,6 +3336,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2188
3336
  locales?: {
2189
3337
  [key: string]: unknown;
2190
3338
  } | undefined;
3339
+ conditions?: {
3340
+ when: {
3341
+ op?: "&" | "|" | undefined;
3342
+ clauses: (any | {
3343
+ rule: string;
3344
+ source?: string | undefined;
3345
+ op: string;
3346
+ value: string | string[];
3347
+ })[];
3348
+ };
3349
+ value: unknown;
3350
+ id: number;
3351
+ }[] | undefined;
3352
+ localesConditions?: {
3353
+ [key: string]: {
3354
+ when: {
3355
+ op?: "&" | "|" | undefined;
3356
+ clauses: (any | {
3357
+ rule: string;
3358
+ source?: string | undefined;
3359
+ op: string;
3360
+ value: string | string[];
3361
+ })[];
3362
+ };
3363
+ value: unknown;
3364
+ id: number;
3365
+ }[];
3366
+ } | undefined;
2191
3367
  };
2192
3368
  } | undefined;
2193
3369
  variant?: string | undefined;
@@ -2269,6 +3445,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2269
3445
  locales?: {
2270
3446
  [key: string]: unknown;
2271
3447
  } | undefined;
3448
+ conditions?: {
3449
+ when: {
3450
+ op?: "&" | "|" | undefined;
3451
+ clauses: (any | {
3452
+ rule: string;
3453
+ source?: string | undefined;
3454
+ op: string;
3455
+ value: string | string[];
3456
+ })[];
3457
+ };
3458
+ value: unknown;
3459
+ id: number;
3460
+ }[] | undefined;
3461
+ localesConditions?: {
3462
+ [key: string]: {
3463
+ when: {
3464
+ op?: "&" | "|" | undefined;
3465
+ clauses: (any | {
3466
+ rule: string;
3467
+ source?: string | undefined;
3468
+ op: string;
3469
+ value: string | string[];
3470
+ })[];
3471
+ };
3472
+ value: unknown;
3473
+ id: number;
3474
+ }[];
3475
+ } | undefined;
2272
3476
  };
2273
3477
  } | undefined;
2274
3478
  variant?: string | undefined;
@@ -2309,6 +3513,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2309
3513
  locales?: {
2310
3514
  [key: string]: unknown;
2311
3515
  } | undefined;
3516
+ conditions?: {
3517
+ when: {
3518
+ op?: "&" | "|" | undefined;
3519
+ clauses: (any | {
3520
+ rule: string;
3521
+ source?: string | undefined;
3522
+ op: string;
3523
+ value: string | string[];
3524
+ })[];
3525
+ };
3526
+ value: unknown;
3527
+ id: number;
3528
+ }[] | undefined;
3529
+ localesConditions?: {
3530
+ [key: string]: {
3531
+ when: {
3532
+ op?: "&" | "|" | undefined;
3533
+ clauses: (any | {
3534
+ rule: string;
3535
+ source?: string | undefined;
3536
+ op: string;
3537
+ value: string | string[];
3538
+ })[];
3539
+ };
3540
+ value: unknown;
3541
+ id: number;
3542
+ }[];
3543
+ } | undefined;
2312
3544
  };
2313
3545
  } | undefined;
2314
3546
  variant?: string | undefined;
@@ -2356,6 +3588,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2356
3588
  locales?: {
2357
3589
  [key: string]: unknown;
2358
3590
  } | undefined;
3591
+ conditions?: {
3592
+ when: {
3593
+ op?: "&" | "|" | undefined;
3594
+ clauses: (any | {
3595
+ rule: string;
3596
+ source?: string | undefined;
3597
+ op: string;
3598
+ value: string | string[];
3599
+ })[];
3600
+ };
3601
+ value: unknown;
3602
+ id: number;
3603
+ }[] | undefined;
3604
+ localesConditions?: {
3605
+ [key: string]: {
3606
+ when: {
3607
+ op?: "&" | "|" | undefined;
3608
+ clauses: (any | {
3609
+ rule: string;
3610
+ source?: string | undefined;
3611
+ op: string;
3612
+ value: string | string[];
3613
+ })[];
3614
+ };
3615
+ value: unknown;
3616
+ id: number;
3617
+ }[];
3618
+ } | undefined;
2359
3619
  };
2360
3620
  } | undefined;
2361
3621
  slots?: {
@@ -2421,6 +3681,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2421
3681
  locales?: {
2422
3682
  [key: string]: unknown;
2423
3683
  } | undefined;
3684
+ conditions?: {
3685
+ when: {
3686
+ op?: "&" | "|" | undefined;
3687
+ clauses: (any | {
3688
+ rule: string;
3689
+ source?: string | undefined;
3690
+ op: string;
3691
+ value: string | string[];
3692
+ })[];
3693
+ };
3694
+ value: unknown;
3695
+ id: number;
3696
+ }[] | undefined;
3697
+ localesConditions?: {
3698
+ [key: string]: {
3699
+ when: {
3700
+ op?: "&" | "|" | undefined;
3701
+ clauses: (any | {
3702
+ rule: string;
3703
+ source?: string | undefined;
3704
+ op: string;
3705
+ value: string | string[];
3706
+ })[];
3707
+ };
3708
+ value: unknown;
3709
+ id: number;
3710
+ }[];
3711
+ } | undefined;
2424
3712
  };
2425
3713
  } | undefined;
2426
3714
  slots?: {
@@ -2440,6 +3728,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2440
3728
  locales?: {
2441
3729
  [key: string]: unknown;
2442
3730
  } | undefined;
3731
+ conditions?: {
3732
+ when: {
3733
+ op?: "&" | "|" | undefined;
3734
+ clauses: (any | {
3735
+ rule: string;
3736
+ source?: string | undefined;
3737
+ op: string;
3738
+ value: string | string[];
3739
+ })[];
3740
+ };
3741
+ value: unknown;
3742
+ id: number;
3743
+ }[] | undefined;
3744
+ localesConditions?: {
3745
+ [key: string]: {
3746
+ when: {
3747
+ op?: "&" | "|" | undefined;
3748
+ clauses: (any | {
3749
+ rule: string;
3750
+ source?: string | undefined;
3751
+ op: string;
3752
+ value: string | string[];
3753
+ })[];
3754
+ };
3755
+ value: unknown;
3756
+ id: number;
3757
+ }[];
3758
+ } | undefined;
2443
3759
  };
2444
3760
  } | undefined;
2445
3761
  variant?: string | undefined;
@@ -2511,6 +3827,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2511
3827
  locales?: {
2512
3828
  [key: string]: unknown;
2513
3829
  } | undefined;
3830
+ conditions?: {
3831
+ when: {
3832
+ op?: "&" | "|" | undefined;
3833
+ clauses: (any | {
3834
+ rule: string;
3835
+ source?: string | undefined;
3836
+ op: string;
3837
+ value: string | string[];
3838
+ })[];
3839
+ };
3840
+ value: unknown;
3841
+ id: number;
3842
+ }[] | undefined;
3843
+ localesConditions?: {
3844
+ [key: string]: {
3845
+ when: {
3846
+ op?: "&" | "|" | undefined;
3847
+ clauses: (any | {
3848
+ rule: string;
3849
+ source?: string | undefined;
3850
+ op: string;
3851
+ value: string | string[];
3852
+ })[];
3853
+ };
3854
+ value: unknown;
3855
+ id: number;
3856
+ }[];
3857
+ } | undefined;
2514
3858
  };
2515
3859
  } | undefined;
2516
3860
  variant?: string | undefined;
@@ -2551,6 +3895,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2551
3895
  locales?: {
2552
3896
  [key: string]: unknown;
2553
3897
  } | undefined;
3898
+ conditions?: {
3899
+ when: {
3900
+ op?: "&" | "|" | undefined;
3901
+ clauses: (any | {
3902
+ rule: string;
3903
+ source?: string | undefined;
3904
+ op: string;
3905
+ value: string | string[];
3906
+ })[];
3907
+ };
3908
+ value: unknown;
3909
+ id: number;
3910
+ }[] | undefined;
3911
+ localesConditions?: {
3912
+ [key: string]: {
3913
+ when: {
3914
+ op?: "&" | "|" | undefined;
3915
+ clauses: (any | {
3916
+ rule: string;
3917
+ source?: string | undefined;
3918
+ op: string;
3919
+ value: string | string[];
3920
+ })[];
3921
+ };
3922
+ value: unknown;
3923
+ id: number;
3924
+ }[];
3925
+ } | undefined;
2554
3926
  };
2555
3927
  } | undefined;
2556
3928
  variant?: string | undefined;
@@ -2598,6 +3970,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2598
3970
  locales?: {
2599
3971
  [key: string]: unknown;
2600
3972
  } | undefined;
3973
+ conditions?: {
3974
+ when: {
3975
+ op?: "&" | "|" | undefined;
3976
+ clauses: (any | {
3977
+ rule: string;
3978
+ source?: string | undefined;
3979
+ op: string;
3980
+ value: string | string[];
3981
+ })[];
3982
+ };
3983
+ value: unknown;
3984
+ id: number;
3985
+ }[] | undefined;
3986
+ localesConditions?: {
3987
+ [key: string]: {
3988
+ when: {
3989
+ op?: "&" | "|" | undefined;
3990
+ clauses: (any | {
3991
+ rule: string;
3992
+ source?: string | undefined;
3993
+ op: string;
3994
+ value: string | string[];
3995
+ })[];
3996
+ };
3997
+ value: unknown;
3998
+ id: number;
3999
+ }[];
4000
+ } | undefined;
2601
4001
  };
2602
4002
  } | undefined;
2603
4003
  slots?: {
@@ -2663,6 +4063,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2663
4063
  locales?: {
2664
4064
  [key: string]: unknown;
2665
4065
  } | undefined;
4066
+ conditions?: {
4067
+ when: {
4068
+ op?: "&" | "|" | undefined;
4069
+ clauses: (any | {
4070
+ rule: string;
4071
+ source?: string | undefined;
4072
+ op: string;
4073
+ value: string | string[];
4074
+ })[];
4075
+ };
4076
+ value: unknown;
4077
+ id: number;
4078
+ }[] | undefined;
4079
+ localesConditions?: {
4080
+ [key: string]: {
4081
+ when: {
4082
+ op?: "&" | "|" | undefined;
4083
+ clauses: (any | {
4084
+ rule: string;
4085
+ source?: string | undefined;
4086
+ op: string;
4087
+ value: string | string[];
4088
+ })[];
4089
+ };
4090
+ value: unknown;
4091
+ id: number;
4092
+ }[];
4093
+ } | undefined;
2666
4094
  };
2667
4095
  } | undefined;
2668
4096
  slots?: {
@@ -2682,6 +4110,34 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2682
4110
  locales?: {
2683
4111
  [key: string]: unknown;
2684
4112
  } | undefined;
4113
+ conditions?: {
4114
+ when: {
4115
+ op?: "&" | "|" | undefined;
4116
+ clauses: (any | {
4117
+ rule: string;
4118
+ source?: string | undefined;
4119
+ op: string;
4120
+ value: string | string[];
4121
+ })[];
4122
+ };
4123
+ value: unknown;
4124
+ id: number;
4125
+ }[] | undefined;
4126
+ localesConditions?: {
4127
+ [key: string]: {
4128
+ when: {
4129
+ op?: "&" | "|" | undefined;
4130
+ clauses: (any | {
4131
+ rule: string;
4132
+ source?: string | undefined;
4133
+ op: string;
4134
+ value: string | string[];
4135
+ })[];
4136
+ };
4137
+ value: unknown;
4138
+ id: number;
4139
+ }[];
4140
+ } | undefined;
2685
4141
  };
2686
4142
  } | undefined;
2687
4143
  variant?: string | undefined;