@omnia/tooling-vue 8.0.347-dev → 8.0.348-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.
@@ -26,6 +26,7 @@ import wc041c5cb1e6fc487f98669ee2fb4edee0 from '../../../../client/fx/ux/feature
26
26
  import wc629ff3fc45f84df382ddb6282d968547 from '../../../../client/fx/ux/features/FeaturesJourneyTenant';
27
27
  import wc47f40c108c6d482197c5f462acf292d2 from '../../../../client/fx/ux/features/FeaturesJourneyAppInstance';
28
28
  import wc828d6c37d5524e7d9f949270c521b6da from '../../../../client/fx/ux/fieldcontainer/FieldContainer';
29
+ import wcdf386f66c6a746298c4f53b2948e14be from '../../../../client/fx/ux/filepicker/FilePickerRenderer';
29
30
  import wc1fab0218538f431c91ece4e10cbd468c from '../../../../client/fx/ux/fileuploader/FileUploader';
30
31
  import wca91d4cd2b5744de3a672110cb1cdf7ba from '../../../../client/fx/ux/filterengine/FilterEngineSettings';
31
32
  import wc34e1cea969d744f1bbec4770b51d49f5 from '../../../../client/fx/ux/filterengine/FilterEngineRenderer';
@@ -1032,6 +1033,13 @@ declare global {
1032
1033
  } : typeof wc90cfd68bb4e04f67bfd5677bdf4af59d;
1033
1034
  };
1034
1035
  "file": {
1036
+ "picker": typeof wcdf386f66c6a746298c4f53b2948e14be extends {
1037
+ propsDefinition: infer TProp;
1038
+ } ? {
1039
+ new (...args: any[]): {
1040
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1041
+ };
1042
+ } : typeof wcdf386f66c6a746298c4f53b2948e14be;
1035
1043
  "uploader": typeof wc1fab0218538f431c91ece4e10cbd468c extends {
1036
1044
  propsDefinition: infer TProp;
1037
1045
  } ? {