@omnia/tooling-vue 8.0.341-dev → 8.0.342-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.
@@ -293,6 +293,7 @@ import wc48b4d391d03f4a01a9485b845917d229 from '../../../../client/fx/ux/oxide/n
293
293
  import wc16277e3059db453eb98ad6946d315c39 from '../../../../client/fx/ux/oxide/notification/Notification';
294
294
  import wcecbd3b3dbc834cf0856597772da1320c from '../../../../client/fx/ux/oxide/pagination/Pagination';
295
295
  import wc1d8d2a2328244f1eab96344841305976 from '../../../../client/fx/ux/oxide/panel/Panel';
296
+ import wcbae7c6fe179e45dfba604eca6d5d867e from '../../../../client/fx/ux/oxide/picker/Picker';
296
297
  import wc247719ac6d3843ec889face452544a21 from '../../../../client/fx/ux/oxide/progress/Progress';
297
298
  import wc48962186dfb94f37adc76f475b80015d from '../../../../client/fx/ux/oxide/radio/RadioGroup';
298
299
  import wc2d9c50d3dcb1421cafb8eab80be243a1 from '../../../../client/fx/ux/oxide/radio/Radio';
@@ -5069,6 +5070,13 @@ declare global {
5069
5070
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5070
5071
  };
5071
5072
  } : 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;
5072
5080
  "progress": typeof wc247719ac6d3843ec889face452544a21 extends {
5073
5081
  propsDefinition: infer TProp;
5074
5082
  } ? {