@omnia/tooling-vue 8.0.343-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.
@@ -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';
@@ -2132,6 +2133,15 @@ declare global {
2132
2133
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2133
2134
  };
2134
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
+ };
2135
2145
  "term": {
2136
2146
  "item": typeof wcdae567bb2f1846abad5c0adaa64945cf extends {
2137
2147
  propsDefinition: infer TProp;