@omnia/tooling-vue 8.0.297-dev → 8.0.299-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.
|
@@ -471,6 +471,7 @@ import wce8526e8ed3f74e848e0dd747fd4d376d from '../../../../client/fx/ux/velcron
|
|
|
471
471
|
import wcb197c5e805cc4d6bb3d012e258560b31 from '../../../../client/fx/ux/velcron/components/definitionpicker/VelcronDefinitionPicker';
|
|
472
472
|
import wcdabd67ab338243858fe7d1ca24399995 from '../../../../client/fx/ux/velcron/components/propertieseditor/VelcronPropertiesEditor';
|
|
473
473
|
import wc5688474abe554cabb34c696620eb6be1 from '../../../../client/fx/ux/velcron/renderer/editors/PropertyEditorCreator';
|
|
474
|
+
import wc9c02218206624a9dbc979d23148f5d83 from '../../../../client/fx/sp/ux/enterpriseproperties/display/taxonomyfield/TaxonomyFieldDisplay';
|
|
474
475
|
import wceda3a2e37278443899fcdc1e9dd694f4 from '../../../../client/fx/sp/ux/enterpriseproperties/settings/taxonomyfield/TaxonomyFieldSettings';
|
|
475
476
|
import wcdb625bea89b04f32a946efe7a887c7f2 from '../../../../client/fx/sp/ux/filterengine/components/settings/TaxonomyPropertySettings';
|
|
476
477
|
import wcded30c240e6c4688955867472a8d0a02 from '../../../../client/fx/sp/ux/filterengine/components/settings/TaxonomyPropertyDefaultValueInput';
|
|
@@ -3954,6 +3955,15 @@ declare global {
|
|
|
3954
3955
|
} : typeof wc4ecc566131194348b7ec8495a06d4fd6;
|
|
3955
3956
|
};
|
|
3956
3957
|
};
|
|
3958
|
+
"taxonomy": {
|
|
3959
|
+
"display": typeof wc9c02218206624a9dbc979d23148f5d83 extends {
|
|
3960
|
+
propsDefinition: infer TProp;
|
|
3961
|
+
} ? {
|
|
3962
|
+
new (...args: any[]): {
|
|
3963
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3964
|
+
};
|
|
3965
|
+
} : typeof wc9c02218206624a9dbc979d23148f5d83;
|
|
3966
|
+
};
|
|
3957
3967
|
"taxonomyfield": {
|
|
3958
3968
|
"settings": typeof wceda3a2e37278443899fcdc1e9dd694f4 extends {
|
|
3959
3969
|
propsDefinition: infer TProp;
|