@omnia/tooling-vue 8.0.342-dev → 8.0.344-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.
@@ -67,6 +67,7 @@ import wc828a4c20542945858e792ec584148a5c from '../../../../client/fx/ux/journey
67
67
  import wcd91fa8e10e3b4350bb158f9cbeace0e8 from '../../../../client/fx/ux/journey/SettingsJourneyMenu';
68
68
  import wc3392707566c844e39f57097aade4e81c from '../../../../client/fx/ux/jsonexportimport/ExportImport';
69
69
  import wc20b4e8166fb44f2b8b240724eb5f2db2 from '../../../../client/fx/ux/languagepicker/LanguagePicker';
70
+ import wcfc7e793728e64099ab1b37b8f89e8693 from '../../../../client/fx/ux/letteravatar/LetterAvatar';
70
71
  import wc6c2ac8bf4da44a2b8e544eaf5b42099f from '../../../../client/fx/ux/limited-label/LimitedLabel';
71
72
  import wc9e7b4a48efba4dc390986eeb638b34cd from '../../../../client/fx/ux/links/LinkPicker';
72
73
  import wc4892102894624a4ca84e67df764cbe93 from '../../../../client/fx/ux/links/LinkRenderer';
@@ -143,6 +144,7 @@ import wcbd6cd82aabef42e7bf60679c7d5fb470 from '../../../../client/fx/ux/wizard/
143
144
  import wcde36ccd3a3064b0ea8f5865e65521e41 from '../../../../client/fx/sp/ux/appwithspaliasinput/AppWithSharePointAliasInput';
144
145
  import wc28d15a1179a04eaa9f2e82abe15f7177 from '../../../../client/fx/sp/ux/filterengine/TaxonomyPropertyRenderer';
145
146
  import wcb1fca92af8524970b426823cf7ef65b5 from '../../../../client/fx/sp/ux/filterengine/SelectionsAreaTaxonomyRenderer';
147
+ import wc4584d438a74748ab9ae5f9f4f431673f from '../../../../client/fx/sp/ux/listtree/ListTree';
146
148
  import wc8000658f96504040b6194f7e887665a7 from '../../../../client/fx/sp/ux/queryfilterbuilder/QueryFilterBuilder';
147
149
  import wccff151bfd6e24f2fbacd02bba0fffe1f from '../../../../client/fx/sp/ux/targetingfilter/TargetingFilter';
148
150
  import wcdae567bb2f1846abad5c0adaa64945cf from '../../../../client/fx/sp/ux/termitem/SharePointTermItemComponent';
@@ -293,7 +295,8 @@ import wc48b4d391d03f4a01a9485b845917d229 from '../../../../client/fx/ux/oxide/n
293
295
  import wc16277e3059db453eb98ad6946d315c39 from '../../../../client/fx/ux/oxide/notification/Notification';
294
296
  import wcecbd3b3dbc834cf0856597772da1320c from '../../../../client/fx/ux/oxide/pagination/Pagination';
295
297
  import wc1d8d2a2328244f1eab96344841305976 from '../../../../client/fx/ux/oxide/panel/Panel';
296
- import wcbae7c6fe179e45dfba604eca6d5d867e from '../../../../client/fx/ux/oxide/picker/Picker';
298
+ import wc3857ab99b85e440e9b7f7f58994ef84d from '../../../../client/fx/ux/oxide/picker/Picker';
299
+ import wc6ccd40605ed148628cc8db37257ab282 from '../../../../client/fx/ux/oxide/picker/PickerSelection';
297
300
  import wc247719ac6d3843ec889face452544a21 from '../../../../client/fx/ux/oxide/progress/Progress';
298
301
  import wc48962186dfb94f37adc76f475b80015d from '../../../../client/fx/ux/oxide/radio/RadioGroup';
299
302
  import wc2d9c50d3dcb1421cafb8eab80be243a1 from '../../../../client/fx/ux/oxide/radio/Radio';
@@ -394,7 +397,8 @@ import wcfd6b575dc7c44149ac3129492fc83aa6 from '../../../../client/fx/ux/aurora/
394
397
  import wc287d666180644ba5ab5def0471a75a89 from '../../../../client/fx/ux/aurora/components/textstylepicker/TextStylePicker';
395
398
  import wc252ece0016594978b3ddfafdd59adda4 from '../../../../client/fx/ux/aurora/components/themepicker/ThemePicker';
396
399
  import wcb89e133162f54c1fb2cd6d03cc2e4fe2 from '../../../../client/fx/ux/aurora/components/themepicker/ThemeEditor';
