@omnia/tooling-vue 8.0.344-dev → 8.0.345-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.
@@ -304,6 +304,7 @@ import wc8a82f6b541cc49b2ade3e5b880fd3a58 from '../../../../client/fx/ux/oxide/r
304
304
  import wc4c41fd8799ae43468150fd47661e8100 from '../../../../client/fx/ux/oxide/rating/Rating';
305
305
  import wc177587e103904861b5d4d491388a01b1 from '../../../../client/fx/ux/oxide/scrollcontainer/ScrollContainer';
306
306
  import wc578e2a4d5cd247a4b1291911256253a7 from '../../../../client/fx/ux/oxide/select/Select';
307
+ import wcb433dc66d68f4a47997e8934e9afda22 from '../../../../client/fx/ux/oxide/selectionpicker/InputSelect';
307
308
  import wc2ade92721b3c426fac97c63026f77351 from '../../../../client/fx/ux/oxide/skeletonloader/SkeletonLoader';
308
309
  import wc8b0bddecd5d74fcba7aac87913137ca3 from '../../../../client/fx/ux/oxide/slidepanel/SlidePanel';
309
310
  import wcd5ff31018df44196a5c6ab219bab4c25 from '../../../../client/fx/ux/oxide/slidepanel/Slide';
@@ -5012,6 +5013,13 @@ declare global {
5012
5013
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5013
5014
  };
5014
5015
  } : typeof wc51871a0562b54e25bcaf95beba7470c6;
5016
+ "select": typeof wcb433dc66d68f4a47997e8934e9afda22 extends {
5017
+ propsDefinition: infer TProp;
5018
+ } ? {
5019
+ new (...args: any[]): {
5020
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5021
+ };
5022
+ } : typeof wcb433dc66d68f4a47997e8934e9afda22;
5015
5023
  };
5016
5024
  "layout": typeof wc428e436c13dc457898a408786361c9b1 extends {
5017
5025
  propsDefinition: infer TProp;