@omnia/tooling-vue 8.0.349-dev → 8.0.351-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.
|
@@ -222,6 +222,7 @@ import wc72a828731c4e4f1e9753a6a6bfb31e67 from '../../../../client/fx/ux/enterpr
|
|
|
222
222
|
import wcb94ea0908c7f461085de9d21a61e0826 from '../../../../client/fx/ux/enterpriseproperties/picker/EnterprisePropertyPicker';
|
|
223
223
|
import wc80899927961f45298421948c395d7f39 from '../../../../client/fx/ux/enterpriseproperties/renderers/EnterprisePropertyRenderer';
|
|
224
224
|
import wc22666b255eb64f378edf70d5e9859216 from '../../../../client/fx/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration';
|
|
225
|
+
import wc2bfe7d758b5b405d96018f930505c918 from '../../../../client/fx/ux/enterpriseproperties/settingpicker/EnterprisePropertySettingPicker';
|
|
225
226
|
import wc0619d10d541645aaabbdc17d5b867501 from '../../../../client/fx/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker';
|
|
226
227
|
import wcfaee0b6397494a9abca9c480856e2498 from '../../../../client/fx/ux/flow/editor/FlowEditor';
|
|
227
228
|
import wc9f6fd018560b4c8cbd36f39c6d079bb7 from '../../../../client/fx/ux/flow/renderer/FlowRenderer';
|
|
@@ -2864,6 +2865,15 @@ declare global {
|
|
|
2864
2865
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2865
2866
|
};
|
|
2866
2867
|
} : typeof wcb94ea0908c7f461085de9d21a61e0826;
|
|
2868
|
+
"setting": {
|
|
2869
|
+
"picker": typeof wc2bfe7d758b5b405d96018f930505c918 extends {
|
|
2870
|
+
propsDefinition: infer TProp;
|
|
2871
|
+
} ? {
|
|
2872
|
+
new (...args: any[]): {
|
|
2873
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2874
|
+
};
|
|
2875
|
+
} : typeof wc2bfe7d758b5b405d96018f930505c918;
|
|
2876
|
+
};
|
|
2867
2877
|
};
|
|
2868
2878
|
"enterprise": {
|
|
2869
2879
|
"property": {
|