397
- import wc73e1c232690249f78967e3e3f6d92bd7 from '../../../../client/fx/ux/aurora/components/themepicker/ThemeViewer';
400
+ import wc73e1c232690249f78967e3e3f6d92bd7 from '../../../../client/fx/ux/aurora/components/themepreview/ThemePreview';
401
+ import wcc6eec07d48af435ab0c75195d9c7dcfc from '../../../../client/fx/ux/aurora/components/themepreview/ComponentPreview';
398
402
  import wc54730f05dd2c4f2da1c830b3985b36a9 from '../../../../client/fx/ux/aurora/components/typography/TypographyPicker';
399
403
  import wc99a73153b5c647da9d6de517f51e53f0 from '../../../../client/fx/ux/aurora/components/typography/TypographyEditor';
400
404
  import wc2f742a14a560434abb899360a69c314b from '../../../../client/fx/ux/aurora/components/typography/TypographyBlueprintsViewer';
@@ -1606,6 +1610,15 @@ declare global {
1606
1610
  };
1607
1611
  } : typeof wc20b4e8166fb44f2b8b240724eb5f2db2;
1608
1612
  };
1613
+ "letter": {
1614
+ "avatar": typeof wcfc7e793728e64099ab1b37b8f89e8693 extends {
1615
+ propsDefinition: infer TProp;
1616
+ } ? {
1617
+ new (...args: any[]): {
1618
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1619
+ };
1620
+ } : typeof wcfc7e793728e64099ab1b37b8f89e8693;
1621
+ };
1609
1622
  "limited": {
1610
1623
  "label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f extends {
1611
1624
  propsDefinition: infer TProp;
@@ -2120,6 +2133,15 @@ declare global {
2120
2133
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2121
2134
  };
2122
2135
  } : typeof wc07fdbc119d7742769eafe5f45ce14e18;
2136
+ "list": {
2137
+ "tree": typeof wc4584d438a74748ab9ae5f9f4f431673f extends {
2138
+ propsDefinition: infer TProp;
2139
+ } ? {
2140
+ new (...args: any[]): {
2141
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2142
+ };
2143
+ } : typeof wc4584d438a74748ab9ae5f9f4f431673f;
2144
+ };
2123
2145
  "term": {
2124
2146
  "item": typeof wcdae567bb2f1846abad5c0adaa64945cf extends {
2125
2147
  propsDefinition: infer TProp;
@@ -2776,6 +2798,15 @@ declare global {
2776
2798
  };
2777
2799
  } : typeof wc73e1c232690249f78967e3e3f6d92bd7;
2778
2800
  };
2801
+ "component": {
2802
+ "preview": typeof wcc6eec07d48af435ab0c75195d9c7dcfc extends {
2803
+ propsDefinition: infer TProp;
2804
+ } ? {
2805
+ new (...args: any[]): {
2806
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2807
+ };
2808
+ } : typeof wcc6eec07d48af435ab0c75195d9c7dcfc;
2809
+ };
2779
2810
  "designer": {
2780
2811
  "preview": typeof wc136c9c57149747f198180bdf38a6b297 extends {
2781
2812
  propsDefinition: infer TProp;
@@ -5070,13 +5101,22 @@ declare global {
5070
5101
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5071
5102
  };
5072
5103
  } : typeof wc1d8d2a2328244f1eab96344841305976;
5073
- "picker": typeof wcbae7c6fe179e45dfba604eca6d5d867e extends {
5074
- propsDefinition: infer TProp;
5075
- } ? {
5076
- new (...args: any[]): {
5077
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5078
- };
5079
- } : typeof wcbae7c6fe179e45dfba604eca6d5d867e;
5104
+ "picker": {
5105
+ "wrapper": typeof wc3857ab99b85e440e9b7f7f58994ef84d extends {
5106
+ propsDefinition: infer TProp;
5107
+ } ? {
5108
+ new (...args: any[]): {
5109
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5110
+ };
5111
+ } : typeof wc3857ab99b85e440e9b7f7f58994ef84d;
5112
+ "selection": typeof wc6ccd40605ed148628cc8db37257ab282 extends {
5113
+ propsDefinition: infer TProp;
5114
+ } ? {
5115
+ new (...args: any[]): {
5116
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5117
+ };
5118
+ } : typeof wc6ccd40605ed148628cc8db37257ab282;
5119
+ };
5080
5120
  "progress": typeof wc247719ac6d3843ec889face452544a21 extends {
5081
5121
  propsDefinition: infer TProp;
5082
5122
  } ? {