@omnia/tooling-vue 8.0.343-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.
@@ -144,6 +144,7 @@ import wcbd6cd82aabef42e7bf60679c7d5fb470 from '../../../../client/fx/ux/wizard/
144
144
  import wcde36ccd3a3064b0ea8f5865e65521e41 from '../../../../client/fx/sp/ux/appwithspaliasinput/AppWithSharePointAliasInput';
145
145
  import wc28d15a1179a04eaa9f2e82abe15f7177 from '../../../../client/fx/sp/ux/filterengine/TaxonomyPropertyRenderer';
146
146
  import wcb1fca92af8524970b426823cf7ef65b5 from '../../../../client/fx/sp/ux/filterengine/SelectionsAreaTaxonomyRenderer';
147
+ import wc4584d438a74748ab9ae5f9f4f431673f from '../../../../client/fx/sp/ux/listtree/ListTree';
147
148
  import wc8000658f96504040b6194f7e887665a7 from '../../../../client/fx/sp/ux/queryfilterbuilder/QueryFilterBuilder';
148
149
  import wccff151bfd6e24f2fbacd02bba0fffe1f from '../../../../client/fx/sp/ux/targetingfilter/TargetingFilter';
149
150
  import wcdae567bb2f1846abad5c0adaa64945cf from '../../../../client/fx/sp/ux/termitem/SharePointTermItemComponent';
@@ -303,6 +304,7 @@ import wc8a82f6b541cc49b2ade3e5b880fd3a58 from '../../../../client/fx/ux/oxide/r
303
304
  import wc4c41fd8799ae43468150fd47661e8100 from '../../../../client/fx/ux/oxide/rating/Rating';
304
305
  import wc177587e103904861b5d4d491388a01b1 from '../../../../client/fx/ux/oxide/scrollcontainer/ScrollContainer';
305
306
  import wc578e2a4d5cd247a4b1291911256253a7 from '../../../../client/fx/ux/oxide/select/Select';
307
+ import wcb433dc66d68f4a47997e8934e9afda22 from '../../../../client/fx/ux/oxide/selectionpicker/InputSelect';
306
308
  import wc2ade92721b3c426fac97c63026f77351 from '../../../../client/fx/ux/oxide/skeletonloader/SkeletonLoader';
307
309
  import wc8b0bddecd5d74fcba7aac87913137ca3 from '../../../../client/fx/ux/oxide/slidepanel/SlidePanel';
308
310
  import wcd5ff31018df44196a5c6ab219bab4c25 from '../../../../client/fx/ux/oxide/slidepanel/Slide';
@@ -2132,6 +2134,15 @@ declare global {
2132
2134
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2133
2135
  };
2134
2136
  } : typeof wc07fdbc119d7742769eafe5f45ce14e18;
2137
+ "list": {
2138
+ "tree": typeof wc4584d438a74748ab9ae5f9f4f431673f extends {
2139
+ propsDefinition: infer TProp;
2140
+ } ? {
2141
+ new (...args: any[]): {
2142
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2143
+ };
2144
+ } : typeof wc4584d438a74748ab9ae5f9f4f431673f;
2145
+ };
2135
2146
  "term": {
2136
2147
  "item": typeof wcdae567bb2f1846abad5c0adaa64945cf extends {
2137
2148
  propsDefinition: infer TProp;
@@ -5002,6 +5013,13 @@ declare global {
5002
5013
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5003
5014
  };
5004
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;
5005
5023
  };
5006
5024
  "layout": typeof wc428e436c13dc457898a408786361c9b1 extends {
5007
5025
  propsDefinition: infer TProp;