@omnia/tooling-vue 8.0.341-dev → 8.0.343-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';
@@ -293,6 +294,8 @@ import wc48b4d391d03f4a01a9485b845917d229 from '../../../../client/fx/ux/oxide/n
293
294
  import wc16277e3059db453eb98ad6946d315c39 from '../../../../client/fx/ux/oxide/notification/Notification';
294
295
  import wcecbd3b3dbc834cf0856597772da1320c from '../../../../client/fx/ux/oxide/pagination/Pagination';
295
296
  import wc1d8d2a2328244f1eab96344841305976 from '../../../../client/fx/ux/oxide/panel/Panel';
297
+ import wc3857ab99b85e440e9b7f7f58994ef84d from '../../../../client/fx/ux/oxide/picker/Picker';
298
+ import wc6ccd40605ed148628cc8db37257ab282 from '../../../../client/fx/ux/oxide/picker/PickerSelection';
296
299
  import wc247719ac6d3843ec889face452544a21 from '../../../../client/fx/ux/oxide/progress/Progress';
297
300
  import wc48962186dfb94f37adc76f475b80015d from '../../../../client/fx/ux/oxide/radio/RadioGroup';
298
301
  import wc2d9c50d3dcb1421cafb8eab80be243a1 from '../../../../client/fx/ux/oxide/radio/Radio';
@@ -393,7 +396,8 @@ import wcfd6b575dc7c44149ac3129492fc83aa6 from '../../../../client/fx/ux/aurora/
393
396
  import wc287d666180644ba5ab5def0471a75a89 from '../../../../client/fx/ux/aurora/components/textstylepicker/TextStylePicker';
394
397
  import wc252ece0016594978b3ddfafdd59adda4 from '../../../../client/fx/ux/aurora/components/themepicker/ThemePicker';
395
398
  import wcb89e133162f54c1fb2cd6d03cc2e4fe2 from '../../../../client/fx/ux/aurora/components/themepicker/ThemeEditor';
396
- import wc73e1c232690249f78967e3e3f6d92bd7 from '../../../../client/fx/ux/aurora/components/themepicker/ThemeViewer';
399
+ import wc73e1c232690249f78967e3e3f6d92bd7 from '../../../../client/fx/ux/aurora/components/themepreview/ThemePreview';
400
+ import wcc6eec07d48af435ab0c75195d9c7dcfc from '../../../../client/fx/ux/aurora/components/themepreview/ComponentPreview';
397
401
  import wc54730f05dd2c4f2da1c830b3985b36a9 from '../../../../client/fx/ux/aurora/components/typography/TypographyPicker';
398
402
  import wc99a73153b5c647da9d6de517f51e53f0 from '../../../../client/fx/ux/aurora/components/typography/TypographyEditor';
399
403
  import wc2f742a14a560434abb899360a69c314b from '../../../../client/fx/ux/aurora/components/typography/TypographyBlueprintsViewer';
@@ -1605,6 +1609,15 @@ declare global {
1605
1609
  };
1606
1610
  } : typeof wc20b4e8166fb44f2b8b240724eb5f2db2;
1607
1611
  };
1612
+ "letter": {
1613
+ "avatar": typeof wcfc7e793728e64099ab1b37b8f89e8693 extends {
1614
+ propsDefinition: infer TProp;
1615
+ } ? {
1616
+ new (...args: any[]): {
1617
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1618
+ };
1619
+ } : typeof wcfc7e793728e64099ab1b37b8f89e8693;
1620
+ };
1608
1621
  "limited": {
1609
1622
  "label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f extends {
1610
1623
  propsDefinition: infer TProp;
@@ -2775,6 +2788,15 @@ declare global {
2775
2788
  };
2776
2789
  } : typeof wc73e1c232690249f78967e3e3f6d92bd7;
2777
2790
  };
2791
+ "component": {
2792
+ "preview": typeof wcc6eec07d48af435ab0c75195d9c7dcfc extends {
2793
+ propsDefinition: infer TProp;
2794
+ } ? {
2795
+ new (...args: any[]): {
2796
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2797
+ };
2798
+ } : typeof wcc6eec07d48af435ab0c75195d9c7dcfc;
2799
+ };
2778
2800
  "designer": {
2779
2801
  "preview": typeof wc136c9c57149747f198180bdf38a6b297 extends {
2780
2802
  propsDefinition: infer TProp;
@@ -5069,6 +5091,22 @@ declare global {
5069
5091
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5070
5092
  };
5071
5093
  } : typeof wc1d8d2a2328244f1eab96344841305976;
5094
+ "picker": {
5095
+ "wrapper": typeof wc3857ab99b85e440e9b7f7f58994ef84d extends {
5096
+ propsDefinition: infer TProp;
5097
+ } ? {
5098
+ new (...args: any[]): {
5099
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5100
+ };
5101
+ } : typeof wc3857ab99b85e440e9b7f7f58994ef84d;
5102
+ "selection": typeof wc6ccd40605ed148628cc8db37257ab282 extends {
5103
+ propsDefinition: infer TProp;
5104
+ } ? {
5105
+ new (...args: any[]): {
5106
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5107
+ };
5108
+ } : typeof wc6ccd40605ed148628cc8db37257ab282;
5109
+ };
5072
5110
  "progress": typeof wc247719ac6d3843ec889face452544a21 extends {
5073
5111
  propsDefinition: infer TProp;
5074
5112
  } ? {