@omnia/tooling-vue 8.0.510-dev → 8.0.512-dev

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.
@@ -31,6 +31,7 @@ import wc629ff3fc45f84df382ddb6282d968547 from '../../../../client/fx/ux/feature
31
31
  import wc47f40c108c6d482197c5f462acf292d2 from '../../../../client/fx/ux/features/FeaturesJourneyAppInstance';
32
32
  import wcdf386f66c6a746298c4f53b2948e14be from '../../../../client/fx/ux/filepicker/FilePickerRenderer';
33
33
  import wc1fab0218538f431c91ece4e10cbd468c from '../../../../client/fx/ux/fileuploader/FileUploader';
34
+ import wc14db052e2e844741973a944d51871c32 from '../../../../client/fx/ux/filter/JourneyFilterDialog';
34
35
  import wca91d4cd2b5744de3a672110cb1cdf7ba from '../../../../client/fx/ux/filterengine/FilterEngineSettings';
35
36
  import wc34e1cea969d744f1bbec4770b51d49f5 from '../../../../client/fx/ux/filterengine/FilterEngineRenderer';
36
37
  import wc43fc70078d114ec3a70ebbd767ef4f95 from '../../../../client/fx/ux/filterengine/components/renderer/person/PersonPropertyRenderer';
@@ -74,6 +75,7 @@ import wc3392707566c844e39f57097aade4e81c from '../../../../client/fx/ux/jsonexp
74
75
  import wc20b4e8166fb44f2b8b240724eb5f2db2 from '../../../../client/fx/ux/languagepicker/LanguagePicker';
75
76
  import wcfc7e793728e64099ab1b37b8f89e8693 from '../../../../client/fx/ux/letteravatar/LetterAvatar';
76
77
  import wc6c2ac8bf4da44a2b8e544eaf5b42099f from '../../../../client/fx/ux/limited-label/LimitedLabel';
78
+ import wc1114043c582d4359a5261781854e77a3 from '../../../../client/fx/ux/links/LinkPickerV2';
77
79
  import wc9e7b4a48efba4dc390986eeb638b34cd from '../../../../client/fx/ux/links/LinkPicker';
78
80
  import wc4892102894624a4ca84e67df764cbe93 from '../../../../client/fx/ux/links/LinkRenderer';
79
81
  import wc106dba3f206e4ad7bbb28e574e3da49e from '../../../../client/fx/ux/magiclink/MagicLinkLogin';
@@ -1479,7 +1481,13 @@ declare global {
1479
1481
  } : typeof wcaac689be588e4dd3ac8166ac631a37f1;
1480
1482
  };
1481
1483
  };
1482
- "filter": {
1484
+ "filter": (typeof wc14db052e2e844741973a944d51871c32 extends {
1485
+ propsDefinition: infer TProp;
1486
+ } ? {
1487
+ new (...args: any[]): {
1488
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1489
+ };
1490
+ } : typeof wc14db052e2e844741973a944d51871c32) & {
1483
1491
  "picker": typeof wc46a6c15c2a0e446fbef9770274409366 extends {
1484
1492
  propsDefinition: infer TProp;
1485
1493
  } ? {
@@ -1788,13 +1796,21 @@ declare global {
1788
1796
  } : typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f;
1789
1797
  };
1790
1798
  "link": {
1791
- "picker": typeof wc9e7b4a48efba4dc390986eeb638b34cd extends {
1799
+ "picker": (typeof wc9e7b4a48efba4dc390986eeb638b34cd extends {
1792
1800
  propsDefinition: infer TProp;
1793
1801
  } ? {
1794
1802
  new (...args: any[]): {
1795
1803
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1796
1804
  };
1797
- } : typeof wc9e7b4a48efba4dc390986eeb638b34cd;
1805
+ } : typeof wc9e7b4a48efba4dc390986eeb638b34cd) & {
1806
+ "v2": typeof wc1114043c582d4359a5261781854e77a3 extends {
1807
+ propsDefinition: infer TProp;
1808
+ } ? {
1809
+ new (...args: any[]): {
1810
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1811
+ };
1812
+ } : typeof wc1114043c582d4359a5261781854e77a3;
1813
+ };
1798
1814
  "renderer": typeof wc4892102894624a4ca84e67df764cbe93 extends {
1799
1815
  propsDefinition: infer TProp;
1800
1816
  } ? {